html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: rgba(0,0,0,0);
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

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

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

  p,
  h2,
  body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
  .block-views-blockpppr-image-map-block-map-locations .location-title,
  body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
  .block-views-blockpppr-image-map-block-map-locations .location-title,
  body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

h1,
h2,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
.block-views-blockpppr-image-map-block-map-locations .location-title,
body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
.block-views-blockpppr-image-map-block-map-locations .location-title,
body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xl,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,.075);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #009eef;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #009eef;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control::-ms-expand {
  background-color: rgba(0,0,0,0);
  border: 0;
}

.form-control:focus {
  color: #009eef;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #009eef;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px*2);
  padding-bottom: calc(0.5rem - 1px*2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px*2);
  padding-bottom: calc(0.75rem - 1px*2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px*2);
  padding-bottom: calc(0.25rem - 1px*2);
  font-size: .875rem;
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid rgba(0,0,0,0);
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

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

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline+.form-check-inline {
  margin-left: .75rem;
}

.form-control-feedback {
  margin-top: .25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%235cb85c d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%23f0ad4e d=M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23d9534f viewBox=-2 -2 7 7%3E%3Cpath stroke=%23d9534f d=M0 0l3 3m0-3L0 3/%3E%3Ccircle r=.5/%3E%3Ccircle cx=3 r=.5/%3E%3Ccircle cy=3 r=.5/%3E%3Ccircle cx=3 cy=3 r=.5/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0,0,0,0);
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
  box-shadow: 0 0 0 2px rgba(2,117,216,.25);
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91,192,222,.5);
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92,184,92,.5);
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240,173,78,.5);
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217,83,79,.5);
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0275d8;
  background-color: rgba(0,0,0,0);
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: rgba(0,0,0,0);
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91,192,222,.5);
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: rgba(0,0,0,0);
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92,184,92,.5);
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: rgba(0,0,0,0);
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240,173,78,.5);
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: rgba(0,0,0,0);
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217,83,79,.5);
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: rgba(0,0,0,0);
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: rgba(0,0,0,0);
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: rgba(0,0,0,0);
}

.btn-link:hover {
  border-color: rgba(0,0,0,0);
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: rgba(0,0,0,0);
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

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

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.card,
.webform-submission-form,
.user-login-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child,
.webform-submission-form>.list-group:first-child .list-group-item:first-child,
.user-login-form>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child,
.webform-submission-form>.list-group:last-child .list-group-item:last-child,
.user-login-form>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-outline-primary {
  background-color: rgba(0,0,0,0);
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: rgba(0,0,0,0);
  border-color: #ccc;
}

.card-outline-info {
  background-color: rgba(0,0,0,0);
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: rgba(0,0,0,0);
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: rgba(0,0,0,0);
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: rgba(0,0,0,0);
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255,255,255,.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: rgba(0,0,0,0);
  border-color: rgba(255,255,255,.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255,255,255,.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-deck .card,
  .card-deck .webform-submission-form,
  .card-deck .user-login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-deck .card:not(:first-child),
  .card-deck .webform-submission-form:not(:first-child),
  .card-deck .user-login-form:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child),
  .card-deck .webform-submission-form:not(:last-child),
  .card-deck .user-login-form:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card,
  .card-group .webform-submission-form,
  .card-group .user-login-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .card-group .card+.card,
  .card-group .webform-submission-form+.card,
  .card-group .card+.webform-submission-form,
  .card-group .webform-submission-form+.webform-submission-form,
  .card-group .user-login-form+.card,
  .card-group .user-login-form+.webform-submission-form,
  .card-group .card+.user-login-form,
  .card-group .webform-submission-form+.user-login-form,
  .card-group .user-login-form+.user-login-form {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child,
  .card-group .webform-submission-form:first-child,
  .card-group .user-login-form:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top,
  .card-group .webform-submission-form:first-child .card-img-top,
  .card-group .user-login-form:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom,
  .card-group .webform-submission-form:first-child .card-img-bottom,
  .card-group .user-login-form:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child,
  .card-group .webform-submission-form:last-child,
  .card-group .user-login-form:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top,
  .card-group .webform-submission-form:last-child .card-img-top,
  .card-group .user-login-form:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom,
  .card-group .webform-submission-form:last-child .card-img-bottom,
  .card-group .user-login-form:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child),
  .card-group .webform-submission-form:not(:first-child):not(:last-child),
  .card-group .user-login-form:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .webform-submission-form:not(:first-child):not(:last-child) .card-img-top,
  .card-group .user-login-form:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .webform-submission-form:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .user-login-form:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card,
  .card-columns .webform-submission-form,
  .card-columns .user-login-form {
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem;
  }
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled~.custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%23fff d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 4%3E%3Cpath stroke=%23fff d=M0 2h4/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=-4 -4 8 8%3E%3Ccircle r=3 fill=%23fff/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #009eef;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 5%3E%3Cpath fill=%23333 d=M2 0L0 2h4zm0 5L0 3h4z/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #009eef;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #009eef;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #009eef;
  background-color: #eceeef;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn+.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #009eef;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
  z-index: 3;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(0,0,0,0);
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #009eef;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-sm>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-sm>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-md>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-md>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-lg>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-lg>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl>.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-xl>h1 {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl>.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-xl>h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler{color:#fff}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-toggler:focus,.navbar-inverse .navbar-toggler:hover{color:#fff}.navbar-inverse .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-inverse .navbar-nav .open>.nav-link,.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .nav-link.active{color:#fff}.navbar-inverse .navbar-toggler{border-color:rgba(255,255,255,.1)}.navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-inverse .navbar-text{color:rgba(255,255,255,.5)}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb::after{display:block;content:"";clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#636c72}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;text-decoration:none;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#eceeef;border-radius:.25rem}.progress-bar{height:1rem;color:#fff;background-color:#0275d8}.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:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-default{background-color:#636c72}.badge-default[href]:focus,.badge-default[href]:hover{background-color:#4b5257}.badge-primary{background-color:#0275d8}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#025aa5}.badge-success{background-color:#5cb85c}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#449d44}.badge-info{background-color:#5bc0de}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#31b0d5}.badge-warning{background-color:#f0ad4e}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#ec971f}.badge-danger{background-color:#d9534f}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:bold}.alert-dismissible .close{position:relative;top:-0.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#009eef;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#292b2c}.list-group-item-action:focus,.list-group-item-action:hover{color:#009eef;text-decoration:none;background-color:#f7f7f9}.list-group-item-action:active{color:#292b2c;background-color:#eceeef}.list-group-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.list-group-item.disabled .list-group-item-heading,.list-group-item:disabled .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item:disabled .list-group-item-text{color:#636c72}.list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text{color:#daeeff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.close{float:right;font-size:1.5rem;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.75}button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #eceeef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #eceeef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip.tooltip-top,.tooltip.bs-tether-element-attached-bottom{padding:5px 0;margin-top:-3px}.tooltip.tooltip-top .tooltip-inner::before,.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.tooltip-right,.tooltip.bs-tether-element-attached-left{padding:0 5px;margin-left:3px}.tooltip.tooltip-right .tooltip-inner::before,.tooltip.bs-tether-element-attached-left .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.tooltip-bottom,.tooltip.bs-tether-element-attached-top{padding:5px 0;margin-top:3px}.tooltip.tooltip-bottom .tooltip-inner::before,.tooltip.bs-tether-element-attached-top .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.tooltip-left,.tooltip.bs-tether-element-attached-right{padding:0 5px;margin-left:-3px}.tooltip.tooltip-left .tooltip-inner::before,.tooltip.bs-tether-element-attached-right .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner::before{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.popover-top,.popover.bs-tether-element-attached-bottom{margin-top:-10px}.popover.popover-top::before,.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::before,.popover.bs-tether-element-attached-bottom::after{left:50%;border-bottom-width:0}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.popover-right,.popover.bs-tether-element-attached-left{margin-left:10px}.popover.popover-right::before,.popover.popover-right::after,.popover.bs-tether-element-attached-left::before,.popover.bs-tether-element-attached-left::after{top:50%;border-left-width:0}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.popover-right::after,.popover.bs-tether-element-attached-left::after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.popover-bottom,.popover.bs-tether-element-attached-top{margin-top:10px}.popover.popover-bottom::before,.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::before,.popover.bs-tether-element-attached-top::after{left:50%;border-top-width:0}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.popover-bottom .popover-title::before,.popover.bs-tether-element-attached-top .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.popover-left,.popover.bs-tether-element-attached-right{margin-left:-10px}.popover.popover-left::before,.popover.popover-left::after,.popover.bs-tether-element-attached-right::before,.popover.bs-tether-element-attached-right::after{top:50%;border-right-width:0}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.popover-left::after,.popover.bs-tether-element-attached-right::after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(0.3rem - 1px);border-top-left-radius:calc(0.3rem - 1px)}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover::before,.popover::after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover::before{content:"";border-width:11px}.popover::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;width:100%}@media(-webkit-transform-3d){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}@supports(transform: translate3d(0, 0, 0)){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}@media(-webkit-transform-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@supports(transform: translate3d(0, 0, 0)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:focus,.carousel-control-prev:hover,.carousel-control-next:focus,.carousel-control-next:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:rgba(0,0,0,0) no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-faded{background-color:#f7f7f7}.bg-primary{background-color:#0275d8 !important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5 !important}.bg-success{background-color:#5cb85c !important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44 !important}.bg-info{background-color:#5bc0de !important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5 !important}.bg-warning{background-color:#f0ad4e !important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f !important}.bg-danger{background-color:#d9534f !important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c !important}.bg-inverse{background-color:#292b2c !important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#101112 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded{border-radius:.25rem}.rounded-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;content:"";
  clear: both;
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

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

.m-1 {
  margin: .25rem .25rem !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.m-2 {
  margin: .5rem .5rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: .25rem .25rem !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.p-2 {
  padding: .5rem .5rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem .25rem !important;
  }

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mr-sm-1 {
    margin-right: .25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1 {
    margin-left: .25rem !important;
  }

  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem .5rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2 {
    margin-left: .5rem !important;
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem .25rem !important;
  }

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1 {
    padding-left: .25rem !important;
  }

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem .5rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2 {
    padding-left: .5rem !important;
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: .25rem .25rem !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1 {
    margin-left: .25rem !important;
  }

  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem .5rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2 {
    margin-left: .5rem !important;
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: .25rem .25rem !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1 {
    padding-left: .25rem !important;
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem .5rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2 {
    padding-left: .5rem !important;
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem .25rem !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1 {
    margin-left: .25rem !important;
  }

  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem .5rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2 {
    margin-left: .5rem !important;
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem .25rem !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1 {
    padding-left: .25rem !important;
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem .5rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2 {
    padding-left: .5rem !important;
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem .25rem !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1 {
    margin-left: .25rem !important;
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem .5rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2 {
    margin-left: .5rem !important;
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem .25rem !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1 {
    padding-left: .25rem !important;
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem .5rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2 {
    padding-left: .5rem !important;
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.text-main-color,
.text-main-color a {
  color: #005b26 !important;
}

.text-dark-grey,
.text-dark-grey a {
  color: #545454 !important;
}

.border-main-color {
  border: 2.5px solid #005b26;
}

.border-main-color--hover {
  -webkit-transition: border .25s ease;
  transition: border .25s ease;
}

.border-main-color--hover:hover {
  border: 2.5px solid #005b26;
}

.background-grey {
  background-color: #ccc;
}

.background-dark-grey {
  background-color: #545454;
}

.light-grey {
  background: #f8f8f8;
}

.light-gold {
  background: #f9f1d7;
}

.marble-tricorn {
  background-color: #f1f1f1;
  color: #343434;
}

.transparent-tricorn {
  color: #343434;
}

.sr-only {
  display: none;
}

.bold {
  font-weight: bold;
}

a:focus {
  outline-color: #3977ff;
  outline-width: 3px;
  outline-style: solid;
  outline-offset: 2px;
  -webkit-box-shadow: outset 0 0 0 2px #3977ff;
  box-shadow: outset 0 0 0 2px #3977ff;
}

.row-buffer {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .row-buffer {
    margin-top: 0;
  }
}

.clear-util {
  clear: both;
}

.button-holder {
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button-holder .btn {
  max-width: 280px;
  overflow: inherit;
  margin: 0;
}

.button-holder .btn a {
  padding: 10px 20px;
  white-space: pre-line;
  display: inline-block;
}

.button-holder i {
  font-size: 1.953125em;
  vertical-align: middle;
}

.button-holder .gold {
  background-color: #936400;
}

.button-holder .gold:hover {
  background-color: #604100;
}

.button-holder .gold a {
  color: #fff;
  text-decoration: inherit;
}

.button-holder .gold i {
  color: #fff;
}

.button-holder .grey-green {
  background: #525e56;
}

.button-holder .grey-green:hover {
  background-color: #3a433d;
}

.button-holder .grey-green a {
  color: #fff;
  text-decoration: inherit;
}

.button-holder .grey-green i {
  color: #fff;
}

.button-holder .legislative-green {
  background: #005b26;
}

.button-holder .legislative-green:hover {
  background: #004c20;
}

.button-holder .legislative-green:hover a {
  color: #fff;
}

.button-holder .legislative-green a {
  color: #fff;
  text-decoration: inherit;
}

.button-holder .legislative-green i {
  color: #fff;
}

.button-holder .yellow {
  background: #f2d55a;
}

.button-holder .yellow:hover {
  background: #ecc313;
}

.button-holder .yellow a {
  color: #545454;
  text-decoration: inherit;
}

.button-holder .yellow i {
  color: #545454;
}

.button-holder .lege-green-rev {
  border: 2px solid #005b26;
  background: #fff;
  padding: 0;
}

.button-holder .lege-green-rev i {
  font-size: 90%;
}

.button-holder .lege-green-rev:hover {
  background: #005b26;
  color: #fff;
}

.button-holder .lege-green-rev a {
  color: #005b26;
  text-decoration: inherit;
}

.button-holder .lege-green-rev a:hover {
  color: #fff;
}

.button-holder a.legislative-green {
  background: #005b26;
  color: #fff;
}

.button-holder a.legislative-green:hover {
  background: #004c20;
}

.button-holder a.legislative-green-darken {
  background: #004c20;
  color: #fff;
}

.button-holder a.legislative-green-darken:hover {
  background: #004c20;
}

.align-left.btn {
  clear: both;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: rgba(0,0,0,0);
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

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

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

  p,
  h2,
  body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
  .block-views-blockpppr-image-map-block-map-locations .location-title,
  body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
  .block-views-blockpppr-image-map-block-map-locations .location-title,
  body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

h1,
h2,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
.block-views-blockpppr-image-map-block-map-locations .location-title,
body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
.block-views-blockpppr-image-map-block-map-locations .location-title,
body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1 {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,.075);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #009eef;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #009eef;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-control::-ms-expand {
  background-color: rgba(0,0,0,0);
  border: 0;
}

.form-control:focus {
  color: #009eef;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #009eef;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px*2);
  padding-bottom: calc(0.5rem - 1px*2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px*2);
  padding-bottom: calc(0.75rem - 1px*2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px*2);
  padding-bottom: calc(0.25rem - 1px*2);
  font-size: .875rem;
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid rgba(0,0,0,0);
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

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

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline+.form-check-inline {
  margin-left: .75rem;
}

.form-control-feedback {
  margin-top: .25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%235cb85c d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%23f0ad4e d=M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23d9534f viewBox=-2 -2 7 7%3E%3Cpath stroke=%23d9534f d=M0 0l3 3m0-3L0 3/%3E%3Ccircle r=.5/%3E%3Ccircle cx=3 r=.5/%3E%3Ccircle cy=3 r=.5/%3E%3Ccircle cx=3 cy=3 r=.5/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0,0,0,0);
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.25);
  box-shadow: 0 0 0 2px rgba(2,117,216,.25);
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91,192,222,.5);
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92,184,92,.5);
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240,173,78,.5);
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217,83,79,.5);
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0275d8;
  background-color: rgba(0,0,0,0);
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
  box-shadow: 0 0 0 2px rgba(204,204,204,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: rgba(0,0,0,0);
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91,192,222,.5);
  box-shadow: 0 0 0 2px rgba(91,192,222,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: rgba(0,0,0,0);
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92,184,92,.5);
  box-shadow: 0 0 0 2px rgba(92,184,92,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: rgba(0,0,0,0);
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240,173,78,.5);
  box-shadow: 0 0 0 2px rgba(240,173,78,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: rgba(0,0,0,0);
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217,83,79,.5);
  box-shadow: 0 0 0 2px rgba(217,83,79,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: rgba(0,0,0,0);
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #1f66ff;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: rgba(0,0,0,0);
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: rgba(0,0,0,0);
}

.btn-link:hover {
  border-color: rgba(0,0,0,0);
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: rgba(0,0,0,0);
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

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

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.card,
.webform-submission-form,
.user-login-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child,
.webform-submission-form>.list-group:first-child .list-group-item:first-child,
.user-login-form>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child,
.webform-submission-form>.list-group:last-child .list-group-item:last-child,
.user-login-form>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: rgba(0,0,0,0);
}

.card-outline-primary {
  background-color: rgba(0,0,0,0);
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: rgba(0,0,0,0);
  border-color: #ccc;
}

.card-outline-info {
  background-color: rgba(0,0,0,0);
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: rgba(0,0,0,0);
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: rgba(0,0,0,0);
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: rgba(0,0,0,0);
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255,255,255,.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: rgba(0,0,0,0);
  border-color: rgba(255,255,255,.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255,255,255,.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-deck .card,
  .card-deck .webform-submission-form,
  .card-deck .user-login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-deck .card:not(:first-child),
  .card-deck .webform-submission-form:not(:first-child),
  .card-deck .user-login-form:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child),
  .card-deck .webform-submission-form:not(:last-child),
  .card-deck .user-login-form:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card,
  .card-group .webform-submission-form,
  .card-group .user-login-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .card-group .card+.card,
  .card-group .webform-submission-form+.card,
  .card-group .card+.webform-submission-form,
  .card-group .webform-submission-form+.webform-submission-form,
  .card-group .user-login-form+.card,
  .card-group .user-login-form+.webform-submission-form,
  .card-group .card+.user-login-form,
  .card-group .webform-submission-form+.user-login-form,
  .card-group .user-login-form+.user-login-form {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child,
  .card-group .webform-submission-form:first-child,
  .card-group .user-login-form:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top,
  .card-group .webform-submission-form:first-child .card-img-top,
  .card-group .user-login-form:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom,
  .card-group .webform-submission-form:first-child .card-img-bottom,
  .card-group .user-login-form:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child,
  .card-group .webform-submission-form:last-child,
  .card-group .user-login-form:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top,
  .card-group .webform-submission-form:last-child .card-img-top,
  .card-group .user-login-form:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom,
  .card-group .webform-submission-form:last-child .card-img-bottom,
  .card-group .user-login-form:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child),
  .card-group .webform-submission-form:not(:first-child):not(:last-child),
  .card-group .user-login-form:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .webform-submission-form:not(:first-child):not(:last-child) .card-img-top,
  .card-group .user-login-form:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .webform-submission-form:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .user-login-form:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card,
  .card-columns .webform-submission-form,
  .card-columns .user-login-form {
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem;
  }
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled~.custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8 8%3E%3Cpath fill=%23fff d=M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 4%3E%3Cpath stroke=%23fff d=M0 2h4/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=-4 -4 8 8%3E%3Ccircle r=3 fill=%23fff/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #009eef;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 4 5%3E%3Cpath fill=%23333 d=M2 0L0 2h4zm0 5L0 3h4z/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #009eef;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #009eef;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #009eef;
  background-color: #eceeef;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn+.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #009eef;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
  z-index: 3;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(0,0,0,0);
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #009eef;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-sm>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-sm>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-md>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-md>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-lg>h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg>.container,
  .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-lg>h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl>.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-xl>h1 {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl>.container,
.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .navbar-toggleable-xl>h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler{color:#fff}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-toggler:focus,.navbar-inverse .navbar-toggler:hover{color:#fff}.navbar-inverse .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-inverse .navbar-nav .open>.nav-link,.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .nav-link.active{color:#fff}.navbar-inverse .navbar-toggler{border-color:rgba(255,255,255,.1)}.navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-inverse .navbar-text{color:rgba(255,255,255,.5)}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb::after{display:block;content:"";clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#636c72}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;text-decoration:none;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#eceeef;border-radius:.25rem}.progress-bar{height:1rem;color:#fff;background-color:#0275d8}.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:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-default{background-color:#636c72}.badge-default[href]:focus,.badge-default[href]:hover{background-color:#4b5257}.badge-primary{background-color:#0275d8}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#025aa5}.badge-success{background-color:#5cb85c}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#449d44}.badge-info{background-color:#5bc0de}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#31b0d5}.badge-warning{background-color:#f0ad4e}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#ec971f}.badge-danger{background-color:#d9534f}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:bold}.alert-dismissible .close{position:relative;top:-0.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#009eef;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#292b2c}.list-group-item-action:focus,.list-group-item-action:hover{color:#009eef;text-decoration:none;background-color:#f7f7f9}.list-group-item-action:active{color:#292b2c;background-color:#eceeef}.list-group-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.list-group-item.disabled .list-group-item-heading,.list-group-item:disabled .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item:disabled .list-group-item-text{color:#636c72}.list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text{color:#daeeff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.close{float:right;font-size:1.5rem;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.75}button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #eceeef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #eceeef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip.tooltip-top,.tooltip.bs-tether-element-attached-bottom{padding:5px 0;margin-top:-3px}.tooltip.tooltip-top .tooltip-inner::before,.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.tooltip-right,.tooltip.bs-tether-element-attached-left{padding:0 5px;margin-left:3px}.tooltip.tooltip-right .tooltip-inner::before,.tooltip.bs-tether-element-attached-left .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.tooltip-bottom,.tooltip.bs-tether-element-attached-top{padding:5px 0;margin-top:3px}.tooltip.tooltip-bottom .tooltip-inner::before,.tooltip.bs-tether-element-attached-top .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.tooltip-left,.tooltip.bs-tether-element-attached-right{padding:0 5px;margin-left:-3px}.tooltip.tooltip-left .tooltip-inner::before,.tooltip.bs-tether-element-attached-right .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner::before{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.popover-top,.popover.bs-tether-element-attached-bottom{margin-top:-10px}.popover.popover-top::before,.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::before,.popover.bs-tether-element-attached-bottom::after{left:50%;border-bottom-width:0}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.popover-top::after,.popover.bs-tether-element-attached-bottom::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.popover-right,.popover.bs-tether-element-attached-left{margin-left:10px}.popover.popover-right::before,.popover.popover-right::after,.popover.bs-tether-element-attached-left::before,.popover.bs-tether-element-attached-left::after{top:50%;border-left-width:0}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.popover-right::after,.popover.bs-tether-element-attached-left::after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.popover-bottom,.popover.bs-tether-element-attached-top{margin-top:10px}.popover.popover-bottom::before,.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::before,.popover.bs-tether-element-attached-top::after{left:50%;border-top-width:0}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.popover-bottom .popover-title::before,.popover.bs-tether-element-attached-top .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.popover-left,.popover.bs-tether-element-attached-right{margin-left:-10px}.popover.popover-left::before,.popover.popover-left::after,.popover.bs-tether-element-attached-right::before,.popover.bs-tether-element-attached-right::after{top:50%;border-right-width:0}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.popover-left::after,.popover.bs-tether-element-attached-right::after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(0.3rem - 1px);border-top-left-radius:calc(0.3rem - 1px)}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover::before,.popover::after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover::before{content:"";border-width:11px}.popover::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;width:100%}@media(-webkit-transform-3d){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}@supports(transform: translate3d(0, 0, 0)){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}@media(-webkit-transform-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@supports(transform: translate3d(0, 0, 0)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:focus,.carousel-control-prev:hover,.carousel-control-next:focus,.carousel-control-next:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:rgba(0,0,0,0) no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-faded{background-color:#f7f7f7}.bg-primary{background-color:#0275d8 !important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5 !important}.bg-success{background-color:#5cb85c !important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44 !important}.bg-info{background-color:#5bc0de !important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5 !important}.bg-warning{background-color:#f0ad4e !important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f !important}.bg-danger{background-color:#d9534f !important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c !important}.bg-inverse{background-color:#292b2c !important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#101112 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded{border-radius:.25rem}.rounded-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;content:"";clear:both}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.flex-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.flex-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-sm-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-sm-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.flex-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-md-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-md-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 992px){.flex-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-lg-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-lg-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-xl-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-xl-unordered{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1030}.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}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem .25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem .5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:1rem 1rem !important}.mt-3{margin-top:1rem !important}.mr-3{margin-right:1rem !important}.mb-3{margin-bottom:1rem !important}.ml-3{margin-left:1rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-4{margin:1.5rem 1.5rem !important}.mt-4{margin-top:1.5rem !important}.mr-4{margin-right:1.5rem !important}.mb-4{margin-bottom:1.5rem !important}.ml-4{margin-left:1.5rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-5{margin:3rem 3rem !important}.mt-5{margin-top:3rem !important}.mr-5{margin-right:3rem !important}.mb-5{margin-bottom:3rem !important}.ml-5{margin-left:3rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-0{padding:0 0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem .25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem .5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:1rem 1rem !important}.pt-3{padding-top:1rem !important}.pr-3{padding-right:1rem !important}.pb-3{padding-bottom:1rem !important}.pl-3{padding-left:1rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-4{padding:1.5rem 1.5rem !important}.pt-4{padding-top:1.5rem !important}.pr-4{padding-right:1.5rem !important}.pb-4{padding-bottom:1.5rem !important}.pl-4{padding-left:1.5rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-5{padding:3rem 3rem !important}.pt-5{padding-top:3rem !important}.pr-5{padding-right:3rem !important}.pb-5{padding-bottom:3rem !important}.pl-5{padding-left:3rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.m-sm-1{margin:.25rem .25rem !important}.mt-sm-1{margin-top:.25rem !important}.mr-sm-1{margin-right:.25rem !important}.mb-sm-1{margin-bottom:.25rem !important}.ml-sm-1{margin-left:.25rem !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-sm-2{margin:.5rem .5rem !important}.mt-sm-2{margin-top:.5rem !important}.mr-sm-2{margin-right:.5rem !important}.mb-sm-2{margin-bottom:.5rem !important}.ml-sm-2{margin-left:.5rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-sm-3{margin:1rem 1rem !important}.mt-sm-3{margin-top:1rem !important}.mr-sm-3{margin-right:1rem !important}.mb-sm-3{margin-bottom:1rem !important}.ml-sm-3{margin-left:1rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-sm-4{margin:1.5rem 1.5rem !important}.mt-sm-4{margin-top:1.5rem !important}.mr-sm-4{margin-right:1.5rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.ml-sm-4{margin-left:1.5rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-sm-5{margin:3rem 3rem !important}.mt-sm-5{margin-top:3rem !important}.mr-sm-5{margin-right:3rem !important}.mb-sm-5{margin-bottom:3rem !important}.ml-sm-5{margin-left:3rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-sm-0{padding:0 0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.p-sm-1{padding:.25rem .25rem !important}.pt-sm-1{padding-top:.25rem !important}.pr-sm-1{padding-right:.25rem !important}.pb-sm-1{padding-bottom:.25rem !important}.pl-sm-1{padding-left:.25rem !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-sm-2{padding:.5rem .5rem !important}.pt-sm-2{padding-top:.5rem !important}.pr-sm-2{padding-right:.5rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pl-sm-2{padding-left:.5rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-sm-3{padding:1rem 1rem !important}.pt-sm-3{padding-top:1rem !important}.pr-sm-3{padding-right:1rem !important}.pb-sm-3{padding-bottom:1rem !important}.pl-sm-3{padding-left:1rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-sm-4{padding:1.5rem 1.5rem !important}.pt-sm-4{padding-top:1.5rem !important}.pr-sm-4{padding-right:1.5rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pl-sm-4{padding-left:1.5rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-sm-5{padding:3rem 3rem !important}.pt-sm-5{padding-top:3rem !important}.pr-sm-5{padding-right:3rem !important}.pb-sm-5{padding-bottom:3rem !important}.pl-sm-5{padding-left:3rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto{margin-top:auto !important}.mr-sm-auto{margin-right:auto !important}.mb-sm-auto{margin-bottom:auto !important}.ml-sm-auto{margin-left:auto !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.m-md-1{margin:.25rem .25rem !important}.mt-md-1{margin-top:.25rem !important}.mr-md-1{margin-right:.25rem !important}.mb-md-1{margin-bottom:.25rem !important}.ml-md-1{margin-left:.25rem !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-md-2{margin:.5rem .5rem !important}.mt-md-2{margin-top:.5rem !important}.mr-md-2{margin-right:.5rem !important}.mb-md-2{margin-bottom:.5rem !important}.ml-md-2{margin-left:.5rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-md-3{margin:1rem 1rem !important}.mt-md-3{margin-top:1rem !important}.mr-md-3{margin-right:1rem !important}.mb-md-3{margin-bottom:1rem !important}.ml-md-3{margin-left:1rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-md-4{margin:1.5rem 1.5rem !important}.mt-md-4{margin-top:1.5rem !important}.mr-md-4{margin-right:1.5rem !important}.mb-md-4{margin-bottom:1.5rem !important}.ml-md-4{margin-left:1.5rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-md-5{margin:3rem 3rem !important}.mt-md-5{margin-top:3rem !important}.mr-md-5{margin-right:3rem !important}.mb-md-5{margin-bottom:3rem !important}.ml-md-5{margin-left:3rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-md-0{padding:0 0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.p-md-1{padding:.25rem .25rem !important}.pt-md-1{padding-top:.25rem !important}.pr-md-1{padding-right:.25rem !important}.pb-md-1{padding-bottom:.25rem !important}.pl-md-1{padding-left:.25rem !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-md-2{padding:.5rem .5rem !important}.pt-md-2{padding-top:.5rem !important}.pr-md-2{padding-right:.5rem !important}.pb-md-2{padding-bottom:.5rem !important}.pl-md-2{padding-left:.5rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-md-3{padding:1rem 1rem !important}.pt-md-3{padding-top:1rem !important}.pr-md-3{padding-right:1rem !important}.pb-md-3{padding-bottom:1rem !important}.pl-md-3{padding-left:1rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-md-4{padding:1.5rem 1.5rem !important}.pt-md-4{padding-top:1.5rem !important}.pr-md-4{padding-right:1.5rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pl-md-4{padding-left:1.5rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-md-5{padding:3rem 3rem !important}.pt-md-5{padding-top:3rem !important}.pr-md-5{padding-right:3rem !important}.pb-md-5{padding-bottom:3rem !important}.pl-md-5{padding-left:3rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto{margin-top:auto !important}.mr-md-auto{margin-right:auto !important}.mb-md-auto{margin-bottom:auto !important}.ml-md-auto{margin-left:auto !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.m-lg-1{margin:.25rem .25rem !important}.mt-lg-1{margin-top:.25rem !important}.mr-lg-1{margin-right:.25rem !important}.mb-lg-1{margin-bottom:.25rem !important}.ml-lg-1{margin-left:.25rem !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-lg-2{margin:.5rem .5rem !important}.mt-lg-2{margin-top:.5rem !important}.mr-lg-2{margin-right:.5rem !important}.mb-lg-2{margin-bottom:.5rem !important}.ml-lg-2{margin-left:.5rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-lg-3{margin:1rem 1rem !important}.mt-lg-3{margin-top:1rem !important}.mr-lg-3{margin-right:1rem !important}.mb-lg-3{margin-bottom:1rem !important}.ml-lg-3{margin-left:1rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-lg-4{margin:1.5rem 1.5rem !important}.mt-lg-4{margin-top:1.5rem !important}.mr-lg-4{margin-right:1.5rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.ml-lg-4{margin-left:1.5rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-lg-5{margin:3rem 3rem !important}.mt-lg-5{margin-top:3rem !important}.mr-lg-5{margin-right:3rem !important}.mb-lg-5{margin-bottom:3rem !important}.ml-lg-5{margin-left:3rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-lg-0{padding:0 0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.p-lg-1{padding:.25rem .25rem !important}.pt-lg-1{padding-top:.25rem !important}.pr-lg-1{padding-right:.25rem !important}.pb-lg-1{padding-bottom:.25rem !important}.pl-lg-1{padding-left:.25rem !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-lg-2{padding:.5rem .5rem !important}.pt-lg-2{padding-top:.5rem !important}.pr-lg-2{padding-right:.5rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pl-lg-2{padding-left:.5rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-lg-3{padding:1rem 1rem !important}.pt-lg-3{padding-top:1rem !important}.pr-lg-3{padding-right:1rem !important}.pb-lg-3{padding-bottom:1rem !important}.pl-lg-3{padding-left:1rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-lg-4{padding:1.5rem 1.5rem !important}.pt-lg-4{padding-top:1.5rem !important}.pr-lg-4{padding-right:1.5rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pl-lg-4{padding-left:1.5rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-lg-5{padding:3rem 3rem !important}.pt-lg-5{padding-top:3rem !important}.pr-lg-5{padding-right:3rem !important}.pb-lg-5{padding-bottom:3rem !important}.pl-lg-5{padding-left:3rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto{margin-top:auto !important}.mr-lg-auto{margin-right:auto !important}.mb-lg-auto{margin-bottom:auto !important}.ml-lg-auto{margin-left:auto !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.m-xl-1{margin:.25rem .25rem !important}.mt-xl-1{margin-top:.25rem !important}.mr-xl-1{margin-right:.25rem !important}.mb-xl-1{margin-bottom:.25rem !important}.ml-xl-1{margin-left:.25rem !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-xl-2{margin:.5rem .5rem !important}.mt-xl-2{margin-top:.5rem !important}.mr-xl-2{margin-right:.5rem !important}.mb-xl-2{margin-bottom:.5rem !important}.ml-xl-2{margin-left:.5rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-xl-3{margin:1rem 1rem !important}.mt-xl-3{margin-top:1rem !important}.mr-xl-3{margin-right:1rem !important}.mb-xl-3{margin-bottom:1rem !important}.ml-xl-3{margin-left:1rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.m-xl-4{margin:1.5rem 1.5rem !important}.mt-xl-4{margin-top:1.5rem !important}.mr-xl-4{margin-right:1.5rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.ml-xl-4{margin-left:1.5rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-xl-5{margin:3rem 3rem !important}.mt-xl-5{margin-top:3rem !important}.mr-xl-5{margin-right:3rem !important}.mb-xl-5{margin-bottom:3rem !important}.ml-xl-5{margin-left:3rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-xl-0{padding:0 0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.p-xl-1{padding:.25rem .25rem !important}.pt-xl-1{padding-top:.25rem !important}.pr-xl-1{padding-right:.25rem !important}.pb-xl-1{padding-bottom:.25rem !important}.pl-xl-1{padding-left:.25rem !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-xl-2{padding:.5rem .5rem !important}.pt-xl-2{padding-top:.5rem !important}.pr-xl-2{padding-right:.5rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pl-xl-2{padding-left:.5rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-xl-3{padding:1rem 1rem !important}.pt-xl-3{padding-top:1rem !important}.pr-xl-3{padding-right:1rem !important}.pb-xl-3{padding-bottom:1rem !important}.pl-xl-3{padding-left:1rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.p-xl-4{padding:1.5rem 1.5rem !important}.pt-xl-4{padding-top:1.5rem !important}.pr-xl-4{padding-right:1.5rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pl-xl-4{padding-left:1.5rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-xl-5{padding:3rem 3rem !important}.pt-xl-5{padding-top:3rem !important}.pr-xl-5{padding-right:3rem !important}.pb-xl-5{padding-bottom:3rem !important}.pl-xl-5{padding-left:3rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto{margin-top:auto !important}.mr-xl-auto{margin-right:auto !important}.mb-xl-auto{margin-bottom:auto !important}.ml-xl-auto{margin-left:auto !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.text-white{color:#fff !important}.text-muted{color:#636c72 !important}a.text-muted:focus,a.text-muted:hover{color:#4b5257 !important}.text-primary{color:#0275d8 !important}a.text-primary:focus,a.text-primary:hover{color:#025aa5 !important}.text-success{color:#5cb85c !important}a.text-success:focus,a.text-success:hover{color:#449d44 !important}.text-info{color:#5bc0de !important}a.text-info:focus,a.text-info:hover{color:#31b0d5 !important}.text-warning{color:#f0ad4e !important}a.text-warning:focus,a.text-warning:hover{color:#ec971f !important}.text-danger{color:#d9534f !important}a.text-danger:focus,a.text-danger:hover{color:#c9302c !important}.text-gray-dark{color:#292b2c !important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#101112 !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.invisible{visibility:hidden !important}.hidden-xs-up{display:none !important}@media(max-width: 575px){.hidden-xs-down{display:none !important}}@media(min-width: 576px){.hidden-sm-up{display:none !important}}@media(max-width: 767px){.hidden-sm-down{display:none !important}}@media(min-width: 768px){.hidden-md-up{display:none !important}}@media(max-width: 991px){.hidden-md-down{display:none !important}}@media(min-width: 992px){.hidden-lg-up{display:none !important}}@media(max-width: 1199px){.hidden-lg-down{display:none !important}}@media(min-width: 1200px){.hidden-xl-up{display:none !important}}.hidden-xl-down{display:none !important}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.text-main-color,.text-main-color a{color:#005b26 !important}.text-dark-grey,.text-dark-grey a{color:#545454 !important}.border-main-color{border:2.5px solid #005b26}.border-main-color--hover{-webkit-transition:border .25s ease;transition:border .25s ease}.border-main-color--hover:hover{border:2.5px solid #005b26}.background-grey{background-color:#ccc}.background-dark-grey{background-color:#545454}.light-grey{background:#f8f8f8}.light-gold{background:#f9f1d7}.marble-tricorn{background-color:#f1f1f1;color:#343434}.transparent-tricorn{color:#343434}.sr-only{display:none}.bold{font-weight:bold}a:focus{outline-color:#3977ff;outline-width:3px;outline-style:solid;outline-offset:2px;-webkit-box-shadow:outset 0 0 0 2px #3977ff;box-shadow:outset 0 0 0 2px #3977ff}.row-buffer{margin-top:30px}@media screen and (max-width: 991px){.row-buffer{margin-top:0}}.clear-util{clear:both}.button-holder{text-align:center;margin-bottom:20px;-webkit-transition:all .3s;transition:all .3s}.button-holder .btn{max-width:280px;overflow:inherit;margin:0}.button-holder .btn a{padding:10px 20px;white-space:pre-line;display:inline-block}.button-holder i{font-size:1.953125em;vertical-align:middle}.button-holder .gold{background-color:#936400}.button-holder .gold:hover{background-color:#604100}.button-holder .gold a{color:#fff;text-decoration:inherit}.button-holder .gold i{color:#fff}.button-holder .grey-green{background:#525e56}.button-holder .grey-green:hover{background-color:#3a433d}.button-holder .grey-green a{color:#fff;text-decoration:inherit}.button-holder .grey-green i{color:#fff}.button-holder .legislative-green{background:#005b26}.button-holder .legislative-green:hover{background:#004c20}.button-holder .legislative-green:hover a{color:#fff}.button-holder .legislative-green a{color:#fff;text-decoration:inherit}.button-holder .legislative-green i{color:#fff}.button-holder .yellow{background:#f2d55a}.button-holder .yellow:hover{background:#ecc313}.button-holder .yellow a{color:#545454;text-decoration:inherit}.button-holder .yellow i{color:#545454}.button-holder .lege-green-rev{border:2px solid #005b26;background:#fff;padding:0}.button-holder .lege-green-rev i{font-size:90%}.button-holder .lege-green-rev:hover{background:#005b26;color:#fff}.button-holder .lege-green-rev a{color:#005b26;text-decoration:inherit}.button-holder .lege-green-rev a:hover{color:#fff}.button-holder a.legislative-green{background:#005b26;color:#fff}.button-holder a.legislative-green:hover{background:#004c20}.button-holder a.legislative-green-darken{background:#004c20;color:#fff}.button-holder a.legislative-green-darken:hover{background:#004c20}.align-left.btn{clear:both}.search-form.block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media(min-width: 608px){.search-form.block{padding:0 .8em}}@media(min-width: 896px){.search-form.block{-webkit-box-flex:1;-ms-flex:1;flex:1}}.path-frontpage .search-form.block{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px){.path-frontpage .search-form.block{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media(min-width: 896px){.path-frontpage .search-form.block{-webkit-box-flex:0;-ms-flex:0 0 56%;flex:0 0 56%}}.search-form.block label{position:absolute;font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0)}.search-form.block form .form--inline{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.8em 1.5625em;border:1px solid #545454}.search-form.block form .form--inline .form-item-search{-webkit-box-flex:1;-ms-flex:1;flex:1}.search-form.block form .form--inline .form-actions{text-align:right;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.search-form.block form .form--inline input.form-text{outline:none;border:none;width:100%}.search-form.block form .form--inline button[type=submit]{background:rgba(0,0,0,0);border:none;outline:none;padding:0}.search-form.block form .form--inline button[type=submit] .button-label{font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0)}.search-form.block .form-item{margin:0;padding:0}.search-form.block .form-actions{margin:0;padding:0}.messages{border-width:1px;border-style:solid;padding:.8em 2.44140625em;margin:2.44140625em 0;position:relative}.messages.status{background-color:#f8fff0;border-color:#be7;color:#234600}.messages.warning{background-color:#fffce5;border-color:#ed5;color:#840}.messages.error{background-color:#fef5f1;border-color:#ed541d;color:#8c2e0b}.mm-wrapper{overflow-x:hidden;overflow-y:hidden;position:relative}.user-login-form{padding:1.5625em}.user-login-form .form-actions{margin-bottom:0}.user-login-form .form-submit{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;border:2px solid #005b26;color:#005b26;background-color:#fff;margin-bottom:0}@media(min-width: 608px){.user-login-form .form-submit{padding:.8em 1.25em}}@media(min-width: 992px){.user-login-form .form-submit{padding:.8em 1.25em}}.user-login-form .form-submit:hover,.user-login-form .form-submit:focus{background-color:#005b26;color:#fff}.user-login-form .form-submit:active{color:#fff;background-color:#003b19}.webform-submission-form{padding:1.5625em}@media(min-width: 608px){.webform-submission-form{padding:2.44140625em}}@media(min-width: 992px){.webform-submission-form{max-width:70%}}.webform-submission-form label:not(.option){display:block;margin:0;padding:0}.webform-submission-form .form-text,.webform-submission-form .form-email,.webform-submission-form .form-tel,.webform-submission-form .form-date,.webform-submission-form .form-time,.webform-submission-form .form-select{width:100%}.webform-submission-form #edit-email--description{display:inline-block}.webform-submission-form .form-item-subscribe{line-height:1.25em}.webform-submission-form .description{margin:0;padding:0;margin-top:1em}.webform-submission-form .form-actions{margin-bottom:0}.webform-submission-form .form-submit{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;border:2px solid #005b26;color:#005b26;background-color:#fff}@media(min-width: 608px){.webform-submission-form .form-submit{padding:.8em 1.25em}}@media(min-width: 992px){.webform-submission-form .form-submit{padding:.8em 1.25em}}.webform-submission-form .form-submit:hover,.webform-submission-form .form-submit:focus{background-color:#005b26;color:#fff}.webform-submission-form .form-submit:active{color:#fff;background-color:#003b19}.toolbar .toolbar-menu li{margin-bottom:0}.layout-container{position:relative;max-width:1308px;margin:0 auto;padding:0 1.5625em}.layout-container::after{display:block;content:"";clear:both}@media(min-width: 608px)and (max-width: 895px){.layout-container{padding:0 6.38298%}}@media(min-width: 896px){.layout-container{padding:0 .8em}}@media(min-width: 992px){.layout-container{padding:0 2.44140625em}}*{min-height:0;min-width:0}html{font-size:87.5%;color:#545454;overflow-y:scroll;min-height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media(min-width: 608px){html{font-size:100%}}body{background-color:#fff;position:relative}html,body,button,input,select,textarea{font-family:"Noto Sans",sans-serif}h1,h2,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,h3,h4,h5,h6,p,ul,ol,dl,pre,table,fieldset,form,details,blockquote,object,iframe,address,code,dt,dd,embed,audio,video{font-size:1em;line-height:1.4em}p{line-height:1.7em}strong,b{font-weight:700}em{font-style:italic}a{color:#1f66ff;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}a:hover{text-decoration:none}p a:visited{border-bottom:2px dotted;color:#9b02fb}.pager__item a:visited{border-bottom:2px dotted;color:#9b02fb}.region-sidebar-second .menu-item a:visited{border-bottom:2px dotted;color:#9b02fb}footer .field--name-body nav a:visited{color:#fff}.hero-overlay p a:visited{border-bottom:2px dotted;color:#b8cfff}a#survey_yes:visited,a#survey_no:visited{color:#1f66ff}.breadcrumb a:visited{border-bottom:2px dotted;color:#9b02fb}.field--name-body a:visited{border-bottom:2px dotted;color:#9b02fb}.facet-list-item a:visited{color:#1f66ff}td a:visited{border-bottom:2px dotted;color:#9b02fb}.indexhead1 li a:visited,.indexhead2 li a:visited,.indexhead3 li a:visited,.indexhead4 li a:visited{border-bottom:2px dotted;color:#9b02fb}.member-contact-bucket a:visited{border-bottom:2px dotted;color:#9b02fb}.view-bills a:visited,.views-field-field-frontend-title a:visited,.views-field-field-document-attachments a:visited{border-bottom:2px dotted;color:#9b02fb}.weekview div a:visited{border-bottom:2px dotted;color:#9b02fb}.region--content .nav-item a:visited{border-bottom:2px dotted;color:#9b02fb}.region--content .nav-item a.active:visited{border-bottom:2px dotted;color:#fff}.dark-grey-green a:visited,.grey-green a:visited,.dark-grey a:visited{border-bottom:2px dotted;color:#f5dafb}.grey-green a:visited{border-bottom:2px dotted;color:#fff}.legislative-green a:visited{border-bottom:2px dotted;color:#fff}q{quotes:"“" "”" "‘" "’"}h1,h2,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,h3,h4,h5,h6{font-weight:100;margin:0;margin-top:20px}h1 b,h1 strong,h2 b,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label b,.block-views-blockpppr-image-map-block-map-locations .location-title b,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label b,h2 strong,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label strong,.block-views-blockpppr-image-map-block-map-locations .location-title strong,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:100}h1{font-size:1.953125em;line-height:1.5625em;font-weight:700}h1 a{color:#1f66ff}h2,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label{line-height:1.25em;font-size:1.7469281074em;font-weight:700;margin-top:20px;margin-bottom:20px}h3{font-size:1.4777212641em;line-height:1.25em;font-weight:700}h3 a{color:#1f66ff}h4{font-size:1.25em;font-weight:600;line-height:1.25em}h4 a{color:#1f66ff}h5{font-size:1.0573712634em;font-weight:700;text-transform:uppercase}h5 a{color:#1f66ff}h6{font-size:1.0573712634em;font-weight:700}h6.no-js{display:block}h6 a{color:#1f66ff}h1,h3,h5{color:#545454}h2,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,h4,h6{color:#43436b}@media(min-width: 608px){sup,sub{font-size:.64em}}blockquote{padding:1.5625em;background-color:#525e56;margin:1.25em 0;font-size:1.25em}blockquote p{margin-top:0;color:#fff}@media(min-width: 608px){blockquote p{line-height:1.953125em}}blockquote p:last-child{margin-bottom:0}figure{margin:0;padding:0;margin-bottom:1em}figure img{width:100%}figure figcaption{margin-top:.64em}@media(min-width: 608px){figure figcaption{font-size:.8em}}label{margin-bottom:.64em;font-weight:700}input,textarea{margin:0;padding:.8em}textarea{vertical-align:top}table{width:100%;border:1px inset #ccc;margin:20px 0}table p,table ul{margin:0;padding:0}table tbody{border:none}table th,table td{padding:2px;border:none;border-bottom:1px inset #ccc;border-left:1px solid #ccc;vertical-align:top;font-size:.8em}@media(min-width: 768px){table th,table td{font-size:1em;line-height:1.25em;padding:1.25em .512em}}table th tr:first-child,table td tr:first-child{border-left:inherit}table tr:nth-child(odd){background-color:#fff}table tr:nth-child(even){background-color:#f8f8f8}table th,table thead th{border-bottom:1px solid #525e56;line-height:1.5625em;background:#545454;color:#fff;text-align:left}table th a,table thead th a{color:#b8cfff}table td.is-active{background-color:rgba(205,205,205,.15)}table caption{caption-side:bottom}ul li,ol li{margin:0 0 1.2em 0}ul{padding-left:1em;margin:1em}ul li{list-style:disc}ol{padding-left:1.25em;margin:1em}img{opacity:1;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}a img{-webkit-transform:rotate(0);transform:rotate(0);-webkit-backface-visibility:hidden}a img:hover{opacity:.75}img,video{max-width:100%;height:auto}.redesign23{font-family:"Noto Sans",sans-serif;font-size:18px;color:#343434}.redesign23.redesign23-page{background-color:#f1f1f1 !important}.redesign23.redesign23-page .breadcrumb{background-color:#efefea;margin:0;margin-bottom:48px;padding:20px;font-size:18px;font-weight:500}.redesign23 a{color:#004c20;text-decoration:underline;font-weight:500}.redesign23 a:visited{color:#004c20}.redesign23 a:hover,.redesign23 a:focus,.redesign23 a:active{color:#013115}.redesign23 a:focus{color:#004c20;outline:#a6751d solid 4px !important;outline-offset:0}.redesign23 a .btn:hover,.redesign23 a .btn:focus,.redesign23 a .btn:active{color:#004c20;text-decoration:none}.redesign23 a .card-link{margin:0;padding:0}.redesign23 p{margin-top:16px}.redesign23 h1{font-family:"Noto Sans Display",sans-serif;color:#545454;font-size:48px !important;font-weight:600;margin-top:0;margin-bottom:16px;line-height:1.2}@media(max-width: 991px){.redesign23 h1{font-size:38px !important}}.redesign23 h2,.redesign23 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .field__label,.redesign23 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .location-title,.redesign23 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .field__label{font-family:"Noto Sans Display",sans-serif;font-size:38px !important;color:#545454;font-weight:600;margin-bottom:16px;line-height:1.2;margin-top:64px}.redesign23 h2:first-of-type,.redesign23 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label:first-of-type,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .field__label:first-of-type,.redesign23 .block-views-blockpppr-image-map-block-map-locations .location-title:first-of-type,.block-views-blockpppr-image-map-block-map-locations .redesign23 .location-title:first-of-type,.redesign23 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label:first-of-type,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .field__label:first-of-type{margin-top:0}@media(max-width: 991px){.redesign23 h2,.redesign23 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .field__label,.redesign23 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .location-title,.redesign23 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .field__label{font-size:28px !important;margin-top:56px}}.redesign23 h3{font-family:"Noto Sans Display",sans-serif;color:#545454;padding-top:0 !important;padding-bottom:0 !important;margin-top:56px;margin-bottom:16px;font-size:28px !important;font-weight:600;line-height:1.2}.redesign23 h3:first-of-type{margin-top:0}@media(max-width: 991px){.redesign23 h3{font-size:24px !important}}.redesign23 h4{font-family:"Noto Sans Display",sans-serif;color:#545454;padding-top:0 !important;padding-bottom:0 !important;margin-top:48px;margin-bottom:16px;font-size:24px !important;font-weight:600;line-height:1.2}.redesign23 h4:first-of-type{margin-top:0}@media(max-width: 991px){.redesign23 h4{font-size:20px !important}}.redesign23 h5{font-family:"Noto Sans Display",sans-serif;color:#545454;margin-top:32px;margin-bottom:16px;text-transform:revert;font-size:20px !important;font-weight:600;line-height:1.2}.redesign23 h5:first-of-type{margin-top:0}@media(max-width: 991px){.redesign23 h5{font-size:18px !important}}.redesign23 input[type=submit].button{background-color:#004c20;color:#fff}.redesign23 .breadcrumb{color:#343434;font-weight:700;margin-top:20px;margin-bottom:20px}.redesign23 .breadcrumb a{color:#004c20;text-decoration:none;font-weight:500}.redesign23 .breadcrumb a:visited{color:#004c20;text-decoration:none;font-weight:500}.redesign23 .breadcrumb li:before{content:" ›";color:#004c20;font-size:1.3em}.redesign23 .breadcrumb li:first-child:before{content:none}.redesign23 .button,.redesign23 .btn-primary{color:#fff;font-weight:500}.redesign23 .button:hover,.redesign23 .button:focus,.redesign23 .button:active,.redesign23 .btn-primary:hover,.redesign23 .btn-primary:focus,.redesign23 .btn-primary:active{background-color:#013115;color:#fff}.redesign23 .btn-secondary{background-color:#fff;color:#004c20;font-weight:500}.redesign23 .btn-secondary:hover,.redesign23 .btn-secondary:focus,.redesign23 .btn-secondary:active{background-color:#013115;color:#fff;border:0}.above_menu{background-color:#f1f1f1;font-size:18px;height:137px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575.98px){.above_menu{height:100px}.above_menu .block-block-content{min-width:120px;margin-left:-10px}}@media(min-width: 576px)and (max-width: 991.98px){.above_menu{height:100px}.above_menu .block-block-content{min-width:100px}}.above_menu a{color:#004c20;text-decoration:none;font-style:normal;font-family:"Noto Sans",sans-serif;font-size:18px;font-weight:500;line-height:normal}.above_menu a:hover{text-decoration:underline}.above_menu a:visited{color:#004c20}.above_menu .region-above-menu{margin:0 auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.above_menu .region-above-menu .above-menu-left{display:-webkit-box;display:-ms-flexbox;display:flex;height:137.143px;min-width:0;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 575.98px){.above_menu .region-above-menu .above-menu-left{padding-left:0;height:100px}}@media(max-width: 991.98px){.above_menu .region-above-menu .above-menu-left{height:100px}}.above_menu .region-above-menu .above-menu-left.search-open{display:none !important}.above_menu .region-above-menu .above-menu-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media(min-width: 992px){.above_menu .region-above-menu .above-menu-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.above_menu .region-above-menu .above-menu-right.search-open{width:100%;height:100px}.above_menu .region-above-menu .menu-desktop{width:100%;display:block}.above_menu .region-above-menu .menu-devices{width:100%;min-width:121px;display:none}@media(max-width: 575.98px){.above_menu .region-above-menu .menu-devices .xs-heading-text{max-width:100px}}@media(max-width: 991.98px){.above_menu .region-above-menu .menu-devices .xs-heading-text{color:#004c20 !important;font-family:"Noto Sans",sans-serif;font-size:16px !important;font-weight:500 !important;line-height:18px !important;margin:0;padding:0}}.above_menu .region-above-menu .regular-search{width:100%;display:block}.above_menu .region-above-menu .xs-search{display:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.above_menu .region-above-menu .logo img:hover{background-color:#daf5e6;opacity:revert}@media(max-width: 575.98px){.above_menu .region-above-menu .logo #logo_md,.above_menu .region-above-menu .logo #logo_desktop{display:none}.above_menu .region-above-menu .logo #logo_xs{display:block;width:120px;max-width:120px;height:120px;-ms-flex-negative:0;flex-shrink:0}}@media(min-width: 576px)and (max-width: 991.98px){.above_menu .region-above-menu .logo #logo_xs,.above_menu .region-above-menu .logo #logo_desktop{display:none}.above_menu .region-above-menu .logo #logo_md{display:block;width:100px;max-width:100px;height:100px;-ms-flex-negative:0;flex-shrink:0}}@media(min-width: 992px){.above_menu .region-above-menu .logo #logo_md,.above_menu .region-above-menu .logo #logo_xs{display:none}.above_menu .region-above-menu .logo #logo_desktop{display:block;width:256px;max-width:256px;height:137.143px;-ms-flex-negative:0;flex-shrink:0}}.above_menu .region-above-menu .lao-search{margin:0;margin-top:-10px}.above_menu .region-above-menu .lao-search input{height:56px !important;font-size:18px;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.above_menu .region-above-menu .lao-search input.overflow-16{-webkit-transform:scale(0.89);transform:scale(0.89);-webkit-transform-origin:left center;transform-origin:left center}.above_menu .region-above-menu .lao-search input.overflow-14{-webkit-transform:scale(0.78);transform:scale(0.78);-webkit-transform-origin:left center;transform-origin:left center}.above_menu .region-above-menu .lao-search input.overflow-12{-webkit-transform:scale(0.67);transform:scale(0.67);-webkit-transform-origin:left center;transform-origin:left center}.above_menu .region-above-menu .lao-search .hover-contain.search-open{width:244px}.above_menu .region-above-menu .lao-search .search-open input{color:#545454}@media(max-width: 767.98px)and (max-width: 575.98px){.above_menu .region-above-menu .lao-search .search-open input{min-width:242px !important}}@media(max-width: 767.98px)and (min-width: 576px)and (max-width: 767.98px){.above_menu .region-above-menu .lao-search .search-open input{min-width:279px !important}}.above_menu .region-above-menu .lao-search p{color:#a8aaa8}@media(min-width: 576px)and (max-width: 767.98px){.above_menu .region-above-menu .lao-search{width:280px;height:57px}}@media(min-width: 768px)and (max-width: 991.98px){.above_menu .region-above-menu .lao-search{width:464px;height:57px}}@media(min-width: 992px){.above_menu .region-above-menu .lao-search{width:536px;height:57px}}.above_menu .region-above-menu ul{padding:0;margin:0;margin-top:14px}.above_menu .region-above-menu ul li{margin:0;padding:0;list-style-type:none}.above_menu .region-above-menu ul li .language-link{padding:8px}@media(max-width: 575.98px){.above_menu .region-above-menu .menu-desktop{display:none}.above_menu .region-above-menu .menu-devices{display:block}.above_menu .region-above-menu .regular-search{display:none}.above_menu .region-above-menu .xs-search{display:block}.above_menu .region-above-menu .xs-search .search-container{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.above_menu .region-above-menu .xs-search .lao-search .hover-contain{position:relative}.above_menu .region-above-menu .xs-search .lao-search .search-container{border:none !important;right:40px}.above_menu .region-above-menu .xs-search .lao-search .search-container:focus-within{outline:none !important}.above_menu .region-above-menu .xs-search .lao-search .search-container .input-wrapper{border:solid 1px #013115;border-radius:8px;margin-left:-8px;margin-right:8px}.above_menu .region-above-menu .xs-search .lao-search .search-container .input-wrapper:focus-within{outline:solid 4px #bd851f}.above_menu .region-above-menu .xs-search .lao-search .search-container .input-wrapper input{border-radius:8px}.above_menu .region-above-menu .xs-search .lao-search .search-container .input-wrapper button{display:inline !important;border-radius:8px}.above_menu .region-above-menu .xs-search .lao-search .search-container button.btn-xs-edit-search-results{position:absolute;top:50%;right:-54px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:0}.above_menu .region-above-menu .xs-search .lao-search .search-container button{background-color:rgba(0,0,0,0) !important}.above_menu .region-above-menu .xs-search .lao-search .search-container button .fa-search{color:#013115;scale:1.6}.above_menu .region-above-menu .hover-contain:not(.search-open){width:0}.above_menu .region-above-menu .hover-contain:not(.search-open) .input-wrapper,.above_menu .region-above-menu .hover-contain:not(.search-open) p[aria-hidden=true]{display:none !important}.above_menu .region-above-menu .lao-search{margin-top:-11px}.above_menu .region-above-menu ul{margin-top:15px}}@media(min-width: 576px)and (max-width: 767.98px){.above_menu .region-above-menu .menu-desktop{display:none}.above_menu .region-above-menu .menu-devices{display:block}.above_menu .region-above-menu .regular-search{display:block}.above_menu .region-above-menu .xs-search{display:none}.above_menu .region-above-menu .lao-search{margin-top:-11px}.above_menu .region-above-menu ul{margin-top:15px}}@media(min-width: 768px)and (max-width: 991.98px){.above_menu .region-above-menu .menu-desktop{display:none}.above_menu .region-above-menu .menu-devices{display:block}.above_menu .region-above-menu .menu-devices .lao-xs-site-title{margin-left:12px}.above_menu .region-above-menu .regular-search{display:block}.above_menu .region-above-menu .xs-search{display:none}.above_menu .region-above-menu .lao-search{margin-top:-11px}.above_menu .region-above-menu ul{margin-top:15px}}.ola-menu{background-color:#004c20}.ola-menu ul{list-style-type:none;padding:0;margin:0}.ola-menu ul li{list-style:none}.menu-index-mobile{display:none}.menu-redesign24 li{margin-bottom:0}.menu-redesign24 .menu-index-elements{background:#004c20;font-family:"Noto Sans Display",sans-serif}.menu-redesign24 .menu-index-elements .row div{--bs-gutter-x: 0}.menu-redesign24 .menu-index-elements .menu-index{margin:0 auto;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1032px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu-redesign24 .menu-index-elements .menu-index .nav-item{-webkit-transition:background-color .6s ease;transition:background-color .6s ease;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;width:240px;height:61px;min-width:240px;max-width:330px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-negative:0;flex-shrink:0;z-index:501}.menu-redesign24 .menu-index-elements .menu-index .nav-item:hover{background:#013115}.menu-index-item-wrapper.active .menu-redesign24 .menu-index-elements .menu-index .nav-item,.menu-redesign24 .menu-index-elements .menu-index .nav-item.active,.menu-redesign24 .menu-index-elements .menu-index .nav-item.is-active{background:#013115}@media(max-width: 991.98px){.menu-redesign24 .menu-index-elements .menu-index .nav-item .menu-index-item-wrapper.active{background-color:#004c20}}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}@media(max-width: 991.98px){.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper{border-top:1px solid #fff;border-bottom:1px solid #fff}}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper .menu-index-item-wrapper-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:8px;width:16px;height:11px}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper .menu-index-item-wrapper-icon svg{display:block;width:100%;height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transform-box:fill-box}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper.active .menu-index-item-wrapper-icon svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu-redesign24 .menu-index-elements .menu-index a.menu-index-item{position:relative;color:#fff;font-weight:500;text-decoration:none;display:inline-block;-webkit-transition:color .3s ease;transition:color .3s ease}.menu-redesign24 .menu-index-elements .menu-index a.menu-index-item::before{content:"";position:absolute;bottom:-4px;left:50%;-webkit-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);width:100%;min-width:3px;height:3px;background-color:#936400;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.menu-redesign24 .menu-index-elements .menu-index a.menu-index-item:focus{outline:none !important}.menu-redesign24 .menu-index-elements .menu-index .nav-item:hover .menu-index-item,.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper.active .menu-index-item{color:#fff;font-weight:700}.menu-redesign24 .menu-index-elements .menu-index .nav-item:hover .menu-index-item::before,.menu-redesign24 .menu-index-elements .menu-index .nav-item:focus-within .menu-index-item::before,.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper.active .menu-index-item::before{-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}.menu-redesign24 .menu-index-elements .menu-index .nav-item:focus-within{outline:#a6751d solid 4px;outline-offset:-4px;z-index:1000}.menu-redesign24 .menu-index-elements .menu-index .nav-item.suppress-outline:focus-within{outline:none !important}.menu-redesign24 .menu-container{top:100%;width:100VW;opacity:1;visibility:visible;padding-top:0;font-size:1em;background:#013115;position:absolute;z-index:500}.menu-redesign24 .menu-container a{color:#fff;text-decoration:none}.menu-redesign24 .menu-container .menu-description p{color:#fff;font-size:18px;font-weight:500;line-height:120%;margin:0 0 20px;padding:0 12px}.menu-redesign24 .lao-main-menu-content{padding:48px 60px;-webkit-column-count:3;-moz-column-count:3;column-count:3;text-align:left}.menu-redesign24 .lao-main-menu-content>li{width:100%}.menu-redesign24 .lao-main-menu-content>.navbar-col-1,.menu-redesign24 .lao-main-menu-content>.navbar-col-2,.menu-redesign24 .lao-main-menu-content>.navbar-col-3{width:100%}.menu-redesign24 .navbar-row-last{-webkit-column-break-after:column;-moz-column-break-after:column;break-after:column}.menu-redesign24 .nav-home-icon{display:inline-block;margin-right:4px;-webkit-transform:translateY(3px);transform:translateY(3px)}.menu-redesign24 .nav-home-icon svg{display:block}.menu-redesign24 .close-btn{font-size:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:rgba(0,0,0,0);border:none;color:#fff;padding:8px;margin:0;cursor:pointer;position:absolute;top:8px;right:8px}.menu-redesign24 .close-btn:focus{outline:#a6751d solid 4px !important;outline-offset:2px}.menu-redesign24 .nav-close-icon{height:auto;margin:0 8px}.menu-redesign24 .mobile-title-language-row{background:#004c20;color:#fff;height:57px;padding:0}.menu-redesign24 .mobile-title-language-row .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0}.menu-redesign24 .mobile-title-language-row .col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.menu-redesign24 .mobile-title-language-row .col.text-end{padding-right:12px}.menu-redesign24 .mobile-title-language-row .col.text-end a.language-link{color:#fff !important;text-decoration:none}.menu-redesign24 .mobile-title-language-row .col.text-end a.language-link:hover,.menu-redesign24 .mobile-title-language-row .col.text-end a.language-link:focus,.menu-redesign24 .mobile-title-language-row .col.text-end a.language-link:active{color:#fff !important}.menu-redesign24 .mobile-title-language-row .hamburger-container:focus-within label{outline:#a6751d solid 4px !important;outline-offset:-4px}.menu-redesign24 .mobile-title-language-row .hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:140px;min-width:140px;position:relative;cursor:pointer;padding:16px 12px;margin-bottom:0 !important}.menu-redesign24 .mobile-title-language-row .hamburger:hover{background-color:#013115}.menu-redesign24 .mobile-title-language-row .hamburger:has(.nav-checkbox:checked){background-color:#013115}.menu-redesign24 .mobile-title-language-row .hamburger .nav-checkbox{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-lines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:20px;z-index:1;pointer-events:none}.menu-redesign24 .mobile-title-language-row .hamburger .line{width:100%;height:4px;border-radius:2px;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-lines .line1{top:0px}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-lines .line2{top:10px}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-lines .line3{top:20px}.menu-redesign24 .mobile-title-language-row .hamburger .nav-checkbox:checked~.hamburger-lines .line1{-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg)}.menu-redesign24 .mobile-title-language-row .hamburger .nav-checkbox:checked~.hamburger-lines .line2{opacity:0}.menu-redesign24 .mobile-title-language-row .hamburger .nav-checkbox:checked~.hamburger-lines .line3{-webkit-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg)}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-label-text{color:#fff;font-weight:500;font-size:18px;margin-left:16px;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-label-text .expanded{display:none}.menu-redesign24 .mobile-title-language-row .hamburger .hamburger-label-text .collapsed{display:inline}.menu-redesign24 .mobile-title-language-row #hamburger-toggle:checked+.hamburger-lines+.hamburger-label-text .expanded{display:inline}.menu-redesign24 .mobile-title-language-row #hamburger-toggle:checked+.hamburger-lines+.hamburger-label-text .collapsed{display:none}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}@media(max-width: 575.98px){.region-ola-menu{padding-left:0 !important;padding-right:0 !important}}@media(max-width: 991.98px){.above_menu #logo_xs{padding:10px 0 10px 10px}.menu-container{max-width:480px !important}.menu-redesign24.contextual-region{background:#004c20}.menu-redesign24 .menu-description p,.menu-redesign24 .close-btn{display:none !important}.menu-redesign24 .menu-index-mobile{display:inline}.menu-redesign24 .menu-index-mobile .top-level .menu-index-item-wrapper-icon-mobile{display:inline-block;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0deg);transform:rotate(0deg);position:absolute;right:16px}.menu-redesign24 .menu-index-mobile .top-level.active .menu-index-item-wrapper-icon-mobile{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu-redesign24 .menu-index-elements,.menu-redesign24 .menu-index-mobile{background:#013115;text-align:left;border-width:0;border-style:solid;border-color:#fff}.menu-redesign24 .menu-index-elements a,.menu-redesign24 .menu-index-mobile a{position:relative;display:block;width:100%;-webkit-transition:background-color .6s ease,color .3s ease,text-decoration-thickness .6s ease;transition:background-color .6s ease,color .3s ease,text-decoration-thickness .6s ease}.menu-redesign24 .menu-index-elements a::before,.menu-redesign24 .menu-index-mobile a::before{display:none}.menu-redesign24 .menu-index-elements a:hover,.menu-redesign24 .menu-index-mobile a:hover{font-weight:700}.menu-redesign24 .menu-index-elements ul.lao-main-menu-content,.menu-redesign24 .menu-index-mobile ul.lao-main-menu-content{display:block}.menu-redesign24 .menu-index-elements ul.lao-main-menu-content>li,.menu-redesign24 .menu-index-mobile ul.lao-main-menu-content>li{margin-bottom:0;width:100%;grid-row:auto !important}.menu-redesign24 .menu-index{display:none}.menu-redesign24.contextual-region{background:rgba(0,0,0,0) !important}.menu-redesign24 .menu-container{position:static}.menu-redesign24 .lao-main-menu-content{-webkit-column-count:1 !important;-moz-column-count:1 !important;column-count:1 !important;-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;padding:0 !important}.menu-redesign24 .lao-main-menu-content>li{width:100% !important;margin-bottom:.5rem}.menu-redesign24 .menu-index-elements{background-color:#013115;position:relative;z-index:999}.menu-redesign24 .menu-index-elements .menu-index{background-color:#013115;position:absolute;top:0;left:0;right:0;z-index:1000;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:.9;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,opacity .4s ease;transition:transform .4s ease,opacity .4s ease,-webkit-transform .4s ease}.menu-redesign24 .menu-index-elements .menu-index:not(.show){left:-15px}.menu-redesign24 .menu-index-elements .menu-index.show{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.menu-redesign24 .menu-index-elements .menu-index .nav-item:focus-within{outline:none !important;outline-offset:initial !important;z-index:auto !important}.menu-redesign24 .menu-index-elements .menu-index .nav-item{display:block;-webkit-transition:none;transition:none;cursor:default;width:100%;max-width:480px;height:auto;min-width:auto;padding:0}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper{padding:12px}.menu-redesign24 .menu-index-elements .menu-index .menu-index-item-wrapper.active:focus-within{outline:#a6751d solid 4px;outline-offset:-4px;z-index:1000}.menu-redesign24 .menu-index-elements .menu-index a.menu-index-item{text-align:left}.menu-index-elements{max-width:480px !important}.menu-index-elements .menu-index .nav-items{height:auto}.region-content{position:relative;z-index:1}}.jumbotron{position:relative;width:100%;padding:0;background-color:none;margin:0;z-index:inherit}.header-banner{height:500px;background-size:cover}.background-hero{padding-top:5.9604644775em;background-size:cover;background-repeat:no-repeat}.hero-overlay{position:absolute;width:100%;height:100%;color:#fff;z-index:inherit;padding-top:5.9604644775em;right:0;top:0}.hero-overlay h2,.hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .hero-overlay .field__label,.hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .hero-overlay .location-title,.hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .hero-overlay .field__label{color:#fff;margin-left:1.25em;margin-top:1.25em;margin-bottom:1.25em;text-align:center}.hero-overlay p{color:#fff}.hero-overlay a{color:#b8cfff}.ytp-hide-controls .ytp-watermark,.html5-video-player .ytp-watermark,.ytp-watermark.yt-uix-sessionlink{display:none}.ytp-hide-controls .ytp-watermark:hover,.html5-video-player .ytp-watermark:hover,.ytp-watermark.yt-uix-sessionlink:hover{display:none}.breadcrumb{padding:0;margin-bottom:0;margin-top:1em;list-style:none;background-color:rgba(0,0,0,0);border-radius:inherit}.wrapper{max-width:1600px;position:relative;margin:auto}.main-container{line-height:1.5625em;z-index:0}.main-content{margin-bottom:1.25em}ul.no-bullets{padding:0}ul.no-bullets li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}ul.no-bullets li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}ul.no-bullets .section-content{background-color:#fff}ul.no-bullets .section-content>.layout-container{padding-bottom:2.44140625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){ul.no-bullets .section-content>.layout-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}ul.no-bullets #main.column{-webkit-box-flex:1;-ms-flex:1;flex:1}@media(min-width: 768px){ul.no-bullets #main.column>.layout-content{padding-right:4.768371582em}}ul.no-bullets .region-sidebar-second{padding-top:1.25em}ul.no-bullets .region-sidebar-second ul{padding:0}ul.no-bullets .region-sidebar-second ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}ul.no-bullets .landing-page section{width:100%}ul.no-bullets .background-hero{background-repeat:no-repeat;padding-top:3.0517578125em;background-size:cover;min-height:200px;width:100%}ul.no-bullets .background-hero .field--name-field-component-body{margin-top:1.25em}aside ul.menu{padding-left:0;margin:.8em}aside ul.menu li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}aside ul.menu ul{padding-left:.512em}aside ul.menu ul ul{padding-left:.512em}aside ul.menu li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.ola-footer{margin-top:24px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;color:#545454;width:100%}.ola-footer::before{background-color:#f1f1f1;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/sites/default/files/common/image/assembly_tiles.png");background-size:cover;background-repeat:no-repeat;opacity:.05;z-index:-1}.ola-footer ul{padding:0;margin-left:0;margin-bottom:0 !important}.ola-footer ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0;margin:16px 0 0}.ola-footer h4{line-height:28px;font-size:24px !important}.ola-footer h5{font-weight:700;line-height:24px;font-size:20px !important}@media(max-width: 767.98px){.ola-footer h5{margin-top:24px !important}}.ola-footer p{font-size:18px;font-style:normal;font-weight:500;line-height:28px}.ola-footer p:has(>a:only-child){margin-bottom:0 !important}.ola-footer p a{font-family:"Noto Sans Display",sans-serif !important;font-size:18px;font-style:normal;font-weight:600;color:#004c20 !important;line-height:120%;text-decoration-line:underline !important;text-decoration-style:solid !important;-webkit-text-decoration-skip-ink:none !important;text-decoration-skip-ink:none !important;text-decoration-thickness:auto !important;text-underline-offset:auto !important;text-underline-position:from-font !important}.ola-footer a{font-family:"Noto Sans Display",sans-serif !important;color:#545454 !important;text-decoration:none !important;font-size:18px;font-weight:600 !important;line-height:22px}.ola-footer a:hover{text-decoration-line:underline !important;text-decoration-style:solid !important;-webkit-text-decoration-skip-ink:none !important;text-decoration-skip-ink:none !important;text-decoration-thickness:auto !important;text-underline-offset:auto !important;text-underline-position:from-font !important}.ola-footer a:visited{color:#545454}.ola-footer .region-ola-footer{margin:0 auto;padding:24px 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.ola-footer .region-ola-footer .footer-column-1{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}.ola-footer .region-ola-footer .footer-column-2,.ola-footer .region-ola-footer .footer-column-3{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}@media(max-width: 575.98px){.ola-footer .region-ola-footer .footer-column-1,.ola-footer .region-ola-footer .footer-column-2,.ola-footer .region-ola-footer .footer-column-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media(min-width: 576px)and (max-width: 767.98px){.ola-footer .region-ola-footer .footer-column-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ola-footer .region-ola-footer .footer-column-2,.ola-footer .region-ola-footer .footer-column-3{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 8px);flex:0 0 calc(50% - 8px)}}@media(min-width: 768px)and (max-width: 991.98px){.ola-footer .region-ola-footer .footer-column-1{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 8px);flex:0 0 calc(50% - 8px)}.ola-footer .region-ola-footer .footer-column-2,.ola-footer .region-ola-footer .footer-column-3{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 8px);flex:0 0 calc(25% - 8px)}}.copyright{-ms-flex-item-align:stretch;align-self:stretch;background-color:#545454;color:#fff;font-size:12px !important;font-style:normal;font-weight:500;line-height:16px}.copyright .region-copyright{margin:0 auto;padding:24px 0}.copyright #trillium_copyright p{margin:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.copyright #trillium_copyright p svg{margin-right:16px}.copyright #trillium_copyright p a{font-size:12px !important;color:#fff !important;text-decoration:none !important}.copyright #trillium_copyright p a:hover{text-decoration:none !important}.copyright #trillium_copyright p a:visited{color:#fff}.field--name-field-video-category{display:inline-block}.field--name-field-blackberry-link{text-align:center}.lao-back-to-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;min-width:140px;gap:4px;font-family:"Noto Sans",sans-serif;position:fixed;bottom:24px;right:16px;z-index:400;cursor:pointer;background:rgba(0,0,0,0);border:none;padding:0}.lao-back-to-top:focus,.lao-back-to-top:focus-within{outline:none}.lao-back-to-top:focus .lao-back-to-top-icon-wrapper,.lao-back-to-top:focus-within .lao-back-to-top-icon-wrapper{border:4px solid #a6751d}.lao-back-to-top:hover .lao-back-to-top-icon-wrapper{background:#daf5e6}.lao-back-to-top:hover .lao-back-to-top-text{font-weight:700}.lao-back-to-top-text{color:#004c20;font-size:20px;font-style:normal;font-weight:500;-webkit-transition:font-weight .2s ease;transition:font-weight .2s ease;line-height:normal;margin:0 !important}.lao-back-to-top-icon-wrapper{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;border-radius:50%;border:2px solid #004c20;-webkit-box-shadow:4px 4px 10px rgba(0,0,0,.25);box-shadow:4px 4px 10px rgba(0,0,0,.25);-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.lao-back-to-top-icon svg{width:16px;height:26px;display:block}@media print{.lao-back-to-top{display:none !important}}.node-preview-container{background:#fff}.node-preview-container .form-select{display:inline;margin-top:auto}.ui-accordion{margin-bottom:20px}.redesign23.accordion{margin-bottom:32px}.redesign23 .accordion-item{margin-bottom:24px;background-color:#fff;color:#545454}.redesign23 .accordion-item:focus{border:2px solid #a6751d}.redesign23 .accordion-item:first-of-type .accordion-button{border-top-left-radius:4px;border-top-right-radius:4px}.redesign23 .accordion-item:last-of-type .accordion-button.collapsed,.redesign23 .accordion-item:last-of-type .accordion-collapse,.redesign23 .accordion-item:last-of-type .accordion-collapsed{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.redesign23 .accordion-button{font-size:23px;font-weight:600;padding:26.5px 32px 21.5px 34px;border:1px solid #ddd;border-radius:4px}.redesign23 .accordion-button:hover{background-color:#daf5e6;color:#004c20;border:1px solid #004c20}.redesign23 .accordion-button:focus{background-color:#daf5e6;color:#343434;border:4px solid #a6751d;-webkit-box-shadow:none;box-shadow:none}.redesign23 .accordion-button::after{-webkit-filter:brightness(33%) contrast(100%);filter:brightness(33%) contrast(100%)}.redesign23 .accordion-button[aria-expanded=true]{background-color:#fff;color:#343434;border:4px solid #a6751d;border-bottom:2px solid #a8aaa8;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0}.redesign23 .accordion-button[aria-expanded=true]:hover{background-color:#fff;color:#343434}.redesign23 .accordion-body{font-size:18px;font-weight:400;border:4px solid #a6751d;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.btn{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}@media(min-width: 608px){.btn{padding:.8em 1.25em}}@media(min-width: 992px){.btn{padding:.8em 1.25em}}.btn-primary{border:2px solid #005b26;color:#005b26}.btn-primary:hover,.btn-primary:focus{background-color:#005b26;color:#fff}.btn-primary:active{color:#fff;background-color:#003b19}.btn-secondary{border:2px solid #006a2c;color:#006a2c;background-color:#fff}.btn-secondary:hover,.btn-secondary:focus{background-color:#005b26;border:2px solid #005b26;color:#fff}.btn-flat{position:relative;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;-webkit-transition:background-color .3s ease-out,color .3s ease-out;transition:background-color .3s ease-out,color .3s ease-out;padding:.16777216em .8em;text-decoration:none;display:inline-block;text-transform:uppercase;margin-right:.8em;vertical-align:bottom}.button{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;border:2px solid #006a2c;color:#006a2c;background-color:#fff}@media(min-width: 608px){.button{padding:.8em 1.25em}}@media(min-width: 992px){.button{padding:.8em 1.25em}}.button:hover,.button:focus{background-color:#005b26;border:2px solid #005b26;color:#fff}.button a{text-decoration:none}.nav-pills{margin-bottom:20px}.nav-pills span.nav-link{padding:0}.nav-pills span.nav-link a{padding:10px 20px;display:inline-block}@media screen and (max-width: 992px){.nav-pills span.nav-link a{padding:10px 5px}}.nav-pills span.nav-link a.active{background:#1f66ff;color:#fff;display:inline-block;border-radius:.1rem;margin:0}.nav-pills .volume-wrapper{padding:10px 20px;display:block}.redesign23 .lao-card-row-title h1,.redesign23 .lao-card-row-title h2,.redesign23 .lao-card-row-title body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .lao-card-row-title .field__label,.redesign23 .lao-card-row-title .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .lao-card-row-title .location-title,.redesign23 .lao-card-row-title body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .lao-card-row-title .field__label,.redesign23 .lao-card-row-title h3,.redesign23 .lao-card-row-title h4,.redesign23 .lao-card-row-title h5,.redesign23 .lao-card-row-title h6{margin:0;margin-top:24px;margin-bottom:24px;padding:0;display:block;text-align:left !important;text-transform:unset;color:#545454;font-size:29px !important;font-weight:600;line-height:1.2 !important}.redesign23 .lao-card{background-color:#fff;border-radius:4px;border:1px solid #a8aaa8;margin-bottom:24px;position:relative}.redesign23 .lao-card .lao-card-title h1,.redesign23 .lao-card .lao-card-title h2,.redesign23 .lao-card .lao-card-title body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .lao-card .lao-card-title .field__label,.redesign23 .lao-card .lao-card-title .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .lao-card .lao-card-title .location-title,.redesign23 .lao-card .lao-card-title body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .lao-card .lao-card-title .field__label,.redesign23 .lao-card .lao-card-title h3,.redesign23 .lao-card .lao-card-title h4,.redesign23 .lao-card .lao-card-title h5,.redesign23 .lao-card .lao-card-title h6{margin:0;padding:0;display:block;text-align:left;color:#545454;font-size:23px !important;font-weight:600;line-height:1.2 !important}.redesign23 .lao-card .lao-card-body{color:#343434;font-size:18px}.redesign23 .lao-card .lao-card-button{color:#004c20;text-align:right}.redesign23 .lao-card.lao-image-card{border-top:8px solid #004c20;height:calc(100% - 24px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;position:relative}.redesign23 .lao-card.lao-image-card .lao-card-image{background-color:#e6e6e6;-webkit-box-flex:0;-ms-flex:0 0 224px;flex:0 0 224px}.redesign23 .lao-card.lao-image-card .lao-card-title{margin:24px 24px 16px;min-height:32px}.redesign23 .lao-card.lao-image-card .lao-card-body{margin-left:24px;margin-right:24px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.redesign23 .lao-card.lao-image-card .lao-card-button{margin:0 24px 24px;-webkit-box-flex:0;-ms-flex:0 0 27px;flex:0 0 27px}.redesign23 .lao-card.lao-image-card.lao-image-card-large{height:calc(100% - 24px);position:relative}.redesign23 .lao-card.lao-image-card.lao-image-card-large .lao-card-image{-webkit-box-flex:0;-ms-flex:0 0 396px;flex:0 0 396px}.redesign23 .lao-card.lao-image-card.lao-image-card-large .lao-card-title{margin:24px 24px 16px;min-height:64px}.redesign23 .lao-card.lao-image-card.lao-image-card-large .lao-card-body{margin-left:24px;margin-right:24px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.redesign23 .lao-card.lao-image-card.lao-image-card-large .lao-card-button{margin:0 24px 24px;-webkit-box-flex:0;-ms-flex:0 0 27px;flex:0 0 27px}.redesign23 .lao-card.lao-text-card{border-left:8px solid #004c20;height:calc(100% - 24px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.redesign23 .lao-card.lao-text-card .lao-card-title{margin:24px 24px 16px;min-height:32px}.redesign23 .lao-card.lao-text-card .lao-card-body{margin-left:24px;margin-right:24px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.redesign23 .lao-card.lao-text-card .lao-card-button{margin:0 24px 24px;-webkit-box-flex:0;-ms-flex:0 0 27px;flex:0 0 27px}.redesign23 .lao-card.lao-event-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.redesign23 .lao-card:hover,.redesign23 .lao-card:focus{background-color:#daf5e6;-webkit-box-shadow:6px 6px 6px rgba(0,0,0,.16);box-shadow:6px 6px 6px rgba(0,0,0,.16)}.redesign23 .lao-card:hover .lao-card-image,.redesign23 .lao-card:focus .lao-card-image{background-color:#daf5e6}.redesign23 .lao-card:focus{border:1px solid #a6751d;border-top:8px solid #004c20}.redesign23 .lao-pcalevent-card{padding-top:1.5em;padding-bottom:1.5em;background-color:#fff;border-radius:4px;border:1px solid #a8aaa8;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event{overflow:hidden}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:2em}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .time{padding-left:.25em;line-height:32px;font-size:23px;color:#545454;font-weight:600;margin-bottom:8px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row{display:-webkit-inline-box}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon{padding:0;max-height:1.66em;min-height:1em;width:auto}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon img{max-height:1.66em !important;max-width:1.66em !important}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location{text-align:left;padding:0;line-height:16px;font-size:14px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location p{line-height:inherit;text-wrap:balance;margin-bottom:0}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece{margin:0;border-left:solid .13em #707070}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body{padding-left:1.5em}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{margin:auto}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:not(:has(a)){line-height:24px;font-size:18px;max-height:24px;-ms-flex-line-pack:center;align-content:center}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a{line-height:24px;max-height:24px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a span{margin-right:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a i{min-width:10px;position:relative;right:auto;bottom:auto;display:inline;line-height:1.5}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline{color:#004c20;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:32px;font-size:23px;font-weight:700}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline a{font-weight:700;text-decoration:none}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link{color:#004c20;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:28px;font-size:18px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:28px;font-size:18px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{font-weight:bold;line-height:24px;font-size:14px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link{margin:auto 0;font-weight:600;text-align:center;font-size:14px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link img{height:2em;width:2em;margin:auto}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link a{font-weight:600;margin-left:0}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link:hover{text-decoration:underline}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .inactive:hover{text-decoration:none !important}.redesign23 .lao-pcalevent-card.month_view{display:none !important}@media(min-width: 320px)and (max-width: 767px){.redesign23 .lao-pcalevent-card{padding-top:1.5em;padding-bottom:1.5em;background-color:#fff;border-radius:4px;border:1px solid #a8aaa8;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event{overflow:hidden}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row{margin-left:-22px !important}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece{padding-left:2.77em;margin-bottom:16px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .time{padding-left:0;line-height:24px;font-size:20px;font-weight:600;margin-bottom:16px;color:#545454}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .no-location-margin{margin-bottom:0 !important}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon{margin:auto 0 auto -0.27em;padding-left:0;padding-right:0;max-height:1.66em;min-height:1em;max-width:25.02px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon img{max-height:1.66em !important;max-width:1.66em !important}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;padding-left:0;line-height:16px;font-size:14px;width:87%;margin-top:auto;margin-bottom:auto}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location p{margin-bottom:0 !important}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece{padding-left:2em;border-left:solid .13em #707070}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body{padding-left:0em}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd,.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:0 0 8px 0}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:not(:has(a)){line-height:24px;font-size:18px;min-height:72px;-ms-flex-line-pack:center;align-content:center}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a i{display:none !important;min-width:10px;position:relative;right:auto;bottom:auto;line-height:1.5}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline{font-weight:bold;line-height:24px;font-size:18px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link{font-weight:bolder;line-height:18px;font-size:14px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:18px;font-size:14px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{font-weight:bold;line-height:18px;font-size:14px}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding a{font-weight:bolder}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link{display:contents;text-align:center;margin-top:1.0625em;font-weight:600}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link img{margin:.5em 0 0 0;width:24px;height:auto}.redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link a{font-weight:600;margin:8px 0 0 8px}.redesign23 .lao-pcalevent-card.month_view{display:block !important;border-top:none !important;border-right:none !important;border-bottom:none !important;border-radius:0 !important}.redesign23 .lao-pcalevent-card.month_view .left-piece{margin:0 !important;padding-left:2em !important}.redesign23 .lao-pcalevent-card.month_view .left-piece .time{margin-bottom:4px !important;margin-right:auto}.redesign23 .lao-pcalevent-card.month_view .right-piece{border:none !important}.redesign23 .lao-pcalevent-card.month_view .right-piece .event-body .event-headline{line-height:32px;font-size:23px}.redesign23 .event_seprater{border-top:#a8aaa8 1px solid;margin:16px 0}.redesign23 .month_view{padding:0 !important}}@media(min-width: 768px)and (max-width: 991px){.redesign23 :not(.accordion) .lao-pcalevent-card{padding-top:1.5em;padding-bottom:1.5em;background-color:#fff;border-radius:4px;border:1px solid #a8aaa8;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event{overflow:hidden}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece{margin-bottom:auto;padding-left:2em}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .time{padding-left:.25em;line-height:32px;font-size:23px;color:#545454}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row{margin-top:.5em}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon{margin:auto 0 auto 0;padding:0;max-height:1.66em;min-height:1em}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon img{margin:auto 0 auto -0.27em;max-height:1.66em !important}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location{text-align:left;padding-left:0;font-size:14px;width:67%}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece{padding-left:1.5em;border-left:solid .13em #707070}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body{padding-left:0em;margin-bottom:.75em}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline,.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link,.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link,.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd,.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:not(:has(a)){line-height:24px;font-size:18px;min-height:48px;-ms-flex-line-pack:center;align-content:center}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a{line-height:24px;min-height:48px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a i{min-width:10px;position:relative;right:auto;bottom:auto;display:none !important;line-height:1.5}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline{line-height:32px;font-size:23px}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link{color:#004c20;line-height:28px;font-size:18px}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link a{font-weight:bolder}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd{line-height:28px;font-size:18px}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd a{font-weight:bolder}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{font-weight:bold;line-height:24px;font-size:14px}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding a{font-weight:bolder}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link{display:contents;margin-top:1.0625em;font-weight:600;text-align:center;font-size:14px;line-height:16px}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link img{margin:revert}.redesign23 :not(.accordion) .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link a{font-weight:600;margin-left:.5em}.redesign23 :not(.accordion) .lao-pcalevent-card.month_view{display:block !important;border-top:none !important;border-right:none !important;border-bottom:none !important;border-radius:0 !important}.redesign23 :not(.accordion) .lao-pcalevent-card.month_view .left-piece{margin:0 !important;padding-left:1.5em !important}.redesign23 :not(.accordion) .lao-pcalevent-card.month_view .right-piece{border:none !important}.redesign23 :not(.accordion) .lao-pcalevent-card.month_view .right-piece .event-body .event-headline{line-height:32px;font-size:23px}.redesign23 .event_seprater{border-top:#a8aaa8 1px solid;margin:24px 0}.redesign23 .month_view{padding:0 !important}}@media(min-width: 992px){.redesign23 .redesign23 .lao-card.lao-image-card .lao-card-button,.redesign23 .redesign23 .lao-card.lao-text-card .lao-card-button{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media(max-width: 767px){.redesign23 .redesign23 .lao-card{margin-bottom:16px}.redesign23 .redesign23 .lao-card.lao-image-card,.redesign23 .redesign23 .lao-card.lao-text-card{height:calc(100% - 16px)}}@media(min-width: 991px){.accordion .redesign23 .col-md-8{width:66.66666667%}.accordion .redesign23 .lao-pcalevent-card{padding-top:1.5em;padding-bottom:1.5em;background-color:#fff;border-radius:4px;border:1px solid #a8aaa8;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event{overflow:hidden}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece{margin-bottom:auto;padding-left:2.5em}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .time{padding-left:.25em;line-height:32px;font-size:23px;color:#545454;font-family:"Noto Sans Display",sans-serif;font-weight:600}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row{margin-top:.5em;display:-webkit-box;display:-ms-flexbox;display:flex}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon{margin:auto 0 auto 0;padding:0;max-height:1.66em;min-height:1em}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .icon img{margin:auto 0 auto -0.27em;max-height:1.66em !important}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .left-piece .location-row .location{text-align:left;padding-left:0;-ms-flex-item-align:center;align-self:center;font-size:14px;width:67%}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece{padding-left:1.5em;border-left:solid .13em #707070;display:block}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body{padding-left:0em;margin-bottom:.75em}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .event-headline,.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link,.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link,.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd,.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:not(:has(a)){line-height:24px;min-height:72px;-ms-flex-line-pack:center;align-content:center}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a .lao-link-truncate,.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a span{margin-right:10px;display:-webkit-inline-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .transcript-link:has(a) a i{min-width:10px;position:relative;right:auto;bottom:auto;display:inline;line-height:1.5}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link{color:#004c20;line-height:28px;font-size:18px}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-link a{font-weight:normal}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd{line-height:28px;font-size:18px}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .agenda-tbd a{font-weight:normal}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding{font-weight:normal;line-height:24px;font-size:14px}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .event-body .committee-proceeding a{font-weight:normal}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:revert;flex-direction:revert;margin-top:1.0625em;font-weight:600;font-size:14px;line-height:16px;width:100%;padding-left:0}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link img{margin:revert}.accordion .redesign23 .lao-pcalevent-card.parliamentary-calendar-event .outter-row .right-piece .video-link a{margin-left:.5em;font-weight:600}.accordion .redesign23 .lao-pcalevent-card.month_view{display:block !important;border-top:none !important;border-right:none !important;border-bottom:none !important;border-radius:0 !important}.accordion .redesign23 .lao-pcalevent-card.month_view .right-piece{border:none !important}.accordion .redesign23 .lao-pcalevent-card.month_view .right-piece .event-body .event-headline{line-height:32px;font-size:23px}.accordion .redesign23 .month_view{padding:0 !important}}@media print{.video-link::before{content:"";width:10px}}.headline-type{font-size:1.25em;line-height:1.25em;font-family:"Times New Roman",Helvetica,sans-serif;letter-spacing:1.25px}@media(min-width: 608px){.headline-type{font-size:1.953125em}}.headline-type b,.headline-type strong{font-weight:100}.small-type{font-weight:700;margin-bottom:1.5625em;font-size:.8em}.highlight-type{font-weight:700}.highlight-type-blue{font-weight:700;color:#002072}.inline-image-left,.inline-image-right,.inline-image-center{max-width:37.037037037%;margin-top:1em;margin-bottom:1em;table-layout:fixed}.inline-image-left{float:left;margin-right:1.953125em}.inline-image-right{float:right;margin-left:1.953125em}.inline-image-center{max-width:90%;margin-left:auto;margin-right:auto}.highlight-box{position:relative;color:#fff;line-height:1.5625em;margin:1.953125em 1em 1.953125em 0;padding:1.25em .8em 1.25em 1.25em;background-color:#1f66ff;z-index:1}.highlight-box a{color:#fff}@media(min-width: 608px){.highlight-box{margin:1.953125em 3.8146972656em 1.953125em 1.953125em;padding:1.953125em 1em 1.953125em 1.5625em}}@media(min-width: 896px)and (max-width: 991px){.highlight-box{margin-left:3.8146972656em;margin-right:3.8146972656em}}.highlight-box::after,.highlight-box::before{content:"";display:block;position:absolute;top:0;overflow:visible;height:100%;z-index:-1;background-color:#1f66ff}@media(min-width: 608px)and (max-width: 895px){.highlight-box::after{-webkit-transform:skewX(5deg);transform:skewX(5deg);width:50px;right:-25px}}@media(min-width: 896px){.highlight-box::after{-webkit-transform:skewX(10deg);transform:skewX(10deg);width:50px;right:-25px}}@media(min-width: 608px)and (max-width: 895px){.highlight-box::before{-webkit-transform:skewX(-355deg);transform:skewX(-355deg);width:50px;left:-25px}}@media(min-width: 896px){.highlight-box::before{-webkit-transform:skewX(-350deg);transform:skewX(-350deg);width:50px;left:-25px}}.highlight-box-blue{background-color:#002072;width:100%;display:inline-block;text-decoration:none;margin:.64em 0 0 0;text-transform:inherit;color:#002072;line-height:1.25em;position:relative;padding:.8em;font-size:1em;font-weight:700;letter-spacing:1px;text-align:center;word-spacing:3px}@media(min-width: 464px){.highlight-box-blue{line-height:1.5625em;font-size:1.25em;letter-spacing:2px}}@media(min-width: 608px){.highlight-box-blue{padding:1.25em}}.first-letter{color:#002072;float:left;margin:0 .20972em 0 0;font-size:3.8147em;line-height:.8em}.blue-text{color:#002072}.brand-blue-text{color:#002072}.light-blue{color:#002072;font-weight:700;font-size:1.25em}#block-styleguidebuttons{overflow:hidden;margin-top:10%;margin-left:10%}#block-styleguidebuttons h2,#block-styleguidebuttons body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract #block-styleguidebuttons .field__label,#block-styleguidebuttons .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations #block-styleguidebuttons .location-title,#block-styleguidebuttons body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field #block-styleguidebuttons .field__label{color:#002072;margin-bottom:.4096em}@media(min-width: 768px){#block-styleguidebuttons h2,#block-styleguidebuttons body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract #block-styleguidebuttons .field__label,#block-styleguidebuttons .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations #block-styleguidebuttons .location-title,#block-styleguidebuttons body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field #block-styleguidebuttons .field__label{margin-bottom:1.25em}}#block-styleguidebuttons h2:before,#block-styleguidebuttons body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label:before,body.node--type-pppr-timeline .field--name-field-promotional-abstract #block-styleguidebuttons .field__label:before,#block-styleguidebuttons .block-views-blockpppr-image-map-block-map-locations .location-title:before,.block-views-blockpppr-image-map-block-map-locations #block-styleguidebuttons .location-title:before,#block-styleguidebuttons body.node--type-pppr-basic-page .field--type-video-embed-field .field__label:before,body.node--type-pppr-basic-page .field--type-video-embed-field #block-styleguidebuttons .field__label:before{display:none}#block-highlightboxexample{bottom:0;position:absolute;width:100%}#block-highlightboxexample::after{display:block;content:"";clear:both}ul.list-file{padding:0;margin-bottom:20px}ul.list-file li{list-style:none;cursor:pointer;color:#002072;display:block;margin:0;padding:15px 60px;position:relative;text-decoration:none}ul.list-file li:nth-child(odd){background-color:#002072}ul.list-file li:before{content:"";font-family:"FontAwesome";left:20px;position:absolute;top:15px}ul.list-file li:hover,ul.list-file li:focus,ul.list-file li:active{background-color:#002072;color:#002072}ul.list-normal{padding:0}ul.list-normal li{list-style:none}ul.list-normal li:before{content:"";color:#002072;font-family:FontAwesome;font-weight:700;font-size:12px;padding-right:8px}.legal-notes{color:#002072;font-size:.9em;line-height:23.4px}.center-text{text-align:center}.city-text{font-family:"Times New Roman",Helvetica,sans-serif;font-size:1em}.redesign23 .lao-embed{margin-bottom:32px}.video-embed-field-responsive-video,.field--type-video-embed-field{margin-bottom:1em}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;overflow:hidden}.video-wrapper-jumbotron{padding-top:0;background-size:cover;min-height:400px}.video-wrapper iframe{position:absolute;top:0px;left:0px;width:100%;height:100%}.video-wrapper-business iframe{width:1px;min-width:100%}.card,.user-login-form,.webform-submission-form{border-radius:2px;margin-bottom:2.44140625em;line-height:1.5625em;overflow:hidden}@media(min-width: 896px){.no-sidebars .card,.no-sidebars .user-login-form,.no-sidebars .webform-submission-form{margin-left:auto;margin-right:auto;max-width:85%}}@media(min-width: 992px){.no-sidebars .card,.no-sidebars .user-login-form,.no-sidebars .webform-submission-form{max-width:75%}}@media(min-width: 1308px){.no-sidebars .card,.no-sidebars .user-login-form,.no-sidebars .webform-submission-form{max-width:65%}}.card__inner{position:relative}.card__title{padding:.8em 1.5625em;padding-bottom:0}@media(min-width: 608px){.card__title{padding:.8em 1.25em;padding-bottom:0}}.card__title-text{margin-bottom:0}.card__supporting-text{padding:.8em 1.5625em}.card__supporting-text::after{display:block;content:"";clear:both}@media(min-width: 608px){.card__supporting-text{padding:.8em 1.25em}}.card__supporting-text p:last-child{margin-bottom:0}@media(min-width: 464px){.card__supporting-text-image{max-width:37.037037037%;margin-top:1em;margin-bottom:1em;table-layout:fixed}}.card__actions{padding:.64em}.card__button{position:relative;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;-webkit-transition:background-color .3s ease-out,color .3s ease-out;transition:background-color .3s ease-out,color .3s ease-out;padding:.16777216em .8em;text-decoration:none;display:inline-block;text-transform:uppercase;margin-right:.8em;vertical-align:bottom}.card--default{background-color:#fff;color:#282b2e}.card--default .card__supporting-text{border-bottom:1px solid #636c72}@media(min-width: 464px){.card--default .card__supporting-text-image--left{float:left;margin-right:1.953125em}.card--default .card__supporting-text-image--right{float:right;margin-left:1.953125em}.card--default .card__supporting-text-image--center{max-width:90%;margin-left:auto;margin-right:auto}}.card--default .card__button{color:#d32f2f}.card--default .card__button:hover,.card--default .card__button:focus{background-color:#636c72;color:#636c72}.material-icons{display:none}button.card__toggle{border:none;background:none;max-width:97%;text-align:left}.block-views-blockevents-emergency-alert-block ul{margin:0}.block-views-blockevents-emergency-alert-block ul li{margin-bottom:0}.alert.alert-info.beta-message{margin:0;border-radius:0}.node--type-flexible-landing-page .alert.alert-info.beta-message{border-top-width:45px}.path-frontpage.node--type-flexible-landing-page .alert.alert-info.beta-message{border-top-width:1px}.dismissible.dismissible-info{width:100%;margin:0;position:absolute;left:0}.dismissible-alert--information{color:#004c20;background-color:#f2d55a;margin:0;padding:.25rem;position:absolute;z-index:10;border-radius:0;width:100%}.dismissible-alert--information .field--name-message{width:90%;padding-left:15px}.dismissible-alert--information button.close{border:2px solid;line-height:.5;height:20px;width:20px}.dismissible-alert--information p{line-height:1.2;color:#004c20}.dismissible-alert--information .info-alert-icon{height:50px;width:50px;border:3px solid #235e27;border-radius:10px}.dismissible-alert--information .info-alert-icon:before{font-family:FontAwesome;content:"";font-size:1.953125em}.lao-alert{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;padding:16px 16px 16px 32px;min-width:0}.lao-alert .lao-alert-icon{margin-right:16px;max-width:32px}.lao-alert .lao-alert-icon svg{cursor:default}.lao-alert .lao-alert-text p{color:#fff;font-weight:700;font-size:20px;line-height:150%;margin:0;word-wrap:break-word}.lao-alert .lao-alert-close{background:rgba(0,0,0,0) !important;border:none !important;padding:0 !important;margin-left:16px !important;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.lao-alert .lao-alert-close svg path{padding-right:16px;-ms-flex-negative:0;flex-shrink:0;white-space:nowrap}.lao-alert.lao-alert_info{background-color:#003e7d;color:#fff}.lao-alert.lao-alert_info a{font-weight:700;color:#fff !important}.lao-alert.lao-alert_info a:hover,.lao-alert.lao-alert_info a:focus,.lao-alert.lao-alert_info a:visited{color:#fff !important}.lao-alert.lao-alert_warning{background-color:#ffb12e;color:#343434 !important}.lao-alert.lao-alert_warning a,.lao-alert.lao-alert_warning p,.lao-alert.lao-alert_warning span{font-weight:700;color:#343434 !important}.lao-alert.lao-alert_warning a:hover,.lao-alert.lao-alert_warning a:focus,.lao-alert.lao-alert_warning a:visited,.lao-alert.lao-alert_warning p:hover,.lao-alert.lao-alert_warning p:focus,.lao-alert.lao-alert_warning p:visited,.lao-alert.lao-alert_warning span:hover,.lao-alert.lao-alert_warning span:focus,.lao-alert.lao-alert_warning span:visited{color:#343434 !important}.lao-alert.lao-alert_success{background-color:#146700;color:#fff !important}.lao-alert.lao-alert_success a{font-weight:700;color:#fff !important}.lao-alert.lao-alert_success a:hover,.lao-alert.lao-alert_success a:focus,.lao-alert.lao-alert_success a:visited{color:#fff !important}.lao-alert.lao-alert_danger{background-color:#8e181b;color:#fff !important}.lao-alert.lao-alert_danger a{font-weight:700;color:#fff !important}.lao-alert.lao-alert_danger a:hover,.lao-alert.lao-alert_danger a:focus,.lao-alert.lao-alert_danger a:visited{color:#fff !important}table.dataTable thead .sorting_asc:after{content:"";font-family:"FontAwesome"}table.dataTable thead .sorting_desc:after{content:"";font-family:"FontAwesome"}table.dataTable thead .sorting:after{opacity:.2;content:"";font-family:"FontAwesome"}table.dataTable{width:100% !important}.center-exposed-form .views-exposed-form .form--inline{text-align:center}.center-exposed-form .views-exposed-form .form--inline .form-item{display:inline-block;float:none}.center-exposed-form .views-exposed-form .form--inline .form-actions{display:inline-block}.redesign23 .lao-textfield label,.redesign23 .lao-datefield label,.redesign23 .lao-selectfield label{font-size:18px;font-weight:600;color:#343434;margin-bottom:8px;display:block}.redesign23 svg{cursor:pointer}.redesign23 .lao-textfield .lao-find-my-mpp-form-textfield,.redesign23 .lao-textfield .lao-textfield form-text input{border-radius:4px 0px 0px 4px}.redesign23 .lao-textfield #edit-clear-button{content:"";font-family:FontAwesome;width:3em;border-radius:0px 4px 4px 0px;padding-left:1em;margin-bottom:1.3em;margin-top:0px !important}.redesign23 .lao-textfield #edit-submit{content:"";font-family:FontAwesome;width:3em;border-radius:0px 4px 4px 0px;padding-left:1em;margin-bottom:1.3em;margin-top:0px !important}.redesign23 .lao-textfield input,.redesign23 .lao-selectfield select,.redesign23 .lao-datefield input{margin-top:0;border:1px #004c20 solid;border-radius:4px;height:56px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;margin-bottom:8px;width:100%;content:""}.redesign23 .lao-textfield input:active,.redesign23 .lao-selectfield select:active,.redesign23 .lao-datefield input:active{background-color:#fff}.redesign23 .lao-textfield input:focus,.redesign23 .lao-selectfield select:focus,.redesign23 .lao-datefield input:focus{outline:4px #a6751d solid !important;outline-offset:-3px;border:1px #004c20 solid}.redesign23 .lao-textfield input:focus-visible,.redesign23 .lao-selectfield select:focus-visible,.redesign23 .lao-datefield input:focus-visible{outline:none}.redesign23 #edit-location,.redesign23 #field_frontend_title_value,.redesign23 #keyword{border-radius:4px 0px 0px 4px;font-family:"Noto Sans",sans-serif;font-weight:500}.redesign23 .lao-selectfield option{background-color:#fff}.redesign23 .lao-selectfield option:hover{background-color:#daf5e6}.redesign23 .input_description{color:#4d4d4d;font-size:14px;line-height:16px}.pattern-preview__markup.pattern-preview__markup--textfield .lao-textfield input,.pattern-preview__markup.pattern-preview__markup--datefield .lao-datefield input,.pattern-preview__markup.pattern-preview__markup--selectfield .lao-selectfield select{width:300px}@media(min-width: 0px)and (max-width: 1023px){.lao-textfield #edit-submit{margin-bottom:.85em !important}}@media(min-width: 992px)and (max-width: 1023px){.lao-textfield #edit-submit{margin-bottom:1.3em !important}}.lao-switcher .order-by-text{font-size:.9em;padding-right:.5em}.lao-switcher .btn-group,.lao-switcher .lao-button-holder{background-color:#fff;margin-right:0;padding:.5em;border:1px #a8aaa8 solid;border-radius:4px}.lao-switcher .btn-group .btn,.lao-switcher .lao-button-holder .btn{border-radius:4px;margin:0}.lao-switcher .btn-group .btn-secondary:visited,.lao-switcher .lao-button-holder .btn-secondary:visited{color:#004c20}.lao-switcher .btn-group .btn-primary,.lao-switcher .lao-button-holder .btn-primary{background-color:#004c20}.lao-switcher .btn-group .btn-primary:visited,.lao-switcher .lao-button-holder .btn-primary:visited{color:#fff}.lao-switcher .btn-group .btn-primary:hover,.lao-switcher .btn-group .btn-secondary:hover,.lao-switcher .lao-button-holder .btn-primary:hover,.lao-switcher .lao-button-holder .btn-secondary:hover{color:#fff}.lao-switcher .btn-group a,.lao-switcher .lao-button-holder a{text-decoration:none}.lao-switcher .btn-group a:visited,.lao-switcher .btn-group a:hover,.lao-switcher .btn-group a:active,.lao-switcher .lao-button-holder a:visited,.lao-switcher .lao-button-holder a:hover,.lao-switcher .lao-button-holder a:active{text-decoration:none}.lao-switcher .btn-group .iconGroup,.lao-switcher .lao-button-holder .iconGroup{font-size:1em}.lao-switcher .btn-group .iconGroup i,.lao-switcher .lao-button-holder .iconGroup i{padding-right:.3em;font-size:.9em}.redesign23 .lao-switcher .btn.btn,.redesign23 .lao-switcher .lao-button-holder .btn.btn{border-radius:4px}.ola-icon-list,.ola-icon-tile{width:15px;height:15px;display:inline-block;background-size:cover;vertical-align:-0.1em}.btn-primary .ola-icon-list{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3e%3cg id='Group_2279' data-name='Group 2279' transform='translate(-1301 -1473)'%3e%3crect id='Rectangle_2011' data-name='Rectangle 2011' width='24' height='4' transform='translate(1301 1473)' fill='%23fff'/%3e%3crect id='Rectangle_2012' data-name='Rectangle 2012' width='24' height='4' transform='translate(1301 1479)' fill='%23fff'/%3e%3crect id='Rectangle_2013' data-name='Rectangle 2013' width='24' height='4' transform='translate(1301 1485)' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.btn-primary .ola-icon-tile{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3e%3cg id='Group_696' data-name='Group 696' transform='translate(-1221 -1469)'%3e%3crect id='Rectangle_2002' data-name='Rectangle 2002' width='12' height='12' transform='translate(1235 1469)' fill='%23fff'/%3e%3crect id='Rectangle_2006' data-name='Rectangle 2006' width='12' height='12' transform='translate(1235 1483)' fill='%23fff'/%3e%3crect id='Rectangle_2005' data-name='Rectangle 2005' width='12' height='12' transform='translate(1221 1469)' fill='%23fff'/%3e%3crect id='Rectangle_2007' data-name='Rectangle 2007' width='12' height='12' transform='translate(1221 1483)' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.btn-secondary .ola-icon-list{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3e%3cg id='Group_2279' data-name='Group 2279' transform='translate(-1301 -1473)'%3e%3crect id='Rectangle_2011' data-name='Rectangle 2011' width='24' height='4' transform='translate(1301 1473)' fill='%23004c20'/%3e%3crect id='Rectangle_2012' data-name='Rectangle 2012' width='24' height='4' transform='translate(1301 1479)' fill='%23004c20'/%3e%3crect id='Rectangle_2013' data-name='Rectangle 2013' width='24' height='4' transform='translate(1301 1485)' fill='%23004c20'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.btn-secondary .ola-icon-tile{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3e%3cg id='Group_696' data-name='Group 696' transform='translate(-1221 -1469)'%3e%3crect id='Rectangle_2002' data-name='Rectangle 2002' width='12' height='12' transform='translate(1235 1469)' fill='%23004c20'/%3e%3crect id='Rectangle_2006' data-name='Rectangle 2006' width='12' height='12' transform='translate(1235 1483)' fill='%23004c20'/%3e%3crect id='Rectangle_2005' data-name='Rectangle 2005' width='12' height='12' transform='translate(1221 1469)' fill='%23004c20'/%3e%3crect id='Rectangle_2007' data-name='Rectangle 2007' width='12' height='12' transform='translate(1221 1483)' fill='%23004c20'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.btn-secondary:hover .ola-icon-list{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3e%3cg id='Group_2279' data-name='Group 2279' transform='translate(-1301 -1473)'%3e%3crect id='Rectangle_2011' data-name='Rectangle 2011' width='24' height='4' transform='translate(1301 1473)' fill='%23fff'/%3e%3crect id='Rectangle_2012' data-name='Rectangle 2012' width='24' height='4' transform='translate(1301 1479)' fill='%23fff'/%3e%3crect id='Rectangle_2013' data-name='Rectangle 2013' width='24' height='4' transform='translate(1301 1485)' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.btn-secondary:hover .ola-icon-tile{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3e%3cg id='Group_696' data-name='Group 696' transform='translate(-1221 -1469)'%3e%3crect id='Rectangle_2002' data-name='Rectangle 2002' width='12' height='12' transform='translate(1235 1469)' fill='%23fff'/%3e%3crect id='Rectangle_2006' data-name='Rectangle 2006' width='12' height='12' transform='translate(1235 1483)' fill='%23fff'/%3e%3crect id='Rectangle_2005' data-name='Rectangle 2005' width='12' height='12' transform='translate(1221 1469)' fill='%23fff'/%3e%3crect id='Rectangle_2007' data-name='Rectangle 2007' width='12' height='12' transform='translate(1221 1483)' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") rgba(0,0,0,0) center left/1em no-repeat}.lao-pagination{margin-top:24px;margin-bottom:24px;list-style:none;padding-left:0}.lao-pagination ol,.lao-pagination ul{padding:0;margin:0}.lao-pagination li{list-style-type:none;display:inline-block;margin-bottom:0}.lao-pagination li:last-child{margin-right:0}.lao-pagination button{text-decoration:none;cursor:pointer}.lao-pagination .page-item.active .page-link{background-color:#004c20;color:#fff}.lao-pagination .page-item.disabled .page-link{color:#a8aaa8;pointer-events:none;background-color:#fff}.lao-pagination .page-link{position:relative;padding:0 .5em;min-height:2em;min-width:2em}.lao-pagination .previousText::before{content:"‹";font-weight:700}.lao-pagination .nextText::after{content:" ›";font-weight:700}.social-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;margin-top:16px;margin-bottom:24px}.social-btn-wrapper{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-btn-wrapper .bg-light{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;background-color:#fff !important}.social-btn-wrapper .bg-light:hover{width:40px;height:40px}.social-btn-wrapper .bg-dark{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;background-color:#004c20 !important}.social-btn-wrapper .bg-dark:hover{width:40px;height:40px}.social-btn-wrapper .social-btn{-webkit-transition:background-color .2s ease;transition:background-color .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-btn-wrapper .social-btn svg{-webkit-transition:width .2s ease,height .2s ease;transition:width .2s ease,height .2s ease}.social-btn-wrapper .social-btn:hover svg{-webkit-transform:scale(1.25);transform:scale(1.25)}.redesign23.lao-hero{max-width:796px;margin:0 auto}.redesign23.lao-hero h1{padding:0;margin-bottom:24px;font-size:47px;color:#343434;line-height:56px;font-family:"Noto Sans Display" !important;font-weight:600 !important}@media print{.redesign23.lao-hero h1{font-size:30px;line-height:1.2}}.redesign23 .panel-title{margin-bottom:16px}.redesign23 .panel-image{margin-bottom:8px}.redesign23 .panel-trillium{background-color:#fff;color:#343434}.redesign23 .panel-trillium h2,.redesign23 .panel-trillium body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-trillium .field__label,.redesign23 .panel-trillium .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-trillium .location-title,.redesign23 .panel-trillium body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-trillium .field__label,.redesign23 .panel-trillium h3,.redesign23 .panel-trillium h4,.redesign23 .panel-trillium h5{color:#545454 !important}.redesign23 .panel-marble{background-color:#f1f1f1;color:#343434}.redesign23 .panel-marble h2,.redesign23 .panel-marble body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-marble .field__label,.redesign23 .panel-marble .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-marble .location-title,.redesign23 .panel-marble body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-marble .field__label,.redesign23 .panel-marble h3,.redesign23 .panel-marble h4,.redesign23 .panel-marble h5{color:#545454 !important}.redesign23 .panel-legislative-green{background-color:#004c20;color:#fff}.redesign23 .panel-legislative-green h2:not(.accordion-header),.redesign23 .panel-legislative-green body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label:not(.accordion-header),body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-legislative-green .field__label:not(.accordion-header),.redesign23 .panel-legislative-green .block-views-blockpppr-image-map-block-map-locations .location-title:not(.accordion-header),.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-legislative-green .location-title:not(.accordion-header),.redesign23 .panel-legislative-green body.node--type-pppr-basic-page .field--type-video-embed-field .field__label:not(.accordion-header),body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-legislative-green .field__label:not(.accordion-header),.redesign23 .panel-legislative-green h3:not(.accordion-header),.redesign23 .panel-legislative-green h4:not(.accordion-header),.redesign23 .panel-legislative-green h5:not(.accordion-header),.redesign23 .panel-legislative-green a:not(.lao-button):not(td a):not(.accordion-body a),.redesign23 .panel-legislative-green i{color:#fff !important}.redesign23 .panel-legislative-green td,.redesign23 .panel-legislative-green .accordion-body h2,.redesign23 .panel-legislative-green .accordion-body body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-legislative-green .accordion-body .field__label,.redesign23 .panel-legislative-green .accordion-body .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-legislative-green .accordion-body .location-title,.redesign23 .panel-legislative-green .accordion-body body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-legislative-green .accordion-body .field__label,.redesign23 .panel-legislative-green .accordion-body h3,.redesign23 .panel-legislative-green .accordion-body h4,.redesign23 .panel-legislative-green .accordion-body h5{color:#343434 !important}.redesign23 .panel-legislative-green td a,.redesign23 .panel-legislative-green .accordion-body a{color:#004c20 !important}.redesign23 .panel-legislative-green-dark{background-color:#013115;color:#fff}.redesign23 .panel-legislative-green-dark h2:not(.accordion-header),.redesign23 .panel-legislative-green-dark body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label:not(.accordion-header),body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-legislative-green-dark .field__label:not(.accordion-header),.redesign23 .panel-legislative-green-dark .block-views-blockpppr-image-map-block-map-locations .location-title:not(.accordion-header),.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-legislative-green-dark .location-title:not(.accordion-header),.redesign23 .panel-legislative-green-dark body.node--type-pppr-basic-page .field--type-video-embed-field .field__label:not(.accordion-header),body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-legislative-green-dark .field__label:not(.accordion-header),.redesign23 .panel-legislative-green-dark h3:not(.accordion-header),.redesign23 .panel-legislative-green-dark h4:not(.accordion-header),.redesign23 .panel-legislative-green-dark h5:not(.accordion-header),.redesign23 .panel-legislative-green-dark a:not(.lao-button):not(td a):not(.accordion-body a),.redesign23 .panel-legislative-green-dark i{color:#fff !important}.redesign23 .panel-legislative-green-dark td,.redesign23 .panel-legislative-green-dark .accordion-body h2,.redesign23 .panel-legislative-green-dark .accordion-body body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-legislative-green-dark .accordion-body .field__label,.redesign23 .panel-legislative-green-dark .accordion-body .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-legislative-green-dark .accordion-body .location-title,.redesign23 .panel-legislative-green-dark .accordion-body body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-legislative-green-dark .accordion-body .field__label,.redesign23 .panel-legislative-green-dark .accordion-body h3,.redesign23 .panel-legislative-green-dark .accordion-body h4,.redesign23 .panel-legislative-green-dark .accordion-body h5{color:#343434 !important}.redesign23 .panel-legislative-green-dark td a,.redesign23 .panel-legislative-green-dark .accordion-body a{color:#004c20 !important}.redesign23 .panel-queens-park{background-color:#daf5e6;color:#343434}.redesign23 .panel-queens-park h2,.redesign23 .panel-queens-park body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .panel-queens-park .field__label,.redesign23 .panel-queens-park .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .panel-queens-park .location-title,.redesign23 .panel-queens-park body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .panel-queens-park .field__label,.redesign23 .panel-queens-park h3,.redesign23 .panel-queens-park h4,.redesign23 .panel-queens-park h5{color:#545454}.redesign23 .panel .row .accordion{margin-left:24px}.redesign23 .panel-padded{padding:24px;margin-bottom:24px}.redesign23 .panel-padded .row .accordion{margin-left:24px}.redesign23 .panel-bordered{border:1px solid #a8aaa8;border-radius:4px}.redesign23 .panel-hug-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media(min-width: 992px){.redesign23 .panel-top-padded{padding-top:24px}}@media(max-width: 991px){.redesign23 .centered-devices{text-align:center !important}.redesign23 .centered-devices h1,.redesign23 .centered-devices h2,.redesign23 .centered-devices body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .centered-devices .field__label,.redesign23 .centered-devices .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .centered-devices .location-title,.redesign23 .centered-devices body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .centered-devices .field__label,.redesign23 .centered-devices h3,.redesign23 .centered-devices h4,.redesign23 .centered-devices h5,.redesign23 .centered-devices h6{text-align:center !important}}.redesign23 .lao-button{font-size:20px;display:inline-block;text-decoration:none;border-radius:4px;padding:12px 32px;margin:24px 24px 0 0}.redesign23 .lao-button.lao-cta{text-align:center;line-height:32px;padding:16px 32px;background-color:#bd851f;color:#fff;border:1px #bd851f solid}.redesign23 .lao-button.lao-cta.lao-full-width{width:100%}.redesign23 .lao-button.lao-cta:hover{padding:16px 28px;background-color:#a6751d;border:1px #a6751d solid}.redesign23 .lao-button.lao-cta:focus{padding:16px 28px;background-color:#a6751d;border:1px #a6751d solid}.redesign23 .lao-button.lao-primary{text-align:center;line-height:24px;padding:16px 32px;background-color:#004c20;color:#fff;border:1px #004c20 solid}.redesign23 .lao-button.lao-primary.lao-full-width{width:100%}.redesign23 .lao-button.lao-primary:hover{padding:16px 28px;background-color:#013115;border:1px #013115 solid}.redesign23 .lao-button.lao-primary:focus{background-color:#013115;border:1px #013115 solid}.redesign23 .lao-button.lao-secondary{text-align:center;line-height:22px;padding:16px 32px;background-color:#fff;color:#004c20;border:1px #004c20 solid}.redesign23 .lao-button.lao-secondary.lao-full-width{width:100%}.redesign23 .lao-button.lao-secondary:hover{padding:16px 28px;background-color:#daf5e6}.redesign23 .lao-button.lao-secondary:focus{padding:16px 28px;background-color:#daf5e6}.redesign23 .lao-button.lao-quick-link{margin:8px 8px 8px 0;padding:12px 8px;width:100%;text-align:center;line-height:20px;background-color:#fff;color:#004c20;border:2px #004c20 solid;font-weight:700}.redesign23 .lao-button.lao-quick-link.lao-shrink-text{font-size:18px}.redesign23 .lao-button.lao-quick-link.lao-shrink-text i{font-size:12px}.redesign23 .lao-button.lao-quick-link:hover{background-color:#daf5e6;font-weight:900}.redesign23 .lao-button.lao-quick-link:focus{background-color:#daf5e6;font-weight:900}.redesign23 .lao-button.lao-quick-link>i{color:#004c20;font-size:14px}.redesign23 .lao-button.lao-quick-link:hover>i{-webkit-transform:translateX(12px);transform:translateX(12px);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;font-size:14px}.redesign23 .lao-button:hover{text-decoration:none;font-weight:700;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.16);box-shadow:3px 3px 3px rgba(0,0,0,.16);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.redesign23 .lao-button:focus{text-decoration:none;font-weight:700;-webkit-box-shadow:6px 6px 6px rgba(0,0,0,.16);box-shadow:6px 6px 6px rgba(0,0,0,.16);border:1px #a6751d solid !important;outline:none}.redesign23 .lao-nav-link{font-family:"Noto Sans Display",sans-serif;color:#fff !important;font-weight:500;font-size:16px;text-decoration:none;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;line-height:18px;width:100%;display:block;position:relative;padding:12px 12px 12px 12px;border-bottom:1px solid #fff}@media(max-width: 991.98px){.redesign23 .lao-nav-link{padding:12px 24px 12px 12px;border-bottom:0 !important}}.redesign23 .lao-nav-link.unbordered{border-bottom:0 !important}.redesign23 .lao-nav-link .link-content{display:inline-block;vertical-align:middle}.redesign23 .lao-nav-link.nav-link-16{font-size:16px}.redesign23 .lao-nav-link .nav-menu-arrow{display:none;position:absolute;top:40%;right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;height:12px;pointer-events:none}.redesign23 .lao-nav-link:hover{text-decoration:none;background-color:#004c20;border-bottom:1px solid #013115}.redesign23 .lao-nav-link:hover .nav-menu-arrow{display:inline-block}.redesign23 .lao-nav-link:focus{text-decoration:none;-webkit-box-shadow:inset 0 0 0 4px #a6751d;box-shadow:inset 0 0 0 4px #a6751d;outline:none !important;z-index:2000}.redesign23 .lao-tertiary-link{color:#004c20;font-weight:700;text-decoration:none;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;line-height:1.2}.redesign23 .lao-tertiary-link.tertiary-18{font-size:18px}.redesign23 .lao-tertiary-link.tertiary-20{font-size:20px}.redesign23 .lao-tertiary-link.tertiary-18>i{color:#004c20;font-size:12px}.redesign23 .lao-tertiary-link.tertiary-18:hover>i{-webkit-transform:translateX(12px);transform:translateX(12px);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;font-size:14px}.redesign23 .lao-tertiary-link.tertiary-20>i{color:#004c20;font-size:14px}.redesign23 .lao-tertiary-link.tertiary-20:hover>i{-webkit-transform:translateX(12px);transform:translateX(12px);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;font-size:16px}.redesign23 .lao-tertiary-link:hover{text-decoration:none;font-weight:900}.redesign23 .lao-tertiary-link:focus{text-decoration:none;font-weight:900;outline:4px #a6751d solid !important;outline-offset:0}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-18.lao-shrink-text{font-size:16px}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-20.lao-shrink-text{font-size:18px}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-18.lao-shrink-text>i{color:#004c20;font-size:10px}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-18.lao-shrink-text:hover>i{-webkit-transform:translateX(10px);transform:translateX(10px);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;font-size:12px}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-20.lao-shrink-text>i{color:#004c20;font-size:12px}.redesign23 .lao-card-button .lao-tertiary-link.tertiary-20.lao-shrink-text:hover>i{-webkit-transform:translateX(10px);transform:translateX(10px);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;font-size:14px}.redesign23 .lao-card-button .lao-tertiary-link:hover{text-decoration:none;font-weight:900}.redesign23 .lao-card-button .lao-tertiary-link:focus{text-decoration:none;font-weight:900;outline:4px #a6751d solid !important}@media screen and (min-width: 1000px){.redesign23 .text-end .lao-tertiary-link{text-wrap:nowrap;text-align:left}.redesign23 .text-end .lao-tertiary-link:focus{margin-right:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.redesign23 .redesign23 .col-sm-12:has(>.lao-card-row-title){display:grid}.redesign23 .month-day{display:none}@media(max-width: 1400px){.redesign23 .redesign23 .lao-card.lao-image-card .lao-card-button,.redesign23 .redesign23 .lao-card.lao-text-card .lao-card-button{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media(max-width: 767px){.redesign23 .redesign23 .lao-card{margin-bottom:16px}.redesign23 .redesign23 .month-day{display:block}.redesign23 .redesign23 .lao-card.lao-image-card,.redesign23 .redesign23 .lao-card.lao-text-card{height:calc(100% - 16px);min-height:280px}}.lao-dateswitcher table{text-align:center;color:#004c20;font-size:14px;table-layout:fixed;margin-top:0;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;justify-self:center;-ms-flex-line-pack:center;align-content:center;max-width:50%}.lao-dateswitcher table th,.lao-dateswitcher table td{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:32px;height:40px;background-color:#fff;border-collapse:collapse;border-color:#fff;vertical-align:middle;horiz-align:center;text-align:center}.lao-dateswitcher table th{color:#004c20;padding:5px 2px;cursor:default}.lao-dateswitcher table td{padding:0}.lao-dateswitcher table td:not(.not-current-month):not(.not-valid-year):hover{background-color:#f8f8f8}.lao-dateswitcher .current-day div{background-color:#004c20;color:#fff;border-radius:100%;height:83%;width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lao-dateswitcher #month-year-display,.lao-dateswitcher #year-input{cursor:default}#date-switcher{display:none;font-family:"Noto Sans Display",sans-serif}#date-switcher:hover{cursor:pointer}.lao-dateswitcher{z-index:5;position:absolute}.year-switcher{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.2);box-shadow:5px 5px 5px rgba(0,0,0,.2);border:solid #a8aaa8 1.75px;border-radius:4px;background-color:#fff}.month-switcher{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.2);box-shadow:5px 5px 5px rgba(0,0,0,.2);border:solid #a8aaa8 1.75px;border-radius:4px;background-color:#fff}.week-switcher{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.2);box-shadow:5px 5px 5px rgba(0,0,0,.2);border:solid #a8aaa8 1.75px;border-radius:4px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:470px}.day-switcher{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.2);box-shadow:5px 5px 5px rgba(0,0,0,.2);border:solid #a8aaa8 1.75px;border-radius:4px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:470px}.month-block{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.year-select{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-inline:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;padding-top:.5em}.year-select input{border:none;font-size:large;font-weight:bold;color:#545454;outline:none;width:-webkit-min-content;width:-moz-min-content;width:min-content;line-height:revert;text-align:center}.year-select .year-display-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.switcher-arrow{color:#545454;-ms-flex-item-align:center;align-self:center;padding:.2em}.switcher-arrow:hover{color:#343434}.year-switcher .switcher-arrows{padding-left:9vw}.month-switcher .switcher-arrows{padding-left:135px}.double-col .switcher-arrows{padding-left:70px}.double-col .week-block-header .switcher-arrows{padding-left:20px}.year-grid-select{align-self:center;display:grid;width:300px;grid-template-columns:repeat(4, 70px);grid-template-rows:repeat(3, 70px);gap:2px;padding:0 7px 7px}.year-grid-select div{padding:20px;background-color:rgba(0,0,0,0);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.year-grid-select .current-year{background-color:#daf5e6}.year-grid-select div:hover{background-color:#f1f1f1}.year-grid-select .not-valid-year{color:#a8aaa8}.year-grid-select .not-valid-year:hover{background-color:rgba(0,0,0,0);cursor:default !important}.month-select{align-self:center;display:grid;width:300px;grid-template-columns:repeat(4, 70px);grid-template-rows:repeat(3, 70px);gap:2px;padding:0 7px 7px}.double-col .month-select{align-self:center;display:grid;width:100%;grid-template-columns:repeat(4, 50px);grid-template-rows:repeat(3, 50px);gap:4px;padding:0 7px 7px;font-size:medium;margin-outside:0}.month-cell{padding:20px;background-color:rgba(0,0,0,0);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.month-cell.current-month{background-color:#daf5e6}.month-cell:hover{background-color:#f1f1f1}.not-current-month{color:#a8aaa8}.not-valid-month{color:#a8aaa8;cursor:default}.not-valid-month:hover{background-color:rgba(0,0,0,0)}.week-block{border-right:solid #a8aaa8 1.75px;padding:0 7px 7px}.week-block-header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:center;align-self:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-self:center;font-weight:600;width:100%;text-align:center;padding-inline:.5em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:.5em}.week-block-header p{width:100%;font-size:large;margin-top:0;margin-bottom:0;padding:.8em;line-height:normal}.week-block-header .switcher-arrows{-ms-flex-item-align:center;align-self:center;horiz-align:center;float:right}.week-switcher .selected-week td{background-color:#daf5e6}.week-switcher .selected-day{background-color:#daf5e6;font-weight:600;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center}.selected-day{font-weight:600;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center}@media(max-width: 528px){.week-switcher,.day-switcher{display:block;max-width:242px}.week-block{border-right:none;border-bottom:solid #a8aaa8 1.75px}}.lao-tab{padding-top:2vh;margin-bottom:24px}.lao-tab .tab-container{display:inline-block}.lao-tab .tab-content{background-color:#fff;padding:1em}.lao-tab .tab-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.lao-tab button{border:none;font-size:1em;padding:1em;background-color:#e6e6e6;-ms-flex-item-align:end;align-self:end;-webkit-transition:.25s;transition:.25s;line-height:1.2}.lao-tab .primary{background-color:#fff;border:none;border-top:5px solid #004c20;font-weight:800;border-top-left-radius:5px;border-top-right-radius:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:1.2em}.lao-tab .secondary{color:#004c20;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.lao-tab input{padding:.8em;border:none;font-size:1em;outline:none}.lao-tab .secondary:hover{background-color:#daf5e6;border:none;border-top:5px solid #004c20;border-top-left-radius:5px;border-top-right-radius:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:1.2em}.lao-tab-content{display:none}.lao-tab-content:first-of-type{display:block}.tab-please-select{display:none}@media(max-width: 992px){.lao-tab{padding-top:2vh}.lao-tab .tab-container{display:block;position:relative;z-index:100}.lao-tab .tab-please-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:bold;cursor:pointer;padding:1em;background-color:#004c20;color:#fff;border:none}.lao-tab .tab-menu{display:block;width:100%;position:absolute;z-index:101;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0px 8px 16px 0px rgba(0,0,0,.2)}.lao-tab .tab-please-select::after{display:inline-block;content:"";width:19.459px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.459' height='12' viewBox='0 0 19.459 12'%3E%3Cpath id='Shape' d='M0,2.27,2.27,0,12,9.73l-9.73,9.73L0,17.189,7.459,9.73Z' transform='translate(19.459) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;-ms-flex-item-align:center;align-self:center}.lao-tab .tab-item{display:none;padding:1em;background-color:#f8f9fa}.lao-tab .tab-container.open .tab-item{display:block}.lao-tab .tab-container.open .tab-please-select::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.lao-tab .tab-container .tab-please-select::after{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.lao-tab .tab-content{background-color:#f8f9fa;padding:1em}.lao-tab button{display:block;width:100%;text-align:left;background-color:#6c757d;color:#fff;border:none;border-top:none;border-radius:0}.lao-tab .primary{background-color:#e6e6e6;color:#004c20;font-weight:800;border:0;border-top-left-radius:0;border-top-right-radius:0}.lao-tab .secondary{color:#004c20;border:0;border-top-left-radius:0;border-top-right-radius:0;height:auto}.lao-tab .primary:hover{background-color:#daf5e6;border:0;border-top-left-radius:0;border-top-right-radius:0}.lao-tab .secondary:hover{background-color:#daf5e6;border:0;border-top-left-radius:0;border-top-right-radius:0;height:auto}}.lao-dropdown{display:none;position:relative;width:100%}.lao-dropdown-toggle{cursor:pointer;display:inline-block;padding:10px 20px;background-color:#6c757d;color:#fff;border:none;border-radius:4px}.lao-dropdown-toggle:hover,.lao-dropdown-toggle:focus{background-color:#5a6268}.lao-dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.lao-dropdown-menu{display:none;position:absolute;background-color:#f8f8f8;width:100%;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1;list-style:none;padding:0;margin:0;border-radius:4px}.lao-dropdown-menu.show{display:block !important}.lao-dropdown-item{color:#000;padding:12px 16px;text-decoration:none;display:block}.lao-dropdown-item:hover{background-color:#ddd}.lao-dropdown ul{padding:0}.lao-dropdown li{list-style-type:none}.lao-dropdown .btn.btn-secondary.lao-dropdown-toggle{text-align:left;font-size:20px;width:100%;color:#fff;background-color:#004c20;border:3px solid #004c20}.lao-dropdown-content{min-height:8em}.lao-td{padding-top:2vh}.lao-td ul li,.lao-td ol li{margin:0}.lao-td .lao-td-container p{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.lao-td .btn.btn-secondary.lao-td-toggle{display:none}.lao-td .lao-td-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.lao-td .lao-td-menu li{display:inline-block;border:none;font-size:1em;background-color:#e6e6e6}.lao-td .lao-td-item{display:inline-block;text-decoration:none;color:inherit;line-height:1.5622;-ms-flex-item-align:end;align-self:end;-webkit-transition:.25s;transition:.25s}.lao-td .lao-td-item a,.lao-td .lao-td-item a:visited,.lao-td .lao-td-item a:active,.lao-td .lao-td-item a:hover{text-decoration:none;font-weight:600;color:#004c20}.lao-td .lao-td-item a:visited{color:#004c20}.lao-td .lao-td-item.primary{background-color:#fff;border:none;border-top:5px solid #004c20;font-weight:800;border-top-left-radius:5px;border-top-right-radius:5px;height:64px}.lao-td .lao-td-item.primary a,.lao-td .lao-td-item.primary a:visited,.lao-td .lao-td-item.primary a:active,.lao-td .lao-td-item.primary a:hover{color:#545454;font-weight:800}.lao-td .lao-td-item.secondary:hover{margin-top:0;background-color:#daf5e6;border:none;border-top:5px solid #004c20;border-top-left-radius:5px;border-top-right-radius:5px;height:64px !important}.lao-td .lao-td-item.secondary{height:56px !important}.lao-td .lao-td-please-select{display:none}.lao-td .lao-td-item.primary a,.lao-td .lao-td-item.primary a:visited,.lao-td .lao-td-item.primary a:active,.lao-td .lao-td-item.primary a:hover,.lao-td .lao-td-item.secondary a,.lao-td .lao-td-item.secondary a:visited,.lao-td .lao-td-item.secondary a:active,.lao-td .lao-td-item.secondary a:hover{display:block;height:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1em}@media(max-width: 992px){.lao-td .lao-td-container{position:relative;z-index:100}.lao-td .lao-td{position:relative;width:100%}.lao-td .lao-td-please-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:bold;cursor:pointer;padding:10.78px 0;background-color:#004c20;color:#fff;border:none;width:100%;text-align:left}.lao-td .lao-td-toggle::after{content:"";width:19.459px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.459' height='12' viewBox='0 0 19.459 12'%3E%3Cpath id='Shape' d='M0,2.27,2.27,0,12,9.73l-9.73,9.73L0,17.189,7.459,9.73Z' transform='translate(19.459) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;-ms-flex-item-align:center;align-self:center;-webkit-transform:rotate(-360deg);transform:rotate(-360deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.lao-td .lao-td-toggle.show::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.lao-td .lao-td-menu{display:none;background-color:#f8f9fa;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:101;list-style:none;padding:0;margin:0;border-radius:4px;position:absolute;width:100%}.lao-td .lao-td-menu li{display:block;border:none;font-size:1em;background-color:#f8f9fa}.lao-td .lao-td-item.primary{background-color:#e6e6e6;border-top:none;font-weight:800;border-radius:0;height:auto !important;display:block !important;padding:0 !important}.lao-td .lao-td-item.primary a,.lao-td .lao-td-item.primary a:visited,.lao-td .lao-td-item.primary a:active,.lao-td .lao-td-item.primary a:hover{color:#004c20}.lao-td .lao-td-item.secondary{border-top:none;border-radius:0;margin-top:0;height:auto !important;padding:0 !important}.lao-td .lao-td-item.secondary:hover{border-top:none;border-radius:0;height:auto !important}.lao-td .lao-td-menu.show{display:block !important}.lao-td .lao-td-item{color:#000;text-decoration:none;display:block}.lao-td .lao-td-item a{display:block !important;padding-left:3em !important}.lao-td .lao-td ul{padding:0;margin:0}.lao-td .lao-td li{list-style-type:none;margin:0}.lao-td .lao-td .btn.btn-secondary.lao-td-toggle{text-align:left;font-size:20px;width:100%;color:#fff;background-color:#004c20;border:3px solid #004c20}}@media(max-width: 767px){.lao-td .lao-td-please-select{padding:10.78px 16px}}.pattern-preview__markup .hover-contain{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lao-search label{margin-bottom:revert}.lao-search .hover-contain{padding-top:.64em;position:relative}.lao-search .hover-contain p{color:#a8aaa8;position:absolute;z-index:1;margin:0 !important;-webkit-transform:translate(0, 0);transform:translate(0, 0);top:1.3em;left:.859em;background-color:unset;-webkit-transition:font-size .3s linear,color .3s linear,-webkit-transform .3s linear;transition:font-size .3s linear,color .3s linear,-webkit-transform .3s linear;transition:transform .3s linear,font-size .3s linear,color .3s linear;transition:transform .3s linear,font-size .3s linear,color .3s linear,-webkit-transform .3s linear;text-overflow:ellipsis;max-width:calc(100% - 6em);white-space:nowrap;overflow:hidden;font-weight:500}.region-above-menu .lao-search .hover-contain p{background-color:#f1f1f1}@media(max-width: 575.98px){.region-above-menu .lao-search .hover-contain p{left:-30px;font-size:16px !important;max-width:180px !important}.hover-contain:not(:hover):not(:focus-within):not(.has-text) .region-above-menu .lao-search .hover-contain p{padding-top:4px}}.lao-search .hover-contain:hover p,.lao-search .hover-contain:focus-within p,.lao-search .hover-contain.has-text p{padding-inline:8px;-webkit-transform:translate(0, -1.3em);transform:translate(0, -1.3em);background-color:#fff;font-size:14px;color:#004c20;-webkit-transition:font-size .3s linear,color .3s linear,-webkit-transform .3s linear;transition:font-size .3s linear,color .3s linear,-webkit-transform .3s linear;transition:transform .3s linear,font-size .3s linear,color .3s linear;transition:transform .3s linear,font-size .3s linear,color .3s linear,-webkit-transform .3s linear}.region-above-menu .lao-search .hover-contain:hover p,.region-above-menu .lao-search .hover-contain:focus-within p,.region-above-menu .lao-search .hover-contain.has-text p{background-color:#f1f1f1}@media(min-width: 992px){.region-above-menu .lao-search .hover-contain:hover p,.region-above-menu .lao-search .hover-contain:focus-within p,.region-above-menu .lao-search .hover-contain.has-text p{-webkit-transform:translate(0, -1.5em);transform:translate(0, -1.5em)}}.lao-search .hover-contain .search-container{background-color:#fff;border:1px solid #004c20;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px;position:relative}.region-above-menu .lao-search .hover-contain .search-container{background-color:#f1f1f1}@media(max-width: 575.98px){.region-above-menu .lao-search .hover-contain .search-container{width:244px}.region-above-menu .lao-search .hover-contain .search-container.search-collapsed{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.region-above-menu .lao-search .hover-contain .search-container.search-collapsed .input-wrapper{display:none}}@media(min-width: 576px)and (max-width: 767.98px){.region-above-menu .lao-search .hover-contain .search-container{width:280px}}.lao-search .hover-contain .search-container:focus-within{outline:4px #a6751d solid !important}.lao-search .hover-contain .search-container .input-wrapper{position:relative;width:100%}.lao-search .hover-contain .search-container .input-wrapper input{border:none;outline:none;border-radius:4px;width:calc(100% - 3em);max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;padding-left:.5em;margin:auto 0;background-color:#fff}.lao-search .hover-contain .search-container .input-wrapper input.animated-searchfield{width:100%;padding-right:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.region-above-menu .lao-search .hover-contain .search-container .input-wrapper input[type=search]{background-color:rgba(0,0,0,0)}.lao-search .hover-contain .search-container .input-wrapper input::-webkit-input-placeholder{opacity:0;color:#fff}.lao-search .hover-contain .search-container .input-wrapper input::-moz-placeholder{opacity:0;color:#fff}.lao-search .hover-contain .search-container .input-wrapper input:-ms-input-placeholder{opacity:0;color:#fff}.lao-search .hover-contain .search-container .input-wrapper input::-ms-input-placeholder{opacity:0;color:#fff}.lao-search .hover-contain .search-container .input-wrapper input::placeholder{opacity:0;color:#fff}@media(max-width: 575.98px){.lao-search .hover-contain .search-container .input-wrapper input::-webkit-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input::-moz-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:-ms-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input::-ms-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input::placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:hover::-webkit-input-placeholder, .lao-search .hover-contain .search-container .input-wrapper input:focus::-webkit-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:hover::-moz-placeholder, .lao-search .hover-contain .search-container .input-wrapper input:focus::-moz-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:hover:-ms-input-placeholder, .lao-search .hover-contain .search-container .input-wrapper input:focus:-ms-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:hover::-ms-input-placeholder, .lao-search .hover-contain .search-container .input-wrapper input:focus::-ms-input-placeholder{opacity:0}.lao-search .hover-contain .search-container .input-wrapper input:hover::placeholder,.lao-search .hover-contain .search-container .input-wrapper input:focus::placeholder{opacity:0}}.lao-search .hover-contain .search-container button{outline:none;border:none;background-color:#004c20;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:56px;padding:0;-ms-flex-item-align:center;align-self:center;overflow:hidden;border-radius:0 4px 4px 0;text-transform:none;-webkit-transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,transform .2s ease;transition:background-color .3s ease,transform .2s ease,-webkit-transform .2s ease}.lao-search .hover-contain .search-container button:not(.clear-button,.btn-xs-edit-search-results):hover,.lao-search .hover-contain .search-container button:not(.clear-button,.btn-xs-edit-search-results):focus{background-color:#013115;text-align:center}.lao-search .hover-contain .search-container button i{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.lao-search .hover-contain .search-container button:hover i,.lao-search .hover-contain .search-container button:focus i{-webkit-transform:scale(1.2);transform:scale(1.2)}.lao-search .hover-contain .search-container button.clear-button{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff !important;border:none;font-size:18px;text-align:right;cursor:pointer;color:#343434 !important;display:none}.lao-search .hover-contain .search-container button.clear-button svg{margin-right:16px}.region-above-menu .lao-search .hover-contain .search-container button.clear-button{background-color:rgba(0,0,0,0) !important}@media(max-width: 767.98px){.lao-search .hover-contain:hover p,.lao-search .hover-contain:focus-within p,.lao-search .has-text p{max-width:calc(100% - 8em);top:1.38em}}@media(max-width: 575.98px){.lao-search .hover-contain:not(:hover):not(:focus-within):not(.has-text) p{font-size:18px !important;top:36.66%}.lao-search .hover-contain:hover p,.lao-search .hover-contain:focus-within p,.lao-search .hover-contain.has-text p{max-width:calc(100% - 8em);font-size:14px !important;top:1.38em}}.icon-text-hidden{font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0)}.styleguide-header{clear:both;margin-top:3.0517578125em;margin-bottom:1em;font-size:.8em;text-transform:uppercase;color:#545454;border-bottom:1px solid #545454}.styleguide-header:nth-child(1){margin-top:0}.de-theme-patterns .pattern-sidebar{margin-top:10px;padding-right:5px;border-right:1px #f8f8f8 solid}.de-theme-patterns .pattern-sidebar ul{padding-left:.5em;line-height:1em}.de-theme-patterns .pattern-sidebar h2.pattern-preview__label,.de-theme-patterns .pattern-sidebar body.node--type-pppr-timeline .field--name-field-promotional-abstract .pattern-preview__label.field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .de-theme-patterns .pattern-sidebar .pattern-preview__label.field__label,.de-theme-patterns .pattern-sidebar .block-views-blockpppr-image-map-block-map-locations .pattern-preview__label.location-title,.block-views-blockpppr-image-map-block-map-locations .de-theme-patterns .pattern-sidebar .pattern-preview__label.location-title,.de-theme-patterns .pattern-sidebar body.node--type-pppr-basic-page .field--type-video-embed-field .pattern-preview__label.field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .de-theme-patterns .pattern-sidebar .pattern-preview__label.field__label{font-size:1.05em}.de-theme-patterns .pattern-sidebar .pattern-preview__label li{font-size:1em}.de-theme-patterns h1.pattern-preview__label,.de-theme-patterns h2.pattern-preview__label,.de-theme-patterns body.node--type-pppr-timeline .field--name-field-promotional-abstract .pattern-preview__label.field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .de-theme-patterns .pattern-preview__label.field__label,.de-theme-patterns .block-views-blockpppr-image-map-block-map-locations .pattern-preview__label.location-title,.block-views-blockpppr-image-map-block-map-locations .de-theme-patterns .pattern-preview__label.location-title,.de-theme-patterns body.node--type-pppr-basic-page .field--type-video-embed-field .pattern-preview__label.field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .de-theme-patterns .pattern-preview__label.field__label,.de-theme-patterns h4.pattern-preview__label{color:#545454}.de-theme-patterns h3.pattern-preview__label,.de-theme-patterns h5.pattern-preview__label{text-transform:none;font-weight:600;color:#004c20;margin:10px 0 10px}.de-theme-patterns h3.pattern-preview__label small,.de-theme-patterns h5.pattern-preview__label small{color:#545454}.de-theme-patterns .pattern-preview__markup{padding:0px;background:#ebf5ff}.de-theme-patterns .pattern-preview{padding:10px}.de-theme-patterns table.pattern-preview__fields{border-radius:4px 4px 0 0;border:1px #a8aaa8 solid}.de-theme-patterns table.pattern-preview__fields tr:nth-of-type(even){background:#fff}.de-theme-patterns table.pattern-preview__fields tr:nth-of-type(odd){background:#e6e6e6}.de-theme-patterns table.pattern-preview__fields thead{border-bottom:1px #a8aaa8 solid}.de-theme-patterns table.pattern-preview__fields th{color:#004c20;background-color:#fff}.de-theme-patterns hr{border-top:2px #013115 solid;margin:24px 0 10px}.menu--pppr-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding-left:0;margin-left:-0.4096em;margin-right:-0.4096em}.menu--pppr-menu .menu li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;list-style:none;padding:0 .4096em}@media(min-width: 768px){.menu--pppr-menu .menu li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.menu--pppr-menu .menu li a{text-decoration:none;display:block;position:relative;line-height:0}.menu--pppr-menu .menu li a:hover .item-text{background-color:rgba(0,91,38,.8)}.menu--pppr-menu .menu li .item-text{position:absolute;bottom:-1px;left:0;right:0;font-size:.8em;font-weight:600;text-align:center;line-height:1.5625em;color:#fff;background-color:rgba(0,91,38,.9);padding:.8em 1em;pointer-events:none}.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner{background-position:center;background-size:cover;height:250px}@media(min-width: 992px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner{height:400px}}@media(min-width: 1408px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner{height:500px}}.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner:before{position:absolute;top:0;bottom:0;right:0;left:0;content:"";display:block;background-color:rgba(0,0,0,.5);z-index:1}@media(min-width: 607px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner:before{top:12px}}@media(min-width: 895px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner:before{top:0}}.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1{margin:0;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;text-transform:uppercase;text-align:center;font-size:1.953125em;line-height:1em}@media(min-width: 0px)and (max-width: 608px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1{width:100%}}@media(min-width: 768px){.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1{font-size:3.0517578125em}}.light-grey-green{background:#b6c6ba}.dark-grey{background-color:#545454;color:#fff}.dark-grey a{color:#d2e0ff}.dark-grey h1,.dark-grey h2,.dark-grey body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .dark-grey .field__label,.dark-grey .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .dark-grey .location-title,.dark-grey body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .dark-grey .field__label,.dark-grey h3,.dark-grey h4,.dark-grey h5{color:#fff}.dark-grey-green{background-color:#525e56;color:#fff}.dark-grey-green a{color:#d2e0ff}.dark-grey-green h1,.dark-grey-green h2,.dark-grey-green body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .dark-grey-green .field__label,.dark-grey-green .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .dark-grey-green .location-title,.dark-grey-green body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .dark-grey-green .field__label,.dark-grey-green h3,.dark-grey-green h4,.dark-grey-green h5{color:#fff}#cboxOverlay{background-color:rgba(0,0,0,.5);position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}#colorbox{position:relative;z-index:2}#cboxTitle p{position:absolute;bottom:0;left:0;right:0;background:rgba(51,51,51,.9);color:#fff;padding:.8em 1.25em;margin:0;line-height:1.25em;font-size:.8em}#cboxCurrent{float:none !important;text-align:center;background-color:#fff;padding:.512em 1em;font-size:.8em;display:none !important}#cboxContent{background-color:rgba(51,51,51,.9)}#cboxClose{position:absolute;top:0;right:0;background:rgba(0,0,0,0);border:none;padding-top:.512em}#cboxClose .close-label{font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0)}#cboxClose .fa{color:#fff;font-size:1.25em;line-height:.8em;border:2px solid #fff;border-radius:3px;padding:.262144em}#cboxPrevious,#cboxNext{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;background:rgba(0,0,0,0);border:rgba(0,0,0,0);color:rgba(0,0,0,0);line-height:0}#cboxPrevious .prev-label,#cboxPrevious .next-label,#cboxNext .prev-label,#cboxNext .next-label{font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0)}#cboxPrevious .fa,#cboxNext .fa{color:#fff;font-size:1.5625em;opacity:.6;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}#cboxPrevious:hover .fa,#cboxNext:hover .fa{opacity:1}#cboxPrevious{left:.8em}#cboxNext{right:.8em}.menu--footer{margin-top:1em;border-top:1px solid #545454;padding-top:2.44140625em}@media(min-width: 608px){.menu--footer{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-top:0;border-top:none;margin-top:0}}@media(min-width: 896px){.menu--footer{margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}}.menu--footer h2,.menu--footer body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .menu--footer .field__label,.menu--footer .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .menu--footer .location-title,.menu--footer body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .menu--footer .field__label{color:#fff}.menu--footer .menu{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.menu--footer .menu li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.menu--footer .menu-item{margin:0;padding:0;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;margin-bottom:1em}.menu--footer .menu-item a{text-transform:uppercase;text-decoration:none;color:#fff}.menu--footer .menu-item a:hover{text-decoration:underline}#block-responsivemenumobileicon{display:block}@media(min-width: 992px){#block-responsivemenumobileicon{display:none}}#block-de-theme-main-menu{display:none}@media(min-width: 992px){#block-de-theme-main-menu{display:block}}.pager{margin:1em 0}.pager span{display:-webkit-box;display:-ms-flexbox;display:flex}.pager .pager__items{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pager .pager__items li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.pager .pager__item{margin:0;padding:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.pager .pager__item a{line-height:1em;padding:.4096em .64em;display:block;margin-right:1em;text-decoration:none;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;border:1px solid #1f66ff}.pager .pager__item a:hover{background-color:#1f66ff;color:#fff}.pager .pager__item.is-active a{background-color:#1f66ff;color:#fff;padding:.4096em .64em}.pager .pager__item--ellipsis{margin-right:1em}#block-de-theme-local-tasks{border-bottom:2px solid #f8f8f8;margin-bottom:1.25em}@media(min-width: 992px){#block-de-theme-local-tasks{border-bottom:5px solid #dfdfdf}}ul.tabs{list-style-type:none;padding:0;margin:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-0.262144em;margin-right:-0.262144em;margin-bottom:1em;margin-top:1.25em}ul.tabs>li{display:block;float:left}ul.tabs>li:last-child{margin-right:0}@media(min-width: 992px){ul.tabs{display:block;margin-left:-0.16777216em;margin-right:-0.16777216em;margin-bottom:0}}ul.tabs li{margin:0;padding:0;-webkit-box-flex:0;-ms-flex:0 0 33.333333333%;flex:0 0 33.333333333%;max-width:33.333333333%;padding:.512em .262144em 0 .262144em}@media(min-width: 608px){ul.tabs li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media(min-width: 992px){ul.tabs li{padding:0 .16777216em;max-width:auto}}ul.tabs li.is-active a{background-color:#dfdfdf;color:#000}ul.tabs a{width:100%;display:block;float:left;padding:.32768em .64em;background-color:#f8f8f8;color:#545454;line-height:1.5625em;font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}ul.tabs a.active{background-color:#000;color:#fff}ul.tabs a:hover{background-color:#dfdfdf;color:#545454}ul.tabs li:last-child a{margin-right:0}.text-main-color,.text-main-color a{color:#005b26 !important}.text-dark-grey,.text-dark-grey a{color:#545454 !important}.border-main-color{border:2.5px solid #005b26}.border-main-color--hover{-webkit-transition:border .25s ease;transition:border .25s ease}.border-main-color--hover:hover{border:2.5px solid #005b26}.background-grey{background-color:#ccc}.background-dark-grey{background-color:#545454}.light-grey{background:#f8f8f8}.light-gold{background:#f9f1d7}.marble-tricorn{background-color:#f1f1f1;color:#343434}.transparent-tricorn{color:#343434}.redesign23.ahs .secureQuery{display:none}.redesign23.ahs .formBg{background-color:#f8f8f8;width:100%;padding:20px 40px;border-radius:.3em}.redesign23.ahs .bold-span{font-weight:700}.redesign23.ahs .pages-text span{font-weight:700}.redesign23.ahs .filter-by h3{font-size:1em}.redesign23.ahs .accordion-button[aria-expanded=true]{padding:.6em}.redesign23.ahs .accordion-button{padding:.6em}.redesign23.ahs .accordion-body{font-size:16px}.redesign23.ahs .accordion-body input{font-size:16px;margin-top:-0.4em}.redesign23.ahs .accordion-header button{font-size:16px;color:#545454}.redesign23.ahs .lao-ahs-result span{font-weight:700}.redesign23.ahs .navigation-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.redesign23.ahs .results-for-panel span{font-weight:700}.redesign23.ahs .search-text-heading{font-size:24px}.redesign23.ahs .results-for-panel p{margin:0}.redesign23.ahs .items-per-page select{border-radius:.3em;font-weight:700}.redesign23.ahs .results-cta{margin:0 0 1em 0;display:block}.redesign23.ahs .lao-ahs-results-section{background:#fff;margin-top:16px;border-radius:4px}.redesign23.ahs .lao-ahs-result{background:#f8f8f8;padding:1em 1em 0 1em;border-right:solid 1px #a8aaa8;border-left:solid 1px #a8aaa8;border-bottom:solid 1px #a8aaa8;border-radius:0 0 4px 4px}.redesign23.ahs .lao-ahs-result h3{font-weight:700;font-size:1em}.redesign23.ahs .lao-ahs-result-container{border-top:10px solid #004c20;border-radius:4px 4px 0 0;background-color:#fff;padding-bottom:24px}.redesign23.ahs .filter-by label{padding-left:.2em;display:inline}.redesign23.ahs .facet-element-container{margin-bottom:8px}.redesign23.ahs .lao-switcher{margin:8px 0}@media(max-width: 992px){.redesign23.ahs .lao-button{margin:8px 0px}}@media(max-width: 767px){.redesign23.ahs .items-per-page select{width:100%}.redesign23.ahs .search-text-heading{margin-top:16px}}@media(max-width: 575.98px){.redesign23.ahs .navigation-panel{display:block}.redesign23.ahs .navigation-panel select{width:100%}}.lao-calendar h3{color:#343434;font-size:14px !important;line-height:24px;padding:8px !important;width:100%;border:solid .25px #a8aaa8;background-color:#e6e6e6;font-weight:600;margin-bottom:0}.lao-calendar table{text-align:center;color:#004c20;font-size:14px;table-layout:fixed;margin-top:0}.lao-calendar table th,.lao-calendar table td{color:#343434;font-size:14px;overflow:clip;white-space:nowrap}.lao-calendar table tr{border:1px solid #a8aaa8}.lao-calendar table th{color:#343434;background-color:#efefea;border-bottom:1px inset #ccc;border-left:1px solid #ccc;padding:8px;font-size:14px;width:.7em;height:.7em}@media(max-width: 767px){.lao-calendar table th{padding:8px 4px;border:solid .25px #a8aaa8}}.lao-calendar table td{background-color:#f1f1f1;width:40px;height:40px;padding:0;vertical-align:middle;border:1px solid #a8aaa8}@media(max-width: 767px){.lao-calendar table td{border:#a8aaa8 1px solid}}@media(min-width: 992px){.lao-calendar table td,.lao-calendar table th,.lao-calendar table .block-views-blocklao-calendar-view-calendar-contextual-note{font-size:18px}.lao-calendar table .pager-link i{font-size:24px;padding-top:2px}}@media(max-width: 767px){.lao-calendar table{margin-bottom:24px}}.lao-calendar .lao-calendar-year-sitting{background-color:#daf5e6;height:75%;-ms-flex-line-pack:center;align-content:center;text-align:center}.lao-calendar .lao-calendar-year-sitting a,.lao-calendar .lao-calendar-year-sitting a:visited,.lao-calendar .lao-calendar-year-sitting a:active,.lao-calendar .lao-calendar-year-sitting a:hover,.lao-calendar .lao-calendar-year-sitting a:focus{text-decoration:none;font-weight:700;color:#013115}.lao-calendar .lao-calendar-today{font-weight:700}.lao-calendar.month.monthly td{vertical-align:top;text-align:left;padding:.3em;border:1px solid #a8aaa8;text-overflow:ellipsis}.lao-calendar.month.monthly td .cal-square{aspect-ratio:1}.lao-calendar.month.monthly td:hover{cursor:pointer;background-color:#daf5e6}.lao-calendar.month.monthly th{border:1px solid #a8aaa8 !important}@media(min-width: 768px)and (max-width: 992px){.lao-calendar.month.monthly td{height:8em}}@media(max-width: 767px){.lao-calendar.month.monthly td{font-weight:bold}}.lao-calendar.month.yearly table th{font-size:14px;border:1px solid #a8aaa8}.lao-calendar.month.yearly table td{font-size:14px;overflow:visible}.cel-padding{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:4px;overflow:hidden}.cel-padding>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;margin-bottom:8px}.cel-padding>span>div{padding:2px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:4px}#laoSpinner{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.spinner-border{color:#004c20 !important;-webkit-animation-duration:1.4s !important;animation-duration:1.4s !important;--bs-spinner-animation-speed: 1.4s !important}.ajax-progress-fullscreen{display:none !important}hr{border:1px solid #a8aaa8 !important}.pager__item.pager__inactive.pager__previous,.pager__item.pager__inactive.pager__next,.pager__item.pager__active.pager__previous,.pager__item.pager__active.pager__next,.pager__item.pager__inactive.pager__current,.pager__item.pager__active.pager__current{padding:0;position:relative}.row.col-12.col-sm-12.col-md-5.col-lg-4.col-xl-3.justify-content-between.align-self-start.p-0.pager__items.js-pager__items.nav-cal{padding:0;position:relative}.pager__items.js-pager__items.nav-cal .pager__previous a,.pager__items.js-pager__items.nav-cal .pager__next a{display:block;margin:0}.pager__items.js-pager__items.nav-cal .pager__current a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;justify-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}.pager__items.js-pager__items.nav-cal .pager__current a:active,.pager__items.js-pager__items.nav-cal .pager__current a:focus{text-decoration:none}@media(max-width: 767px){#year-view{margin-top:12px}}#year-view .today div:not(.lao-calendar-year-sitting){height:100%;-ms-flex-line-pack:center;align-content:center}.cal-showing-event-counter{padding-bottom:1em;padding-top:1em}.year-heading{font-size:2.313rem;line-height:1.2;color:#545454;margin:0;cursor:pointer}.year-heading p{margin-bottom:0 !important}.year-heading .break{display:inline}@media(max-width: 767px){.year-heading{font-size:23px !important;line-height:28px !important;padding:24px 0 0 12px;margin-bottom:16px !important}}@media(max-width: 991px){.year-heading .break{display:inline-block}}#month-heading{text-wrap:none;overflow:visible}.dayViewEventsContainer{min-height:auto}@media(max-width: 767px){.dayViewEventsContainer{min-height:290px}}@media(max-width: 528px){.dayViewEventsContainer{min-height:510px}}.week-note{margin-top:-48px !important;margin-bottom:48px !important}@media(max-width: 991px){.week-note{margin:-48px 0 48px 0 !important}}@media(min-width: 331px)and (max-width: 767px){.week-note{font-size:14px;line-height:24px;margin:0 0 20px 0 !important}}@media(max-width: 330px){.week-note{font-size:14px;line-height:24px;margin:0 0 20px 0 !important}}.week-days-title{color:#545454}.week-days-title h3{font-size:23px;font-weight:600;margin-bottom:1.85vh}@media(max-width: 767px){.week-days-title{font-size:20px}}.pdf-link-box .pdf-link{color:#004c20;font-size:20px;line-height:24px;font-weight:bold !important;text-decoration:none}@media(max-width: 767px){.pdf-link-box{margin-left:12px}.pdf-link-box .pdf-link{font-size:16px;font-weight:bold !important;line-height:20px}.pdf-link-box .pdf-link img{display:none}}.cal-header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:48px 0;padding-inline:.6em}.cal-header-container .week_header_p{margin-bottom:24px}@media(max-width: 991px){.cal-header-container{padding-top:32px;padding-bottom:24px}}@media(max-width: 767px){.cal-header-container{padding:0;height:auto}.cal-header-container div p{margin-left:12px;margin-top:8px;margin-bottom:12px;font-size:16px;line-height:16px}}.nav-cal{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 !important;float:right}@media(max-width: 767px){.nav-cal{display:-webkit-box;display:-ms-flexbox;display:flex}}div.calendar-tabs .nav-link{margin:0 5px;text-decoration:none;padding:.5em .8em;border:#004c20 1px solid;color:#004c20;font-size:.8em;font-weight:700;border-radius:.3em}.today-link{border:#a8aaa8 1px solid;color:#a8aaa8}.lao-calendar-year-view-header{margin-top:48px;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.lao-calendar-year-view-header{width:100vw}.lao-calendar-year-view-header span{margin-top:0px !important}}.lao-calendar-year-view-header span{display:inline-block;min-width:24px;height:24px;background-color:#daf5e6;border:1px solid #004c20;border-radius:.3em;margin-right:10px}@media(max-width: 991px){.lao-calendar-year-view-header span{-ms-flex-item-align:baseline;align-self:baseline;margin-top:8px}}@media(max-width: 767px){.lao-calendar-year-view-header span{-ms-flex-item-align:baseline;align-self:baseline;margin-top:10px}}.lao-calendar-year-view-header p{line-height:28px;font-size:18px;color:#343434;margin-bottom:0}@media(max-width: 767px){.lao-calendar-year-view-header p{margin-left:0px !important}}@media(max-width: 767px){.lao-calendar-year-view-header{margin-top:24px;margin:0px auto;margin-left:12px}}.lao-calendar-year-view-exemption-dates-link{margin-bottom:-27px}@media(max-width: 767px){.lao-calendar-year-view-exemption-dates-link p{margin-left:0px !important;margin-bottom:24px !important}}@media(max-width: 991){.lao-calendar-year-view-exemption-dates-link{margin-bottom:10px}}@media(max-width: 767px){.lao-calendar-year-view-exemption-dates-link{margin-bottom:10px;margin-left:12px}}.lao-calendar-front-page-header{margin-top:-4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lao-calendar-front-page-header .houseSitting{display:inline-block;width:24px;height:24px;background-color:#004c20;margin-right:.5em;margin-left:1em}.lao-calendar-front-page-header .committeeMeeting{display:inline-block;width:24px;height:24px;background-color:#a6751d;margin-right:.5em}.lao-calendar-front-page-header p{font-size:18px;color:#343434}.month.lao-calendar.monthly .today.current-month{background-color:#daf5e6;border:2px solid #004c20}.month.lao-calendar.yearly .today.current-month .calendar-view-day__number{background-color:#004c20;color:#fff;border-radius:50%;padding:.6em .8em;margin-bottom:auto}@media(min-width: 992px)and (max-width: 1399px){.month.lao-calendar.yearly .today.current-month .calendar-view-day__number{padding:.3em .4em}}.month.lao-calendar.yearly .past.previous-month,.month.lao-calendar.yearly .past.next-month,.month.lao-calendar.yearly .future.next-month,.month.lao-calendar.yearly .future.previous-month{color:#a8aaa8}.pager__item.pager__previous,.pager__item.pager__next,.pager__item.pager__current{text-align:center;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;background-color:#f1f1f1;list-style-type:none;padding:16px !important;font-weight:700;border-radius:.3em;border:#004c20 1px solid}.pager__item.pager__previous{min-width:46.8px;margin:0 8px 0 auto}@media(max-width: 767px){.pager__item.pager__previous{margin:12px 16px 16px 8px;-ms-flex-line-pack:center;align-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px 0 !important}}.pager__item.pager__next{min-width:46.8px;margin:0 0 0 8px}@media(max-width: 767px){.pager__item.pager__next{margin:12px 8px 16px 16px;-ms-flex-line-pack:center;align-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px 0 !important}}.pager__item.pager__current{margin:0 8px}@media(max-width: 767px){.pager__item.pager__current{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;margin:12px 0;padding:10px 46px !important;-ms-flex-line-pack:center;align-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}div.nav-cal .pager__item:hover{background-color:#e6e6e6;border:#004c20 2px solid;-webkit-box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);font-weight:800;cursor:pointer}.pager__item.pager__inactive:hover{border:#a8aaa8 1px solid !important;cursor:default !important;-webkit-box-shadow:none !important;box-shadow:none !important;font-weight:700 !important;background-color:#f1f1f1 !important}.pager__item.pager__inactive:hover a{color:#a8aaa8 !important}.pager__item.pager__active:hover{background-color:#e6e6e6;border:#004c20 2px solid !important;-webkit-box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);font-weight:800;cursor:pointer}.pager__item a,.pager__item a:visited,.pager__item a:hover,.pager__item a:focus{text-decoration:none;color:#004c20}.pager__active{border:#004c20 1px solid !important}.pager__active a{color:#004c20 !important}.pager__inactive{border:#a8aaa8 1px solid !important;color:#a8aaa8 !important;pointer-events:none;cursor:default}.pager__inactive a,.pager__inactive i{color:#a8aaa8 !important;pointer-events:none;cursor:default}.month-meeting-circle{width:16px;height:16px;background-color:#a6751d;border-radius:50%}.month-meeting-triangle{width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:16px solid #004c20}.not-contains-house a,.contains-house a{text-decoration:none}.contains-house{display:inline-block;background-color:#004c20;color:#fff;font-weight:700;padding:2px 5px;margin-right:4px;border-radius:.3em}.not-contains-house{display:inline-block;background-color:#a6751d;color:#fff;font-weight:700;padding:.2em .5em .2em .5em;border-radius:.3em}.calendar-view-day__row{background-color:rgba(0,0,0,0);padding:0;list-style-type:none;margin-top:.5em}.cel-padding{padding:.3em}#dayOfMonth,.no-events-message-month,.no-events-date-month,.day_events_on_month,.day_on_month{display:none}.calendar-view-day__no-event{margin:0 auto;margin-top:24px;margin-bottom:24px}.calendar-view-day__no-event p{margin:0 auto;text-align:left}.bg{margin-top:48px}.bg::before{content:"";position:absolute;top:0;bottom:0;left:-50vw;right:-50vw;z-index:-10;background-color:#f1f1f1}.lao-tab .form-actions,.lao-tab .js-form-wrapper,.lao-tab .form-wrapper{margin-bottom:0em}.lao-tab .form-actions{margin-top:0 !important}.lao-tab .lao-search{width:100%}.lao-tab .lao-find-my-mpp-form-wrapper .search-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.lao-tab .lao-find-my-mpp-form-wrapper .search-container .lao-textfield:focus{outline:none !important}.lao-tab .lao-find-my-mpp-form-wrapper .search-container #edit-actions{margin-top:0 !important;height:54px}.lao-tab .lao-find-my-mpp-form-wrapper .search-container #edit-submit{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:56px;font-family:FontAwesome;color:#fff;background-color:#004c20;border:none;outline:none;border-radius:0 4px 4px 0;overflow:hidden;padding:0;line-height:1.5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.lao-tab .lao-find-my-mpp-form-wrapper .search-container #edit-submit:hover,.lao-tab .lao-find-my-mpp-form-wrapper .search-container #edit-submit:focus{background-color:#013115;font-size:1.2em}.lao-tab .lao-find-my-mpp-form-wrapper .search-container input{text-overflow:ellipsis}.lao-tab .lao-find-my-mpp-form-wrapper .search-container .js-form-item-location{width:calc(100% - 3.3em)}.lao-tab .lao-find-my-mpp-form-wrapper .search-container:focus-within{outline:4px #a6751d solid !important;border-radius:4px}.lao-tab .lao-find-my-mpp-form-wrapper label,.lao-tab .lao-find-my-mpp-form-wrapper .js-form-item{margin-top:0;margin-bottom:0}.lao-tab #lao-find-my-mpp-form,.lao-tab #lao-find-my-bill-form,.lao-tab #lao-find-my-hansard-form{margin-bottom:1em}.lao-tab #edit-actions .lao-button.lao-primary::before{content:"";font-family:FontAwesome}.lao-tab .findmympp_bills_footer{text-wrap:pretty;width:101%}.lao-tab #bill-search-button:hover,.lao-tab #hansard-search-button:hover{background-color:#daf5e6;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out}.lao-tab .lao-find-my-bill-form-wrapper.js-form-wrapper.form-wrapper,.lao-tab .lao-find-my-mpp-form-wrapper.lao-textfield.js-form-wrapper.form-wrapper,.lao-tab .lao-find-my-hansard-form-wrapper.js-form-wrapper.form-wrapper{display:block}.lao-tab .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-location.form-item-location{margin-right:0em}.region-calendarcontent{background-color:#fff;padding:2em;padding-top:0;margin-bottom:96px}@media(max-width: 991px){.region-calendarcontent{margin-bottom:48px;padding-left:0;padding-right:0}}@media(max-width: 767px){.region-calendarcontent{padding:0 19px 16px 19px;margin-bottom:24px}}.lao-td.calendar-tabs .lao-td-item{height:64px;padding:1em 2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lao-td.calendar-tabs .lao-td-item.primary a,.lao-td.calendar-tabs .lao-td-item.primary a:visited,.lao-td.calendar-tabs .lao-td-item.primary a:active,.lao-td.calendar-tabs .lao-td-item.primary a:hover,.lao-td.calendar-tabs .lao-td-item.secondary a,.lao-td.calendar-tabs .lao-td-item.secondary a:visited,.lao-td.calendar-tabs .lao-td-item.secondary a:active,.lao-td.calendar-tabs .lao-td-item.secondary a:hover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;font-size:20px}.lao-td.calendar-tabs{padding-top:revert}.block-views-blocklao-calendar-view-calendar-contextual-note{font-size:18px}@media(max-width: 767px){.block-views-blocklao-calendar-view-calendar-contextual-note{padding-left:16px;padding-right:16px}}@media(max-width: 991px){.block-page-title-block h1{margin-bottom:20px}}@media(max-width: 767px){.block-page-title-block{color:#545454}.block-page-title-block h1{font-size:29px;line-height:32px;margin-bottom:16px}}@media(max-width: 991px){.lao-dropdown{display:block}}@media(max-width: 767px){.lao-calendar-front-page-header{display:none}.cel-padding{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:.5em}}@media(max-width: 767px)and (max-width: 375px){.cel-padding{padding-top:0}}@media(max-width: 767px){.house_meeting .contains-house,.committee_meetings .not-contains-house{display:none}.committee_meetings::after{content:"";display:-webkit-box;display:-ms-flexbox;display:flex;width:8px;height:8px;background-color:#a6751d;border-radius:50%}.cel-padding .committee_meetings{display:none}.cel-padding .committee_meetings:first-of-type{display:inline}.house_meeting::after{content:"";display:-webkit-box;display:-ms-flexbox;display:flex;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:8px solid #004c20}.house_meeting{margin-right:4px}}@media(min-width: 768px)and (max-width: 992px){.cel-padding{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.5em}.house_meeting .contains-house,.committee_meetings .not-contains-house{display:none}.committee_meetings::after{content:"";display:inline-block;width:16px;height:16px;background-color:#a6751d;border-radius:50%;margin-right:5px}.house_meeting::after{content:"";display:inline-block;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:16px solid #004c20;margin-right:5px}.house_meeting{margin-right:4px}.cel-padding .committee_meetings{display:none}.cel-padding .committee_meetings:first-of-type{display:inline}}.cal-print{margin-right:34px !important;border:1px solid #004c20;border-radius:.2em !important;color:#004c20;padding:1em;background-color:#fff;z-index:1000;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:revert !important}@media(max-width: 991px){.cal-print{display:none}}.cal-print svg{width:24px;fill:#004c20;margin-right:.3em}.cal-print:hover{background-color:#e6e6e6;border:2px solid #004c20;-webkit-box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);box-shadow:3px 3px 3px rgba(31,31,31,.1019607843);font-weight:800;cursor:pointer}.absolute-right{float:right;margin-top:-3.9em !important}.cal-date-selector{background-color:#fff;border:none;cursor:pointer;padding:0px;margin:0px !important}@media(max-width: 767px){.cal-date-selector{vertical-align:bottom}}.cal-date-selector svg{width:28px;height:32px;fill:#004c20;margin-bottom:12px;padding:0px}@media(max-width: 767px){.cal-date-selector svg{width:24px;height:21px;margin-bottom:3px}}.not-contains-house.calendar-view-day__row.col-md-1 ul,.contains-house.calendar-view-day__row.col-md-1 ul{list-style-type:none}@media(max-width: 767px){.week__rows{margin-top:8px !important;margin-bottom:16px !important;padding-left:0 !important}}.week__rows div div .lao-pcalevent-card{margin-bottom:16px}ul.calendar-view-day__rows{padding-left:0px}@media(min-width: 767px){ul.calendar-view-day__rows{padding-bottom:48px}}.calendar-view-day__rows li{list-style-type:none;margin:0;padding:0;background:none;border:none}.no-results-make-space{min-height:240px !important}.view-content .redesign23 .calendar-view-day__rows{padding-left:0;min-height:300px;display:contents}@media(max-width: 528px){.view-content .redesign23 .calendar-view-day__rows{min-height:470px}.no-results-make-space{min-height:470px !important}}@media(min-width: 529px)and (max-width: 767px){.no-results-make-space{min-height:240px !important}}@media(min-width: 768px)and (max-width: 991px){.no-results-make-space{min-height:270px !important}}.lao-calendar .accordion .view-content .redesign23 .calendar-view-day__rows{min-height:revert}.lao-calendar .accordion .view-content .no-results-make-space{min-height:revert !important}.lao-calendar .view-content{margin:0;position:relative;z-index:0}@media print{.bg{display:none !important}.house_meeting .contains-house,.committee_meetings .not-contains-house{display:inline-block}.house_meeting::after{display:none}.right-piece{position:relative;left:200px;height:auto;overflow-x:hidden}.row.h-100{display:block;overflow:auto;height:auto;position:relative;left:10px}.event-body{position:relative;height:auto;left:10px}.icon{display:none}.fa{display:none}.lao-pcalevent-card.parliamentary-calendar-event{padding-bottom:1em}#date-switcher{display:none !important}.time,.location{text-wrap:nowrap;position:relative;left:10px}.pager__items.js-pager__items.nav-cal{display:none}#surveyMessage.col.text-right{display:none}.month.lao-calendar.monthly,.lao-pcalevent-card.parliamentary-calendar-event{width:95% !important}.cal-print{display:none !important}a:after{display:none}.views-field.views-field-field-contextual-note{display:none}#mpptabs{display:none}.dismissible-alert--information{display:none}.cal-date-selector{display:none}.pdf-link{display:none}.lao-calendar-year-view-header{display:grid;grid-template-columns:100vw}.lao-calendar-year-view-header span{display:none}#year-view{height:auto;width:100%;display:grid;grid-template-columns:30vw 30vw 30vw;grid-gap:2em}.lao-calendar-year-sitting{border-style:none !important;background-color:#daf5e6 !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}#year-view table th{text-align:center;margin:0 auto}#year-view table td div{text-align:center;margin:0 auto}.lao-calendar table td{padding:0 !important;border:1px solid #a8aaa8}.video-link a{display:none}.video-link::before{content:"";width:10px}table{border-collapse:collapse}table th,table td,table tr{border:1.5px solid #ccc !important}}@media print and (orientation: landscape){#year-view{display:grid;grid-template-columns:295px 295px 295px;grid-gap:30px}#year-view table{width:300px}.month.lao-calendar.yearly{width:300px}.location{position:relative;height:auto}}@media print and (max-width: 430px){#year-view{grid-template-columns:17em 17em 17em}.lao-calendar-year-view-header{display:grid;grid-template-columns:100%}}@media print and (max-width: 1023px)and (min-width: 431px){.lao-calendar-year-view-header{display:grid;grid-template-columns:100%}}@media print and (min-width: 1024px)and (max-width: 1280px){.lao-calendar-year-view-header{display:grid;grid-template-columns:100%}}@media(max-width: 410px){.lao-calendar-year-view-header{margin-top:24px}}@media(min-width: 992px){.calendar-container{padding-left:48px;padding-right:48px}.calendar-container .calendar-section .page-title span{margin-left:34px}.calendar-container .calendar-section .views-field-field-contextual-note div p{margin-left:34px}}@media(min-width: 320px)and (max-width: 992px){.calendar-container .calendar-section{position:relative;overflow:visible}.calendar-container .calendar-section .calendar-content-panel{position:relative;z-index:1}.calendar-container .calendar-section .calendar-tabs-panel{position:relative;z-index:2}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container p #laotdMenuButton,.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul,.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul .primary,.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul .secondary:hover{z-index:3}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul .secondary{-webkit-transition:background-color -1s,border -1s;transition:background-color -1s,border -1s}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container p #laotdMenuButton::before{content:"";position:absolute;top:0;left:-9999px;right:-9999px;bottom:0;background-color:#004c20;z-index:-1}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul{-webkit-box-shadow:none;box-shadow:none}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul::before{content:"";position:absolute;top:0;left:-9999px;right:-9999px;bottom:0;background-color:#f8f9fa;-webkit-box-shadow:0px 8px 16px 0px rgba(221,221,221,.8666666667);box-shadow:0px 8px 16px 0px rgba(221,221,221,.8666666667);z-index:-1}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul .primary::before{content:"";position:absolute;top:0;left:-9999px;right:-9999px;bottom:0;background-color:#e6e6e6;z-index:-1}.calendar-container .calendar-section .calendar-tabs-panel #block-de-theme-laocalendarmenu .clearfix .calendar-tabs .lao-td-container ul .secondary:hover::before{content:"";position:absolute;top:0;left:-9999px;right:-9999px;bottom:0;background-color:#daf5e6;z-index:-1}.calendar-container .calendar-section .calendar-content-panel::before{content:"";position:absolute;top:0;left:-9999px;right:-9999px;bottom:0;background-color:#fff;z-index:-2}}@media(max-width: 991px){.no-events-date-month,#dayOfMonth,.day_on_month,.day_events_on_month{display:block !important}}.form--inline .form-text{width:400px;border-width:2px}.form--inline .form-actions{clear:inherit}.form--inline .form-actions .form-submit{margin-top:2.7911685298em}.form-select{margin-top:.2930859019em;display:block;height:3em;-webkit-border-radius:0px}.Psection,.Psubsection{border:2px solid #049089;padding:5px}.longtitle,.longtitle-e,.longtitle-f{font-size:1.7469281074em}.shorttitle,.shorttitle-e,.shorttitle-f{display:none}.headnote,.headnote-e,.headnote-f{font-size:1.4777212641em}.schedule,.partnum,.Pschedule,.toc,.TOCpartCenter,.TOCheadCenter,.heading1,.Pheading1{font-weight:bold}.number,.number-e,.number-f{font-size:1.5625em}.bill-body .file--application-pdf{margin-top:30px}.indent-section{margin-left:25px}.ui-accordion .ui-accordion-content{height:auto !important}.committee-documents--accordion .view-content{display:none}.committee-documents--accordion .view-content.ui-accordion{display:block}.committee-documents--accordion .view-content .view-content{display:block}#transcript table{border:none}#transcript table tr{border:none;background:none}#transcript table tr td{border:none;padding:0}.MembershipTableNamesLeft,.MembershipChairVChairAB,.MembershipChairVChairTopandBelowCutline,.ChairVChair{text-transform:uppercase}.table-inside-accordion .ui-accordion .ui-accordion-content{padding:0;overflow:hidden}article.node--type-committee-report{margin-top:30px}.weekly-notice-responsive-tbl-container{overflow-x:auto;max-width:100%}.wn-hidden{display:none !important}.tbl-weekly-notice{width:auto;table-layout:fixed;border-collapse:collapse}.tbl-weekly-notice th,.tbl-weekly-notice td{padding-left:0px !important;padding-right:0px !important;text-align:left;overflow:hidden;text-overflow:ellipsis;word-break:break-word !important;overflow-wrap:break-word !important;white-space:normal;font-size:11px;line-height:1.5}.tbl-weekly-notice td{padding-bottom:25px}.tbl-weekly-notice th:first-child,.tbl-weekly-notice td:first-child{width:6.2275%;text-align:center}.tbl-weekly-notice th:not(:first-child),.tbl-weekly-notice td:not(:first-child){min-width:54px}.tbl-weekly-notice th:nth-child(-n+5),.tbl-weekly-notice td:nth-child(-n+5){display:table-cell}.tbl-weekly-notice th:nth-child(n+7),.tbl-weekly-notice td:nth-child(n+7){display:none}@media screen and (min-width: 460px){.tbl-weekly-notice th,.tbl-weekly-notice td{font-size:14px;padding-left:8px !important;padding-right:8px !important}}@media screen and (max-width: 991px){.tbl-weekly-notice tr td:first-child,.tbl-weekly-notice tr th:first-child{display:table-cell}}@media screen and (min-width: 992px){.tbl-weekly-notice tr td:first-child,.tbl-weekly-notice tr th:first-child{display:none}.tbl-weekly-notice th:nth-child(6),.tbl-weekly-notice td:nth-child(6){display:table-cell}.tbl-weekly-notice th:nth-child(7),.tbl-weekly-notice td:nth-child(7){display:table-cell;width:15%}.tbl-weekly-notice th,.tbl-weekly-notice td{width:15%}}.tbl-weekly-notice tbody tr:not(.shown):not(.plus):not(.minus){cursor:default}.tbl-weekly-notice tbody tr.plus,.tbl-weekly-notice tbody tr.minus{cursor:pointer}.wn-details-control{text-align:center;vertical-align:top;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.wn-details-control.plus::before{content:"+";font-weight:bold;text-align:center;font-size:18px;position:relative}.wn-details-control.minus::before{content:"-";font-weight:bold;font-size:20px;position:relative;text-align:center}.wn-details{display:none;padding:10px;background-color:#f9f9f9}.no-click{pointer-events:none;opacity:.5}.wn-details-control:not(.plus):not(.minus){visibility:hidden;cursor:default}.text-main-color,.text-main-color a{color:#005b26 !important}.text-dark-grey,.text-dark-grey a{color:#545454 !important}.border-main-color{border:2.5px solid #005b26}.border-main-color--hover{-webkit-transition:border .25s ease;transition:border .25s ease}.border-main-color--hover:hover{border:2.5px solid #005b26}.background-grey{background-color:#ccc}.background-dark-grey{background-color:#545454}.light-grey{background:#f8f8f8}.light-gold{background:#f9f1d7}.marble-tricorn{background-color:#f1f1f1;color:#343434}.transparent-tricorn{color:#343434}.current-members .heading-placeholder{margin-top:38px}.current-members .total-seats{color:#545454;font-size:23px;font-weight:600;margin-bottom:24px}.current-members .party-standings{font-size:18px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.current-members .party-standings .colour-square{margin:4px;border-radius:4px;color:#fff;text-align:center;vertical-align:middle;aspect-ratio:1/1;width:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.current-members .party-standings .colour-square.vacant{border:1px #343434 solid}.current-members .party-standings .colour-square-count{font-size:18px}.current-members .party-standings .party-text{font-size:18px;line-height:24px;color:#343434}.current-members .party-standings .party-text-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.current-members .party-standings .col-2.colour-square-col{padding:0}.current-members .find-an-mpp-heading{color:#545454;font-size:29px;font-weight:600}.current-members .container.current-members-party-standings,.current-members .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1.current-members-party-standings,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .current-members h1.current-members-party-standings{padding-left:0;padding-right:0}.current-members .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-radius:4px}.current-members .btn-group>.btn:last-child:not(:first-child),.current-members .btn-group>.dropdown-toggle:not(:first-child){border-radius:4px}.current-members .btn-group,.current-members .button-holder{background-color:#fff;margin-right:0;padding:.5em;border-radius:4px;border:1px #a8aaa8 solid}.current-members .btn-group .btn-secondary:visited,.current-members .button-holder .btn-secondary:visited{color:#004c20}.current-members .btn-group .btn-primary,.current-members .button-holder .btn-primary{background-color:#004c20}.current-members .btn-group .btn-primary:visited,.current-members .button-holder .btn-primary:visited{color:#fff}.current-members .btn-group .btn-primary:hover,.current-members .btn-group .btn-secondary:hover,.current-members .button-holder .btn-primary:hover,.current-members .button-holder .btn-secondary:hover{color:#fff}.current-members .col-sm-12.text-align-right.cm-filter-group-footer{margin-top:6px;padding-right:2em;margin-bottom:25px}.current-members .col-sm-12.text-align-right.cm-filter-group-footer p,.current-members .col-sm-12.text-align-right.cm-filter-group-footer p a{font-size:20px;font-weight:700}.current-members .row .cm-filter-group-container h3{font-size:29px;font-weight:600;color:#545454}.current-members .row .cm-filter-group-container h4{font-size:23px;font-weight:600;color:#545454}.current-members .row .cm-filter-group-container label{font-size:18px;font-weight:600;color:#343434;margin-bottom:8px}.current-members .row .cm-filter-group-container p{font-size:18px;color:#343434}.current-members .current-mpp-results{margin-top:-2.15em;color:#343434;font-size:18px;font-weight:500;padding-left:0}.current-members .container.view-current-members,.current-members .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1.view-current-members,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .current-members h1.view-current-members{margin-top:-0.7em}.current-members .cm-filter-group-container h4{color:#545454}.current-members .cm-filter-group-container label{color:#343434}.current-members .cm-filter-group-container .Content-Language-fr label{font-size:16px}.current-members .cm-filter-group-container .form-text,.current-members .cm-filter-group-container .form-control,.current-members .cm-filter-group-container .form-select input{margin-top:0;border:1px #004c20 solid;border-radius:4px;height:56px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff}.current-members .cm-filter-group-container .form-text:active,.current-members .cm-filter-group-container .form-control:active,.current-members .cm-filter-group-container .form-select input:active{background-color:#fff}.current-members .cm-filter-group-container .form-text:focus,.current-members .cm-filter-group-container .form-control:focus,.current-members .cm-filter-group-container .form-select input:focus{border:4px #a6751d solid}.current-members .cm-filter-group-container .form-text:hover,.current-members .cm-filter-group-container .form-select:hover{background-color:#daf5e6}.current-members .cm-filter-group-container .form-text:hover option,.current-members .cm-filter-group-container .form-select:hover option{background-color:#fff}.current-members .cm-filter-group-container #edit-field-party-target-id--2,.current-members .cm-filter-group-container #edit-field-party-target-id{height:56px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.current-members .cm-filter-group-container .description{color:#a8aaa8}.current-members .cm-filter-group-container .cm-filter-group-footer{font-weight:500;color:#545454}.current-members .cm-filter-group-container #reset-current-members,.current-members .cm-filter-group-container #edit-submit-current-members--2,.current-members .cm-filter-group-container #edit-submit-current-members{width:100%;display:block;text-align:center;font-size:20px;text-transform:none !important;border-radius:4px}.current-members .cm-filter-group-container #edit-submit-current-members--2,.current-members .cm-filter-group-container #edit-submit-current-members{background-color:#004c20;color:#fff}.current-members .cm-filter-group-container .form-actions.js-form-wrapper.form-wrapper{padding-left:.1em;padding-right:.1em}.current-members .cm-filter-group-container #edit-submit-current-members--2:hover,.current-members .cm-filter-group-container #edit-submit-current-members:hover{-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.3);box-shadow:0px 4px 8px rgba(0,0,0,.3)}.current-members .cm-filter-group-container #reset-current-members:hover{background-color:#daf5e6 !important;color:#004c20;border:2px #004c20 solid;font-weight:600;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.3);box-shadow:0px 4px 8px rgba(0,0,0,.3)}.current-members .cm-filter-group-container .filter-inputs{padding:0 .1em;margin-bottom:-1.7em;margin-top:-1.4em}.current-members .see-all-mpps-text{padding-left:20px}.current-members #block-laocurrentmembersviewswitcher{width:100%;display:block;text-align:right}.current-members .mpp-card-link{text-decoration:none;display:block}.current-members .mpp-card-link a{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.current-members .mpp-card-link a:focus{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.current-members .mpp-card-link a:hover,.current-members .mpp-card-link a:active{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.current-members .mpp-card-link:focus{outline:none !important;text-decoration:none}.current-members .mpp-card-link:focus .memberGridView.position-relative.lao-card{border:4px solid #936400}.current-members .mpp-card-link:active,.current-members .mpp-card-link:hover{outline:none;text-decoration:none}.current-members .memberGridView{display:block}.current-members .headshot{width:100%;aspect-ratio:1/1;max-width:200px;float:left;padding:0;margin:0}.current-members .memberGridView{border:1px #a8aaa8 solid;border-radius:4px;height:200px;padding-right:24px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.current-members .memberGridView h3 a{color:#545454;font-size:23px;font-weight:600;text-decoration:none}.current-members .memberGridView:hover{-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.3);box-shadow:0px 4px 8px rgba(0,0,0,.3);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.current-members .memberGridView::after{content:"";position:absolute;top:0;left:15px;width:calc(100% - 15px);height:100%;background:rgba(0,0,0,0);-webkit-transition:background .1s ease-in-out;transition:background .1s ease-in-out;border-radius:0 4px 4px 0;pointer-events:none;z-index:-1}.current-members .memberGridView:hover::after{background:#daf5e6}.current-members .current-members-party{font-weight:600;margin-bottom:16px;line-height:24px}.current-members .current-members-riding{margin-bottom:16px;font-size:16px;line-height:16px}.current-members .memberListView{min-height:94px;padding-top:1em;padding-bottom:1em;border-radius:0;border-left:1px #a8aaa8 solid;border-right:1px #a8aaa8 solid}.current-members .memberListView h3 a,.current-members .memberListView h3 a:visited{font-size:20px;font-weight:600;letter-spacing:0}.current-members .member-list-row:last-child>.memberListView{border-bottom:1px #a8aaa8 solid;border-radius:0 0 4px 4px}.current-members .memberListViewHeader{color:#004c20;font-size:20px;font-weight:600;border:1px #a8aaa8 solid;border-radius:0 4px 4px 0;padding-top:1em;padding-bottom:1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#edit-field-full-name-by-first-name-value--2-button,#edit-field-member-id-value--2-button,#edit-field-full-name-by-first-name-value-button,#edit-field-member-id-value-button{position:absolute;color:#343434;font-size:16px;font-weight:700;right:24px;top:70px;line-height:1;background:none;border:none;vertical-align:text-top;padding:1px 5px 3px;margin:4px 0 0 2px;cursor:pointer;opacity:1}#block-views-block-parties-current-members-party-standings h2,#block-views-block-parties-current-members-party-standings body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract #block-views-block-parties-current-members-party-standings .field__label,#block-views-block-parties-current-members-party-standings .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations #block-views-block-parties-current-members-party-standings .location-title,#block-views-block-parties-current-members-party-standings body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field #block-views-block-parties-current-members-party-standings .field__label{font-size:29px;font-weight:600;margin-top:0px;margin-bottom:8px}.member-list-row.col-sm-12.col-md-12.col-lg-6.grid-view:nth-child(odd){padding-right:0}.member-list-row.col-sm-12.col-md-12.col-lg-6.grid-view:nth-child(even){padding-left:0}@media(max-width: 992px){.current-members .memberListView .current-members-member-name-list a,.current-members .memberListView .current-members-member-name-list a:visited{line-height:10px}.current-members .cm-filter-group-container #reset-current-members{margin-top:2em}.form-item,.form-actions{margin-top:.5em;margin-bottom:.5em}#edit-field-full-name-by-first-name-value--2-button,#edit-field-member-id-value--2-button,#edit-field-full-name-by-first-name-value-button,#edit-field-member-id-value-button{top:60px}.member-list-row.col-sm-12.col-md-12.col-lg-6.grid-view:nth-child(odd){padding-left:0;padding-right:0}.member-list-row.col-sm-12.col-md-12.col-lg-6.grid-view:nth-child(even){padding-right:0;padding-left:0}}@media(max-width: 991.98px){.current-members .current-members-party{font-size:18px}.current-members .current-members-riding{font-size:14px}.current-members .cm-filter-group-container .filter-inputs{margin-top:-0.9em}.current-members .memberListView h3 a,.current-members .memberListView h3 a:visited{font-size:18px}}@media(max-width: 767.98px){.current-members .memberListView .current-members-member-name-list a,.current-members .memberListView .current-members-member-name-list a:visited,.current-members .memberListView .current-members-member-name-list h3{line-height:24px;font-size:14px;font-weight:600}.current-members-party-list,.current-members-riding-list{font-size:14px;line-height:20px}.current-members .current-members-party{font-size:16px}.current-members .current-members-riding{font-size:14px}.redesign23 .col-2{width:11%}.current-members .memberListViewHeader{font-size:16px}}@media(max-width: 575.98px){.current-members .current-mpp-results{font-size:16px}.current-members .current-members-riding{font-size:14px;font-weight:500}.current-members .memberListView{min-height:64px;padding-top:0;padding-bottom:0}.current-members-party-list,.current-members-riding-list,.current-members-party-header,.current-members-riding-header{display:none}.current-members .cm-filter-group-container .filter-inputs{margin-top:-1em}.current-members .party-standings .colour-square{width:32px}}@media(max-width: 450px){.current-members .current-mpp-results{margin-top:-0.5em}}@media(max-width: 400px){.current-members .memberGridView h3 a{font-size:20px;line-height:16px}.current-members .current-members-party{font-size:16px;line-height:16px;margin-bottom:10px}.current-members .current-members-riding{line-height:16px}}@media(max-width: 320px){.current-members .current-mpp-results{font-size:14px}}.node--type-member-contact-group h3{border-top:1px solid #ccc;padding-top:1em;line-height:1.95313em}.node--type-member-contact-group .field--name-field-city,.node--type-member-contact-group .field--name-field-province,.node--type-member-contact-group .field--name-field-postal-code{display:inline-block;line-height:1.95313em}.node--type-member-contact-group .field--name-field-address p{margin:0}.node--type-member-contact-group .field--name-field-number,.node--type-member-contact-group .field--name-field-fax-number,.node--type-member-contact-group .field--name-field-toll-free-number,.node--type-member-contact-group .field--name-field-tty,.node--type-member-contact-group .field--name-field-mobile-number{line-height:1.95313em}.node--type-member-contact-group .field--name-email-address{margin:12px 0}.node--type-member-contact-group .field__label{font-weight:normal;line-height:1.95313em}.redesign23 .btn-group-vertical{margin-top:1.5625em}@media(min-width: 767px){.redesign23 .mppheaderleft{text-align:right}}.redesign23 .block-views-blockmember-member-headshot{z-index:9;padding-right:1em;background-color:#fff}.redesign23 .block-system-main-block{clear:both}.redesign23 .block-views-blockmember-member-role-history h2,.redesign23 .block-views-blockmember-member-role-history body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-member-role-history .field__label,.redesign23 .block-views-blockmember-member-role-history .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-member-role-history .location-title,.redesign23 .block-views-blockmember-member-role-history body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-member-role-history .field__label,.redesign23 .block-views-blockmember-member-riding-block h2,.redesign23 .block-views-blockmember-member-riding-block body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-member-riding-block .field__label,.redesign23 .block-views-blockmember-member-riding-block .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-member-riding-block .location-title,.redesign23 .block-views-blockmember-member-riding-block body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-member-riding-block .field__label,.redesign23 .block-views-blockmember-current-party-block h2,.redesign23 .block-views-blockmember-current-party-block body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-current-party-block .field__label,.redesign23 .block-views-blockmember-current-party-block .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-current-party-block .location-title,.redesign23 .block-views-blockmember-current-party-block body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-current-party-block .field__label,.redesign23 .block-views-blockmember-block-1 h2,.redesign23 .block-views-blockmember-block-1 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-1 .field__label,.redesign23 .block-views-blockmember-block-1 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-1 .location-title,.redesign23 .block-views-blockmember-block-1 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-1 .field__label,.redesign23 .block-views-blockmember-block-2 h2,.redesign23 .block-views-blockmember-block-2 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-2 .field__label,.redesign23 .block-views-blockmember-block-2 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-2 .location-title,.redesign23 .block-views-blockmember-block-2 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-2 .field__label,.redesign23 .block-views-blockmember-block-3 h2,.redesign23 .block-views-blockmember-block-3 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-3 .field__label,.redesign23 .block-views-blockmember-block-3 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-3 .location-title,.redesign23 .block-views-blockmember-block-3 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-3 .field__label,.redesign23 .block-views-blockmember-block-5 h2,.redesign23 .block-views-blockmember-block-5 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-5 .field__label,.redesign23 .block-views-blockmember-block-5 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-5 .location-title,.redesign23 .block-views-blockmember-block-5 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-5 .field__label,.redesign23 .block-views-blockmember-mpp-address h2,.redesign23 .block-views-blockmember-mpp-address body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-mpp-address .field__label,.redesign23 .block-views-blockmember-mpp-address .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-mpp-address .location-title,.redesign23 .block-views-blockmember-mpp-address body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-mpp-address .field__label,.redesign23 .block-views-blockmember-block-6 h2,.redesign23 .block-views-blockmember-block-6 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-6 .field__label,.redesign23 .block-views-blockmember-block-6 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-6 .location-title,.redesign23 .block-views-blockmember-block-6 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-6 .field__label,.redesign23 .block-views-blockmember-block-7 h2,.redesign23 .block-views-blockmember-block-7 body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .block-views-blockmember-block-7 .field__label,.redesign23 .block-views-blockmember-block-7 .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .block-views-blockmember-block-7 .location-title,.redesign23 .block-views-blockmember-block-7 body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .block-views-blockmember-block-7 .field__label{border-bottom:1px solid #545454}.redesign23 .view-display-id-member_role_history .views-row{margin-bottom:1em}.redesign23 .member-contact-bucket{margin-top:1em;margin-bottom:1em;padding:0 1em;border:2px solid #545454}.redesign23 .member-contact-bucket h2,.redesign23 .member-contact-bucket body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .member-contact-bucket .field__label,.redesign23 .member-contact-bucket .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .member-contact-bucket .location-title,.redesign23 .member-contact-bucket body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .member-contact-bucket .field__label{border-top:1px solid #ccc;padding-top:1em}.redesign23 .member-contact-bucket .views-field-field-associated-contact-numbers{padding-top:1em}.redesign23 .member-contact-bucket ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.redesign23 .member-contact-bucket ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.redesign23 .block-views-blockparties-party-member-seating{padding-top:20px;padding-bottom:20px}.redesign23 .block-views-blockparties-party-member-seating h3{display:none}.redesign23 table#memberExpenseData,.redesign23 table#memberExpensePreviewData{font-size:95%}.redesign23 table#memberExpenseData th,.redesign23 table#memberExpenseData tr,.redesign23 table#memberExpensePreviewData th,.redesign23 table#memberExpensePreviewData tr{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.redesign23 table#memberExpenseData td:nth-child(3),.redesign23 table#memberExpenseData td:nth-child(4),.redesign23 table#memberExpenseData td:nth-child(5),.redesign23 table#memberExpenseData td:nth-child(6),.redesign23 table#memberExpenseData td:nth-child(9),.redesign23 table#memberExpensePreviewData td:nth-child(3),.redesign23 table#memberExpensePreviewData td:nth-child(4),.redesign23 table#memberExpensePreviewData td:nth-child(5),.redesign23 table#memberExpensePreviewData td:nth-child(6),.redesign23 table#memberExpensePreviewData td:nth-child(9){text-align:right;width:9%}.redesign23 table#leaderExpenseData,.redesign23 table#staffExpenseData{width:135%;font-size:95%}.redesign23 table#leaderExpenseData th,.redesign23 table#leaderExpenseData tr,.redesign23 table#staffExpenseData th,.redesign23 table#staffExpenseData tr{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;width:4%}.redesign23 table#leaderExpenseData td:nth-child(4),.redesign23 table#leaderExpenseData td:nth-child(5),.redesign23 table#leaderExpenseData td:nth-child(6),.redesign23 table#leaderExpenseData td:nth-child(7),.redesign23 table#leaderExpenseData td:nth-child(11){text-align:right;width:6%}.redesign23 table#leaderExpenseData td:nth-child(1),.redesign23 table#leaderExpenseData td:nth-child(2),.redesign23 table#leaderExpenseData td:nth-child(3),.redesign23 table#leaderExpenseData td:nth-child(8),.redesign23 table#leaderExpenseData td:nth-child(9),.redesign23 table#leaderExpenseData td:nth-child(10){width:7%}.redesign23 table#leaderExpenseData td:nth-child(9){width:15%}.redesign23 table#staffExpenseData td:nth-child(5),.redesign23 table#staffExpenseData td:nth-child(6),.redesign23 table#staffExpenseData td:nth-child(7),.redesign23 table#staffExpenseData td:nth-child(8),.redesign23 table#staffExpenseData td:nth-child(12){text-align:right;width:6%}.redesign23 table#staffExpenseData td:nth-child(1),.redesign23 table#staffExpenseData td:nth-child(2),.redesign23 table#staffExpenseData td:nth-child(3),.redesign23 table#staffExpenseData td:nth-child(4),.redesign23 table#staffExpenseData td:nth-child(9),.redesign23 table#staffExpenseData td:nth-child(11){width:8%}.redesign23 table#staffExpenseData td:nth-child(10){width:15%}.redesign23.member-profile h2,.redesign23.member-profile body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23.member-profile .field__label,.redesign23.member-profile .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23.member-profile .location-title,.redesign23.member-profile body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23.member-profile .field__label{border-bottom:0 !important}.redesign23.member-profile h2.field-content,.redesign23.member-profile body.node--type-pppr-timeline .field--name-field-promotional-abstract .field-content.field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23.member-profile .field-content.field__label,.redesign23.member-profile .block-views-blockpppr-image-map-block-map-locations .field-content.location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23.member-profile .field-content.location-title,.redesign23.member-profile body.node--type-pppr-basic-page .field--type-video-embed-field .field-content.field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23.member-profile .field-content.field__label{color:#545454;opacity:1;font-size:37px;margin-top:0px}.redesign23.member-profile h3.top{color:#343434;font-size:18px;font-weight:700;margin-bottom:0;border-bottom:none;margin-top:20px}.redesign23.member-profile .row{position:relative;z-index:1}.redesign23.member-profile .bg{margin-top:48px}.redesign23.member-profile .bg::before{content:"";position:absolute;top:0;bottom:0;left:-50vw;right:-50vw;z-index:-10}.redesign23.member-profile .bg::before{background-color:#f1f1f1}.redesign23.member-profile #block-views-block-member-member-headshot img{border-radius:.3em;margin-right:24px;margin-bottom:24px;width:180px;height:270px;-o-object-fit:cover;object-fit:cover}.redesign23.member-profile .location-icon{display:inline-block;vertical-align:middle;width:24px;height:24px;margin-right:16px;margin-bottom:3px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.redesign23.member-profile .riding{font-weight:600;font-size:20px}.redesign23.member-profile .riding a{display:inline-block;font-weight:600}.redesign23.member-profile .riding a:hover .location-icon,.redesign23.member-profile .riding a:focus .location-icon,.redesign23.member-profile .riding a:active .location-icon{-webkit-transform:scale(1.33);transform:scale(1.33);-webkit-filter:invert(21%) sepia(14%) saturate(3573%) hue-rotate(102deg) brightness(98%) contrast(101%);filter:invert(21%) sepia(14%) saturate(3573%) hue-rotate(102deg) brightness(98%) contrast(101%)}.redesign23.member-profile .riding a .location-icon{-webkit-filter:invert(21%) sepia(14%) saturate(3573%) hue-rotate(102deg) brightness(98%) contrast(101%);filter:invert(21%) sepia(14%) saturate(3573%) hue-rotate(102deg) brightness(98%) contrast(101%)}.redesign23.member-profile .top ul{list-style-type:none;padding:0;margin:0}.redesign23.member-profile .top ul li{display:inline}.redesign23.member-profile .top ul li:not(:last-child)::after{content:" | ";font-weight:700}.redesign23.member-profile .colour-square{display:inline-block;width:1em;height:1em;border-radius:.25em;vertical-align:middle;margin-bottom:3px;margin-right:16px}.redesign23.member-profile #mpptabs .nav-link{padding-left:3em;padding-right:3em;padding-top:1em;padding-bottom:.8em;border-top-left-radius:.3em;border-top-right-radius:.3em;background-color:#e6e6e6;color:#004c20;font-weight:700;margin-right:-0.1em;float:left;border-top:3px solid #f1f1f1;text-decoration:none}.redesign23.member-profile #mpptabs .btn-secondary:hover,.redesign23.member-profile #mpptabs .btn-secondary:focus{background-color:#005b26;border:2px solid #005b26;color:#fff}.redesign23.member-profile #mpptabs .nav-link:hover,.redesign23.member-profile #mpptabs .btn:hover{background-color:#daf5e6;border-top:3px solid #013115}.redesign23.member-profile #mpptabs .nav-link.active{background-color:#fff;color:#545454;border-top:3px solid #013115}.redesign23 .text-break-email{line-height:120%;word-wrap:break-word}.redesign23 .mpptabscontent-region{background-color:#fff;padding:1.5em;margin-bottom:96px;position:relative}.redesign23 .mpptabscontent-region h3{font-size:23px;font-weight:600}.redesign23 .mpptabscontent-region a,.redesign23 .mpptabscontent-region a:visited,.redesign23 .mpptabscontent-region a:active,.redesign23.member-profile .ui-widget-content a{font-weight:bold;text-decoration:none;color:#004c20}.redesign23 .mpptabscontent-region a:hover,.redesign23.member-profile .ui-widget-content a:hover{text-decoration:underline}.redesign23.member-profile #mpptabs ul li,.redesign23.member-profile #mpptabs ol li,.redesign23.member-profile #mpptabs .nav-pills{margin:0}.redesign23.member-profile .ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active{background-color:#fff;color:#545454;font-weight:700}.redesign23.member-profile .ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active{border:1px solid #ddd}.redesign23.member-profile .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{-webkit-filter:brightness(33%) contrast(100%);filter:brightness(33%) contrast(100%)}.redesign23.member-profile .ui-accordion-header.ui-corner-top.ui-accordion-header-collapsed.ui-corner-all.ui-state-default.ui-accordion-icons.ui-state-hover{background:#daf5e6;color:#004c20;border:1px solid #004c20}.redesign23.member-profile .ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active{border:2px solid #a6751d}.redesign23.member-profile .ui-accordion-header.ui-corner-top.ui-accordion-header-collapsed.ui-corner-all.ui-state-default.ui-accordion-icons{background:#fff}.redesign23.member-profile .ui-state-hover,.redesign23.member-profile .ui-widget-content .ui-state-hover,.redesign23.member-profile .ui-widget-header .ui-state-hover,.redesign23.member-profile .ui-state-focus,.redesign23.member-profile .ui-widget-content .ui-state-focus,.redesign23.member-profile .ui-widget-header .ui-state-focus,.redesign23.member-profile .ui-button:hover,.redesign23.member-profile .ui-button:focus{background:#fff}.redesign23.member-profile .memberprofilebtn{text-align:right}.redesign23.member-profile .memberprofilebtn a{display:inline-block;color:#004c20;text-decoration:none !important;font-weight:700}.redesign23.member-profile .memberprofilebtn a:hover{display:inline-block;text-decoration:none;font-size:1.01em}.redesign23.member-profile .block-views-blockmember-member-headshot{padding-right:0em;background-color:#f1f1f1}.redesign23.member-profile .mpptabscontent-region h3{font-size:20px;font-weight:700;color:#545454}.redesign23.member-profile .mpptabscontent-region h3:first-of-type{margin-top:0px}.redesign23.member-profile .mpptabscontent-region h4{font-size:18px;font-weight:700;color:#343434}.redesign23.member-profile .btn.btn-secondary.dropdown-toggle{text-align:left;font-size:20px;width:100%;color:#fff;background-color:#004c20;border:3px solid #004c20}.redesign23.member-profile .btn.btn-secondary.dropdown-toggle:hover,.redesign23 .member-profile .btn.btn-secondary.dropdown-toggle:active{background-color:#013115;border:3px solid #a6751d}.redesign23.member-profile .dropdown-menu.show{background-color:#fff;width:100%}.redesign23.member-profile .mpp-dropdown li{list-style-type:none}.redesign23.member-profile .mpp-dropdown a{color:#004c20;font-weight:600}.redesign23.member-profile .mpp-dropdown{display:none}.redesign23.member-profile .dropdown-item:focus,.redesign23.member-profile .dropdown-item:hover{background-color:#e6e6e6}.redesign23 .mpptabscontent-region{line-height:32px}@media(min-width: 1407px){.redesign23.member-profile .region--content.clearfix{padding-left:4em;padding-right:4em}.redesign23.member-profile h2.field-content,.redesign23.member-profile body.node--type-pppr-timeline .field--name-field-promotional-abstract .field-content.field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23.member-profile .field-content.field__label,.redesign23.member-profile .block-views-blockpppr-image-map-block-map-locations .field-content.location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23.member-profile .field-content.location-title,.redesign23.member-profile body.node--type-pppr-basic-page .field--type-video-embed-field .field-content.field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23.member-profile .field-content.field__label{font-size:47px}}@media(max-width: 991px){.redesign23.member-profile .mpp-tabs{display:none}.redesign23.member-profile .mpp-dropdown{display:block}}@media(max-width: 895px){.redesign23.member-profile{margin-top:35px}.redesign23.member-profile h2.field-content,.redesign23.member-profile body.node--type-pppr-timeline .field--name-field-promotional-abstract .field-content.field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23.member-profile .field-content.field__label,.redesign23.member-profile .block-views-blockpppr-image-map-block-map-locations .field-content.location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23.member-profile .field-content.location-title,.redesign23.member-profile body.node--type-pppr-basic-page .field--type-video-embed-field .field-content.field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23.member-profile .field-content.field__label{font-size:29px}.redesign23.member-profile .top{font-size:16px}.redesign23.member-profile .views-element-container.block.block-views.block-views-blockmember-current-party-block{font-size:16px}.redesign23.member-profile .mpptabscontent-region h3{margin-top:24px}.redesign23.member-profile .mpptabscontent-region .block-views-blockmember-mpp-address-constit h3:first-of-type{margin-top:24px}}@media(max-width: 607px){.redesign23.member-profile{margin-top:25px}.redesign23.member-profile .views-element-container.block.block-views.block-views-blockmember-member-headshot{margin-right:30%;margin-left:30%}.redesign23.member-profile #block-views-block-member-member-headshot img{margin-bottom:24px}.redesign23.member-profile .bg{margin-top:30px}.redesign23 #MppName:before{content:"";display:block;height:60px;margin:-60px 0 0;visibility:hidden}}@media print{.redesign23 .bg{display:none !important}.redesign23 .ui-accordion-header,.redesign23 .ui-accordion-content{border:none !important;display:block !important;visibility:visible !important}}.landing-page-card a{text-decoration:none}.landing-page-card--image-hover{-webkit-transition:border .25s ease;transition:border .25s ease}.landing-page-card--image-hover:hover img{border:2.5px solid #005b26}.landing-page-card:hover .link-title{text-decoration:underline}.landing-page-card:hover .link-body{color:#333}.responsive-menu-page-wrapper{overflow:hidden}body.node--type-flexible-landing-page h1.page-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}body.node--type-flexible-landing-page .main-container{padding:0}body.node--type-flexible-landing-page .main-container .field__item .container,body.node--type-flexible-landing-page .main-container .field__item .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner body.node--type-flexible-landing-page .main-container .field__item h1{padding-bottom:20px}body.node--type-flexible-landing-page .main-container .field__item .lp-container{padding-top:20px}body.node--type-flexible-landing-page .main-container .background-hero p{font-size:1.25em;margin-top:5%}body.node--type-flexible-landing-page .main-container .col-sm .field--name-field-component-body,body.node--type-flexible-landing-page .main-container .col-sm .single-column,body.node--type-flexible-landing-page .main-container .col-md .field--name-field-component-body,body.node--type-flexible-landing-page .main-container .col-md .single-column{margin:0 auto}body.node--type-flexible-landing-page .main-container .col-sm .field--name-field-component-body,body.node--type-flexible-landing-page .main-container .col-md .field--name-field-component-body{max-width:660px}@media screen and (min-width: 992px){body.node--type-flexible-landing-page .main-container .col-sm .single-column,body.node--type-flexible-landing-page .main-container .col-md .single-column{padding:0 100px}}body.node--type-flexible-landing-page .main-container h2,body.node--type-flexible-landing-page .main-container body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .main-container .field__label,body.node--type-flexible-landing-page .main-container .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .main-container .location-title,body.node--type-flexible-landing-page .main-container body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .main-container .field__label{text-align:center;font-size:1.5625em}body.node--type-flexible-landing-page .main-container h3{text-align:center;font-size:1.25em;padding-top:1.25em;padding-bottom:.512em}body.node--type-flexible-landing-page .main-container h4{font-size:1em;padding-top:1em}body.node--type-flexible-landing-page .main-container h5,body.node--type-flexible-landing-page .main-container h6{font-size:.8em}body.node--type-flexible-landing-page .main-container .text-left h1,body.node--type-flexible-landing-page .main-container .text-left h2,body.node--type-flexible-landing-page .main-container .text-left body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .main-container .text-left .field__label,body.node--type-flexible-landing-page .main-container .text-left .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .main-container .text-left .location-title,body.node--type-flexible-landing-page .main-container .text-left body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .main-container .text-left .field__label,body.node--type-flexible-landing-page .main-container .text-left h3,body.node--type-flexible-landing-page .main-container .text-left h4,body.node--type-flexible-landing-page .main-container .text-left h5,body.node--type-flexible-landing-page .main-container .text-left h6{text-align:left}body.node--type-flexible-landing-page p{margin-bottom:1.25em}body.node--type-flexible-landing-page .main-container img{margin:0 auto;padding:1.953125em 1em;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767px){body.node--type-flexible-landing-page .main-container img{margin:auto;display:block;width:75%}}@media screen and (max-width: 1307px){body.node--type-flexible-landing-page .main-container img{padding:1.25em 0}}body.node--type-flexible-landing-page .main-container img.no-side-pad{padding:1.953125em 0}body.node--type-flexible-landing-page .btn{margin-top:1em;margin-bottom:1.953125em;padding:0}body.node--type-flexible-landing-page .btn-group-vertical a.btn{margin:0;padding:10px 20px}body.node--type-flexible-landing-page .align-left{clear:both}body.node--type-flexible-landing-page .align-left h2,body.node--type-flexible-landing-page .align-left body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .align-left .field__label,body.node--type-flexible-landing-page .align-left .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .align-left .location-title,body.node--type-flexible-landing-page .align-left body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .align-left .field__label{text-align:left}body.node--type-flexible-landing-page .align-left h3{text-align:left}body.node--type-flexible-landing-page .align-left .btn{float:left}body.node--type-flexible-landing-page .text-left h2,body.node--type-flexible-landing-page .text-left body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .text-left .field__label,body.node--type-flexible-landing-page .text-left .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .text-left .location-title,body.node--type-flexible-landing-page .text-left body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .text-left .field__label,body.node--type-flexible-landing-page .text-left h3,body.node--type-flexible-landing-page .text-left h4,body.node--type-flexible-landing-page .text-left h5{text-align:left}body.node--type-flexible-landing-page .staff-photo img{border-radius:50%;-webkit-filter:grayscale(1);filter:grayscale(1);display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.25em}.committee-links-lp{margin-top:30px}.google-maps{position:relative;padding-bottom:75%;height:0;overflow:hidden}.google-maps iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.row-bumper{margin-bottom:30px}.context-node-296 .main-container img{width:60%;margin:auto;display:flow-root}@media screen and (max-width: 768px){.context-node-296 .main-container img{width:40% !important}}@media screen and (max-width: 768px){.context-node-3731 .main-container img{display:none !important}}#surveyMessage span .btn{padding:.8em 1.25em;margin:.5em 0}body.node--type-flexible-landing-page .redesign23.main-container h1,body.node--type-flexible-landing-page .redesign23.main-container h2,body.node--type-flexible-landing-page .redesign23.main-container body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .redesign23.main-container .field__label,body.node--type-flexible-landing-page .redesign23.main-container .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .redesign23.main-container .location-title,body.node--type-flexible-landing-page .redesign23.main-container body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .redesign23.main-container .field__label,body.node--type-flexible-landing-page .redesign23.main-container h3,body.node--type-flexible-landing-page .redesign23.main-container h4,body.node--type-flexible-landing-page .redesign23.main-container h5,body.node--type-flexible-landing-page .redesign23.main-container h6{text-align:left}body.node--type-flexible-landing-page .redesign23.main-container img{margin:0;padding:0}.redesign23 .lp-hero-container{background-color:#f1f1f1}@media(max-width: 575px){.redesign23 .redesign23-hero{margin-top:24px;margin-bottom:24px}}@media(min-width: 576px)and (max-width: 768px){.redesign23 .redesign23-hero{margin-top:24px;margin-bottom:24px}}@media(min-width: 769px)and (max-width: 991px){.redesign23 .redesign23-hero{margin-top:32px;margin-bottom:32px}}@media(min-width: 992px)and (max-width: 1199px){.redesign23 .redesign23-hero{margin-top:32px;margin-bottom:32px}}@media(min-width: 1200px)and (max-width: 1399px){.redesign23 .redesign23-hero{margin-top:32px;margin-bottom:32px}}@media(min-width: 1400px){.redesign23 .redesign23-hero{margin-top:48px;margin-bottom:48px}}.redesign23 .redesign23-hero .hero-content{max-width:75%}@media(max-width: 991px){.redesign23 .redesign23-hero .hero-content{max-width:100%}}.redesign23 .redesign23-hero .hero-content h1{font-family:"Noto Sans Display" !important;font-weight:600 !important;line-height:1.2 !important;font-size:47px !important;color:#545454 !important;margin-bottom:24px !important}@media(max-width: 575px){.redesign23 .redesign23-hero .hero-content h1{font-size:29px !important;margin-bottom:8px !important}}@media(min-width: 576px)and (max-width: 768px){.redesign23 .redesign23-hero .hero-content h1{font-size:29px !important;margin-bottom:16px !important}}@media(min-width: 769px)and (max-width: 991px){.redesign23 .redesign23-hero .hero-content h1{margin-bottom:16px !important}}.redesign23 .redesign23-hero .hero-content h2,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .redesign23-hero .hero-content .field__label,.redesign23 .redesign23-hero .hero-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .redesign23-hero .hero-content .location-title,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .redesign23-hero .hero-content .field__label{font-family:"Noto Sans Display" !important;font-weight:600 !important;line-height:1.2 !important;font-size:37px !important;margin-bottom:24px !important;color:#545454 !important}@media(max-width: 575px){.redesign23 .redesign23-hero .hero-content h2,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .redesign23-hero .hero-content .field__label,.redesign23 .redesign23-hero .hero-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .redesign23-hero .hero-content .location-title,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .redesign23-hero .hero-content .field__label{font-size:23px !important;margin-bottom:8px !important}}@media(min-width: 576px)and (max-width: 768px){.redesign23 .redesign23-hero .hero-content h2,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .redesign23-hero .hero-content .field__label,.redesign23 .redesign23-hero .hero-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .redesign23-hero .hero-content .location-title,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .redesign23-hero .hero-content .field__label{font-size:23px !important;margin-bottom:16px !important}}@media(min-width: 769px)and (max-width: 991px){.redesign23 .redesign23-hero .hero-content h2,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .redesign23 .redesign23-hero .hero-content .field__label,.redesign23 .redesign23-hero .hero-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .redesign23 .redesign23-hero .hero-content .location-title,.redesign23 .redesign23-hero .hero-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .redesign23 .redesign23-hero .hero-content .field__label{margin-bottom:16px !important}}.redesign23 .redesign23-hero .hero-content p{font-family:"Noto Sans Display" !important;font-weight:500 !important;line-height:1.5 !important;font-size:18px !important;color:#545454 !important}.redesign23 .redesign23-hero .hero-content .lao-primary{margin-top:24px !important}@media(max-width: 575px){.redesign23 .redesign23-hero .hero-content .lao-primary{margin-top:8px !important;width:100%}}@media(min-width: 576px)and (max-width: 768px){.redesign23 .redesign23-hero .hero-content .lao-primary{margin-top:16px !important;width:100%}}@media(min-width: 769px)and (max-width: 991px){.redesign23 .redesign23-hero .hero-content .lao-primary{margin-top:16px !important;width:100%}}.redesign23 .lp-container{margin:0 auto}.redesign23 .lp-container.container,.redesign23 .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1.lp-container,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .redesign23 h1.lp-container{margin:0 auto}.redesign23 .lp-container .lp-row-title{padding:0;margin-bottom:24px;color:#343434;font-family:"Noto Sans Display" !important;font-weight:600 !important}.redesign23 .lp-container-breadcrumbs{padding-left:13px;padding-right:13px;min-height:64px;background-color:#efefea}.redesign23 .lp-container-breadcrumbs .block-system-breadcrumb-block{max-width:1320px;margin:0 auto}@media screen and (min-width: 768px)and (max-width: 896px){.redesign23 .lp-container-breadcrumbs{margin-top:41px}}@media screen and (max-width: 768px){.redesign23 .lp-container-breadcrumbs{margin-top:31px}}.views-field-field-number h3{border:1px solid #545454;padding:.75rem}.view-motion-amendment-history p{word-wrap:break-word;white-space:pre-line}.feedback-form input.ss-q-short,.feedback-form textarea.ss-q-long{padding:10px;min-width:500px}@media screen and (max-width: 608px){.feedback-form input.ss-q-short,.feedback-form textarea.ss-q-long{min-width:100%}}.feedback-form input.ss-q-other{padding:10px}.feedback-form .button.no-margin{margin:10px 0}.feedback-form table td:first-child,.feedback-form table td:last-child{width:25%}.slick__arrow{top:45%}.lp-carousel_arrows.slick-prev.slick-arrow,.lp-carousel_arrows.slick-prev.slick-arrow{margin-left:1em !important;width:3em}.lp-carousel_arrows.slick-next.slick-arrow{margin-right:1em !important;width:3em}.path-frontpage .jumbotron{position:relative;z-index:0;width:100%;margin:0;padding:0;display:inline}.path-frontpage .image-wrapper{overflow:hidden;height:0;padding-top:25px;padding-bottom:50%;background-size:cover;min-height:400px}.path-frontpage .hero-overlay{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;top:24em;right:76em;width:60%;height:100%;background:rgba(0,0,0,.75)}.path-frontpage .hero-overlay h2,.path-frontpage .hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .hero-overlay .field__label,.path-frontpage .hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .hero-overlay .location-title,.path-frontpage .hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .hero-overlay .field__label{margin-left:5%;text-align:left;color:#fff}@media(min-width: 607px)and (max-width: 1307px){.path-frontpage .hero-overlay h2,.path-frontpage .hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .hero-overlay .field__label,.path-frontpage .hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .hero-overlay .location-title,.path-frontpage .hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .hero-overlay .field__label{font-size:1.25em;margin-bottom:5%;text-align:left}}.path-frontpage .hero-overlay .btn-group{margin-bottom:20%;margin-left:5%}@media(min-width: 607px)and (max-width: 1307px){.path-frontpage .hero-overlay .btn-group{font-size:.8em}}@media(min-width: 320px)and (max-width: 607px){.path-frontpage .hero-overlay .btn-group{display:block}}@media(min-width: 320px)and (max-width: 607px){.path-frontpage .hero-overlay .btn-group .btn{display:block;padding:0}.path-frontpage .hero-overlay .btn-group .btn a{display:inline-block;width:100%}}.path-frontpage aside,.path-frontpage section{margin-top:1.25em;margin-bottom:1.25em}.path-frontpage .main-container{overflow:inherit}@media(min-width: 320px)and (max-width: 1307px){.path-frontpage .main-container{padding-bottom:0}}.path-frontpage .main-container iframe body{overflow:hidden;background:#000}.path-frontpage a.fp-feature-link-box{text-decoration:none}.path-frontpage a.fp-feature-link-box:focus{text-decoration:underline}.path-frontpage .event-content-wrapper{padding:1em;background:rgba(58,67,61,.8)}.path-frontpage .event-content-wrapper:hover{background:rgba(58,67,61,.95)}.path-frontpage .event-content-wrapper h2,.path-frontpage .event-content-wrapper body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .event-content-wrapper .field__label,.path-frontpage .event-content-wrapper .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .event-content-wrapper .location-title,.path-frontpage .event-content-wrapper body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .event-content-wrapper .field__label{font-weight:300;text-transform:uppercase}.path-frontpage .event-content-wrapper h2 span,.path-frontpage .event-content-wrapper body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label span,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .event-content-wrapper .field__label span,.path-frontpage .event-content-wrapper .block-views-blockpppr-image-map-block-map-locations .location-title span,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .event-content-wrapper .location-title span,.path-frontpage .event-content-wrapper body.node--type-pppr-basic-page .field--type-video-embed-field .field__label span,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .event-content-wrapper .field__label span{font-size:80%}.path-frontpage .event-content-wrapper h2 a,.path-frontpage .event-content-wrapper body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label a,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .event-content-wrapper .field__label a,.path-frontpage .event-content-wrapper .block-views-blockpppr-image-map-block-map-locations .location-title a,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .event-content-wrapper .location-title a,.path-frontpage .event-content-wrapper body.node--type-pppr-basic-page .field--type-video-embed-field .field__label a,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .event-content-wrapper .field__label a{text-decoration:none}.path-frontpage .view-display-id-front_page_promo_block ul{text-align:center}.path-frontpage .view-display-id-front_page_promo_block ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.path-frontpage .view-display-id-front_page_promo_block ul li{list-style-image:none;list-style-type:none;list-style:none;margin-left:0}.path-frontpage .view-display-id-front_page_promo_block .pager .pager__item a{display:block;margin:0 auto 10px auto;margin-right:inherit;padding:.4096em .64em;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;text-decoration:none;text-transform:inherit;color:#1f66ff;border:inherit}.path-frontpage .view-display-id-front_page_promo_block .pager .pager__item a:hover{text-decoration:underline;color:#1f66ff;background:inherit}.path-frontpage .node--type-promo{color:#fff}.path-frontpage .node--type-promo h2,.path-frontpage .node--type-promo body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .node--type-promo .field__label,.path-frontpage .node--type-promo .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .node--type-promo .location-title,.path-frontpage .node--type-promo body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .node--type-promo .field__label{color:#fff}.path-frontpage .node--type-promo h2 a,.path-frontpage .node--type-promo body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label a,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .node--type-promo .field__label a,.path-frontpage .node--type-promo .block-views-blockpppr-image-map-block-map-locations .location-title a,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .node--type-promo .location-title a,.path-frontpage .node--type-promo body.node--type-pppr-basic-page .field--type-video-embed-field .field__label a,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .node--type-promo .field__label a{color:#d2e0ff}.path-frontpage .node--type-promo a{color:lighten #1f66ff,50%}.path-frontpage .node--type-promo hr{width:50%;margin-left:0;border-top:2px solid #fff}@media screen and (min-width: 565px){.path-frontpage .pager{margin-bottom:0}}.path-frontpage .home-content-wrapper{position:relative;z-index:2;background:#fff}.path-frontpage .building-access .fa-check-circle{color:green}.path-frontpage .building-access .fa-times-circlecolor{color:red}.path-frontpage .building-access .fa-exclamation-triangle{color:#daa520}.path-frontpage .building-access-text{display:inline}.path-frontpage .building-access-text p{display:inline}body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building{padding-top:0;padding-bottom:20px;border:2px solid #ccc;background:#f8f8f8}body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building h2,body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building .field__label,body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building .location-title,body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page.path-frontpage .main-container .tours-building .field__label{font-size:1.25em}@media screen and (max-width: 768px){.mt-2{margin-top:0 !important}}.lp-carousel{text-align:left;background-color:#f8f8f8;margin:0 15px}.lp-carousel .lp-car-card-body{margin-top:20vh;padding:0 10%}.lp-carousel .lp-car-card-body .lp-car-card-title{margin-bottom:15px;color:#fff;position:relative;background-color:rgba(0,0,0,.5);display:inline-block;padding:15px;font-size:47px;line-height:56px}.lp-carousel .lp-car-card-body .lp-car-card-description{position:relative;display:table-cell;background-color:rgba(0,0,0,.5);padding:15px;margin-bottom:15px}.lp-carousel .lp-car-card-body .lp-car-card-description p{color:#fff;font-family:"Noto Sans",sans-serif;font-size:20px;font-weight:700;opacity:1;line-height:1.5em;margin:0}.lp-carousel .lp-car-card-body .lp-car-card-button{position:relative;height:59px;margin-top:15px;border-radius:4px;opacity:1;color:#fff;font-family:"Noto Sans",sans-serif;font-size:20px;line-height:24px;text-align:center;float:left}.lp-carousel .lp-car-card-body .lp-car-card-button a{margin-top:0}.lp-carousel .pppr-carousel-item__img{min-width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;bottom:0;left:0}.lp-carousel--with-title .card-body{width:351px;background-color:#fff;padding-left:24px}.lp-carousel--with-title .card-body .field--name-body p{text-align:left}.lp-carousel--with-title .card-body h4{margin-bottom:0;font-size:1.125em;color:#000}.lp-carousel--with-title .pppr-carousel-item__img img{height:349px;border-radius:12px 12px 0 0}.slick-dots{padding:1em;background:#f2f2f2;bottom:0}.slick-dots li{margin-left:1em;margin-right:1em}.slick-dots li.slick-active button:before{content:"";background:#013115;padding:.3em;border-radius:50%;border:#013115 solid 2px}.slick-dots li button::before{font-size:1em}.slick-dots button:before{content:"";background:#f8f8f8;padding:.3em;border-radius:50%;border:#013115 solid 2px}.slick-dots button:active::before{border:#a6751d solid 3px;border-radius:50%}@media only screen and (max-width: 840px){div.lp-car-card-button .lao-button{margin-top:-10px;min-width:263px}.lp-carousel{margin-top:83vh !important}.lp-carousel .lp-car-card-body{margin-top:7.9vh;margin-left:auto;margin-right:auto;width:70%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:65vh}.lp-carousel .lp-car-card-body div.lp-car-card-button .lao-button{margin:0px}.lp-carousel .lp-car-card-body .lp-car-card-title{font-size:40px;line-height:46px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lp-carousel .lp-car-card-body .lp-car-card-title span{text-wrap:wrap !important}.lp-carousel--with-title .card-body h4{margin-bottom:0;font-size:1em}.lp-carousel .pppr-carousel-item__img{width:auto}}@media only screen and (max-width: 576px){.path-frontpage .jumbotron{margin-top:-1em}.lp-carousel{margin-top:83vh !important}.lp-carousel .lp-car-card-body{margin-top:8.5vh;margin-left:auto;margin-right:auto;width:230px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:65vh}.lp-carousel .lp-car-card-body .lp-car-card-title{display:block;top:-22px;font-size:34px;padding:0;margin-left:0em;padding:16px;line-height:40px;margin-bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lp-carousel .lp-car-card-body .lp-car-card-title span{text-wrap:wrap !important}.lp-carousel .lp-car-card-body div.lp-car-card-button .lao-cta{margin:0px}.lp-carousel .lp-car-card-body .lp-car-card-description{margin:0px}.lp-carousel .lp-car-card-body .lp-car-card-description p{font-size:18px}.lp-carousel .pppr-carousel-item__img{background-position:top}.lp-carousel_arrows.slick-prev.slick-arrow{margin-left:4px !important}.lp-carousel_arrows.slick-next.slick-arrow{margin-right:4px !important}.slick-dots{top:inherit}}@media only screen and (max-width: 576px)and (max-height: 670px){.lp-carousel .lp-car-card-body .lp-car-card-title{font-size:28px;line-height:120%}.lp-carousel .lp-car-card-body .lp-car-card-description{margin:0px;margin-top:-1vh}.lp-carousel .lp-car-card-body .lp-car-card-button{font-size:18px}}@media only screen and (max-height: 600px){.lp-carousel{margin-top:120vh !important}.lp-carousel .lp-car-card-body{margin-top:13vh;margin-left:auto;margin-right:auto;width:70%;padding:0}.lp-carousel .lp-car-card-body .lp-car-card-title{font-size:2.3em !important}.lp-carousel .lp-car-card-body .lp-car-card-title{font-size:2em !important}.lp-carousel .lp-car-card-body .lp-car-card-description p{font-size:.9em !important}}.text-end{display:-webkit-box;display:-ms-flexbox;display:flex;place-content:flex-end}.node--type-flexible-landing-page .redesign23.main-container img{width:100%}.current-agenda.hero-overlay{padding-top:15%;padding-left:5%}.current-agenda.hero-overlay h2,.current-agenda.hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .current-agenda.hero-overlay .field__label,.current-agenda.hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .current-agenda.hero-overlay .location-title,.current-agenda.hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .current-agenda.hero-overlay .field__label{margin-top:20px;margin-bottom:0;margin-left:0}.current-agenda.hero-overlay .btn-group{margin-left:0}.current-agenda.hero-overlay .view-display-id-current_agenda_bottom_attachment{margin-top:5%}#votes-and-proceedings table,.node--type-house-document table,.node--type-committee-page table{border:none}#votes-and-proceedings table tr,.node--type-house-document table tr,.node--type-committee-page table tr{border:none;background:none}#votes-and-proceedings table tr td,.node--type-house-document table tr td,.node--type-committee-page table tr td{padding:.7em .8em;word-break:normal;border:none}@media screen and (min-width: 896px)and (max-width: 995px){#votes-and-proceedings table tr td,.node--type-house-document table tr td,.node--type-committee-page table tr td{font-size:14px;padding:.25em .5em}}@media screen and (max-width: 575px){#votes-and-proceedings table tr td,.node--type-house-document table tr td,.node--type-committee-page table tr td{word-break:normal}}.node--type-hansard-document blockquote{border:1px solid #ccc;background:inherit}.node--type-hansard-document blockquote p,.node--type-hansard-document blockquote h1,.node--type-hansard-document blockquote h2,.node--type-hansard-document blockquote body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .node--type-hansard-document blockquote .field__label,.node--type-hansard-document blockquote .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .node--type-hansard-document blockquote .location-title,.node--type-hansard-document blockquote body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .node--type-hansard-document blockquote .field__label,.node--type-hansard-document blockquote h3,.node--type-hansard-document blockquote h4,.node--type-hansard-document blockquote h5,.node--type-hansard-document blockquote h6{color:#545454}table.drum-table{border:inherit}table.drum-table tr:nth-child(even){background-color:inherit}table.drum-table tr,table.drum-table th,table.drum-table td{padding-top:0;padding-left:0;border:inherit}@media screen and (max-width: 895px){table.drum-table tr,table.drum-table th,table.drum-table td{padding:.45em}}@media screen and (max-width: 575px){table.drum-table{table-layout:auto}.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item{overflow:visible}}@media screen and (max-width: 895px){#committee-monthly-sidebar{display:none}}.pager__item span{display:inline}.view-id-house_documents_navigation div,.hd-prev-next ul{display:inline}.hd-prev-next a{border:1px}.hd-hide{display:none}html:lang(en) .votesProceedingsDoc.splitLang *:lang(fr),html:lang(fr) .votesProceedingsDoc.splitLang *:lang(en),html:lang(en) .orderPaper.splitLang *:lang(fr),html:lang(fr) .orderPaper.splitLang *:lang(en){display:none}.votesProceedingsDoc.splitLang td[colspan="2"],.orderPaper.splitLang td[colspan="2"]{display:table-cell}.splitLang .sl-hide{display:none}.print__wrapper{text-align:right}.print__wrapper a.print__link{font-size:.8em;color:#005b26;font-weight:700}.print__wrapper a.print__link:hover{text-decoration:none}body.node--type-pppr-basic-page .mm-page{background-color:rgba(0,0,0,0)}body.node--type-pppr-basic-page .main-container{z-index:2;overflow-x:initial;background-color:rgba(0,0,0,0)}body.node--type-pppr-basic-page .field--name-body img{width:100%}body.node--type-pppr-basic-page .field--name-body .caption{display:block}body.node--type-pppr-basic-page .field--name-body .caption>figcaption{display:block;border-bottom:1px solid #ccc;padding-bottom:.512em}body.node--type-pppr-basic-page .field--name-body img.align-left,body.node--type-pppr-basic-page .field--name-body .caption.align-left,body.node--type-pppr-basic-page .field--name-body img.align-right,body.node--type-pppr-basic-page .field--name-body .caption.align-right,body.node--type-pppr-basic-page .field--name-body img.align-center,body.node--type-pppr-basic-page .field--name-body .caption.align-center{max-width:37.037037037%;margin-top:1em;margin-bottom:1em;table-layout:fixed}body.node--type-pppr-basic-page .field--name-body img.align-left,body.node--type-pppr-basic-page .field--name-body .caption.align-left{float:left;margin-right:1.953125em}body.node--type-pppr-basic-page .field--name-body img.align-right,body.node--type-pppr-basic-page .field--name-body .caption.align-right{float:right;margin-left:1.953125em}body.node--type-pppr-basic-page .field--name-body img.align-center,body.node--type-pppr-basic-page .field--name-body .caption.align-center{max-width:90%;margin-left:auto;margin-right:auto}body.node--type-pppr-basic-page .responsive-gallery{margin:2.44140625em 0}@media(min-width: 464px){body.node--type-pppr-basic-page .responsive-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(min-width: 768px){body.node--type-pppr-basic-page .responsive-gallery{margin-left:-0.512em;margin-right:-0.512em}}body.node--type-pppr-basic-page .responsive-gallery>.field__item{position:relative}@media(min-width: 464px)and (max-width: 607px){body.node--type-pppr-basic-page .responsive-gallery>.field__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 608px){body.node--type-pppr-basic-page .responsive-gallery>.field__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media(min-width: 768px){body.node--type-pppr-basic-page .responsive-gallery>.field__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 .512em;margin-bottom:1em}}@media(min-width: 992px){body.node--type-pppr-basic-page .responsive-gallery>.field__item{-webkit-box-flex:0;-ms-flex:0 0 33.333333333%;flex:0 0 33.333333333%;max-width:33.333333333%}}body.node--type-pppr-basic-page .responsive-gallery>.field__item img{width:100%}body.node--type-pppr-basic-page .responsive-gallery>.field__item a{display:block;line-height:0}body.node--type-pppr-basic-page .responsive-gallery>.field__item .image-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(51,51,51,.9);color:#fff;padding:.8em 1em;pointer-events:none}@media(min-width: 768px){body.node--type-pppr-basic-page .responsive-gallery>.field__item .image-caption{left:.512em;right:.512em}}body.node--type-pppr-basic-page .responsive-gallery>.field__item .image-caption p{margin:0;line-height:1.25em}@media(min-width: 608px){body.node--type-pppr-basic-page .responsive-gallery>.field__item .image-caption p{font-size:.8em}}body.node--type-pppr-basic-page .responsive-gallery .slick-slide img{width:100%}body.node--type-pppr-basic-page .responsive-gallery .slick-slide .image-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:.8em 1em}body.node--type-pppr-basic-page .responsive-gallery .slick-slide .image-caption p{margin:0;line-height:1.25em}@media(min-width: 608px){body.node--type-pppr-basic-page .responsive-gallery .slick-slide .image-caption p{font-size:.8em}}body.node--type-pppr-basic-page .responsive-gallery .slick-prev,body.node--type-pppr-basic-page .responsive-gallery .slick-next{z-index:2}body.node--type-pppr-basic-page .responsive-gallery .slick-prev{left:10px}body.node--type-pppr-basic-page .responsive-gallery .slick-next{right:10px}body.node--type-pppr-basic-page .responsive-gallery .slick-dots li button:before{color:#005b26}body.node--type-pppr-basic-page .responsive-gallery .slick-dots li.slick-active button:before{color:#005b26}body.node--type-pppr-basic-page .field--type-video-embed-field{margin:2.44140625em 0}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation{display:block;overflow:hidden;margin:2.44140625em 0}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation h2,body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .field__label,body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .location-title,body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .block-views-blockdocument-attachments-block-basic-page-documentation .field__label{margin-bottom:1.25em}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul{margin:0}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li{margin:0;margin-bottom:1em;list-style:none}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li .field-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li .file-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:1em}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li .fa{color:#b70620;font-size:1.25em;margin-right:.262144em}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li a{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;border:2px solid #006a2c;color:#006a2c;background-color:#fff;margin:0;border-radius:3px;padding:.512em 1.953125em !important}@media(min-width: 608px){body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li a{padding:.8em 1.25em}}@media(min-width: 992px){body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li a{padding:.8em 1.25em}}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li a:hover,body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li a:focus{background-color:#005b26;border:2px solid #005b26;color:#fff}body.node--type-pppr-basic-page .block-views-blockdocument-attachments-block-basic-page-documentation .view-document-attachments ul li:last-child{margin-bottom:0}body.context-node-444001{background-color:#f8f8f8}body.context-node-444001 .mm-page{background-color:rgba(0,0,0,0)}.node--type-pppr-basic-page.context-node-444001 .main-container{z-index:2;background-color:#fff;padding:2.44140625em 1.953125em;padding-top:0}@media(min-width: 565px){.node--type-pppr-basic-page.context-node-444001 .main-container{border-top-right-radius:5px;border-top-left-radius:5px;margin-top:-3.8146972656em;padding:4.768371582em 3.0517578125em;padding-top:0}}.node--type-pppr-basic-page.context-node-444001 .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.node--type-pppr-basic-page.context-node-444001 .col-sm-3{display:none}.node--type-pppr-image-map-location .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.node--type-pppr-image-map-location .col-sm-3{display:none}.node--type-pppr-image-map-location .field--name-field-image-map-category{font-size:.8em;color:#333;margin:1.953125em 0;text-align:right}.node--type-pppr-image-map-location .field--name-field-image-map-category .fa{display:inline-block;font-size:1.25em}.node--type-pppr-image-map-location .field--name-field-image-map-category .fa.fa-picture-o{color:#1f66ff}.node--type-pppr-image-map-location .field--name-field-image-map-category .fa.fa-leaf{color:#19d822}.node--type-pppr-image-map-location .field--name-field-image-map-category .fa.fa-university{color:#f2d55a}.node--type-pppr-image-map-location .field--name-field-image-map-category .field--name-name{display:inline-block}.node--type-pppr-image-map-location .field--name-field-image-map-category a{font-size:.8em;color:#333;text-decoration:none}.node--type-pppr-image-map-location .field--name-field-image-map-category a:hover{text-decoration:underline}@media(min-width: 608px){.node--type-pppr-image-map-location .field--name-field-image{width:50%;float:right;margin-left:1.953125em}}.node--type-pppr-image-map-location .field--name-field-image img{width:100%}.block-views-blockpppr-image-map-legend-block-legend{margin:1.953125em 0}.block-views-blockpppr-image-map-legend-block-legend .view-content>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-0.4096em;margin-right:-0.4096em}@media(min-width: 768px){.block-views-blockpppr-image-map-legend-block-legend .view-content>div{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:-0.8em;margin-right:-0.8em}}.block-views-blockpppr-image-map-legend-block-legend .view-content>div .views-row{padding:0 .4096em}@media(min-width: 768px){.block-views-blockpppr-image-map-legend-block-legend .view-content>div .views-row{padding:0 .8em}}.block-views-blockpppr-image-map-legend-block-legend .field-content{font-size:.8em;color:#333}.block-views-blockpppr-image-map-legend-block-legend .views-field-field-legend-icon .fa{font-size:1.25em}.block-views-blockpppr-image-map-legend-block-legend .views-field-field-legend-icon .fa-picture-o{color:#1f66ff}.block-views-blockpppr-image-map-legend-block-legend .views-field-field-legend-icon .fa-leaf{color:#19d822}.block-views-blockpppr-image-map-legend-block-legend .views-field-field-legend-icon .fa-university{color:#f2d55a}.block-views-blockpppr-image-map-block-map-locations .views-row{margin-bottom:2.44140625em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){.block-views-blockpppr-image-map-block-map-locations .views-row{margin-left:-1.5625em;margin-right:-1.5625em}}.block-views-blockpppr-image-map-block-map-locations .views-row:last-child{margin-bottom:0}.block-views-blockpppr-image-map-block-map-locations .views-field-nothing{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media(min-width: 768px){.block-views-blockpppr-image-map-block-map-locations .views-field-nothing{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 1.5625em}}.block-views-blockpppr-image-map-block-map-locations .views-field-field-image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:3.0517578125em}@media(min-width: 768px){.block-views-blockpppr-image-map-block-map-locations .views-field-field-image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 1.5625em}}.block-views-blockpppr-image-map-block-map-locations .views-field-field-image img{width:100%}.block-views-blockpppr-image-map-block-map-locations .location-title-wrapper{position:relative}.block-views-blockpppr-image-map-block-map-locations .location-number{position:absolute;left:0;top:0;background-color:#1f66ff;color:#fff;width:25px;height:25px;line-height:25px;text-align:center;border-radius:50%;font-size:.8em;font-weight:700}.block-views-blockpppr-image-map-block-map-locations .location-title{margin-left:2.44140625em}.block-views-blockpppr-image-map-block-map-locations .location-title a{color:#333;text-decoration:none}.block-views-blockpppr-image-map-block-map-locations .location-title a:hover{text-decoration:underline}.block-views-blockpppr-image-map-block-map-locations .location-body{margin-left:3.0517578125em}@media(min-width: 768px){.block-views-blockpppr-image-map-block-map-locations .location-body{font-size:.8em;margin-left:3.8146972656em}}.block-views-blockpppr-image-map-block-map{margin-left:-1.953125em;margin-right:-1.953125em;margin-bottom:3.0517578125em}@media(min-width: 565px){.block-views-blockpppr-image-map-block-map{margin-left:-3.0517578125em;margin-right:-3.0517578125em}}.block-views-blockpppr-image-map-block-map .geolocation-common-map-container{height:300px !important}@media(min-width: 768px){.block-views-blockpppr-image-map-block-map .geolocation-common-map-container{height:400px !important}}@media(min-width: 992px){.block-views-blockpppr-image-map-block-map .geolocation-common-map-container{height:600px !important}}.geolocation-common-map .location-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.geolocation-common-map .views-field-field-image{min-width:200px;padding:10px;text-align:center}.geolocation-common-map .views-field-field-image img{max-width:100% !important}.geolocation-common-map .views-field-nothing{padding:0 10px 10px;display:block}.geolocation-common-map .views-field-nothing h4{margin-top:0}.gm-style .gm-style-iw{top:0 !important;left:0 !important;width:100% !important;min-width:40vw;display:block !important;padding-bottom:10px;overflow-y:auto}body.node--type-interactive-game{background-color:#f8f8f8}body.node--type-interactive-game .mm-page{background-color:rgba(0,0,0,0)}body.node--type-interactive-game .main-container{z-index:2;overflow-x:initial;background-color:#fff;padding:2.44140625em 1.953125em}@media(min-width: 565px){body.node--type-interactive-game .main-container{border-top-right-radius:5px;border-top-left-radius:5px;padding:3.8146972656em 3.0517578125em}}@media(min-width: 992px){body.node--type-interactive-game .main-container{padding:4.768371582em 3.0517578125em}}body.node--type-interactive-game .h5p-content{border:none}body.node--type-interactive-game .h5p-actions{display:none}body.node--type-interactive-game .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}body.node--type-interactive-game .col-sm-3{display:none}body.node--type-interactive-game .field--name-field-game{margin:2.44140625em 0}body.node--type-interactive-game .difficulty-select-buttons-desktop ul,body.node--type-interactive-game .difficulty-select-buttons-mobile ul{padding:0;margin:1.5625em 0}body.node--type-interactive-game .difficulty-select-buttons-desktop ul li,body.node--type-interactive-game .difficulty-select-buttons-mobile ul li{display:inline-block;margin-bottom:0}body.node--type-interactive-game .difficulty-select-buttons-all ul{padding:0;margin:1.5625em 0}body.node--type-interactive-game .difficulty-select-buttons-all ul li{display:inline-block;margin-bottom:0}body.node--type-interactive-game .difficulty-select-buttons-desktop{display:none}@media(min-width: 992px){body.node--type-interactive-game .difficulty-select-buttons-desktop{display:block}}body.node--type-interactive-game .difficulty-select-buttons-mobile{display:block}@media(min-width: 992px){body.node--type-interactive-game .difficulty-select-buttons-mobile{display:none}}body.node--type-interactive-game .showGame{border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:1em;overflow:hidden;padding:.64em;margin:.64em 0;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;border:2px solid #005b26;color:#005b26;padding:.16777216em 1.25em !important;margin:0 .64em;display:block}@media(min-width: 608px){body.node--type-interactive-game .showGame{padding:.8em 1.25em}}@media(min-width: 992px){body.node--type-interactive-game .showGame{padding:.8em 1.25em}}body.node--type-interactive-game .showGame:hover,body.node--type-interactive-game .showGame:focus{background-color:#005b26;color:#fff}body.node--type-interactive-game .showGame:active{color:#fff;background-color:#003b19}body.node--type-interactive-game .showGame.showGame:hover,body.node--type-interactive-game .showGame.showGame:focus{color:#f8f8f8}body.node--type-interactive-game .difficulty-btn-1 .showGame{margin-left:0}body.node--type-interactive-game .difficulty-btn-3 .showGame{margin-right:0}body.node--type-interactive-game #game-item-0,body.node--type-interactive-game #game-item-1,body.node--type-interactive-game #game-item-2{display:none}@media(min-width: 992px){body.node--type-interactive-game #game-item-0,body.node--type-interactive-game #game-item-1,body.node--type-interactive-game #game-item-2{display:block}}body.node--type-interactive-game #game-item-3,body.node--type-interactive-game #game-item-4,body.node--type-interactive-game #game-item-5{display:block}@media(min-width: 992px){body.node--type-interactive-game #game-item-3,body.node--type-interactive-game #game-item-4,body.node--type-interactive-game #game-item-5{display:none}}body.node--type-interactive-game .block-levels-of-government-difficulty-level-select h2,body.node--type-interactive-game .block-levels-of-government-difficulty-level-select body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-interactive-game .block-levels-of-government-difficulty-level-select .field__label,body.node--type-interactive-game .block-levels-of-government-difficulty-level-select body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-interactive-game .block-levels-of-government-difficulty-level-select .field__label,body.node--type-interactive-game .block-levels-of-government-difficulty-level-select .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-interactive-game .block-levels-of-government-difficulty-level-select .location-title{color:#545454}body.node--type-interactive-game .field--name-field-quiz,body.node--type-interactive-game .field--name-field-memory-game,body.node--type-interactive-game .field--name-field_presentation{margin:2.44140625em 0}body.node--type-interactive-game .field--name-field-image{margin-bottom:1em;margin-top:2.44140625em}@media(min-width: 608px){body.node--type-interactive-game .field--name-field-image{padding-right:1em;margin-bottom:2.44140625em;width:50%;float:left;margin-bottom:0}}body.node--type-interactive-game .field--name-field-image img{width:100% !important;height:auto !important}body.node--type-interactive-game .field--name-field-image .field__label{margin-bottom:1em}.h5p-memory-game>ul{padding:0 !important;margin-left:-1em !important;margin-right:-1em !important}.h5p-memory-game .h5p-memory-wrap{list-style:none !important}.h5p-memory-game .h5p-memory-card{margin:.5em !important}.h5p-memory-game .h5p-memory-card .h5p-back,.h5p-memory-game .h5p-memory-card .h5p-front{border:none !important;border-radius:0;color:#fff !important}.h5p-memory-game .h5p-memory-card .h5p-back:before,.h5p-memory-game .h5p-memory-card .h5p-front:before{opacity:0;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.h5p-memory-game .h5p-programatically-focusable{border-top:2px solid #ccc;color:#333;padding:1em;margin-top:1.5625em}.h5p-memory-game .h5p-programatically-focusable .h5p-feedback{margin-right:0}.h5p-memory-game .h5p-programatically-focusable .h5p-status{margin:0;padding:0}@media(min-width: 608px){.field--name-field-multiple-hotspots{width:50%;float:left;padding-left:1em;margin:2.44140625em 0;margin-bottom:3.8146972656em}}.field--name-field-multiple-hotspots img{width:100% !important;height:auto !important}.field--name-field-multiple-hotspots .h5p-image-hotspot-question{height:auto !important}.field--name-field-multiple-hotspots .h5p-image-hotspot-question .image-hotspot-question{height:auto !important}.field--name-field-multiple-hotspots .h5p-image-hotspot-question .image-hotspot-question .image-wrapper{display:block !important}.field--name-field-multiple-hotspots .h5p-question-introduction{font-weight:700;font-size:1em;line-height:1.5625em}body.node--type-pppr-photo-collection{background-color:#f8f8f8}body.node--type-pppr-photo-collection .mm-page{background-color:rgba(0,0,0,0)}body.node--type-pppr-photo-collection .main-container{background-color:#fff;padding:2.44140625em 1.953125em}@media(min-width: 565px){body.node--type-pppr-photo-collection .main-container{border-top-right-radius:5px;border-top-left-radius:5px;margin-top:-3.8146972656em;padding:3.8146972656em 3.0517578125em}}@media(min-width: 992px){body.node--type-pppr-photo-collection .main-container{padding:4.768371582em 3.0517578125em}}body.node--type-pppr-photo-collection .field--name-body{margin-bottom:2.44140625em}body.node--type-pppr-photo-collection .field--name-body img{width:100%}body.node--type-pppr-photo-collection .field--name-body .caption{display:block}body.node--type-pppr-photo-collection .field--name-body .caption>figcaption{display:block;border-bottom:1px solid #ccc;padding-bottom:.512em}body.node--type-pppr-photo-collection .field--name-body img.align-left,body.node--type-pppr-photo-collection .field--name-body .caption.align-left,body.node--type-pppr-photo-collection .field--name-body img.align-right,body.node--type-pppr-photo-collection .field--name-body .caption.align-right,body.node--type-pppr-photo-collection .field--name-body img.align-center,body.node--type-pppr-photo-collection .field--name-body .caption.align-center{max-width:37.037037037%;margin-top:1em;margin-bottom:1em;table-layout:fixed}body.node--type-pppr-photo-collection .field--name-body img.align-left,body.node--type-pppr-photo-collection .field--name-body .caption.align-left{float:left;margin-right:1.953125em}body.node--type-pppr-photo-collection .field--name-body img.align-right,body.node--type-pppr-photo-collection .field--name-body .caption.align-right{float:right;margin-left:1.953125em}body.node--type-pppr-photo-collection .field--name-body img.align-center,body.node--type-pppr-photo-collection .field--name-body .caption.align-center{max-width:90%;margin-left:auto;margin-right:auto}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content{margin:2.44140625em 0 1.5625em 0}@media(min-width: 464px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(min-width: 768px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content{margin-left:-0.512em;margin-right:-0.512em}}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row{position:relative;padding-bottom:20px}@media(min-width: 464px)and (max-width: 607px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 608px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:0 .512em;margin-bottom:1em}}@media(min-width: 992px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row{-webkit-box-flex:0;-ms-flex:0 0 33.333333333%;flex:0 0 33.333333333%;max-width:33.333333333%}}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row img{width:100%}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide .image-caption{display:none}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide>div:last-child{background:rgba(0,0,0,0)}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide .content-wrapper{position:absolute;bottom:0;left:0;right:0;background:rgba(84,84,84,.9)}@media(min-width: 768px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide .content-wrapper{left:.512em;right:.512em}}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide .content-wrapper .views-field-field-abstract{font-size:1em}@media(min-width: 608px)and (max-width: 992px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row.slick-slide .content-wrapper .views-field-field-abstract{font-size:.8em}}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row>div:last-child{background-color:#545454}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper{display:block;color:#fff;padding:.8em 1em;margin-top:-2px}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper .views-field-title{font-weight:700}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper .views-field-title a{color:#fff;text-decoration:underline}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper .views-field-title a:hover{text-decoration:none}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper .views-field-field-abstract{color:#fff}@media(min-width: 608px){.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .content-wrapper .views-field-field-abstract{font-size:.8em;line-height:1.5625em}}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .views-field-field-image{position:relative;display:block}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .views-field-field-image a{display:block;line-height:0}.block-views-blockpppr-photo-collection-block-pppr-photo-collection .view-content .views-row .image-caption{display:none}.responsive-gallery .slick-slider .slick-arrow{z-index:2}@media(min-width: 768px){.responsive-gallery .slick-slider .slick-arrow:before{font-size:25px}}.responsive-gallery .slick-slider .slick-prev{left:15px}@media(min-width: 768px){.responsive-gallery .slick-slider .slick-prev{left:30px}}.responsive-gallery .slick-slider .slick-next{right:15px}@media(min-width: 768px){.responsive-gallery .slick-slider .slick-next{right:30px}}.slider-nav .slick-list{padding:0 !important}.slider-nav .slick-slide{cursor:pointer}body.node--type-pppr-photo{background-color:#f8f8f8}body.node--type-pppr-photo .mm-page{background-color:rgba(0,0,0,0)}body.node--type-pppr-photo .main-container{background-color:#fff;padding:2.44140625em 1.953125em}@media(min-width: 565px){body.node--type-pppr-photo .main-container{padding:3.8146972656em 3.0517578125em}}@media(min-width: 992px){body.node--type-pppr-photo .main-container{padding:4.768371582em 3.0517578125em}}body.node--type-pppr-photo .field--name-field-image{margin-top:1.5625em}@media(min-width: 768px){body.node--type-pppr-photo .field--name-field-image{margin-bottom:2.44140625em}}body.node--type-pppr-photo .field--name-body{margin-bottom:1.5625em}body.node--type-pppr-photo p{margin-top:0}body.node--type-pppr-photo .field--name-field-photo-collection-reference{border-top:1px solid #ccc;padding-top:1em}body.node--type-pppr-photo .field--name-field-previous-photo,body.node--type-pppr-photo .field--name-field-next-photo{display:inline-block;width:49.5%}body.node--type-pppr-photo .field--name-field-next-photo{float:right;text-align:right}body.node--type-pppr-photo .field--name-field-previous-photo a:before{content:"<";display:inline-block;margin-right:.25em}body.node--type-pppr-photo .field--name-field-next-photo a:after{content:">";display:inline-block;margin-left:.25em}body.node--type-pppr-timeline{background-color:#f8f8f8}body.node--type-pppr-timeline .mm-page{background-color:rgba(0,0,0,0)}body.node--type-pppr-timeline .main-container{background-color:#fff;padding:2.44140625em 1.953125em}@media(min-width: 565px){body.node--type-pppr-timeline .main-container{padding:3.8146972656em 3.0517578125em}}@media(min-width: 992px){body.node--type-pppr-timeline .main-container{padding:4.768371582em 3.0517578125em}}body.node--type-pppr-timeline .field--name-body{margin-bottom:2.44140625em}body.node--type-pppr-timeline .field--name-body img{width:100%}body.node--type-pppr-timeline .field--name-body .caption{display:block}body.node--type-pppr-timeline .field--name-body .caption>figcaption{display:block;border-bottom:1px solid #ccc;padding-bottom:.512em}body.node--type-pppr-timeline .field--name-body img.align-left,body.node--type-pppr-timeline .field--name-body .caption.align-left,body.node--type-pppr-timeline .field--name-body img.align-right,body.node--type-pppr-timeline .field--name-body .caption.align-right,body.node--type-pppr-timeline .field--name-body img.align-center,body.node--type-pppr-timeline .field--name-body .caption.align-center{max-width:37.037037037%;margin-top:1em;margin-bottom:1em;table-layout:fixed}body.node--type-pppr-timeline .field--name-body img.align-left,body.node--type-pppr-timeline .field--name-body .caption.align-left{float:left;margin-right:1.953125em}body.node--type-pppr-timeline .field--name-body img.align-right,body.node--type-pppr-timeline .field--name-body .caption.align-right{float:right;margin-left:1.953125em}body.node--type-pppr-timeline .field--name-body img.align-center,body.node--type-pppr-timeline .field--name-body .caption.align-center{max-width:90%;margin-left:auto;margin-right:auto}body.node--type-pppr-timeline .field--name-field-date-label{color:#333;font-weight:700}body.node--type-pppr-timeline .field--name-field-image{margin-bottom:1.5625em}body.node--type-pppr-timeline .field--name-field-image img{width:100%}body.node--type-pppr-timeline .field--name-field-pppr-period a{color:#1f66ff;text-decoration:none;font-size:1.5625em}body.node--type-pppr-timeline .field--name-field-pppr-period a:hover{text-decoration:underline}body.node--type-pppr-timeline .field--name-field-promotional-abstract{margin:2.44140625em 0}.timeline-page{background-color:#f8f8f8}.timeline-page .main-container{z-index:2}.timeline-page .mm-page{background-color:rgba(0,0,0,0)}.timeline-page .main-container{z-index:2;overflow-x:initial;background-color:#fff;padding:2.44140625em 1.953125em}@media(min-width: 565px){.timeline-page .main-container{border-top-right-radius:5px;border-top-left-radius:5px;margin-top:-3.8146972656em;padding:3.8146972656em 3.0517578125em}}@media(min-width: 992px){.timeline-page .main-container{padding:4.768371582em 3.0517578125em}}.view-pppr-timeline-content .view-header{text-align:right}.view-pppr-timeline-content .view-header a{font-size:.8em;color:#005b26;font-weight:700}.view-pppr-timeline-content .view-header a:hover{text-decoration:none}.view-pppr-timeline-content .view-content{margin-top:1em}.view-pppr-timeline-content .views-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.view-pppr-timeline-content .views-row:nth-child(4n+1) .views-field-field-date-label:after{background-color:#1f66ff}.view-pppr-timeline-content .views-row:nth-child(4n+2) .views-field-field-date-label:after{background-color:#005b26}.view-pppr-timeline-content .views-row:nth-child(4n+3) .views-field-field-date-label:after{background-color:#f2d55a}.view-pppr-timeline-content .views-row:nth-child(4n+4) .views-field-field-date-label:after{background-color:#b6c6ba}.view-pppr-timeline-content .views-field-field-date-label{position:relative;font-size:1.5625em;color:#333;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}@media(min-width: 992px){.view-pppr-timeline-content .views-field-field-date-label{-webkit-box-flex:0;-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}}.view-pppr-timeline-content .views-field-field-date-label:after{position:absolute;right:-7px;top:0;display:block;content:"";border-radius:50%;width:10px;height:10px}@media(min-width: 992px){.view-pppr-timeline-content .views-field-field-date-label:after{right:-9px;width:15px;height:15px}}.view-pppr-timeline-content .views-field-nothing{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;border-left:3px solid #f8f8f8;padding-left:1.953125em;padding-bottom:3.0517578125em}@media(min-width: 608px){.view-pppr-timeline-content .views-field-nothing{padding-left:3.0517578125em}}@media(min-width: 992px){.view-pppr-timeline-content .views-field-nothing{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}.view-pppr-timeline-content .field--type-image img{width:100%}.view-pppr-timeline-content h2,.view-pppr-timeline-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .view-pppr-timeline-content .field__label,.view-pppr-timeline-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .view-pppr-timeline-content .location-title,.view-pppr-timeline-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .view-pppr-timeline-content .field__label{font-size:1.25em}@media(min-width: 608px){.view-pppr-timeline-content h2,.view-pppr-timeline-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .view-pppr-timeline-content .field__label,.view-pppr-timeline-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .view-pppr-timeline-content .location-title,.view-pppr-timeline-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .view-pppr-timeline-content .field__label{font-size:1.5625em}}@media(min-width: 992px){.view-pppr-timeline-content h2,.view-pppr-timeline-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .view-pppr-timeline-content .field__label,.view-pppr-timeline-content .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .view-pppr-timeline-content .location-title,.view-pppr-timeline-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .view-pppr-timeline-content .field__label{font-size:1.7469281074em}}.view-pppr-timeline-content h2 a,.view-pppr-timeline-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label a,body.node--type-pppr-basic-page .field--type-video-embed-field .view-pppr-timeline-content .field__label a,.view-pppr-timeline-content .block-views-blockpppr-image-map-block-map-locations .location-title a,.block-views-blockpppr-image-map-block-map-locations .view-pppr-timeline-content .location-title a,.view-pppr-timeline-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label a,body.node--type-pppr-timeline .field--name-field-promotional-abstract .view-pppr-timeline-content .field__label a{text-decoration:none;color:#333}.view-pppr-timeline-content h2 a:hover,.view-pppr-timeline-content body.node--type-pppr-basic-page .field--type-video-embed-field .field__label a:hover,body.node--type-pppr-basic-page .field--type-video-embed-field .view-pppr-timeline-content .field__label a:hover,.view-pppr-timeline-content .block-views-blockpppr-image-map-block-map-locations .location-title a:hover,.block-views-blockpppr-image-map-block-map-locations .view-pppr-timeline-content .location-title a:hover,.view-pppr-timeline-content body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label a:hover,body.node--type-pppr-timeline .field--name-field-promotional-abstract .view-pppr-timeline-content .field__label a:hover{text-decoration:underline}.view-pppr-timeline-content .field--name-body p{font-size:.8em}.node--type-pppr-basic-page.timeline-page .block-views-blockpppr-timeline-filters-block-1{margin-top:-3.8em}@media(min-width: 565px){.node--type-pppr-basic-page.timeline-page .block-views-blockpppr-timeline-filters-block-1{margin-top:-0.75em}}.block-views-blockpppr-timeline-filters-block-1{margin-left:-1.953125em;margin-right:-1.953125em;margin-top:-3.8em;margin-bottom:3.0517578125em;z-index:10}@media(min-width: 565px){.block-views-blockpppr-timeline-filters-block-1{margin-left:-3.0517578125em;margin-right:-3.0517578125em;margin-top:-3.8146972656em}}@media(min-width: 992px){.block-views-blockpppr-timeline-filters-block-1{margin-left:-3.0517578125em;margin-right:-3.0517578125em;margin-top:-4.768371582em}}.block-views-blockpppr-timeline-filters-block-1 .view-content>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.block-views-blockpppr-timeline-filters-block-1 .views-row{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#ececec;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}.block-views-blockpppr-timeline-filters-block-1 .views-row a{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;word-wrap:break-word;display:block;text-align:center;line-height:1.25em;font-size:.8em;padding:.8em .512em;text-decoration:none;color:#545454}@media(min-width: 464px){.block-views-blockpppr-timeline-filters-block-1 .views-row a{padding:20px .512em}}@media(min-width: 608px){.block-views-blockpppr-timeline-filters-block-1 .views-row a{padding:15px 1em}}@media(min-width: 768px){.block-views-blockpppr-timeline-filters-block-1 .views-row a{padding:22px 1em}}@media(min-width: 992px){.block-views-blockpppr-timeline-filters-block-1 .views-row a{font-size:1em;padding:1.25em 1em}}.block-views-blockpppr-timeline-filters-block-1 .views-row a:hover{background-color:#dfdfdf}.block-views-blockpppr-timeline-filters-block-1 .views-row a.active{background-color:#fff;color:#005b26;font-weight:700}@media(min-width: 565px){.block-views-blockpppr-timeline-filters-block-1 .views-row:first-child{border-top-left-radius:5px}.block-views-blockpppr-timeline-filters-block-1 .views-row:first-child a.active,.block-views-blockpppr-timeline-filters-block-1 .views-row:first-child a:hover{border-top-left-radius:5px}}@media(min-width: 565px){.block-views-blockpppr-timeline-filters-block-1 .views-row:last-child{border-top-right-radius:5px}.block-views-blockpppr-timeline-filters-block-1 .views-row:last-child a.active,.block-views-blockpppr-timeline-filters-block-1 .views-row:last-child a:hover{border-top-right-radius:5px}}.question-responses{border:1px solid #009eef;padding:10px;margin:10px 0}.composite-list .view-grouping-content{display:-webkit-box;display:-ms-flexbox;display:flex}.composite-list .composite-list-cell{width:25%;padding:15px}.composite-list .portfolio{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;border-right:1px solid #545454;padding:15px 0}.composite-list .portfolio p{font-weight:700;overflow-wrap:break-word}.composite-list .cabinet,.composite-list .ministre-de-la-couronne,.composite-list .house-leader-of-a-party,.composite-list .leader-parlementaire{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-right:1px solid #545454}.composite-list .parliamentary-assistant,.composite-list .adjoint-parlementaire{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;border-right:1px solid #545454}.composite-list .official-opposition,.composite-list .parti-de-lopposition-officielle,.composite-list .recognized-party,.composite-list .parti-reconnu{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto !important}.composite-list hr{margin:.1px;border-top:1px solid #545454}.composite-list-header{margin-top:30px}.composite-list-header p{color:#fff;font-weight:700}.composite-list-header .composite-list-cell{width:25%;padding:15px;line-height:1.5625em;background:#545454;border-right:1px solid #fff}.composite-list-rw-overflow{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.composite-list-rw-space{margin-bottom:12px}.facets-widget-checkbox{padding:0 1.5625em;background-color:#fafafa;border:1px solid #ccc;margin:1.5em 0}.facet-empty .facets-widget-checkbox{border:none}.js-facets-checkbox-links.item-list__checkbox.js-facets-widget{margin:1.25em 0}li.facet-item{list-style:none}.facet-item__count,.facet-item__value{font-weight:400}.facet-item__value{padding-left:.5em}.region.region-sidebar-first{margin-top:2em}.enhanced-search-results .item-list>ol{margin:0}.enhanced-search-results .item-list li{padding-bottom:0 0 1em 1em;border-bottom:1px solid #ccc;margin:0 0 1.25em 0em}.views-field.views-field-type,.search-results__front-page-name{padding:.5em 0}.views-field-type .field-content,.search-results__front-page-name span{background:#fafafa;padding:.5em;font-size:14px;border:1px solid #ccc;font-weight:bold}.facets-soft-limit-link{line-height:3em}.form-item-search-results,.form-item-sort-by,.form-item-sort-order{position:relative;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:0;padding-left:0;margin-right:0}.form--inline input[name=search_results].form-text,select[name=sort_by],select[name=sort_order]{width:100%}#edit-submit-enhanced-search{margin-top:inherit}@media(min-width: 768px){.form-item-search-results{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.form-item-sort-by,.form-item-sort-order{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}#edit-submit-enhanced-search{margin-top:2.79117em}}.pppr-school__main h3{font-size:1.5em}.pppr-school__main p,.pppr-school__main strong{line-height:1.438em}.pppr-school__main strong{font-size:1em;color:#545454}.pppr-school__main ul{margin-left:65px}.pppr-school__main ul li{font-size:.875em}.pppr-school__main a,.pppr-school__main a strong,.pppr-school__main a p{color:#005b26;font-weight:bold;font-size:.875em;text-transform:uppercase;text-decoration:none}.pppr-school__main a .fa,.pppr-school__main a strong .fa,.pppr-school__main a p .fa{margin-left:3px}.pppr-school__main .small-type{font-size:.875em}.pppr-school__main hr{margin-top:2.25em;margin-bottom:2.25em}.field--name-field-program-options h3{padding-top:20px;padding-bottom:12px}.pppr-school__option{text-align:center;border-radius:12px 12px 0px 0px}.pppr-school__option h5{font-size:1.5em;color:#005b26;line-height:1.4}.pppr-school__option .card-header{background-color:#005b26;color:#fff}.pppr-school__option .card-body{padding:25px 50px}.field--name-field-topics{font-weight:bold;color:#545454}.field--name-field-topics .field_label{color:#000}.field--name-field-topics ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;text-align:left;margin-left:1em}.field--name-field-technical-requirements ul{margin-left:32.5px;padding-left:0}.field--name-field-technical-requirements ul li{list-style:none}.field--name-field-technical-requirements ul li .fa{padding-right:28px;font-size:1.3em;color:#005b26}.field--name-field-technical-requirements ul li::before{content:none}.pppr-school-program-newsletter{padding:0}.pppr-school-program-newsletter input[type=text],.pppr-school-program-newsletter input[type=email],.pppr-school-program-newsletter input[type=submit]{margin-top:0;padding:10px 24px}.pppr-school-program-newsletter input[type=text],.pppr-school-program-newsletter input[type=email]{border:1px solid #707070;border-radius:6px;background-color:#f8f8f8}.pppr-school-program-newsletter input[type=submit]{color:#fff;background-color:#004c20;text-transform:inherit;border:1px solid rgba(0,0,0,0);text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:.875em;white-space:nowrap;line-height:1.4;overflow:hidden;margin-right:12px;margin-bottom:0;margin-top:7px;font-weight:100;border-radius:6px;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}.pppr-school-program-newsletter input[type=submit]:hover{background:#003c19}.pppr-school--collapsible-section .collapse-btn{text-transform:none;font-size:inherit}.pppr-school--collapsible-section .collapse-btn:hover{text-decoration:underline}.pppr-school--collapsible-section .collapse-btn .fa-chevron-down{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;color:#005b26}.pppr-school--collapsible-section .collapse-btn[aria-expanded=true] .fa-chevron-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.pppr-tour-info-card,.pppr-tour-info-card.card{border-radius:12px 12px 0px 0px;margin:0 14px;border:1px solid #e2dcdc}.pppr-tour-info-card p,.pppr-tour-info-card.card p{font-size:.875em;line-height:1.4;-webkit-margin-before:.5em;margin-block-start:.5em}.pppr-tour-info-card__img{position:relative;height:216px;min-width:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.pppr-tour-info-card__body{padding:20px 10px 5px 20px}.pppr-tour-info-card__title{position:absolute;bottom:0;width:100%;background:#fff;margin-bottom:0;opacity:.9;padding:13px 22px}.pppr-tour-info-card__title h4{color:#000;font-size:1.125em;margin:0}.pppr-tour-info-card__chip{display:inline;border:1px;border-radius:4px;color:#005b26;position:absolute;right:12px;top:12px;background:#fff;padding:0px 4px;text-transform:uppercase;letter-spacing:.5px;text-align:center;font-size:.85em}.pppr-tour-info-card__link{text-transform:uppercase;color:#005b26;width:100%;text-align:right;display:block;padding-top:12px;text-decoration:none;font-size:.875em;white-space:nowrap}.pppr-tour-info-card__link:hover{text-decoration:underline}.pppr-tour-info-card .field--name-field-tour-duration,.pppr-tour-info-card .field--name-field-group-size,.pppr-tour-info-card .field--name-field-group-description,.pppr-tour-info-card .field--name-field-number-of-students,.pppr-tour-info-card .pppr-tour__group-size-block,.pppr-tour-info-card .pppr-tour__group-size-block--copy{font-size:1em;color:#545454;-webkit-margin-before:.5em;margin-block-start:.5em}.pppr-tour-info-card .field--name-field-tour-duration .field__item,.pppr-tour-info-card .field--name-field-tour-duration .field__label,.pppr-tour-info-card .field--name-field-group-size .field__item,.pppr-tour-info-card .field--name-field-group-size .field__label,.pppr-tour-info-card .field--name-field-group-description .field__item,.pppr-tour-info-card .field--name-field-group-description .field__label,.pppr-tour-info-card .field--name-field-number-of-students .field__item,.pppr-tour-info-card .field--name-field-number-of-students .field__label,.pppr-tour-info-card .pppr-tour__group-size-block .field__item,.pppr-tour-info-card .pppr-tour__group-size-block .field__label,.pppr-tour-info-card .pppr-tour__group-size-block--copy .field__item,.pppr-tour-info-card .pppr-tour__group-size-block--copy .field__label{display:inline;font-weight:bold}.vocabulary-pppr-tour-booking-type .field--name-field-short-name{font-size:1em;color:#000;font-weight:bold}@media only screen and (max-width: 1200px){.pppr-tour-info-card__img{height:193px}.pppr-tour-info-card p{font-size:.75em}}@media only screen and (max-width: 768px){.pppr-tour-info-card p{font-size:.625em}.pppr-tour-info-card__img{height:162px}}@media only screen and (max-width: 576px){.pppr-tour-info-card{margin:auto}.pppr-tour-info-card p{font-size:.75em}}.pppr-tour-carousel-block{padding-top:20px;margin-bottom:36px}.pppr-tour-carousel-block__heading{font-size:1.953em;margin-bottom:25px}.pppr-tour-carousel_arrows{position:absolute;background:#fff 0% 0% no-repeat padding-box;border:1px solid #545454;width:64px;height:64px}.pppr-tour-carousel_arrows:before{color:#004c20;font-family:fontawesome;font-size:22px;position:relative}.pppr-tour-carousel_arrows[aria-label=Next]:before{content:"";left:2px}.pppr-tour-carousel_arrows[aria-label=Previous]:before{content:"";left:-2px}.pppr-tour-carousel_arrows:focus{outline-color:#3977ff;outline-width:3px;outline-style:solid;outline-offset:2px}.slick--view--pppr-tours,.slick--view--pppr-school-program{max-width:1284px;margin:auto;padding-bottom:66px}.slick--view--pppr-tours.unslick,.slick--view--pppr-tours .slick__slider,.slick--view--pppr-school-program.unslick,.slick--view--pppr-school-program .slick__slider{margin-left:87px;margin-right:87px}.slick--view--pppr-tours .slick-dots,.slick--view--pppr-school-program .slick-dots{bottom:-65px}.slick--view--pppr-tours .slick-dots li,.slick--view--pppr-school-program .slick-dots li{margin:0}.slick--view--pppr-tours.slick--less .slick-dots,.slick--view--pppr-school-program.slick--less .slick-dots{display:none}.slick--view--pppr-tours.slick--less,.slick--view--pppr-school-program.slick--less{padding-bottom:33px}.unslick .slick__slide{width:33.3333333333%;margin:auto}.slick-dots li.slick-active button:before{color:#f2d55a}.slick-dots li button:before{opacity:1;color:#525e56}@media only screen and (max-width: 1200px){.pppr-tour-carousel-block__heading{font-size:1.875em}.slick--view--pppr-tours,.slick--view--pppr-school-program{max-width:1119px}}@media only screen and (max-width: 768px){.pppr-tour-carousel-block__heading{font-size:1.25em}.pppr-tour-carousel_arrows{height:41px;width:41px}.pppr-tour-carousel_arrows:before{font-size:14px}.slick--view--pppr-tours,.slick--view--pppr-school-program{max-width:651px}.slick--view--pppr-tours.unslick,.slick--view--pppr-tours .slick__slider,.slick--view--pppr-school-program.unslick,.slick--view--pppr-school-program .slick__slider{margin-left:70px;margin-right:70px}.unslick .slick__slide{width:50%}}@media only screen and (max-width: 576px){.pppr-tour-carousel_arrows{height:48px;width:48px}.pppr-tour-carousel_arrows:before{font-size:16px}.slick--view--pppr-tours,.slick--view--pppr-school-program{max-width:483px}.unslick .slick__slide{width:100%}}.pppr-tour__hero-section,.pppr-school__hero-section{padding-top:25px;margin-bottom:48px}.pppr-tour__promo-image,.pppr-school__promo-image{height:557px;background-size:cover;background-position:center;border-radius:12px;position:relative}.pppr-tour__heading,.pppr-school__heading{font-size:1.953em;color:#545454;margin-top:0}.pppr-tour__heading p,.pppr-tour__additional p,.pppr-school__heading p,.pppr-school__additional p{font-size:.875em}.pppr-tour__social-icons,.pppr-school__social-icons{position:absolute;bottom:-27px;left:15px;padding-top:25px;padding-bottom:25px}.pppr-tour__social-icons .overlay,.pppr-school__social-icons .overlay{position:absolute;height:52%;width:100%;background:#104c20 0% 0% no-repeat padding-box;border-radius:6px 6px 0px 0px;opacity:.6}.pppr-tour__social-icons .addtoany__link-container,.pppr-school__social-icons .addtoany__link-container{width:150px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pppr-tour__social-icons .addtoany__link-container a,.pppr-school__social-icons .addtoany__link-container a{line-height:0}.pppr-tour__social-icons p,.pppr-school__social-icons p{letter-spacing:0px;color:#004c20;font-size:.875em;top:-12px;position:relative;text-align:center}.pppr-tour__booking-type,.pppr-school__booking-type{font-size:1.125em;padding-bottom:12px;color:#000}.pppr-tour__booking-block,.pppr-school__booking-block{color:#000;padding:0 15px;width:30%}.pppr-tour__booking-block .wrapper,.pppr-school__booking-block .wrapper{background:#fff;width:100%;height:100%;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pppr-tour__booking-block--inner,.pppr-school__booking-block--inner{margin-top:5px}.pppr-tour__booking-block .fa,.pppr-school__booking-block .fa{font-size:36px;margin-bottom:4px}.pppr-tour__booking-block .field__label,.pppr-school__booking-block .field__label{font-size:1.125em}.pppr-tour__booking-block .field__item,.pppr-tour__booking-block .pppr-school__group-size .field__label,.pppr-school__booking-block .field__item,.pppr-school__booking-block .pppr-school__group-size .field__label{font-size:.875em;font-weight:normal}.pppr-tour__booking-block .pppr-school__group-size .field__label::after,.pppr-school__booking-block .pppr-school__group-size .field__label::after{content:":"}.pppr-tour__booking-block--availability,.pppr-school__booking-block--availability{border-left:2px solid #545454;border-right:2px solid #545454;width:40%}.pppr-tour__booking-block p,.pppr-school__booking-block p{-webkit-margin-before:.5em;margin-block-start:.5em;-webkit-margin-after:.5em;margin-block-end:.5em;line-height:1.125em}.pppr-tour__booking-block p .small-type,.pppr-school__booking-block p .small-type{font-weight:normal}.pppr-tour__booking-block a,.pppr-school__booking-block a{color:#004c20;text-decoration:none;text-transform:uppercase}.pppr-tour_rsd-link,.pppr-school_rsd-link{margin-top:43px}.pppr-tour_rsd-link,.pppr-tour_rsd-link .field__items,.pppr-school_rsd-link,.pppr-school_rsd-link .field__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.pppr-tour_rsd-link a,.pppr-school_rsd-link a{color:#fff;background-color:#004c20;text-transform:inherit;border-radius:0;padding:.8em 1.25em;border:1px solid rgba(0,0,0,0);font-weight:600;text-transform:uppercase;cursor:pointer;display:inline-block;position:relative;font-size:.875em;white-space:nowrap;line-height:1.1;overflow:hidden;padding:10px 24px;margin-right:12px;font-weight:100;border-radius:6px;text-decoration:none;-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}.pppr-tour_rsd-link a:hover,.pppr-school_rsd-link a:hover{background:#003c19}.pppr-school_rsd-link a{margin-bottom:12px}@media only screen and (max-width: 1200px){.pppr-tour__heading,.pppr-school__heading{font-size:1.875em}.pppr-tour__promo-image,.pppr-school__promo-image{height:522px}.pppr-tour__booking-block .field__label,.pppr-school__booking-block .field__label{font-size:.875em}.pppr-tour__booking-type,.pppr-school__booking-type{font-size:1em;padding-bottom:11px}}@media only screen and (max-width: 768px){.pppr-tour__heading,.pppr-school__heading{margin-bottom:12px}.pppr-tour__promo-image,.pppr-school__promo-image{height:557px}.pppr-tour__description,.pppr-school__description{margin-top:24px}.pppr-tour__booking-type,.pppr-school__booking-type{padding-bottom:12px}.pppr-tour__booking-block .field__item,.pppr-school__booking-block .field__item,.pppr-tour__booking-block .pppr-school__group-size .field__label{font-size:.75em}}@media only screen and (max-width: 576px){.pppr-tour__booking-block .field__item,.pppr-school__booking-block .field__item,.pppr-tour__booking-block .pppr-school__group-size .field__label{font-size:.688em}.pppr-tour_rsd-link,.pppr-tour_rsd-link .field__items,.pppr-school_rsd-link,.pppr-school_rsd-link .field__items.multi-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.pppr-tour__social-icons .overlay{display:none}}.node--type-pppr-tour .main-container,.node--type-pppr-school-program .main-container{padding-right:0;padding-left:0}.node--type-pppr-tour .region--content-prefix,.node--type-pppr-school-program .region--content-prefix{margin:auto}@media(min-width: 576px){.node--type-pppr-tour .region--content-prefix,.node--type-pppr-school-program .region--content-prefix{width:540px;max-width:100%}}@media(min-width: 768px){.node--type-pppr-tour .region--content-prefix,.node--type-pppr-school-program .region--content-prefix{width:720px;max-width:100%}}@media(min-width: 992px){.node--type-pppr-tour .region--content-prefix,.node--type-pppr-school-program .region--content-prefix{width:960px;max-width:100%}}@media(min-width: 1200px){.node--type-pppr-tour .region--content-prefix,.node--type-pppr-school-program .region--content-prefix{width:1140px;max-width:100%}}.pppr-tour-feature-card{background-color:#f8f8f8;margin:0 15px}.pppr-tour-feature-card .pppr-carousel-item__img img{width:350px;height:440px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.pppr-tour-feature-card--with-title .card-body{width:351px;background-color:#fff;padding-left:24px}.pppr-tour-feature-card--with-title .card-body .field--name-body p{text-align:left}.pppr-tour-feature-card--with-title .card-body h4{margin-bottom:0;font-size:1.125em;color:#000}.pppr-tour-feature-card--with-title .pppr-carousel-item__img img{height:349px;border-radius:12px 12px 0 0}@media only screen and (max-width: 1200px){.pppr-tour-feature-card .pppr-carousel-item__img img{width:296px;height:423px}}@media only screen and (max-width: 768px){.pppr-tour-feature-card .pppr-carousel-item__img img{width:242px;height:347px}.pppr-tour-feature-card--with-title .card-body h4{margin-bottom:0;font-size:1em}}@media only screen and (max-width: 576px){.pppr-tour-feature-card .pppr-carousel-item__img img{width:329px;height:451px}}.pppr-landing-page__banner{background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;height:617px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pppr-landing-page__banner .overlay{position:absolute;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#525e56;mix-blend-mode:multiply;opacity:.95}.pppr-landing-page__banner-text{text-align:center;z-index:10;color:#fff}.pppr-landing-page__heading{font-size:3em;color:#fff}@media only screen and (max-width: 1200px){.pppr-landing-page__banner{height:541px}}@media only screen and (max-width: 768px){.pppr-landing-page__banner{height:374px}}@media only screen and (max-width: 576px){.pppr-landing-page__heading{font-size:2.5em}.pppr-landing-page__banner{min-height:327px;height:-webkit-max-content;height:-moz-max-content;height:max-content}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.pppr-landing-page__banner .overlay{display:none}}.node--type-pppr-landing-page .main-container{padding-right:0;padding-left:0}.node--type-pppr-landing-page .region--content-prefix{margin:auto}@media(min-width: 576px){.node--type-pppr-landing-page .region--content-prefix{width:540px;max-width:100%}}@media(min-width: 768px){.node--type-pppr-landing-page .region--content-prefix{width:720px;max-width:100%}}@media(min-width: 992px){.node--type-pppr-landing-page .region--content-prefix{width:960px;max-width:100%}}@media(min-width: 1200px){.node--type-pppr-landing-page .region--content-prefix{width:1140px;max-width:100%}}.slick-dotted.slick-slider{margin-bottom:0}.main-container.container-fluid.redesign23.js-quickedit-main-content{background:#f8f8f8}.redesign23 .light-grey .container.lp-container,.redesign23 .light-grey .block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1.lp-container,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner .redesign23 .light-grey h1.lp-container{margin:0 auto}.redesign23 ul.slick-dots{margin-bottom:0}.redesign23 ul.slick-dots li:not(.slick-active) button:hover::before{background-color:#daf5e6}.lp-carousel{margin-top:80vh}.lp-carousel_arrows{position:relative;background:#fff 0% 0% no-repeat padding-box;border:3px solid #004c20;border-radius:4px !important;width:47px;height:64px;font-size:18px !important}.lp-carousel_arrows:before{opacity:1;color:#004c20;font-size:3em;font-family:"Noto Sans",sans-serif;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:-0.1em}.lp-carousel_arrows:before:hover{color:#004c20}.lp-carousel_arrows.slick-prev:before{content:"‹"}.lp-carousel_arrows.slick-next:before{content:"›"}.lp-carousel_arrows:focus{background:#fff 0% 0% no-repeat padding-box;color:#004c20;border:3px solid #004c20}.lp-carousel_arrows:hover{background:#daf5e6 0% 0% no-repeat padding-box}@media(max-width: 991px){.lp-carousel_arrows:hover{background:#fff 0% 0% no-repeat padding-box}}.lp-carousel_arrows:active{background:#daf5e6 0% 0% no-repeat padding-box;border:3px solid #a6751d}.lp-carousel_arrows.slick-prev.slick-arrow{border-radius:.9em;margin-left:0em;float:left}.lp-carousel_arrows.slick-prev.slick-arrow:hover::before{color:#004c20}.lp-carousel_arrows.slick-next.slick-arrow{border-radius:.9em;margin-right:0em;float:right}.lp-carousel_arrows.slick-next.slick-arrow:hover::before{color:#004c20}@media(max-width: 991px){.text-align-center-xs-m{text-align:center !important}div.view-display-id-building_closure_alert_block div.view-content{text-align:center}}@media print{*,*:before,*:after{background:rgba(0,0,0,0) !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important;font-family:"Noto Sans Display";margin:0 !important;padding:0 !important}.col-sm,.col-md,col-lg,.row{display:block;-ms-flex-preferred-size:inherit;flex-basis:inherit;margin:0;padding:0;clear:both}body.node--type-flexible-landing-page .main-container .background-hero p{margin-top:0}body.node--type-flexible-landing-page .main-container .col-sm .field--name-field-component-body,body.node--type-flexible-landing-page .main-container .col-sm .single-column,body.node--type-flexible-landing-page .main-container .col-md .field--name-field-component-body,body.node--type-flexible-landing-page .main-container .col-md .single-column{max-width:inherit}.button-holder .btn a{padding:0}a,a:visited{text-decoration:underline}.background-hero{min-height:inherit}[class*=col-sm-]{float:left}[class*=col-xs-]{float:left}.col-sm-12,.col-xs-12{width:100% !important}.col-sm-11,.col-xs-11{width:91.66666667% !important}.col-sm-10,.col-xs-10{width:83.33333333% !important}.col-sm-9,.col-xs-9{width:75% !important}.col-sm-8,.col-xs-8{width:66.66666667% !important}.col-sm-7,.col-xs-7{width:58.33333333% !important}.col-sm-6,.col-xs-6{width:50% !important}.col-sm-5,.col-xs-5{width:41.66666667% !important}.col-sm-4,.col-xs-4{width:33.33333333% !important}.col-sm-3,.col-xs-3{width:25% !important}.col-sm-2,.col-xs-2{width:16.66666667% !important}.col-sm-1,.col-xs-1{width:8.33333333% !important}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{display:block;clear:both;padding:0;-ms-flex-preferred-size:inherit;flex-basis:inherit;margin:0;padding:0}.offset-md-2{margin-left:inherit}body{margin:0;padding:0 !important;min-width:768px}.container,.block-views-blockpppr-header-banner-pppr-header-banner-block .header-banner h1{width:auto;min-width:750px}body{font-size:10px}.noprint,div.alert,header,.group-media,.btn,.footer,form,#comments,.nav,ul.links.list-inline,ul.action-links,iframe,.block-views-block-hero-hero-block,.menu,.block-system-breadcrumb-block,.view-hero,.video-wrapper{display:none !important}.background-hero{min-height:0 !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid;font-size:12pt}pre *,blockquote *{font-size:12pt}thead{display:table-header-group}tr{border-bottom:1px solid #ebebeb !important}tr,img{page-break-inside:avoid}header,footer,img{display:none !important}img{max-width:100% !important}p,h2,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,h3{orphans:3;widows:3;padding-left:0}h2,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,h3{page-break-after:avoid}html,body{font:inherit;font-size:100%;vertical-align:baseline;font-family:Georgia,‘Times New Roman’,serif;font-size:10pt;line-height:16pt}*{font-size:10pt;line-height:16pt;text-align:left}body{padding:1em}main,.layout-container,.region,.block{margin:0 !important;padding:0 !important;display:block !important}.site-name{font-weight:700}h1,h2,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,h3,h4,h5,h6,p,ul,ol,dl,pre,table,fieldset,form details,blockquote,address,object,iframe,code,dt,dd,embed,label,audio,video{font:inherit;font-size:100%;vertical-align:baseline;margin:10px !important}td{padding:10px !important}h1,h2,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,h3,h4,h5,h6{font:inherit;font-size:100%;vertical-align:baseline;margin:0;padding:0;text-indent:0 !important;margin-bottom:.64em;margin-top:.64em}ul,ol{margin:0;padding:0}ul li,ol li{list-style-position:inside}ul li{list-style-type:disc}ol li{list-style-type:decimal}table th{text-align:left}h1,#page-title{font-weight:bold;font-size:16pt}h2,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,.block-views-blockpppr-image-map-block-map-locations .location-title,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label{font-weight:bold;font-size:12pt}h2 a,body.node--type-pppr-basic-page .field--type-video-embed-field .field__label a,.block-views-blockpppr-image-map-block-map-locations .location-title a,body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label a{font-size:12pt}h3{font-weight:bold;font-size:11pt}h3 a{font-size:11pt}h4{font-weight:bold;text-transform:uppercase}h5,h6{font-weight:bold}.highlight-box{border:1px solid #000;border-radius:0}.highlight-type{font-weight:700}body.node--type-flexible-landing-page .main-container h2,body.node--type-flexible-landing-page .main-container body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field body.node--type-flexible-landing-page .main-container .field__label,body.node--type-flexible-landing-page .main-container .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations body.node--type-flexible-landing-page .main-container .location-title,body.node--type-flexible-landing-page .main-container body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract body.node--type-flexible-landing-page .main-container .field__label{display:block;clear:both}.block-views-blockcomposite-list-composite-list-block a[href]:after{content:"" !important}}@media(min-width: 992px)and (max-width: 1408px){.background-hero{min-height:500px}}@media(min-width: 320px)and (max-width: 1307px){.background-hero{padding-top:0}.background-hero .offset-1{margin-left:0}.background-hero .offset-1 .btn{padding-left:5px;padding-right:5px}footer{margin-top:0}}@media(min-width: 320px)and (max-width: 895px){.header-navigation-block{margin-left:100px}.path-frontpage .video-wrapper-jumbotron iframe{display:none}.path-frontpage .hero-overlay{width:100%;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.path-frontpage .hero-overlay h2,.path-frontpage .hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .hero-overlay .field__label,.path-frontpage .hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .hero-overlay .location-title,.path-frontpage .hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .hero-overlay .field__label{font-size:.8em;margin-top:0;margin-bottom:0;text-align:left}.path-frontpage .hero-overlay .btn-group{margin-top:1.25em}.path-frontpage aside{padding:0 1.953125em}.path-frontpage section{padding:0 1.953125em}.home-content-wrapper{z-index:inherit}footer .col-md{padding:0 1.25em}footer .col-md h2,footer .col-md body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field footer .col-md .field__label,footer .col-md .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations footer .col-md .location-title,footer .col-md body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract footer .col-md .field__label{padding-top:1.25em}footer .footer-sitemap-links-begin{border-left:inherit}.form--inline .form-text{width:inherit}.form--inline .form-actions{clear:left}.form--inline .form-actions .form-submit{margin-top:0}.not-landing nav.menu--sitemap-menu{display:none}#block-sitemapmenu{display:block}.nav-pills{display:inherit}.path-frontpage .hero-overlay{width:100%}.video-wrapper-jumbotron iframe{display:none}.path-frontpage .hero-overlay h2,.path-frontpage .hero-overlay body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,body.node--type-pppr-basic-page .field--type-video-embed-field .path-frontpage .hero-overlay .field__label,.path-frontpage .hero-overlay .block-views-blockpppr-image-map-block-map-locations .location-title,.block-views-blockpppr-image-map-block-map-locations .path-frontpage .hero-overlay .location-title,.path-frontpage .hero-overlay body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,body.node--type-pppr-timeline .field--name-field-promotional-abstract .path-frontpage .hero-overlay .field__label{font-size:1.25em;margin-top:10%}}.member-profile .dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0);font-size:1.2em}.member-profile .dropdown-item.disabled,.member-profile .dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.member-profile .dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.member-profile .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.member-profile .dropdown-menu.show{display:block}.member-profile .dropdown-menu-start{--bs-position: start}.member-profile .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.member-profile .dropdown-menu-end{--bs-position: end}.member-profile .dropdown-menu-end[data-bs-popper]{right:0;left:auto}.member-profile .dropdown-toggle{white-space:nowrap}.member-profile .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.member-profile .dropdown-toggle:empty::after{margin-left:0}.member-profile .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.member-profile .row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.member-profile .row>*{-ms-flex-negative:0;flex-shrink:0;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}.redesign23 .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{min-height:.1px}.breadcrumb{margin-top:2em;margin-bottom:1em}.btn{text-transform:inherit;border-radius:0}.list-inline{margin-left:0}.list-inline-item{padding-left:0;margin-top:0;margin-left:0}.form-text{padding:.8em}.member-contact-info table,#edit-vbo-export-generate-csv-action--2{visibility:hidden}.nav-pills .nav-link{padding:.5em;border-radius:.1rem}.nav-pills .nav-link.active,.nav-pills .nav-item.show .nav-link{background-color:#1f66ff}.card,.user-login-form,.webform-submission-form{-webkit-box-shadow:0;box-shadow:none;border:none}.ui-widget{font-family:"Noto Sans",sans-serif}.ui-accordion .ui-accordion-header{padding:1.25em}.ui-accordion .ui-accordion-content{padding:1.25em}.ui-widget-content a{color:#1f66ff}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:"Noto Sans",sans-serif}.path-frontpage iframe body{margin:0 !important}#isi_player{width:100% !important}.agendaBody .business{font-weight:bold}.agendaBody .agenda-item-time{float:left;width:15%}.agendaBody .agenda-item-description{float:right;width:85%}.agendaBody .clear-float{clear:both}.ballot-list-html th,.ballot-list-html td{padding:.5rem !important}.debug{border:2px #000 solid;padding:5px;margin:5px}.votesProceedingsHiddenRow{display:none}.votesProceedingsDoc .smallCaps{font-variant:small-caps}.votesProceedingsDoc .insideTdLabel{font-weight:bold;font-size:11pt;display:block;border-bottom:.1em #000 solid;padding:5px}.votesProceedingsDoc .greentext{font-weight:normal}.votesProceedingsDoc .boldtext{font-weight:bold}.votesProceedingsDoc .caps,.vPFooter .caps{text-transform:uppercase}.votesProceedingsDoc .questiontext{margin-bottom:10px}.votesProceedingsDoc .no-indent{margin-left:5px}.votesProceedingsDoc .indent{margin-left:20px}.votesProceedingsDoc table,.votesProceedingsDoc thead,.votesProceedingsDoc tr,.votesProceedingsDoc th,.votesProceedingsDoc td{margin:0;margin-left:5px;padding:0;border:0;font-size:11pt;vertical-align:top;text-align:left}.votesProceedingsDoc td{padding-left:5px;padding-right:5px}.votesProceedingsDoc tr{margin:0}.votesProceedingsDoc table{margin:0;width:100%;border-collapse:collapse;border-spacing:0}.votesProceedingsDoc2col{margin-left:5px;width:50%}.votesProceedingsDoc tr.borderTop{border-top:.15em solid #000}.votesProceedingsDoc tr.borderBottom{border-bottom:.15em solid #000}.votesProceedingsDoc .nobreak,.votesProceedingsDoc .innerVPtable tr,.votesProceedingsDoc .innerVPtable td,.votesProceedingsDoc .innerVPtable td[rowspan],.votesProceedingsDoc .innerEventTable tr,.votesProceedingsDoc .innerEventTable td,.votesProceedingsDoc .innerEventTable td[rowspan]{page-break-inside:avoid !important;-webkit-column-break-inside:avoid !important;-moz-column-break-inside:avoid !important;break-inside:avoid !important;page-break-before:avoid !important}.votesProceedingsDoc .innerEventTable,.votesProceedingsDoc .innerEventTable tr,.votesProceedingsDoc .innerEventTable td,.votesProceedingsDoc .innerEventTable td[rowspan]{margin:0;padding:0}.votesProceedingsDoc .innerVPtable{margin:5px !important}.votesProceedingsDoc .innerVPtable td{padding-top:10px}.votesProceedingsDoc th{vertical-align:bottom;background-color:#fff;color:#000;border-bottom:2px #000 solid;font-weight:bold}.votesProceedingsDoc .innerVPtable th{font-size:11pt}.votesProceedingsDoc .petNumber4col{width:14%;font-weight:bold}.votesProceedingsDoc .petTitle4col{width:43%}.votesProceedingsDoc .petMember4col{width:43%}.votesProceedingsDoc .petNumber{width:14%;font-weight:bold}.votesProceedingsDoc .petTitle{width:30%}.votesProceedingsDoc .petMember{width:28%}.votesProceedingsDoc .petSubDate{width:28%}.votesProceedingsDoc .spNumber{width:14%;font-weight:bold}.votesProceedingsDoc .spTitle{width:58%}.votesProceedingsDoc .spTabled{width:28%}.votesProceedingsDoc .questionNumber{width:14%;font-weight:bold}.votesProceedingsDoc .questionMember{width:43%}.votesProceedingsDoc .questionResponseDate{width:43%}.votesProceedingsDoc .blSwapNo{width:14%;font-weight:bold}.votesProceedingsDoc .blSwapAssumedBy{width:86%}.votesProceedingsDoc table.votesList{border:0;padding:0;margin:0;margin-bottom:10px;width:100%}.votesProceedingsDoc .votesList td{margin:0;padding:0;padding-bottom:5px;width:25%}.votesProceedingsDoc .divisionHeader{text-transform:capitalize;font-size:12pt;font-style:italic;font-weight:normal;margin:0;margin-bottom:10px;overflow:hidden;position:relative}.votesProceedingsDoc .divisionHeader:after{content:"";
  position: absolute;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 1em;
  display: inline;
  margin-left: 1em;
  bottom: 40%;
}

.orderPaper {
  font-size: 11pt;
}

.orderPaper .pageBreak {
  page-break-before: always;
}

.orderPaper .marginTB {
  margin-top: 5px;
  margin-bottom: 5px;
}

.orderPaper .marginTop {
  margin-top: 5px;
}

.orderPaper .marginBottom {
  margin-bottom: 5px;
}

.orderPaper .noMarginBottom {
  margin-bottom: 0px;
}

.orderPaper .nobreak,
.orderPaper .innertable tr,
.orderPaper .innertable td {
  page-break-inside: avoid !important;
  page-break-before: avoid !important;
}

.orderPaper .innertable th {
  vertical-align: bottom;
}

.orderPaper .borderTop {
  border-top: .1em solid #000;
  margin: 5px;
}

.orderPaper .borderBottom {
  border-bottom: .1em solid #000;
  margin: 5px;
}

.orderPaper .borderBottomThin {
  border-bottom: .05em solid #000;
  margin: 5px;
}

.orderPaper .paddingBottom {
  padding-bottom: 15px;
}

.orderPaper .nobold {
  font-weight: normal;
}

.orderPaper table,
.orderPaper thead,
.orderPaper tr,
.orderPaper th,
.orderPaper td {
  margin: 0;
  border: 0;
  font-size: 11pt;
  vertical-align: top;
}

.orderPaper th {
  background-color: #fff;
  color: #000;
  border-bottom: 2px #000 solid;
  font-weight: bold;
  font-size: 11pt;
  text-align: left;
}

.orderPaper th div {
  margin-left: 5px;
}

.orderPaper td p {
  margin: 0px;
}

.orderPaper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.orderPaper2col {
  width: 50%;
}

.orderPaper h1,
.orderPaper h2,
.orderPaper body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
body.node--type-pppr-basic-page .field--type-video-embed-field .orderPaper .field__label,
.orderPaper .block-views-blockpppr-image-map-block-map-locations .location-title,
.block-views-blockpppr-image-map-block-map-locations .orderPaper .location-title,
.orderPaper body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .orderPaper .field__label,
.orderPaper h3,
.orderPaper h5,
.orderPaper h6 {
  font-weight: normal;
  margin: 15px;
  margin-left: 5px;
}

.orderPaper h4 {
  margin: 15px;
  margin-left: 5px;
}

.orderPaper .coverPageWrapper {
  page-break-after: always;
}

.orderPaper .coverPageCrest {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

.orderPaper .coverPageTable {
  width: 100%;
  text-align: center;
}

.orderPaper .coverPageWrapper h1 {
  font-size: 20pt;
}

.orderPaper .coverPageWrapper h2,
.orderPaper .coverPageWrapper body.node--type-pppr-basic-page .field--type-video-embed-field .field__label,
body.node--type-pppr-basic-page .field--type-video-embed-field .orderPaper .coverPageWrapper .field__label,
.orderPaper .coverPageWrapper .block-views-blockpppr-image-map-block-map-locations .location-title,
.block-views-blockpppr-image-map-block-map-locations .orderPaper .coverPageWrapper .location-title,
.orderPaper .coverPageWrapper body.node--type-pppr-timeline .field--name-field-promotional-abstract .field__label,
body.node--type-pppr-timeline .field--name-field-promotional-abstract .orderPaper .coverPageWrapper .field__label {
  font-size: 14pt;
}

.orderPaper .coverPageWrapper h3 {
  font-size: 12pt;
  letter-spacing: .1rem;
}

.orderPaper .coverPageWrapper h3 sup {
  vertical-align: super;
  letter-spacing: .05rem;
}

.orderPaper .smallCaps {
  font-variant: small-caps;
}

.orderPaper .bill,
.orderPaper .governmentorder,
.orderPaper .motionamendment,
.orderPaper .tobeannounced,
.orderPaper .houseevent,
.orderPaper .motion,
.orderPaper .ballotitem,
.orderPaper .committeeBusiness,
.orderPaper .writtenQuestion,
.orderPaper .ballotList {
  margin: 5px 15px 5px 5px;
}

.orderPaper .deferredVote,
.orderPaper .billType {
  margin: 5px 15px 5px 20px;
}

.orderPaper .bill .printStatus {
  text-transform: uppercase;
  font-size: 9.5pt;
}

.orderPaper .ballotItemNo {
  width: 8%;
  padding-top: 10px;
}

.orderPaper .ballotItemDesc {
  width: 92%;
  padding-top: 10px;
}

.orderPaper .motionNo {
  width: 16%;
}

.orderPaper .motionFiledBy {
  width: 34%;
}

.orderPaper .motionEvents {
  width: 50%;
}

.orderPaper .motionText {
  width: 100%;
}

.orderPaper .motionNo,
.orderPaper .motionFiledBy,
.orderPaper .motionEvents,
.orderPaper .motionText {
  padding-top: 10px;
}

.orderPaper .CommitteeScheduleTable th {
  vertical-align: bottom;
}

.orderPaper .csCommittee {
  width: 25%;
}

.orderPaper .csPurpose {
  width: 25%;
}

.orderPaper .csDate {
  width: 16.66%;
}

.orderPaper .csTime {
  width: 16.67%;
}

.orderPaper .csLocation {
  width: 16.67%;
}

.orderPaper .csCommittee,
.orderPaper .csPurpose,
.orderPaper .csDate,
.orderPaper .csTime,
.orderPaper .csLocation {
  padding-top: 10px;
  padding-right: 10px;
}

.orderPaper .TodaysBusinessCommitteeScheduleTable th {
  vertical-align: bottom;
}

.orderPaper .tbCommittee {
  width: 25%;
}

.orderPaper .tbPurpose {
  width: 33%;
}

.orderPaper .tbTime {
  width: 17%;
}

.orderPaper .tbLocation {
  width: 25%;
}

.orderPaper .tbCommittee,
.orderPaper .tbPurpose,
.orderPaper .tbTime,
.orderPaper .tbLocation {
  padding-top: 10px;
  padding-right: 10px;
}

.orderPaper .wqNumber {
  width: 16%;
}

.orderPaper .wqFiledBy {
  width: 34%;
}

.orderPaper .wqDateFiled {
  width: 50%;
}

.orderPaper .wqText {
  width: 100%;
}

.orderPaper .wqNumber,
.orderPaper .wqFiledBy,
.orderPaper .wqDateFiled,
.orderPaper .wqText {
  padding-top: 10px;
}

.orderPaper .blNumber {
  width: 16%;
}

.orderPaper .blMember {
  width: 24%;
}

.orderPaper .blNoticeDate {
  width: 24%;
}

.orderPaper .blBallotDate {
  width: 36%;
}

.orderPaper .blNumber,
.orderPaper .blMember,
.orderPaper .blNoticeDate,
.orderPaper .blBallotDate {
  padding-top: 10px;
}

.orderPaper .indent-left,
.votesProceedingsDoc .indent-left {
  margin-left: 40px !important;
}

.orderPaper .motion div,
.orderPaper .filedDate {
  display: inline;
}

@media print {
  .orderPaper {
    font-size: 12pt;
  }
}