@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import "https://use.typekit.net/gqa2dhv.css";
@import "../node_modules/jquery-ui-1_12_1_custom/jquery-ui.min.css";
@import "../fonts/fontawesome6/pro/css/fontawesome.min.css";
@import "../fonts/fontawesome6/pro/css/all.min.css";
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

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

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

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

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

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

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

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

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.row {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

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

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

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

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

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
    .callout.primary {
        background-color: #ffffff;
        color: #0a0a0a;
    }

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

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

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

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

callout.sombre {
    background-color: #cacaca;
    color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

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

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

.orbit-figure {
  margin: 0;
}

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

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

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

.orbit-previous {
  left: 0;
}

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

.sticky-container {
  position: relative;
}

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

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

.max-height-100 {
  max-height: 100% !important;
}

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

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

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

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

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

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

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

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

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

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

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

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/*!
TYPEPLATE : STARTER KIT
URL ........... http://typeplate.com
VERSION ....... 2.0.0
Github ........ https://github.com/typeplate/starter-kit
AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
LICENSE ....... Creative Commmons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
LICENSE URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
/**
 *
 * =======================================================================
   Unicode Ampersand
 * =======================================================================
 */
@font-face {
  font-family: "aktiv-grotesk-std", sans-serif;
}
/**
 *
 * =======================================================================
   Word Wrap
 * =======================================================================
 */
.breakword {
  word-wrap: break-word;
}

.normal-wrap {
  word-wrap: normal;
}

.inherit-wrap {
  word-wrap: auto;
}

html {
  font: normal 112.5%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */
}

body {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
  color: #444444;
}

/**
 *
 * =======================================================================
   Fine Print
 * =======================================================================
 */
small {
  font-size: 65%;
}

/**
 *
 * =======================================================================
   Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-top: 0;
  text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
  color: #222222;
}

/**
* Extend included classes on any element of your
* choosing for adjusting type based on the scale
* provided.


* Our Type Scale is as follows with px fallbacks
* for IE 6-8 as they do not understand REM units.
*
* 18, 21, 24, 36, 48, 60, 72, 90, 117
*
*
* Explanation:
* margin-bottom = ( base font-size * base line-height ) / current font-size
*
* Makes sure that there's always one unit of measure's worth of space between shit
* for headings. This is better than spacing using line-height because of the wrapping issue where we have
* wrapping onto 2 lines with a high line-height.
 */
.tera {
  font-size: 117px;
  font-size: 6.5rem; /* 117 / 18 = 6.5 */
  margin-bottom: 4.56923px;
  margin-bottom: 0.25385rem;
}

.giga {
  font-size: 90px;
  font-size: 5rem; /* 90 / 18 = 5 */
  margin-bottom: 5.94px;
  margin-bottom: 0.33rem;
}

.mega {
  font-size: 72px;
  font-size: 4rem; /* 72 / 18 = 4 */
  margin-bottom: 7.425px;
  margin-bottom: 0.4125rem;
}

/*h1, .h1{font-size:32px; margin-bottom: 1.3rem!important;}
h2, .h2{font-size:28px;}
h3, .h3{font-size:24px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:18px;}*/
h1,
.h1 {
  /*font-size: 60px;
  font-size: 3.33333rem;*/
  font-size: 32px;
  font-size: 1.778rem;
  /* 60 / 18 = 3.3333 */
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

h2,
.h2 {
  /*font-size: 48px;
  font-size: 2.6667rem;*/
  font-size: 28px;
  font-size: 1.556rem;
  /* 48 / 18 = 2.6667 */
  margin-bottom: 11.1375px !important;
  margin-bottom: 0.61875rem !important;
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.3333333333rem; /* 24 / 18 = 1.3333 */
  margin-bottom: 22.275px !important;
  margin-bottom: 1.2375rem !important;
}

h3.margin-bottom-0,
.h3.margin-bottom-0,
h2.h3.margin-bottom-0 {
  margin-bottom: 0 !important;
}

h4.subchapter,
.h4.subchapter {
  font-size: 24px;
  font-size: 1.3333333333rem; /* 24 / 18 = 1.3333 */
  margin-bottom: 22.275px !important;
  margin-bottom: 1.2375rem !important;
  margin-top: 22.275px !important;
  margin-top: 1.2375rem !important;
}

h4,
.h4 {
  font-size: 21px;
  font-size: 1.16667rem; /* 21 / 18 = 1.1667 */
  margin-bottom: 25.45714px !important;
  margin-bottom: 1.41429rem !important;
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1rem; /* 18 = 18 × 1 */
  margin-bottom: 29.7px !important;
  margin-bottom: 1.65rem !important;
}

h6,
.h6 {
  font-size: 18px;
  font-size: 1rem; /* 18 = 18 × 1 */
  margin-bottom: 29.7px !important;
  margin-bottom: 1.65rem !important;
}

/**
 *
 * =======================================================================
   Paragraphs and Indentation
 * =======================================================================
 */
p {
  margin: auto auto 1.5em; /* bottom margin for paragraphs */
}

hr {
  margin: auto auto 1.5em; /* bottom margin for paragraphs */
}

/*
p + p {
  text-indent: 1.5em;
  margin-top: -1.5em;
}
*/
/**
 *
 * =======================================================================
   Hyphens
 * =======================================================================
 */
input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  /* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/**
 *
 * =======================================================================
   Code Blocks
 * =======================================================================
 */
pre code {
  word-wrap: normal;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
}

code {
  white-space: pre;
  font-family: monospace;
}

/**
 *
 * =======================================================================
 * Abbreviations Markup
 * Extend this object into your markup

  <abbr title="hyper text markup language">HMTL</abbr>

 * Extend this object into your markup.
 * =======================================================================
 */
abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}

abbr[title]:hover {
  cursor: help; /* cursor changed to a question mark when it has a title */
}

/**
 *
 * =======================================================================
   Definition Lists
 * =======================================================================
 */
/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
dt,
dd {
  display: inline;
  margin: 0;
}

dt + dt:before,
dd + dt:before {
  content: "\a";
  white-space: pre;
}

dd + dd:before {
  content: ", ";
}

dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
      <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
dt {
  display: inline;
  counter-reset: definitions;
}

dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

dd {
  display: block;
  counter-increment: definitions;
}

dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
 *
 * =======================================================================
   Blockquotes
 * =======================================================================
 */
/**
 * Blockquote Markup
 *
  <figure>
    <blockquote class="typl8-blockquote" cite="">
      <p></p>
    </blockquote>
    <figcaption>
      <cite>
        <small><a href=""></a></small>
      </cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/*.wysiwyg p:last-of-type {
  margin-bottom: -0.825em;
}*/
blockquote + figcaption {
  display: block;
  font-size: inherit;
  text-align: right;
}

blockquote + figcaption:before {
  content: "-"; /* "-" is your citation flourish */
}

/**
 *
 * =======================================================================
   Pull Quotes
 * =======================================================================
 */
/**
 * Pull Quotes Markup
 *
  <aside class="pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
blockquote {
  position: relative;
  padding: 1em;
}

blockquote:before,
blockquote:after {
  height: 1em;
  opacity: 0.15;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}

blockquote:before {
  content: "“";
  top: 0;
  left: 0;
}

blockquote:after {
  content: "”";
  bottom: 0;
  right: 0;
}

/**
 *
 * =======================================================================
   Figures
 * =======================================================================
 */
/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 *
 * =======================================================================
   Foot Notes
 * =======================================================================
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
/* CSS Document */
html {
  min-width: 320px;
}

a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #454483;
}

a:link {
  text-decoration: underline !important;
  color: #454483;
}

a:visited {
  text-decoration: none;
  /*color:#606;*/
  color: #454483;
}

a:hover {
  text-decoration: underline;
  color: #27265F;
}

a:active {
  text-decoration: none;
  text-decoration: underline;
}

a:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #ffbf47;
  color: #000;
}

/* no script */
.noScript {
  background-color: #383838;
  background-image: url(../graphics/webdesign.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  padding: 106px 15px 15px 15px;
  color: #FFF !important;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 22px 7px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 1000;
}

.noScript .h1 {
  color: #FFF;
}

.noScript .h1 {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.noScript p {
  margin-bottom: 0;
}

.noScript a {
  text-decoration: underline;
  color: #FF0;
}

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

/* cookies */
/* cookie message */
#cookie-law {
  display: none;
  position: fixed;
  z-index: 1005;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  text-align: center !important;
  color: #333;
  background-color: #F3D992;
  border-top: 1px solid #cc9966;
}

.showCookie#cookie-law {
  -webkit-animation: bounceInUp 1s;
  -moz-animation: bounceInUp 1s;
  -ms-animation: bounceInUp 1s;
  -o-animation: bounceInUp 1s;
  animation: bounceInUp 1s;
}

.hideCookie#cookie-law {
  border: 0px;
  -webkit-animation: bounceOut 1s;
  -moz-animation: bounceOut 1s;
  -ms-animation: bounceOut 1s;
  -o-animation: bounceOut 1s;
  animation: bounceOut 1s;
}

#cookie-law a {
  text-decoration: underline;
  color: #333;
}

#cookie-law button {
  background: none;
  padding: 10px 20px;
  border: 2px solid #111111;
  border-radius: 5px;
  font-size: 1em;
  color: #111111;
  font-weight: bold;
}

#cookie-law button span.tick {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 10px;
  background-image: url(../graphics/tick-111111.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

#cookie-law button:hover {
  background-color: #111111;
  border: 2px solid #111111;
  color: #F3D992 !important;
}

#cookie-law button:hover span.tick {
  background-image: url(../graphics/tick-F3D992.png);
}

#cookie-law p {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/* access menu */
#accessbar {
  width: auto;
  height: 1px;
  position: relative;
  padding: 0;
  margin: -1px 0 0 0;
  z-index: 100000;
}

#accessbar li {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  z-index: 1000;
}

.skip_content {
  position: absolute;
  top: 0px;
  left: -1000px;
  background: #505292;
  color: #ffffff !important;
  padding: 10px;
  white-space: nowrap;
}

.skip_content:focus {
  left: 3px;
  top: 3px;
  text-decoration: underline;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  outline-width: 3px;
  outline-style: dotted;
  outline-color: #ffbf47;
  border-radius: 0 0 0 0;
}

.skip_content:hover {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.alignCenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none !important;
}

.clear {
  clear: both;
}

span.clear {
  display: block;
}

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

.clearfix:after {
  clear: both;
}

.visuallyhidden {
  /*
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: 103px;
  top: 71px;
  */
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.marginTop {
  margin-top: 20px !important;
}

.marginTopLarge {
  margin-top: 40px !important;
}

.marginTopSmall {
  margin-top: 10px !important;
}

.marginTopSmallest {
  margin-top: 5px !important;
}

.marginBottom {
  margin-bottom: 20px !important;
}

.marginBottomSmall {
  margin-bottom: 10px !important;
}

.noMarginTop {
  margin-top: 0px !important;
}

.noMarginBottom {
  margin-bottom: 0px !important;
}

.noPaddingTop {
  padding-top: 0px !important;
}

.noPaddingBottom {
  padding-bottom: 0px !important;
}

.paddingTop {
  padding-top: 20px !important;
}

.paddingBottom {
  padding-bottom: 20px !important;
}

.textCentre {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.fullWidth {
  width: 100% !important;
}

/*.debug .decorWrap { background-color:#fff}
.debug .wrapper { background-color:#0CF}
.debug .row { background-color:#FC0; margin-bottom:1px; }
.debug .row .block { background-color:#F30; }
.debug .sideBarLayout .main { background-color:#CF3}
.debug .sideBarLayout .sidebar  { background-color:#C6C; }
.debug .fullBlock  { background-color:#FFF}*/
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.row.foundation {
  max-width: 1200px;
}

.row.foundation.expanded {
  max-width: none !important;
}

/* row clearing */
.wrapper .row:not(.foundation) {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: inherit !important;
  flex-flow: inherit !important;
}

.wrapper .row:not(.foundation):before,
.wrapper .row:not(.foundation):after {
  content: " ";
  display: table;
}

.wrapper .row:not(.foundation):after {
  clear: both;
}

.fullBlock {
  display: block;
  margin: 0px 40px 20px 40px;
}

.row:not(.foundation) .block {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* row block delay resize animate */
/*.animateWidth .row .block {
transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0s; }*/
.fullWidthLayout .row:not(.foundation).paddingSides {
  padding: 0px 40px;
}

.fullWidthLayout .row:not(.foundation) .block {
  width: 100%;
}

.fullWidthLayout .row:not(.foundation) .block.twoCol {
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
}

.fullWidthLayout .row:not(.foundation) .block.threeCol {
  width: 31.0833333333%;
  margin-right: 3.3333333333%;
}

.fullWidthLayout .row:not(.foundation) .block.fourCol {
  width: 23.75%;
  margin-right: 1.6666666667%;
}

.fullWidthLayout .row:not(.foundation) .block.fiveCol {
  width: 20%;
  margin-right: 0;
  padding-right: 30px;
  box-sizing: border-box;
}

.fullWidthLayout .row:not(.foundation) .block.twoThirds {
  width: 65.5%;
  margin-right: 3.3333333333%;
}

.fullWidthLayout .row:not(.foundation) .block.oneThirds {
  width: 31.0833333333%;
}

.fullWidthLayout .sidebar {
  display: none;
}

.sideBarLayout .content,
.sideBarLayout .sidebar {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sideBarLayout .sidebar .paddingSides {
  padding: 0px 40px;
}

.sideBarLayout .content { /*width:955px;*/
  width: 74.609375%;
}

.sideBarLayout .sidebar { /*width:325px;*/
  width: 25.390625%;
}

.sideBarLayout .row:not(.foundation).paddingSides {
  padding: 0px 40px;
}

.sideBarLayout .row:not(.foundation) .block.twoCol {
  width: 47.7%;
  margin-right: 4.6%;
}

.sideBarLayout .row:not(.foundation) .block.threeCol {
  width: 30.2%;
  margin-right: 4.6%;
}

.sideBarLayout .row:not(.foundation) .block.fourCol {
  width: 23.3%;
  margin-right: 2.2%;
}

.row .block:last-of-type,
.lt-ie9 .row .block.last {
  margin-right: 0 !important;
}

/* theme */
.left {
  float: left;
}

.right {
  float: right;
}

.blockPadding {
  padding: 15px;
}

body {
  font-family: "aktiv-grotesk-std", sans-serif;
  background-color: #FFF;
  color: #0B0C0C;
}

/*p{font-size:16px;}*/
.wysiwyg a,
.feedBlock a {
  text-decoration: underline;
  font-weight: 600 !important;
}
.wysiwyg a.buttonAlt,
.wysiwyg a.button,
.wysiwyg a.button:hover,
.feedBlock a.buttonAlt,
.feedBlock a.button,
.feedBlock a.button:hover {
  text-decoration: none !important;
}

.wysiwyg h1,
.wysiwyg .h1,
.wysiwyg h2,
.wysiwyg .h2,
.wysiwyg h3,
.wysiwyg .h3,
.wysiwyg h4,
.wysiwyg .h4,
.wysiwyg h5,
.wysiwyg .h5 {
  color: #0B0C0C;
}

.wysiwyg h4.subchapter,
.wysiwyg .h4.subchapter {
  display: block;
  color: #4a4a4a;
  border-bottom: 1px solid #d9d9e0;
  padding-bottom: 10px;
}

#article {
  padding-top: 40px;
}

.headlineAlt {
  font-weight: normal;
}

.headlineGrey {
  color: #4A4A4A;
}

#article h1:first-of-type {
  clear: both;
}

a:hover {
  text-decoration: underline;
}

/* Layout */
.announcementsBlockHomepage {
  /*margin-right: 40px;*/
}

.borderTopThicker {
  border-top: 5px solid;
}

.borderTopThick {
  border-top: 2px solid;
}

.borderTopThin {
  border-top: 1px solid;
}

.borderRightThick {
  border-right: 2px solid;
}

.borderBottomThick {
  border-bottom: 2px solid;
}

.borderBottomThin {
  border-bottom: 1px solid;
}

.borderLeftThick {
  border-left: 2px solid;
}

.borderBottomThin {
  border-bottom: 1px solid;
}

.borderPurple {
  border-color: #51509B;
}

.borderWhite {
  border-color: #FFFFFF;
}

.borderGrey {
  border-color: #D4D4D4;
}

.borderAllGrey {
  border: 1px solid #D4D4D4;
}

.borderBottomDottedGrey {
  border-bottom: 1px dotted #D4D4D4;
}

.borderTopDottedGrey {
  border-top: 1px dotted #D4D4D4;
}

.borderBottomGrey {
  border-bottom: 1px solid #D4D4D4;
}

.borderBottomPurple {
  border-bottom: 1px solid #454483;
}

.withShadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.withShadowLight {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}

.innerShadow {
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.sectionBlock {
  border-style: solid;
  border-width: 1px 1px 5px 1px;
  border-color: #d9d9e0;
  box-sizing: border-box;
}

.navTitle {
  margin-bottom: 0;
}

.sectionBlockTitleLink {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 15px;
  background: #f6f6fa;
  border-bottom: 1px solid #d9d9e1;
}

a.sectionBlockTitleLink {
  text-decoration: none !important;
}

.sectionBlockTitleLink:hover {
  background: #eaeaef;
  text-decoration: underline !important;
  color: #505292;
}

.greyBlock {
  background: #f5f5fa;
  border-left: none;
  border-right: none;
  border-top: none;
}

.yellowBlock {
  background: #f8f9ec;
  border-color: #f3d992;
  border-left: none;
  border-right: none;
  border-top: none;
}

.greenBlock {
  background: #ecf4f6;
  border-color: #1cabca;
  position: relative;
}

.limeBlock .block {
  background: #fafcef;
  border-color: #b7d042;
}

.limeBlock .sectionBlockTitleLink {
  background: #F0F6DA;
  border-color: #b7d042;
  color: #4B580E;
  text-decoration: none !important;
}

.limeBlock .sectionBlockTitleLink:hover {
  background: #E3EEB9;
  color: #303909;
  text-decoration: underline !important;
}

/* top nav */
.nav {
  background: #4F4E97;
  border-bottom: 4px solid #52549f;
  color: #fff;
}

.nav a {
  color: #fff;
}

.textSize {
  padding: 10px 0 0 15px !important;
  margin: 0 !important;
  list-style: none;
  float: left;
}

.textSize li {
  float: left;
}

.textSize a {
  display: block;
  border-radius: 4px;
  background: #505292;
  padding: 2px 10px;
  margin-right: 5px;
}

.textSize a:hover, .textSize a.current {
  background: #3e4076;
  text-decoration: none;
}

.textSize a.textSizeNormal {
  font-size: 12px;
  margin-top: 9px;
}

.textSize a.textSizeLarge {
  margin-top: 4px;
  font-size: 16px;
}

.textSize a.textSizeLarger {
  font-size: 18px;
}

.access {
  float: left;
  padding: 10px 15px 10px 0;
  line-height: 36px;
  font-size: 14px;
  display: block;
  border-right: 1px solid #8788af;
}

.shortcutNav {
  margin: 0;
  padding: 0;
}

.shortcutNav li {
  float: left;
}

.shortcutNav a {
  display: block;
  padding: 10px 30px;
  color: #dfe0f4;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-left: 1px solid #8788af;
}

.shortcutNav li:last-child a {
  border-right: 1px solid #8788af;
}

.shortcutNav a:hover {
  text-decoration: none;
  background: #6163a1;
}

.shortcutNav .complaint {
  color: #fff;
  font-size: 18px;
  background: #505292;
}

.header {
  margin-bottom: 20px;
}

/* Header */
.headerLogo {
  width: 266px;
}

.header img {
  margin-top: 25px;
}

.headerSearch {
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.headerSearchButton {
  width: 17px;
  height: 18px;
  background: url(../graphics/icn-search.png) top left no-repeat;
  text-indent: -9999px;
  border: none;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

#searchHeader,
#searchHeaderDesktop {
  width: 50%;
  position: relative;
}

.mobileSearchBlock {
  display: none;
}

.reports {
  margin-top: 40px;
}

.reports h2 {
  padding-top: 40px;
}

.reports .results {
  display: block;
  padding-top: 1rem;
}

/* new header design */
.colour1 {
  background-color: #51509B;
}

.colour2 {
  background-color: #454483;
}

/* color contrast AAA */
.pinHeader .colour1 span {
  color: #fff;
}

.mast {
  height: 70px;
}

.mast * {
  vertical-align: middle;
}

.mast .headerLogos {
  width: 186px;
  display: inline-block;
  background-color: #ffffff;
  border-right: 1px solid #8787B0;
}

.mast .headerLogos img {
  width: inherit;
}

.mast a.masthref {
  height: 70px;
  float: left;
  text-decoration: none !important;
}

/* new logo DOM */
.mast a.headerLogo,
.modalHeader .modalLogo {
  display: block;
  width: 186px;
  height: 70px;
  background-image: url(../graphics/header/local-government-and-social-care-ombudsan-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (max-width: 39.99875em) {
  .mast a.headerLogo,
.modalHeader .modalLogo {
    display: block;
    width: 156px;
    height: 70px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mast a.headerLogo,
.modalHeader .modalLogo {
    background-image: url(../graphics/header/local-government-and-social-care-ombudsan-logo@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.mast a.masthref:hover,
.mast a.masthref:focus {
  background-color: #4F4E97 !important;
}

.mast a.masthref.mastCallToAction.mainAccount:hover,
.mast a.masthref.mastCallToAction.mainAccount:focus {
  background-color: #1F5550 !important;
}

.mastCallToAction {
  line-height: 70px;
  padding: 0 29px 0 69px;
  border-right: 1px solid #8787B0;
  background-color: #51509B;
}

/*.mast > .mastCallToAction ~ .mastCallToAction { border-left: none; }*/
.mast a.masthref:last-of-type {
  border-left: 1px solid #8787B0;
  float: right;
}

a.mastCallToAction {
  color: #ffffff;
}

a.mastCallToAction.active {
  background-color: #454483;
}

.mastCallToAction span {
  line-height: 70px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
}

.mastCallToAction {
  background-repeat: no-repeat;
  background-position: 30px center;
}

.mastCallToAction.mainMenu {
  background-image: url(../graphics/header/menu-icon.svg);
  background-size: 25px 22px;
}

.mastCallToAction.mainSearch {
  background-image: url(../graphics/header/search-icon.svg);
  background-size: 23px 23px;
}

.mastCallToAction.mainDisplay {
  background-image: url(../graphics/header/text-icon.svg);
  background-size: 20px 23px;
}

.mastCallToAction.mainAccount,
.mastCallToAction.mainAccount.active {
  background-image: url(../graphics/header/account-icon.svg);
  background-size: 23px 23px;
  background-color: #00703C;
}

/* achieve the active tab effect */
.menuExpanded,
.searchExpanded {
  box-shadow: inset 0px 1px 1px 0px #3A3869;
  outline: 0;
}

a.mastCallToAction.active {
  /*-webkit-box-shadow:0px 1px 0px $link-color;
  -moz-box-shadow:0px 1px 0px $link-color;*/
  box-shadow: 0px 2px 0px #454483;
}

.mast a.mastCallToAction:last-of-type {
  box-shadow: none !important;
}

.searchExpanded {
  color: #fff;
}

.searchExpanded .row {
  padding: 10px;
}

.searchExpanded input {
  width: 100%;
  margin: 0 0 0 0 !important;
  position: relative;
  padding-right: 78px;
}

.searchExpanded .button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  margin: 0 !important;
  border-radius: 0px !important;
  background-color: #e5e5e5 !important;
  border: 0px none;
  color: black !important;
  font-weight: 400;
  line-height: 45px;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.searchExpanded .button:hover {
  background-color: #ababab !important;
  color: #ffffff !important;
}

/**/
.headerMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.headerMenu a {
  line-height: 1;
  text-decoration: none !important;
  display: block;
  padding: 1.2rem 0.7rem;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  font-size: 0.8rem;
  font-weight: 600;
}

@media screen and (max-width: 63.9375em) {
  .headerMenu a {
    font-size: 1rem;
  }
}
.headerMenu a {
  margin-bottom: 0;
  position: relative;
}

.headerMenu, .headerMenu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}

.headerMenu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

/* delayed background color change */
.headerMenu a {
  -moz-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  -webkit-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
  box-sizing: content-box;
}

.headerMenu a:hover,
.headerMenu a:focus {
  background: #D9D9E0;
  color: #222222;
}

/*
.menu a:hover::after { opacity: 0;}*/
.headerMenu .is-active > a,
.headerMenu .active > a,
.headerMenu .is-active > a:hover,
.headerMenu .active > a:hover,
.headerMenu .is-active > a:focus,
.headerMenu .active > a:focus {
  background: #F6F6FA;
  color: #222222;
}

.headerMenu a span {
  /* not sure abouyt why this is like this with negative margin */
  display: block;
  width: 100% !important;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  margin-left: -0.7rem;
  border-right: 1px solid #8787B0;
}

.headerMenu li:last-of-type a span {
  border: none !important;
}

.headerMenu a:hover span {
  border-color: transparent;
}

@media print, screen and (max-width: 767px) {
  .colour1.headerNav {
    background-color: white;
  }
  .mast .headerLogos {
    border-right: 1px solid transparent;
  }
  /* if we hiswe the breadcrumb we have to do*/
  .breadcrumbs {
    display: none;
  }
  .mastCallToAction {
    padding: 0 0 0 0;
    width: 73px;
    border-right: none;
    border-left: 1px solid #8787B0;
    background-position: center center;
  }
  .mastCallToAction span {
    display: none;
  }
  .mast a.masthref {
    float: right;
  }
  .mast a.masthref:last-of-type {
    display: none;
  }
  .mast a.masthref:first-of-type {
    float: left;
  }
  .headerMenu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .headerMenu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .headerMenu a {
    text-align: left !important;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #8787B0;
  }
  .headerMenu li:last-of-type a {
    border: none;
  }
  .headerMenu a span {
    border: none;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.zoomed .pinHeader nav {
    overflow-y: scroll;
    height: calc(100vh - 70px);
    height: -o-calc(100vh - 70px); /* opera */
    height: -webkit-calc(100vh - 70px); /* google, safari */
    height: -moz-calc(100vh - 70px); /* firefox */
  }
}

@media print, screen and (max-width: 39.99875em) {
  body.zoomed .pinHeader .headerLogo.masthref,
body.zoomed .pinHeader .mastCallToAction.mainMenu,
body.zoomed .pinHeader .mastCallToAction.mainSearch {
    width: 33.3% !important;
    height: 70px !important;
  }
}
body.zoomed .pinHeader nav {
  overflow-y: scroll;
  height: calc(100vh - 70px);
  height: -o-calc(100vh - 70px); /* opera */
  height: -webkit-calc(100vh - 70px); /* google, safari */
  height: -moz-calc(100vh - 70px); /* firefox */
}

@media print, screen and (max-width: 63.99875em) {
  body .wysiwyg iframe {
    width: 100% !important;
  }
}

body.zoomed .wysiwyg iframe {
  width: 100% !important;
}

@media print, screen and (max-width: 320px) {
  .menuExpanded {
    /* set manually via 6 items */
    max-height: 372px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* add the class '.pinHeader' to the DOM and start the function to enable the magic */
#pageHeight .pinHeader {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1004;
  /* mobved this up as UAT decided breadcrumb should hide on mobile */
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.pinHeader.pinnedHeaderShadow .breadcrumbs {
  opacity: 0.93;
  filter: alpha(opacity=93); /* For IE8 and earlier */
}

/* search results */
.wysiwyg .results ul,
.results ul,
.wysiwyg .search-results,
.search-results {
  padding-left: 0 !important;
  list-style: none;
}

.results li,
.search-results li {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.results .pagination li {
  border-bottom: none !important;
}

.results li:last-of-type,
.search-results li:last-of-type {
  border-bottom: 0px;
}

.keymatch {
  margin-top: 20px;
}

.keymatch-indicator {
  margin-bottom: 0;
}

ul.search-results li span.link {
  display: block;
  color: #006621;
  font-weight: 700;
  font-size: 14px;
}

.results p.mainItemLabel {
  font-size: 28px;
  font-size: 1.556rem;
  /* 48 / 18 = 2.6667 */
  margin-bottom: 11.1375px !important;
  margin-bottom: 0.61875rem !important;
}

ul.search-results a {
  font-size: 28px;
  font-size: 1.556rem;
}

ul.search-results li a .size {
  color: #4A4A4A;
  font-size: 0.75em;
  white-space: nowrap;
}

ul.search-results .left {
  float: left;
}

ul.search-results li .word {
  background-image: url(../graphics/icn-file-word.png);
}

ul.search-results li .pdf {
  background-image: url(../graphics/icn-file-pdf.png);
}

ul.search-results li .pdf,
ul.search-results li .word {
  display: block;
  width: 40px !important;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85% 85%;
  opacity: 0.45;
  font-size: 0px;
  text-indent: -99999px;
  position: relative;
  margin-right: 15px;
}

/* Line 948 */
ul.search-results li a .left {
  width: 75%;
}

/* Line 965 */
ul.search-results li:hover .pdf,
ul.search-results li:hover .word {
  opacity: 1;
}

ul.search-results li a:hover .pageTitle,
ul.search-results li a:hover .pageTitle {
  text-decoration: underline !important;
}

p.identifiers span {
  margin-right: 10px;
}

p.identifiers span:before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  background: #7370b7;
  border-radius: 50%;
  margin-right: 5px;
}

p.mainItemLabel {
  font-size: 20px;
  margin-bottom: 0;
}

.pagination {
  list-style: none;
  padding: 0 0 0 0 !important;
}

.pagination li {
  margin-right: 10px;
  display: inline-block;
}

.pagination a,
.pagination span.active {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
}

.pagination span.active {
  border: 2px solid #ccc;
}

.pagination a {
  border: 2px solid #7370b3;
  text-decoration: none !important;
}

.pagination a:hover {
  background: #7370b3;
  color: #fff !important;
  text-decoration: none;
}

/* Forms */
.wysiwyg .FormFields,
.FormFields {
  list-style-type: none;
  padding-left: 0 !important;
}

.FormField {
  border: 1px solid #d9d9e0;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.FormField.ErrorFormField {
  border: 1px dotted #9A2424;
  outline: none;
  -webkit-box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424;
  -moz-box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424;
  box-shadow: rgba(154, 36, 36, 0.4) 0 1px 5px, 0 0 6px #9A2424;
  -webkit-transition: box-shadow 0.1s linear;
  -moz-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  -moz-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
}

.FormField.date {
  width: 120px;
}

input.FormField.fullWidth {
  width: 100% !important;
}

textarea.FormField.fullWidth {
  width: 93.5% !important;
}

input.FormField:focus,
textarea.FormField:focus,
select.FormField:focus,
select:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.button:focus,
button:focus,
.button:active,
button:active {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  border-radius: 0 0 0 0;
}

/*  Radio */
input[type=checkbox] + label, input[type=radio] + label {
  margin-left: 5px;
}

fieldset {
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

legend {
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 88;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #4A4A4A;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf));
  background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
  background: -moz-linear-gradient(top, #efeff4, #d6dadf);
  background: -ms-linear-gradient(top, #efeff4, #d6dadf);
  background: -o-linear-gradient(top, #efeff4, #d6dadf);
  background: linear-gradient(top, #efeff4, #d6dadf);
  border-color: #cccccc;
}

/*Display Options*/
.accessWrap {
  background-color: #efefef;
}

.displayOptions {
  background-color: #608b28;
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 34px;
  text-align: right;
}

.displayOptions a {
  text-decoration: none;
}

.displayOptions a,
.displayOptions p {
  color: #FFF;
}

.displayOptions p {
  margin: 0 0 0 0;
}

.displayOptions:hover {
  text-decoration: none;
  background-color: #334a15;
}

.displayOptions span.wrapper {
  display: block;
}

/*.no-js .displayOptionsExpanded { display:block !important}*/
.speakLoud {
  margin-bottom: 5px;
}

.signLanguage {
  width: 50px;
  height: 50px;
  background: url(../graphics/icn-sign-language.png) top left no-repeat;
  text-indent: -9999px;
}

.preview {
  margin-left: 20px;
  margin-top: 20px;
  background-color: #FFF;
  display: block;
  height: 45px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.preview p {
  font-size: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 45px;
}

.displayOptionsExpanded ul {
  list-style: none;
  padding: 20px 0 20px 0;
  margin: 0;
}

.displayOptionsExpanded li {
  float: left;
}

.displayOptionsExpanded .wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.preview p span {
  vertical-align: central;
  display: block;
  float: left;
  line-height: 45px;
}

.preview p {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.preview p .viewLabel {
  color: #000;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 10px;
  width: 60px;
}

.preview p .view {
  padding: 0 10px;
  width: 475px;
  height: 45px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}

.preview p .view {
  background-color: #fff;
  color: #000;
}

.preview.contrastActive p .view {
  background-color: #000;
  color: #ffff00;
}

.preview.contrastActive.contrast p .view,
.preview.contrast p .view {
  background-color: #000 !important;
  color: #ffff00;
}

.preview.normal p .view {
  background-color: #fff !important;
  color: #000;
}

.preview.big p .view {
  font-size: 24px;
}

.preview.regular p .view {
  font-size: 20px;
}

.fontOptions {
  margin-right: 20px;
}

.fontOptions a {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  color: #333;
  text-align: center;
  margin-left: 5px;
}

.fontOptions a.regular {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  margin-top: 10px;
}

.fontOptions a.focus {
  border: 1px solid #416216;
  box-shadow: inset 0 0 1px #416216;
  color: #000;
}

.fontOptions a.contrast.focus {
  border: 1px solid yellow;
  box-shadow: inset 0 0 1px yellow;
}

.fontOptions a.big {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
}

.fontOptions ul {
  margin-left: 10px;
}

.fontOptions .contrast {
  background-color: #333;
  border-color: #333;
  color: #FFFF00 !important;
}

.fontOptions .normal {
  background-color: #fff;
  border-color: #333;
  color: #000 !important;
}

/* Important Tasks */
.importantTasks {
  background: #f3f3f9;
}

.importantTasks h1,
.importantTasks h3 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.importantTasks h1 span,
.importantTasks h3 {
  color: #222222;
}

.blockWithBorder {
  border-style: solid;
  border-width: 0 0 5px 0;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}

.tealBlockBorder {
  border-color: #1cabca;
}

.pinkBlockBorder {
  border-color: #d11d8c;
}

.purpleBlockBorder {
  border-color: #4F4E97;
}

.greyBlockBorder {
  border-color: #6f92a7;
}

.paleGreyBlockBorder {
  border-color: #ECECED;
}

.greenBlockBorder {
  border-color: #b7d042;
}

.brownBlockBorder {
  border-color: #90725e;
}

.brightRedBlockBorder {
  border-color: #FF5B5D;
}

.paleGreyBlockBg {
  background-color: #ECECED;
}

.roundel {
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  width: 195px;
  height: 195px;
  text-align: center;
  display: block;
  margin: 0 auto 20px auto;
  color: #333 !important;
  font-size: 21px;
  font-weight: bold;
  padding: 30px;
  line-height: 24px;
  box-sizing: border-box;
}

.roundel:hover {
  border-width: 8px;
  text-decoration: none;
}

.tealRoundel {
  border-color: #1cabca;
}

.pinkRoundel {
  border-color: #d11d8c;
}

.purpleRoundel {
  border-color: #4F4E97;
}

.greyRoundel {
  border-color: #6f92a7;
}

.greenRoundel {
  border-color: #b7d042;
}

.brownRoundel {
  border-color: #90725e;
}

.roundel .icn {
  margin: 0 auto 15px auto;
}

/* icn */
.icn {
  display: block;
  text-indent: -99999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.icnDecisions {
  background-image: url("../graphics/lgo-icn-decisions.svg");
  width: 75px;
  height: 74px;
}

.icnAdvisors {
  background-image: url(../graphics/icn-advisor.png);
  width: 80px;
  height: 58px;
}

.icnComplaint {
  background-image: url(../graphics/icn-complaint.png);
  width: 68px;
  height: 59px;
}

.icnInfo {
  background-image: url("../graphics/lgo-icn-info.svg");
  width: 71px;
  height: 71px;
}

.icnAdult {
  background-image: url("../graphics/lgo-icn-asc-green.svg");
  width: 92px;
  height: 46px;
}

.icnTraining {
  background-image: url("../graphics/lgo-icn-training.svg");
  width: 88px;
  height: 46px;
}

.icnBubble {
  background-image: url(../graphics/icn-bubble.png);
  width: 19px;
  height: 16px;
}

.icnEmail {
  background-image: url(../graphics/icn-email.png);
  width: 16px;
  height: 13px;
}

.icnForm {
  background-image: url(../graphics/icon-form.png);
  width: 70px;
  height: 71px;
}

.icnHeaderSearch {
  background-image: url(../graphics/icn-header-search.png);
  width: 15px;
  height: 16px;
}

.icnCategory {
  margin-right: 2.5%;
  width: 8.33%;
  height: 100px;
  background-size: contain;
  background-position: top center;
}

.introCategory {
  width: 89%;
}

.introCategory p {
  font-size: 1.222em;
}

.icnFileWord {
  width: 16px;
  height: 19px;
  background-image: url(../graphics/icn-file-word.png);
  display: inline-block;
}

.icnFileZip {
  width: 16px;
  height: 19px;
  background-image: url(../graphics/icn-file-zip.png);
  display: inline-block;
}

.icnFilePdf {
  width: 16px;
  height: 19px;
  background-image: url(../graphics/icn-file-pdf.png);
  display: inline-block;
}

.icnPhone {
  width: 16px;
  height: 28px;
  background-image: url(../graphics/icn-phone.png);
  display: inline-block;
}

.nav .icnBubble, .nav .icnEmail, .nav .icnHeaderSearch {
  display: inline-block;
  margin-right: 5px;
}

.nav .icnBubble {
  margin-top: 5px;
}

.arrowRight {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../graphics/icn-arrow-right.png);
  background-size: contain;
  line-height: 8px;
  margin-left: 5px;
}

.limeBreadcrumb .arrowRight {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../graphics/icn-arrow-right-303909.png);
  background-size: cover;
  line-height: 8px;
  margin-left: 5px;
}

.limeBreadcrumb .arrowRightLarge {
  width: 8px;
  height: 14px;
  background: url(../graphics/icn-arrow-right-large.png) top left no-repeat;
  display: inline-block;
  background-size: cover;
}

.categoryNav.limeBlock .arrowRightLarge {
  width: 8px;
  height: 14px;
  background: url(../graphics/icn-arrow-right-large-303909.png) top left no-repeat;
  display: inline-block;
  background-size: cover;
}

.sectionBlockTitleLink .arrowRightLarge {
  float: right;
  margin-top: 7px;
}

/* breadcrumbs */
.breadcrumbs {
  background: #fafafc;
  border-top: 1px solid #e5e5e5;
}

.breadcrumbs ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  float: left;
  padding: 10px 0 10px 10px;
}
.breadcrumbs li a {
  text-decoration: none !important;
}
.breadcrumbs li a:hover {
  text-decoration: underline !important;
}

.limeBreadcrumb {
  background: #fafcef;
  border-top: 1px solid #B7D042;
}

.limeBreadcrumb a {
  color: #4B580E;
}

.limeBreadcrumb a:hover {
  color: #303909;
}

/* generic responsive classes */
/*.mobileOnly { display:none }
.desktopOnly { display:block } */
/* news */
.news,
.wysiwyg .news {
  padding: 0 !important;
  list-style: none;
}

.news .headline {
  margin-bottom: 10px;
  font-size: 1.111rem;
  line-height: normal;
}

.news .date {
  color: #4A4A4A;
  display: block;
  float: right;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.news img {
  margin: 5px 20px 10px 0;
  vertical-align: text-top;
  width: 147px;
}

.news li {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}

/* buttons */
.buttonAlt,
.button,
a.buttonAlt,
a.button {
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  line-height: 20px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
}

.buttonAlt.small {
  font-size: 0.778rem;
  margin-bottom: 20px;
}

.buttonAlt,
.button.buttonAlt,
.button.hollow {
  border: 2px solid #51509B !important;
  background: #fff !important;
  color: #51509B !important;
}

.borderHidden {
  border-color: transparent !important;
}

.button, .buttonAlt:hover,
.button.hollow:hover,
.button.active,
.buttonAlt.active {
  background: #454483 !important;
  color: #fff !important;
  border: 2px solid #454483;
  text-decoration: none !important;
}

.button:hover {
  background: #3F3E79 !important;
  border-color: #3F3E79;
}

.button.expanded,
.buttonAlt.expanded {
  display: block !important;
  width: 100%;
}

.button.brightRedButton {
  background-color: #B30003 !important;
  border-color: #B30003 !important;
  color: #FFF;
}

.button.brightRedButton.explore {
  border: 1px solid #8F0002 !important;
}

.button.brightRedButton:hover {
  background-color: #8F0002 !important;
}

/* search */
.searchLine {
  margin-bottom: 10px;
  line-height: 40px;
}

.searchSection {
  float: left;
  margin-right: 30px;
}

.searchSection.last {
  margin-right: 0;
}

.searchSection label {
  display: inline-block;
}

.checkboxWrapper {
  display: inline-block;
}

.searchSection .checkboxWrapper {
  margin-right: 15px;
}

.searchLine .mainSearch {
  border: 1px solid #6f92a7;
  font-weight: bold;
  height: 60px;
  width: 100%;
  padding: 20px 20px 20px 60px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searchLine .mainSearch:hover {
  background-color: #FFF;
  border-color: #6f92a7;
}

.searchLine .buttonSearch {
  width: 23px;
  height: 23px;
  background: url(../graphics/icn-search-button-teal.png) top left no-repeat;
  background-size: cover;
  border: none;
  display: inline-block;
  text-indent: -99999px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.searchLine {
  position: relative;
}

.advancedSearchLink {
  display: block;
  margin: 20px auto 0 auto;
  width: 230px;
  background-color: #FFF;
  color: #4A4A4A !important;
  border-width: 1px 1px 0 1px;
  border-color: #1cabca;
  border-style: solid;
  text-align: center;
  padding: 15px 0 15px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -20px;
}

.advancedSearchLink:hover {
  text-decoration: none;
  background: #84cfe0;
}

.searchLine .date {
  width: 100px;
  margin-right: 3px;
}

.searchCalendarIcn {
  margin-bottom: -5px;
  margin-right: 12px;
}

.helpLink {
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #b7b7b7;
  text-align: center;
  color: #333 !important;
  line-height: 20px;
  padding: 10px 15px;
  margin-bottom: -20px;
}

.helpLink:hover {
  text-decoration: none;
}

.helpLink .question {
  border-radius: 50%;
  background: #4A4A4A;
  width: 23px;
  height: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  margin-left: 5px;
}

.helpBlock {
  position: absolute;
  width: 50%;
  background: #fff;
  z-index: 10000;
  padding: 15px;
  right: -1px;
  top: -2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.helpPanel {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: -40px;
}

.statsHeadline .helpPanel {
  text-align: left !important;
}

/*.no-js .helpBlock { display:block !important }*/
.helpBlock .close,
.helpPanel .close {
  display: inline-block;
  width: 45px;
  height: 45px;
  float: right;
  margin: 0 0 20px 20px;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url(../graphics/CLOSE.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.helpPanel .close {
  margin-right: -20px;
}

.close:hover,
.close:focus {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.helpBlock p:last-of-type {
  margin-bottom: 0;
}

/* twitter */
.tweets iframe {
  width: 100% !important;
  max-width: 100% !important;
}

iframe[id^=twitter-widget-] {
  width: 100% !important;
  margin-top: 15px !important;
  height: 530px;
}

/* article */
.articleHeader,
#formsMaster h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}

.articleHeader.fullBlock.left {
  width: 89%;
  margin-bottom: 40px;
  margin-left: 0%;
  margin-right: 0%;
  box-sizing: content-box;
}

#formsMaster h1 {
  padding-bottom: 20px;
}

#formsMaster h2 {
  font-weight: normal;
}

.articleHeader h1 {
  margin-top: 0 !important;
}

.articleHeader h1 + h2 {
  margin-top: 0;
}

mark, .highlight {
  background: #f8f9ec;
  padding: 20px;
  border-bottom: 5px solid #f3d992;
  font-weight: bold;
  display: block;
  line-height: 26px !important;
  margin-bottom: 20px;
}

.contentImg {
  width: 33.3%;
}

.contentImg.width200 {
  width: 200px;
}

.contentImg.width150 {
  width: 150px;
}

.contentImg.width100 {
  width: 100px;
}

.contentImg img {
  width: 100%;
}

.contentImg.right {
  margin: 1.5em 0 2em 4.6%;
}

.contentImg.left {
  margin: 1.5em 4.6% 2em 0;
}

.contentImg.center {
  margin: 1.5em auto 2em auto;
  width: 100%;
}

.contentImg.center img {
  width: 100%;
}

.contentImg p {
  font-size: 0.889em;
  line-height: normal;
}

/* video and podcast */
/* videos and podcast in general content */
.noJSmessage {
  display: none;
}

.no-js .noJSmessage {
  display: block;
}

.no-js .video-controls {
  display: none;
}

.mediaContainer,
.video-controls {
  background-color: #fbfbfb;
}

.newMedia {
  display: block;
}

.newMedia.right {
  float: right;
  margin-left: 40px;
  width: 50% !important;
}

.mediaContainer {
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
}

.mediaContainer,
video {
  border: 1px solid #dcdcdc;
}

.lt-ie9 .content video {
  border: 0px none;
}

.video-controls {
  padding: 20px 0 0 0;
}

.podcast .video-controls {
  padding: 0 0 0 0;
}

.lt-ie9 .content .video-controls,
.no-js .content .video-controls {
  display: none;
}

.noJSmessage {
  display: none;
}

.no-js .noJSmessage {
  display: block;
}

.video-controls button,
.legacyMediaMessage {
  margin-bottom: 1em;
}

/* at this point in time the IE does not support the fullscreen API */
/* IE9 and IE10 rule sets go here */
@media screen and (min-width: 0\0 ) {
  .fullscreen {
    display: none !important;
  }
}
video {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0 0 !important;
}

.legacyMedia {
  position: relative;
  min-width: 100% !important;
  margin-bottom: 1em;
}

.legacyMedia img {
  width: 100%;
}

.legacyDownloadLink,
.legacyDownloadLink:hover,
.legacyDownloadLink:hover .link {
  text-decoration: none !important;
}

.legacyDownloadLink .link {
  text-decoration: underline;
}

.legacyDownloadLink small {
  color: #666;
  text-decoration: none !important;
}

.podcast img {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  /* images inside main content publishing */
  .contentImg,
.contentImg img {
    width: 100% !important;
  }
  .contentImg.right,
.contentImg.left,
.contentImg.center {
    margin: 1.5em auto 2em auto !important;
  }
  .icnCategory {
    display: none !important;
  }
  .newMedia,
.newMedia.right {
    width: 100% !important;
  }
}
/* labelled pairs */
.labelledPairs {
  min-width: 70%;
  margin-bottom: 40px;
}

.labelledPair {
  display: block;
  padding-bottom: 1em;
}

.labelledPair:first-of-type {
  padding-top: 1em;
}

.labelledPair span.label,
.labelledPair span.value {
  display: block;
  float: left;
}

.labelledPair .label {
  width: 30%;
  white-space: nowrap;
  font-weight: bold;
}

.labelledPair .value {
  width: 65%;
  margin-left: 5%;
}

/* tables */
.content:not(.foundation) .wysiwyg table {
  margin: 40px 0;
  width: 100%;
  text-align: left !important;
  vertical-align: top !important;
  clear: both;
}
.content:not(.foundation) .wysiwyg caption {
  text-align: left;
  padding-bottom: 10px;
}
.content:not(.foundation) .wysiwyg table th {
  background-color: #4A4A4A;
  border: 1px solid #adadad;
  color: #ffffff;
  margin: 0;
  padding: 6px 10px;
  font-size: 0.889em;
}
.content:not(.foundation) .wysiwyg td {
  background-color: #f5f5f5;
  border: 1px solid #adadad;
  padding: 6px 10px;
  font-size: 0.778em;
}
.content:not(.foundation) .wysiwyg ol,
.content:not(.foundation) .wysiwyg ul {
  padding-left: 40px !important;
}
.content:not(.foundation) .sliderModule,
.content:not(.foundation) .wysiwyg .sliderModule {
  padding-left: 0 !important;
}

/* blockquote */
blockquote {
  position: relative;
  padding: 1em;
  margin: 40px;
}

blockquote:before,
blockquote:after {
  height: 1em;
  opacity: 0.25;
  position: absolute;
  font-size: 4em;
  color: #7370b3;
}

blockquote:before {
  content: "“";
  top: -30px;
  left: -10px;
}

blockquote:after {
  content: "”";
  bottom: 0;
  right: 0;
}

/* definition terms */
dt {
  display: inline;
  counter-reset: definitions;
}

dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

dd {
  display: block;
  counter-increment: definitions;
  margin-left: 0;
}

dd:before {
  content: counter(definitions, decimal) ". ";
}

.borderFocus {
  white-space: pre-line;
  background-color: #FAFAFC;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin: 20px 0;
  color: #000;
}

.wysiwyg hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  clear: both;
  margin-bottom: 40px;
}

.wysiwyg .modified-date {
  color: #4A4A4A;
  font-style: normal;
  font-weight: 700;
}

.wysiwyg blockquote cite {
  font-weight: 700;
  display: block;
}

/* page download */
.pageDownload {
  display: block;
  padding: 15px;
  border: 1px solid #d9d9e1;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.pageDownload:last-of-type {
  margin-bottom: 40px;
}

.pageDownload:hover {
  background-color: #f6f6fa;
}

/* a to z*/
ul.atoz {
  list-style-type: none;
  overflow-y: auto;
  font-size: 0;
  margin-bottom: 30px;
  padding: 1px 1px 1px 1px !important;
}

ul.atoz li {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  width: 7.6766091052%;
  margin: 0 0 0 0;
}

ul.atoz li a {
  display: block;
  line-height: 75px;
  background: #f6f6fa;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d9d9e1;
  -moz-box-shadow: inset 0px 0px 0px 1px #d9d9e1;
  box-shadow: inset 0px 0px 0px 1px #d9d9e1;
  font-weight: 300;
}

ul.atoz li a.disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}

.ie8 .atoz li a {
  background-image: url(../graphics/a-zCategory-link-ie8.png);
}

.atoz li a:hover {
  background: #eaeaef;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.atoz li.active a {
  background: #999;
  color: #FFF;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  /*
  .wysiwyg table {  width:100%!important; border-spacing:0 !important; border-collapse:separate !important; display: block; position: relative;  }
  .wysiwyg caption { display:block }


  .wysiwyg th,
  .wysiwyg td { margin: 0; }

  .wysiwyg th { text-align: left; }
  .wysiwyg table {  }
  .wysiwyg thead { display: block; float: left; }
  .wysiwyg tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap;  }
  .wysiwyg thead tr { display: block; }
  .wysiwyg th { display: block; text-align: right; }
  .wysiwyg tbody tr { display: inline-block; margin-left:-6px; }
  .wysiwyg td { display: block; }

  .wysiwyg table th { border-bottom: 0; border-left: 0; padding: 8px!important; font-size:0.750em }
  .wysiwyg thead tr th:last-of-type { border-bottom:1px solid #adadad; }
  .wysiwyg td { border-left: 1px solid #adadad; border-right: 0; border-bottom: 0; padding: 8px 13px 8px 13px!important; font-size:0.750em; margin-left:2px }
  .wysiwyg tbody tr:last-of-type {border-right:1px solid #adadad; }
  .wysiwyg tbody tr td:last-of-type { border-bottom:1px solid #adadad; }
  */
  .content:not(.foundation) .wysiwyg table thead {
    display: none;
  }
  .content:not(.foundation) .wysiwyg table tfoot {
    display: none;
  }
  .content:not(.foundation) .wysiwyg table tr,
.content:not(.foundation) .wysiwyg table th,
.content:not(.foundation) .wysiwyg table td {
    display: block;
  }
  .content:not(.foundation) .wysiwyg table td {
    border-top: 0;
  }
  .content:not(.foundation) .wysiwyg table tr td:first-of-type {
    background-color: #4A4A4A;
    color: #fff;
  }
}
/* slider */
.sliderModule {
  margin: 0 0 0 0;
  padding-left: 0;
}

.sliderModule a,
.sliderModule.fullWidthImages img {
  width: inherit;
}

.sliderModule.fullWidthImages .showMobile {
  display: none;
}

.homeSlider {
  background: #f4f4f4;
}

.homeSlider .bx-wrapper {
  margin-bottom: 60px !important;
}

.homeSlider .bx-wrapper .bx-caption span {
  font-size: 1.667em;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.homeSlider .bx-wrapper .bx-caption {
  background: #c2986e !important;
}

.homeSlider .bx-wrapper .bx-pager,
.homeSlider .bx-wrapper .bx-controls-auto {
  bottom: -45px !important;
}

.homeSlider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 99;
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../graphics/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #6e72b1;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../graphics/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../graphics/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../graphics/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../graphics/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.sliderModule .captionEnhanced {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
  z-index: 100;
}

.homeSlider .sliderModule .captionEnhanced {
  font-size: 1.667em;
  font-family: "aktiv-grotesk-std", sans-serif;
  background: #c2986e !important;
  color: #FFF;
  padding: 10px 0;
}

.sliderModule .captionEnhanced a {
  color: #FFF;
  display: inline-block !important;
  width: auto !important;
  background-color: #960;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 70%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* sidenav */
.sideNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sideNav ul li {
  clear: both;
}

.sideNav a,
.sideNav .item {
  display: block;
  padding: 15px;
}

.sideNav a .icn {
  margin-right: 5px;
}

.sideNav .item .icn {
  float: left;
}

.sideNav .item .itemVal {
  display: inline-block;
  width: 80%;
  padding-left: 5px;
  vertical-align: top;
}

.sideNav .paddingSides {
  padding: 0 15px 15px 15px !important;
}

.sideNav .details {
  margin: 15px 0 0px 0;
}

.sideNav .details ul {
  border-bottom: 0;
}

.sideNav .h1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9e1;
  margin-bottom: 0 !important;
  color: #4A4A4A;
  display: block;
  padding-top: 10px !important;
}

.sideNav .h1.cyan-blue {
  background-color: #6F92A7;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

.sideNav .h1.pastel-yellow {
  background-color: #F3D992;
  color: #000;
}

.sideNav .h1.lilac {
  background-color: #4F4E97;
  color: #ffffff;
}

.sideNav .part {
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.sideNav a {
  border-bottom: 1px solid #d9d9e1;
  text-decoration: none !important;
}

.sideNav ul:last-child a:last-kind {
  border-bottom: none;
}

.sideNav a:hover,
.sideNav a:focus {
  text-decoration: underline !important;
  background: #f6f6fa;
}

.sideNav a.active {
  background: #eeeef3;
  color: #333;
}

.subNav a {
  padding: 10px 10px 10px 30px !important;
  border-bottom: none;
}

.subNav {
  border-bottom: 1px solid #d9d9e1;
}

.fileSize {
  color: #333;
}

.externalLink {
  display: block;
  color: #666;
  font-size: 12px;
}

/* paginate in content split tags */
.pagination.contentSplit ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.pagination.contentSplit li {
  width: 45%;
  background-color: #FFF;
  display: block;
  float: left;
  margin: 10px 0 10px 0;
}

.pagination.contentSplit li.next {
  margin-left: 10%;
}

.pagination.contentSplit li.next a,
.pagination.contentSplit li.next span {
  text-align: right;
}

.pagination.contentSplit li.first a {
  text-align: left;
}

.pagination.contentSplit li.first a {
  background-size: 11px 18px !important;
  background: url(../graphics/icn-arrow-left-large.png) 12px center no-repeat;
}

.pagination.contentSplit li.next a {
  background-size: 11px 18px !important;
  background: url(../graphics/icn-arrow-right-large.png) 95% center no-repeat;
}

.pagination.contentSplit li span,
.pagination.contentSplit li a {
  display: block;
  padding: 20px 40px;
  line-height: normal;
  color: #333;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}

.pagination.contentSplit li .node {
  border: 1px solid #ccc;
}

.pagination.contentSplit li .node:hover,
.pagination.contentSplit li .node:focus {
  text-decoration: underline !important;
  border: 1px solid #333;
  color: #333 !important;
}
.pagination.contentSplit li .node:hover span,
.pagination.contentSplit li .node:focus span {
  text-decoration: underline !important;
}

.pagination.contentSplit .splitTitle {
  padding: 20px 0 0 0;
  color: #4F4E97;
}

/* compliant detail page */
.fieldValues p {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.backToTop {
  font-size: 0.75em;
  display: inline-block;
  width: auto;
  margin: 20px 0 50px 0;
}

.backToTop a {
  display: block;
  background-color: #FAFAFC;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 30px 5px 10px;
  background-image: url(../graphics/icn-arrow-up-large.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 90% center;
  text-decoration: none !important;
}

.backToTop a:hover {
  background-color: #FFF;
  background-position: 90% 10px;
}

.backToTop.noTopMargin {
  margin-top: 0;
}

a.anotherSearch {
  font-size: 0.75em;
  display: inline-block;
  float: right;
  margin-left: 20px;
  background-color: #FAFAFC;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
}

a.anotherSearch:hover {
  background-color: #FFF;
}

.index {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  border-bottom: 0px;
}

.content .wysiwyg .index ul,
.index ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.index ul li {
  margin: 0 !important;
}

.index ul a {
  display: block;
  padding: 10px 20px;
  background-color: #FAFAFC;
  border-bottom: 1px solid #ccc;
  padding-left: 45px;
  background-image: url(../graphics/icn-arrow-down-large.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 15px;
  text-decoration: none !important;
}

.index ul a:hover {
  background-color: #FFF;
  background-position: 15px 22px;
}

.index h2 {
  margin-bottom: 0 !important;
  padding: 10px 20px;
  font-weight: 300;
  background-color: #FFF;
}

a.printer {
  font-size: 0.75em;
  display: inline-block;
  background-color: #FAFAFC;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px 5px 30px;
  background-image: url(../graphics/print.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 8px center;
  text-decoration: none !important;
}

.printer:hover {
  background-color: #FFF;
}

#complaintTemplate .label,
#complaintTemplate .value {
  display: block;
  float: left;
}

#complaintTemplate .label {
  width: 20%;
  display: block;
}

#complaintTemplate .value {
  width: 80%;
  display: block;
}

#complaintTemplate .value {
  font-weight: bold;
}

#complaintTemplate h1, #complaintTemplate h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

/* tabs */
.tabContent {
  display: none;
}

#tab-1 {
  display: block;
}

/* feedback block */
.application {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
}

.feedbackBlock {
  background: #fafafc;
  border-top: 1px solid #d9d9db;
  padding: 20px 0;
}

.feedbackBlock .block {
  margin: 0 40px;
}

.feedbackBlock .tabsMenu {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.feedbackBlock .group {
  margin-bottom: 15px;
  display: block;
}

.socialBlock .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.socialBlock .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.socialBlock .menu a.has-tip {
  border: none !important;
}

.socialBlock .menu a {
  margin-bottom: 0;
}

.socialBlock .menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.socialBlock menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.panelTabs {
  list-style-type: none;
  position: absolute;
  top: 14px;
  /*margin-top:-49px;*/
}
.panelTabs span.arrow-down {
  display: none;
}

.application .panelTabs li {
  float: left;
  margin-right: 20px;
}

.application .panelTabs li a {
  display: block;
  padding: 10px 40px;
  box-sizing: border-box;
  background: #fafafc;
  border: 1px solid #d9d9db;
  width: 100% !important;
  white-space: nowrap;
  text-decoration: none !important;
}

.application .panelTabs li a:hover {
  text-decoration: none;
  text-decoration: underline !important;
}

.application .panelTabs li a.active {
  position: relative;
  border-bottom-color: #fafafc;
  padding-top: 11px;
}

.feedbackBlock .button {
  margin-right: 20px;
}

.errorMessage {
  color: #a94442;
  background: #f2dede;
  border: 1px solid #ebccd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}

.errorMessage {
  position: relative;
  background: #f2dede;
  border: 1px solid #ebccd1;
}

.errorMessage:after, .errorMessage:before {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.errorMessage:after {
  border-color: rgba(242, 222, 222, 0);
  border-bottom-color: #f2dede;
  border-width: 10px;
  margin-left: -10px;
}

.errorMessage:before {
  border-color: rgba(235, 204, 209, 0);
  border-bottom-color: #ebccd1;
  border-width: 11px;
  margin-left: -11px;
}

.sucessMessage {
  background-color: #4DA971;
  padding: 20px;
  color: #FFF;
  margin-bottom: 15px !important;
}

.sucessMessage {
  position: relative;
  background: #4DA971;
  border: 1px solid transparent;
}

.sucessMessage:after,
.sucessMessage:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.sucessMessage:after {
  border-color: rgba(77, 169, 113, 0);
  border-bottom-color: #4DA971;
  border-width: 10px;
  margin-left: -10px;
}

.sucessMessage:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  border-width: 11px;
  margin-left: -11px;
}

.validation {
  padding: 1.5em;
  margin: 1.5em 0;
  border-radius: 5px;
}

.validation p,
.validation a {
  margin: 0 0 0 0 !important;
  font-weight: 300;
}

.validation a {
  text-decoration: underline;
}

.validation,
.validation h1,
.validation h2,
.validation h3,
.validation h4,
.validation p,
.validation a {
  color: #FFF !important;
}

.validation.success {
  background: #4DA971;
}

.validation.fail {
  background: #B21309;
}

/* sitemap */
.sitemap {
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  list-style: none;
  background: none;
  width: auto;
  overflow: hidden;
}

.sitemap ul li,
.sitemap ul li ul li {
  list-style: none;
}

.sitemap ul li,
.sitemap ul li ul li,
.sitemap ul li ul li ul li {
  background: url(../graphics/site_map_list.gif) 0 5px no-repeat;
  padding-left: 15px;
}

/* champion links */
.championLink {
  display: block;
  font-weight: bold;
  font-size: 21px;
  line-height: 20px;
  padding: 20px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.championLink .icn {
  width: 18%;
  background-size: 100% !important;
  vertical-align: middle;
  margin-right: 12px;
  max-width: 60px;
}

.championLink .arrow {
  width: 11px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 13px;
}

.limeChampion {
  color: #b7d042 !important;
}

.purpleChampion {
  color: #4F4E97 !important;
}

.greyChampion {
  color: #6f92a7 !important;
}

.tealChampion {
  color: #1cabca !important;
}

.pinkChampion {
  color: #d11b8b !important;
}

.brownChampion {
  color: #90725e !important;
}

.limeChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-lime.png);
}

.limeChampion .icn {
  margin-top: 10px;
}

.brownChampion .icn {
  margin-top: 10px;
}

.purpleChampion .icn, .tealChampion .icn, .greyChampion .icn {
  margin-top: -5px;
}

.purpleChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-purple.png);
}

.tealChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-teal.png);
}

.greyChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-grey.png);
}

.pinkChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-pink.png);
}

.brownChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-brown.png);
}

.standardChampion .arrow {
  background-image: url(../graphics/icn-arrow-right-large-standard.png);
}

/* accordion or 'layered content' - november 2017 */
.accordion {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.accordion:hover {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.triggerAccordionContent a {
  position: relative;
  display: block;
  border: 1px solid #d9d9e0;
  padding: 20px 60px 30px 1.5rem;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.28, 0.11, 0.32, 1);
  transition-delay: 0s;
  transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
  background-image: url(../graphics/read-more.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 97% 20px;
  text-decoration: none !important;
}

.triggerAccordionContent a:hover,
.triggerAccordionContent a:focus {
  text-decoration: underline !important;
}

.triggerAccordionContent a:hover,
.triggerAccordionContent a.active,
.triggerAccordionContent a:focus {
  background-color: #F6F6FA;
}

.triggerAccordionContent a:hover {
  display: block;
  background-image: url(../graphics/read-more-hover.png);
}

.triggerAccordionContent a.active {
  background-image: url(../graphics/read-less.png);
}

.triggerAccordionContent a.active:hover {
  background-image: url(../graphics/read-less-hover.png);
}

.triggerAccordionContent h1,
.triggerAccordionContent h2,
.triggerAccordionContent h3,
.triggerAccordionContent h4 {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  font-size: 1.16667rem;
}

.triggerAccordionContent p {
  margin-top: 1.41429rem;
}

.triggerAccordionContent p:last-of-type {
  margin-bottom: 0 !important;
}

.triggerAccordionContent a.active {
  background-color: #F6F6FA;
  border: 1px solid #d9d9e0;
}

.triggerAccordionContent a.active:after,
.triggerAccordionContent a.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.triggerAccordionContent a.active:after {
  border-color: rgba(246, 246, 250, 0);
  border-top-color: #F6F6FA;
  border-width: 30px;
  margin-left: -30px;
}

.triggerAccordionContent a.active:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #d9d9e0;
  border-width: 31px;
  margin-left: -31px;
}

.accordionContent {
  display: block;
  border: 1px solid #d9d9e0;
  border-top: 0px;
  border-bottom-width: 5px;
  padding: 2rem 1rem;
}

@media only screen and (max-width: 480px) {
  .triggerAccordionContent a {
    background-size: 33px 33px;
    background-position: 94% 25px;
  }
  .accordionContent {
    display: block;
    padding: 2rem 0.5rem 2rem 0;
  }
}
/* reset for mapping stats page */
.accordion.panelAccordion {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.accordion.panelAccordion .triggerAccordionContent a {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  margin: 0px;
  background-color: #F6F6FA;
  background-position: 97% 25px;
}

.accordion.panelAccordion .triggerAccordionContent h2 {
  font-size: 28px;
  font-size: 1.556rem;
}

.accordion.panelAccordion .accordionContent {
  border-right: 0px !important;
  border-left: 0px !important;
  border-bottom-width: 1px;
}

/* gov delivery widget */
.sideNav .gdw_widget {
  width: 100% !important;
}

.sideNav .gdw_header,
.sideNav .gdw_nudge_top {
  display: none;
}

.sideNav .gdw_content {
  display: block !important;
  height: auto !important;
  width: 100%;
  overflow: visible;
}

.sideNav .gdw_content {
  overflow-y: auto;
  height: 390px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9e1;
}

.sideNav .gdw_content .gdw_story {
  border-bottom: 1px solid #d9d9e1;
}

.sideNav .gdw_content a {
  background-color: #ffffff;
  border-bottom: 1px dotted #d9d9e1;
}

.sideNav .gdw_content a:hover {
  text-decoration: none;
  background: #f6f6fa;
}

.sideNav .gdw_subscribe {
  padding: 15px;
}

.sideNav .gdw_subscribe p {
  margin-bottom: 5px;
}

.sideNav .gdw_subscribe input[type=email] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9e0;
  padding: 10px;
  margin-bottom: 10px;
}

.sideNav .gdw_subscribe input[type=email]:focus {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  border-radius: 0 0 0 0;
}

.sideNav .gdw_subscribe input[type=submit] {
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  line-height: 20px;
  width: 100%;
  border: 2px solid #4F4E97;
  background: #4F4E97;
  color: #fff;
}

.sideNav .gdw_subscribe input[type=submit]:hover {
  text-decoration: none;
  background: #5c5e98;
}

.sideNav .story_nav {
  padding: 5px 15px !important;
  font-size: 80%;
  background-color: #ffffff;
}

.sideNav .gdw_buttons {
  padding: 15px !important;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.sideNav .gdw_buttons a {
  border: none !important;
  padding: 0px !important;
  display: inline;
  margin: 0 10px 0 0;
  width: auto;
  float: left;
}

.sideNav .gdw_buttons a img {
  margin: 0px;
}

.sideNav .gdw_embed * {
  box-sizing: border-box;
}

.sideNav .gdw_embed {
  padding: 15px;
}

.sideNav .gdw_embed textarea {
  width: 100%;
}

.sideNav .gdw_embed .gdw_embed_close {
  border-bottom: none !important;
  width: 100%;
  text-align: right;
  background: none;
}

/* map hero */
.parallax-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.parallax-container.smallHeight {
  height: 330px;
}

.parallax-container.mediumHeight {
  height: 500px;
}

.parallax-container.largeHeight {
  height: 100vh;
}

.parallax-container h4.h1 {
  margin: 10px auto 10px auto !important;
  padding: 0 !important;
}

.banner {
  width: 100%;
  height: 33vh;
  position: relative;
  display: block;
  overflow: hidden;
}

div.banner.smallHeight {
  height: 330px;
}

div.banner.mediumHeight {
  height: 500px;
}

div.banner.largeHeight {
  min-height: 660px;
  height: 100vh;
}

div.bannerWallpaper {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

div.bannerWallpaper.parallax {
  display: block;
  position: absolute;
  width: 100%;
  top: auto;
  right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(../graphics/mapgrab.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  div.bannerWallpaper.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../graphics/mapgrab@2x.jpg);
  }
}
.smallHeight div.bannerWallpaper.parallax {
  height: 600px;
}

.mediumHeight div.bannerWallpaper.parallax {
  height: 800px;
}

.largeHeight div.bannerWallpaper.parallax {
  height: 120vh;
}

div.banner .wrapper,
div.banner .message {
  position: relative;
  z-index: 2;
}

div.banner.mediumHeight .button {
  width: 50%;
  margin-top: 140px;
}

@media screen and (max-width: 39.9375em) {
  div.banner .message p.h1,
div.banner .message h4.h1 {
    font-size: 20px;
  }
  div.banner.mediumHeight .button {
    width: 50%;
    margin-top: 120px;
    width: 100%;
  }
  div.bannerWallpaper.parallax {
    top: 0;
  }
  .announcementsBlockHome {
    height: auto !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div.banner .message p.h1,
div.banner .message h4.h1 {
    font-size: 24px;
  }
  div.banner.mediumHeight .button {
    width: 50%;
    width: 75%;
  }
}
/* footer */
.footer {
  background: #f2f2f7;
  border-top: 8px solid #d4d4de;
  padding: 20px 0 30px 0;
}
.footer a {
  color: #4A4A4A;
  text-decoration: none !important;
}
.footer a:hover {
  text-decoration: underline !important;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer .h5 {
  border-bottom: 1px solid #d8d8df;
  padding-bottom: 15px;
  font-weight: 600 !important;
}

.footer #email {
  width: 100%;
  box-sizing: border-box;
}

.formBlock p {
  margin-bottom: 10px;
  margin-top: 0;
}

.footer .FormField,
.footer .button {
  width: 100%;
}

.credits {
  font-family: "felt-tip-roman", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.credits p {
  margin: 0 0 0 0;
}

.credits a {
  text-decoration: none !important;
}

/*
@media screen and (min-width: 320px) {
	.desktopOnly { display:none}
	.mobileOnly,
	.portraitOnly { display:block}
}
@media screen and (min-width: 991px) {
	.desktopOnly { display:block}
	.mobileOnly,
	.portraitOnly { display:none !important}
}

*/
/* perfomance data layouts */
.greyDarkBg {
  background-color: #E5E5E5;
}

.greyBg {
  background-color: #ECECED;
}

.panel {
  background-color: #ffffff;
}

.negativeMarginTop {
  margin-top: -2px;
}

.rounded:not(.foundation) {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.shadow {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
}

.shadowInner {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.relative {
  position: relative;
}

.mapMask {
  position: absolute;
  display: block;
  background-color: transparent;
  width: 100%;
  z-index: 1;
  top: 0;
  cursor: not-allowed;
}

.totalSummarySpacer {
  display: block;
  background-color: transparent !important;
  width: 100%;
  height: 112px;
}

.pieChartContainer {
  height: 250px;
  width: 250px;
  top: 50%;
  left: 50%;
  margin-left: -125px;
}

.pieChartBackground {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
}

.pieChart {
  /*transition: all 1s;*/
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  clip: rect(0px, 125px, 250px, 0px);
}

.hold {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  clip: rect(0px, 250px, 250px, 125px);
}

.innerCircle {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  top: 15px;
  left: 15px;
}

.innerCircle .statPercent {
  position: absolute;
  display: block;
  width: 220px;
  top: 45px;
  left: 0;
  text-align: center;
  /*font-size: 72px;*/
  font-size: 4em;
  color: #4A4A4A;
  font-weight: 300 !important;
  font-family: "aktiv-grotesk-std";
  font-style: normal;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.64);
}

.chartOrange .pieChartBackground {
  background-color: #FFE5B6;
}

.chartOrange .pieChart,
.panel p.statistic span.legend span.chartOrange {
  background-color: #FFAF22;
}

.chartGreen .pieChartBackground {
  background-color: #BDF3D0;
}

.chartGreen .pieChart,
.panel p.statistic span.legend span.chartGreen {
  background-color: #36DB70;
}

.chartBlue .pieChartBackground {
  background-color: #B5E6F7;
}

.chartBlue .pieChart,
.panel p.statistic span.legend span.chartBlue {
  background-color: #00B6E7;
}

.panel p.statistic.offSetPie {
  margin-top: 53px;
}

.panel p.statistic {
  display: block;
}

.panel p.statistic span {
  display: block;
  float: left;
}

.panel p.statistic span.legend {
  width: 15%;
}

.panel p.statistic span.valueText {
  width: 85%;
}

.panel p.statistic span.legend span.icon {
  display: block !important;
  width: 23px;
  height: 23px;
  margin-top: 3px;
}

.panel p.statistic span.legend span.docsIcon {
  background-image: url(../graphics/docsIconBlue.png);
  background-size: contain;
}

.heroMinHeight {
  min-height: 360px !important;
}

.statHero .totalSummary {
  color: #4F4E97;
  /*font-size: 48px;*/
  font-size: 2.667em;
}

.statHero .totalSummaryLabel {
  /*font-size: 20px;*/
  font-size: 1.111em;
  color: #4A4A4A;
}

.statHero .totalSummaryText {
  /*font-size: 14px; */
  font-size: 0.778em;
  color: #555555;
  line-height: 22px;
}

.accreditation small {
  line-height: normal !important;
}

.statsHeadline select,
select.mapSelect {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

.statsHeadline select:disabled,
select.mapSelect:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.statsHeadline select::-ms-expand,
select.mapSelect::-ms-expand {
  display: none;
}

a.statsHeadlineInfo {
  display: inline-block;
  margin: 0 !important;
  vertical-align: middle;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #4A4A4A;
  color: white !important;
  font-size: 22px;
  text-decoration: none !important;
  position: relative;
}

a.statsHeadlineInfo:hover {
  background-color: #333333;
}

a.statsHeadlineInfo.active {
  font-size: 25px;
}

a.statsHeadlineInfo.active:after,
a.statsHeadlineInfo.active:before {
  bottom: 100%;
  left: 17px;
  margin-bottom: -60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1001;
}

.h2 a.statsHeadlineInfo.active:after,
.h2 a.statsHeadlineInfo.active:before {
  margin-bottom: -53px;
}

a.statsHeadlineInfo.active:after {
  border-bottom-color: #FFF;
  border-width: 20px;
  margin-left: -20px;
}

a.statsHeadlineInfo.active:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 21px;
  margin-left: -21px;
}

.feedBlockScroller {
  height: 400px;
  overflow-y: scroll;
}

.feedBlockScroller p.h4.feedArticleTitle {
  line-height: normal !important;
  font-weight: bold;
}

.feedBlockScroller .refNum {
  color: #4A4A4A;
  display: block;
}

.feedBlockScroller .refNum {
  margin: 15px 0 10px 0 !important;
}

.panelDesc {
  /*font-size: 14px; */
  font-size: 0.778em;
  color: #4A4A4A;
}

.bottomPanels {
  min-height: 890px;
}

.noDataTitle {
  margin-top: 144px;
  /*font-size: 24px;*/
  font-size: 1.333em;
  color: #4A4A4A;
  text-align: center;
  line-height: 28px;
}

.noDataAction {
  /*font-size: 14px; */
  font-size: 0.778em;
  color: #4A4A4A;
  text-align: center;
}

.notification {
  padding-left: 60px;
  background-image: url(../graphics/notification.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.gm-style .notification {
  padding-left: 40px;
  min-height: 30px;
  font-size: 16px;
  color: #9B9B9B;
  text-align: left;
  line-height: 26px;
  margin-bottom: 0px;
}

.gm-style .pinTitle {
  font-weight: 700;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-style: normal;
  color: #222222;
  text-align: left;
  font-size: 18px !important;
  line-height: 26px;
  margin-bottom: 10px;
}

select.mapSelect {
  margin: 0 !important;
  border: 1px solid #51509B;
  background-color: #FFFFFF;
  color: #51509B;
}

.mapSuggest {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 40px;
}

.mapSuggest:focus {
  border-color: #4d90fe;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08);
}

.mapSubmit {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: transparent;
  background-image: url(../graphics/pacSubmit.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 22px;
  z-index: 2;
  border: none;
  position: absolute;
  top: 20px;
  left: 32.5%;
  opacity: 0.5;
}

.mapSubmit:hover,
.mapSubmit:focus {
  opacity: 1;
}

.tableHeader {
  background-color: #FAFAFC;
}

.tableHeader p {
  padding: 10px 0;
  line-height: 20px;
}

.tableRow {
  background-color: #ffffff;
}

.tableRow p {
  display: inline-block;
  padding: 10px 0;
  margin-top: 10px;
  line-height: 20px;
}

.block.setMobileSpace {
  padding-bottom: 0px !important;
}

.setTop {
  top: 20px;
  position: relative;
}

.wrapSuggest {
  position: absolute;
  right: 66%;
  left: 40px;
}

.regionSearchForm {
  /*
  .autocomplete__hint,
  .autocomplete__input,
  .autocomplete__option {
     	font-size: 16px;
     	line-height: 1.25
  }*/
  /*
  .autocomplete__hint,
  .autocomplete__option {
     	padding: 4px
  }*/
  /*
  @media (min-width:641px) {
     	.autocomplete__hint,
     	.autocomplete__input,
     	.autocomplete__option {
         	font-size: 19px;
         	line-height: 1.31579
     	}
  }*/
}
.regionSearchForm .autocomplete__wrapper {
  position: relative;
  display: block;
  z-index: 1;
  height: 2.4375rem;
  box-shadow: none;
  width: 100%;
  background-color: blue;
}
.regionSearchForm .autocomplete__input {
  width: 100% !important;
}
.regionSearchForm .mapSuggest,
.regionSearchForm .autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/
  width: 100%;
}
.regionSearchForm .mapSubmit {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: auto;
  right: 66%;
}
.regionSearchForm .autocomplete__hint,
.regionSearchForm .autocomplete__input {
  height: 2.4375rem;
  margin: 0 0 0 0 !important;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.regionSearchForm .autocomplete__input {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.regionSearchForm .autocomplete__hint {
  color: #4A4A4A;
  position: absolute;
}
.regionSearchForm .autocomplete__hint:hover,
.regionSearchForm .autocomplete__input:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3);
}
.regionSearchForm .autocomplete__input--default {
  /*padding: 4px;*/
}
.regionSearchForm .autocomplete__input--focused {
  outline-offset: 0;
  outline: 3px solid #ffbf47;
}
.regionSearchForm .autocomplete__input--show-all-values {
  padding: 0.5rem 34px 0.5rem 0.5rem;
  cursor: pointer;
}
.regionSearchForm .autocomplete__dropdown-arrow-down {
  /*z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px*/
  display: none !important;
}
.regionSearchForm .autocomplete__menu {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-top: 0;
  color: #4A4A4A;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  width: 100%;
  top: 0px;
}
.regionSearchForm .autocomplete__menu--visible {
  display: block;
}
.regionSearchForm .autocomplete__menu--hidden {
  display: none;
}
.regionSearchForm .autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.regionSearchForm .autocomplete__menu--inline {
  position: relative;
}
.regionSearchForm .autocomplete__option {
  border-bottom: solid #cacaca;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 50px;
  height: 2.4375rem;
  line-height: 1.5;
  font-size: 1rem;
  box-sizing: border-box;
  background-image: url(../graphics/pointer-purple.png);
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 10px;
}
.regionSearchForm .autocomplete__option > * {
  pointer-events: none;
}
.regionSearchForm .autocomplete__option:first-of-type {
  /*border-top-width: 0*/
  border-top: 1px solid #cacaca;
}
.regionSearchForm .autocomplete__option:last-of-type {
  border-bottom-width: 0;
}
.regionSearchForm .autocomplete__option--odd {
  background-color: #fbfbfb;
}
.regionSearchForm .autocomplete__option--focused,
.regionSearchForm .autocomplete__option:hover {
  background-color: #1E5D71;
  border-color: #cacaca;
  color: #fff;
  outline: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-image: url(../graphics/pointer-white.png);
}
.regionSearchForm .autocomplete__option--focused {
  background-color: #376D7E !important;
}
.regionSearchForm .autocomplete__option--no-results {
  background-color: #fafafa;
  color: #646b6f;
  cursor: not-allowed;
}

.maskLoader {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}

.loader {
  border: 15px solid #ECECEC;
  border-top: 15px solid #6163A1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 3s linear infinite;
  position: absolute;
  top: 175px;
  left: 50%;
  margin-left: -75px;
  margin-top: -60px;
  z-index: 2;
}

p.loadingMessage {
  position: absolute;
  z-index: 2;
  top: 175px;
  text-align: center;
  width: 100%;
  display: block;
  color: #cccccc;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.875rem;
}

.mainPanel .loader,
.mainPanel p.loadingMessage {
  top: 120px;
}

p.loadingMessage:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -moz-animation: ellipsis 2s infinite;
  content: "…"; /* ascii code for the ellipsis character */
}

@-moz-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.regionSearchForm {
  min-height: 15vh;
}

/* Customize the label (the radioCheck) */
.radioCheck {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 42px;
}

.radioCheck small.instructions {
  display: inline-block;
  line-height: normal !important;
}

/* Hide the browser's default checkbox */
.radioCheck input {
  position: absolute;
  cursor: pointer;
  height: 42px;
  width: 42px;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 42px;
  width: 42px;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

/* On mouse-over, add a grey background color */
.radioCheck:hover input ~ .checkmark {
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3);
}

.radioCheck:hover input:checked ~ .checkmark {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  border-radius: 0 0 0 0;
}

/* When the checkbox is checked, add a blue background */
.radioCheck input:checked ~ .checkmark {
  background-color: #ffffff;
}

.radioCheck input:disabled ~ .checkmark {
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radioCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radioCheck .checkmark:after {
  left: 15px;
  top: 5px;
  width: 10px;
  height: 22px;
  border: solid #376D7E;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* callout */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}

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

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

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

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

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

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

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

callout.sombre {
    background-color: #cacaca;
    color: #0a0a0a;
}

.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}

.callout.header {
  background-color: #dedede;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

/* generic responsive classes */
.mobileOnly {
  display: none;
}

/* Gov delivery reset */
#scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer input[type=submit], #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer button.prefix-big {
  background: #454483 !important;
  color: #fff !important;
  border: 2px solid #454483;
  text-decoration: none !important;
}

#scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer input[type=submit]:hover, #scopedByScopedPolyfill_1 #scopedByScopedPolyfill_1 #prefix-overlay-outer button.prefix-big:hover {
  background: #3F3E79 !important;
  border-color: #3F3E79;
}

@media only screen and (max-width: 400px) {
  body {
    min-width: 320px;
  }
  /*.debug .decorWrap { background-color:#fff}
  .debug .wrapper { background-color:purple}
  .debug .row:not(.foundation) { background-color:cream}
  .debug .row:not(.foundation) .block { background-color:#F30; }
  .debug .sideBarLayout .content { background-color:#CF3}
  .debug .sideBarLayout .sidebar  { background-color:#C6C; }*/
  .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .fullBlock {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fullWidthLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) {
    margin-bottom: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(2) {
    margin-right: 0;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(3),
.fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(4) {
    margin-bottom: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoThirds,
.fullWidthLayout .row:not(.foundation) .block.oneThirds {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .fullWidthLayout .row:not(.foundation) .block.fiveCol {
    width: 100% !important;
  }
  /* home sections */
  .homeSections {
    background-image: none;
    border-bottom: 0px;
  }
  .homeSections .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .homeSections.transactForms .fullWidthLayout .row:not(.foundation) .block.twoCol.last {
    border-bottom: 0px !important;
  }
  .wrapperFields {
    width: 70%;
  }
  .homeSections .fullWidthLayout .row:not(.foundation) {
    padding-left: 0;
    padding-right: 0;
  }
  .homeSections .block .promo,
.homeSections .block.last .promo {
    margin-right: 20px;
    margin-left: 20px;
  }
  /* home promos */
  .homeSections {
    background-image: none !important;
  }
  .homeSections .promo {
    margin-bottom: 0;
  }
  .homeSections .promo .articleTextBlock,
.homeSections .promo img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .homeSections .promo .articleTextBlock .articleDesc {
    display: none;
  }
  .homeSections .promo img {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
  }
  .sideBarLayout .content,
.sideBarLayout .sidebar {
    float: none;
    width: 100%;
  }
  .sideBarLayout .sidebar .paddingSides {
    padding: 0px 20px;
  }
  .sideNav {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sideBarLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.threeCol {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.threeCol:nth-child(3) {
    margin-bottom: 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) {
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3),
.sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) {
    margin-bottom: 20px;
  }
  /* theme */
  .importantTasks {
    background-color: transparent;
  }
  .sideBarLayout {
    background-image: none;
  }
  /* header */
  .mobileOnly .header a.left {
    text-align: center;
    width: 100%;
    display: block;
  }
  .mobileOnly .shortcutNav .complaint {
    text-align: center !important;
    display: block;
  }
  .mobileOnly .shortcutNav li {
    width: 50%;
  }
  .mobileOnly #searchHeader {
    width: 100% !important;
  }
  .mobileOnly .headerSearch {
    margin-top: 0;
    padding: 20px;
  }
  .mobileOnly .headerSearchButton {
    bottom: 30px;
  } /* forms */
  .searchSection {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .searchSection .checkboxWrapper {
    display: block;
  }
  .searchLine {
    margin-bottom: 0;
  }
  .feedbackBlock .formField {
    width: 100%;
    box-sizing: border-box;
  }
  p.identifiers span {
    display: block !important;
    margin-bottom: 5px;
  }
  #complaintTemplate .label {
    width: 100%;
  }
  /* category */
  .introCategory {
    width: 100%;
  }
  a.anotherSearch {
    display: block !important;
    clear: both;
    float: none !important;
    margin: 0 0 20px 0;
  }
  /**/
  .breadcrumbs {
    font-size: 12px;
    padding: 5px 0;
  }
  .breadcrumbs li {
    padding: 0 5px 0 0;
  }
  /* news */
  .news a.left, .news .date {
    float: none;
    display: block;
    margin-left: 0;
  }
  .news img {
    width: 100%;
    height: auto;
  }
  .newsButton {
    display: block;
    text-align: center;
  }
  .helpBlock {
    width: 100%;
    box-sizing: border-box;
  }
  /* sub category */
  p.identifiers span {
    display: block;
  }
  .pagination.contentSplit li {
    width: 100%;
    float: none;
    margin: 10px 0 0 0 !important;
  }
  .credits .right {
    float: none;
  }
  .FormFields fieldset label {
    display: block;
  }
  .atoz {
    padding: 0 0 0 0;
  }
  .atoz li {
    font-size: 20px !important;
    width: 16.6666666667%;
  }
  .atoz li a {
    line-height: 40px !important;
  }
  .displayOptionsExpanded {
    display: none !important;
  }
  /* generic responsive classes */
  .desktopOnly {
    display: none;
  }
  .mobileOnly {
    display: block !important;
  }
  /* perfomance data layouts */
  .totalSummarySpacer {
    height: 0px;
  }
  .heroMinHeight {
    min-height: auto !important;
  }
  .statsHeadline {
    text-align: center;
  }
  .panel p.statistic.offSetPie {
    margin-top: 0px;
  }
  .feedBlockScroller {
    margin: 0 15px;
  }
  .bottomPanels {
    min-height: inherit !important;
  }
  .setMobileSpace {
    padding-bottom: 50px;
  }
  .wrapper.setMobileOffset {
    margin-top: -60px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .block.setMobileSpace {
    padding-bottom: 50px !important;
  }
  .setTop {
    top: -60px;
    position: relative;
  }
  .wrapSuggest {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .autocomplete__wrapper {
    position: relative;
    display: block;
    z-index: 1;
    height: 2.4375rem;
    box-shadow: none;
    width: 100%;
    background-color: blue;
  }
  .autocomplete__input {
    width: 100% !important;
  }
  .mapSuggest,
.autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/
    width: 100%;
  }
  .mapSubmit {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: auto;
    right: 20px;
  }
  .radioCheck.withInstructions {
    line-height: 30px !important;
  }
  .radioCheck.withInstructions small {
    display: block;
    line-height: normal !important;
    margin-top: -5px;
  }
  .helpPanel {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0px;
  }
  .helpPanel .close {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .wysiwyg {
    font: normal 95%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */
  }
  /*.debug .decorWrap { background-color:#fff}
  .debug .wrapper { background-color:gold}
  .debug .row:not(.foundation) { background-color:silver}
  .debug .row:not(.foundation) .block { background-color:#F30; }
  .debug .sideBarLayout .content { background-color:#CF3}
  .debug .sideBarLayout .sidebar  { background-color:#C6C; }*/
  .wrapper {
    max-width: 960px;
  }
  .fullBlock {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fullWidthLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) {
    margin-bottom: 20px;
  }
  .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol {
    width: 100%;
    margin-right: 0;
    background-color: #0F0;
  }
  .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(2) {
    margin-right: 0% !important;
  }
  .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .homeTasks .fullWidthLayout .row:not(.foundation) .block.threeCol:nth-child(3) a.taskIcon {
    width: 20%;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(2) {
    margin-right: 0;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(3),
.fullWidthLayout .row:not(.foundation) .block.fourCol:nth-child(4) {
    margin-bottom: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoThirds,
.fullWidthLayout .row:not(.foundation) .block.oneThirds {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .fullWidthLayout .row:not(.foundation) .block.fiveCol {
    width: 100% !important;
  }
  /* home sections */
  .homeSections {
    background-image: none !important;
    border-bottom: 0px;
  }
  .homeSections .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .homeSections.transactForms .fullWidthLayout .row:not(.foundation) .block.twoCol.last {
    border-bottom: 0px !important;
  }
  .wrapperFields {
    width: 60%;
  }
  .homeSections .fullWidthLayout .row:not(.foundation) {
    padding-left: 0;
    padding-right: 0;
  }
  .homeSections .block .promo,
.homeSections .block.last .promo {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sideBarLayout .content,
.sideBarLayout .sidebar {
    float: none;
    width: 100%;
  }
  .sideBarLayout .sidebar .paddingSides {
    padding: 0px 20px;
  }
  .sideNav {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sideBarLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.twoCol {
    width: 100%;
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.threeCol {
    width: 100%;
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) {
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3),
.sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) {
    margin-bottom: 20px;
  }
  /* theme */
  .sideBarLayout {
    background-image: none;
  }
  .importantTasks {
    background-color: transparent;
  }
  /* header */
  .mobileOnly .header a.left {
    text-align: center;
    width: 100%;
    display: block;
  }
  .mobileOnly .shortcutNav .complaint {
    text-align: center !important;
    display: block;
  }
  .mobileOnly .shortcutNav li {
    width: 50%;
  }
  .mobileOnly #searchHeader {
    width: 100% !important;
  }
  .mobileOnly .headerSearch {
    margin-top: 0;
    padding: 20px;
  }
  .mobileOnly .headerSearchButton {
    bottom: 30px;
  }
  /**/
  .breadcrumbs {
    font-size: 12px;
    padding: 5px 0;
  }
  .breadcrumbs li {
    padding: 0 5px 0 0;
  }
  /* news */
  .news a.left, .news .date {
    float: none;
    display: block;
    margin-left: 0;
  }
  /* forms */
  .searchSection {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .searchSection .checkboxWrapper {
    display: block;
  }
  .searchLine {
    margin-bottom: 0;
  }
  .helpBlock {
    width: 100%;
    box-sizing: border-box;
  }
  .pagination.contentSplit li {
    width: 100%;
    float: none;
    margin: 10px 0 0 0 !important;
  }
  .feedbackBlock .formField {
    width: 100%;
    box-sizing: border-box;
  }
  p.identifiers span {
    display: block !important;
    margin-bottom: 5px;
  }
  #complaintTemplate .label {
    width: 100%;
  }
  /* signposts and task buttons */
  .homeTasks .icon {
    background-size: contain;
  }
  .homeTasks .threeCol .icon,
.homeTasks .twoCol .icon {
    background-size: 73px 73px;
  }
  .homeTasks .signpost .strings p.subs a {
    display: block;
    white-space: normal;
    line-height: normal;
    margin-bottom: 10px;
  }
  .homeTasks .signpost .strings .pipe {
    display: none;
  }
  .atoz {
    padding: 0 0 0 0;
  }
  .atoz li {
    font-size: 20px !important;
  }
  .atoz li a {
    line-height: 40px !important;
  }
  .displayOptionsExpanded {
    display: none !important;
  }
  .credits .right {
    float: none;
  }
  /* generic responsive classes */
  .desktopOnly {
    display: none;
  }
  .mobileOnly {
    display: block !important;
  }
  /* perfomance data layouts */
  .totalSummarySpacer {
    height: 0px;
  }
  .heroMinHeight {
    min-height: auto !important;
  }
  .statsHeadline {
    text-align: center;
  }
  .panel p.statistic.offSetPie {
    margin-top: 0px;
  }
  .feedBlockScroller {
    margin: 0 15px;
  }
  .bottomPanels {
    min-height: inherit !important;
  }
  .block.setMobileSpace {
    padding-bottom: 50px !important;
  }
  .setTop {
    top: -60px;
    position: relative;
  }
  .wrapSuggest {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .autocomplete__wrapper {
    position: relative;
    display: block;
    z-index: 1;
    height: 2.4375rem;
    box-shadow: none;
    width: 100%;
    background-color: blue;
  }
  .autocomplete__input {
    width: 100% !important;
  }
  .mapSuggest,
.autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/
    width: 100%;
  }
  .mapSubmit {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: auto;
    right: 20px;
  }
  .helpPanel {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0px;
  }
  .helpPanel .close {
    margin-right: 0px;
  }
}
@media only all and (min-width: 768px) and (max-width: 959px) {
  .wysiwyg {
    font: normal 100%/1.65 sans-serif; /* base font size 18px with 1.65 line-height */
  }
  /*.debug .decorWrap { background-color:#fff}
  .debug .wrapper { background-color:pink}
  .debug .row:not(.foundation) { background-color:green}
  .debug .row:not(.foundation) .block { background-color:#F30; }
  .debug .sideBarLayout .content { background-color:#CF3}
  .debug .sideBarLayout .sidebar  { background-color:#C6C; }*/
  .wrapper {
    max-width: 960px;
  }
  .fullBlock {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fullWidthLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 48.5%;
    margin-right: 2.8%;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol {
    width: 31.4%;
    margin-right: 2.8%;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol {
    width: 22.9%;
    margin-right: 2.8%;
  }
  .sideBarLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.twoCol {
    width: 48.2%;
    margin-right: 3.6%;
  }
  .sideBarLayout .row:not(.foundation) .block.threeCol {
    width: 30.9%;
    margin-right: 3.6%;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol {
    width: 48.2%;
    margin-right: 3.6%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(2) {
    margin-right: 0;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(3),
.sideBarLayout .row:not(.foundation) .block.fourCol:nth-child(4) {
    margin-bottom: 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.fiveCol {
    width: 100% !important;
  }
  .sideBarLayout .sidebar .paddingSides {
    padding: 0px 20px;
  }
  /* theme */
  /* news */
  .news a.left, .news .date {
    float: none;
    display: block;
    margin-left: 0;
  }
  .helpBlock {
    width: 100%;
    box-sizing: border-box;
  }
  /* category */
  .introCategory h1 {
    margin-bottom: 0.5em !important;
  }
  .championLink {
    font-size: 22px;
    text-align: center !important;
    line-height: 28px;
  }
  .championLink .icn {
    display: block;
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .championLink .arrow {
    display: none;
  }
  /* generic responsive classes */
  .mobileOnly {
    display: none !important;
  }
  /* perfomance data layouts */
  .pieChartContainer {
    height: 230px;
    width: 230px;
    /* special positioning - large 373px width */
    margin-left: -125px;
  }
  .pieChartBackground {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 100%;
  }
  .pieChart {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    clip: rect(0px, 115px, 230px, 0px);
  }
  .hold {
    width: 230px;
    height: 230px;
    clip: rect(0px, 230px, 230px, 115px);
  }
  .innerCircle {
    position: absolute;
    width: 200px;
    height: 200px;
  }
  .innerCircle .statPercent {
    width: 200px;
    top: 35px;
    left: 0;
  }
  .panel p.statistic.offSetPie {
    margin-top: 23px;
  }
  .feedBlockScroller {
    margin: 0 15px;
  }
  .block.setMobileSpace {
    padding-bottom: 50px !important;
  }
  .setTop {
    top: -60px;
    position: relative;
  }
  .wrapSuggest {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .autocomplete__wrapper {
    position: relative;
    display: block;
    z-index: 1;
    height: 2.4375rem;
    box-shadow: none;
    width: 100%;
    background-color: blue;
  }
  .autocomplete__input {
    width: 100% !important;
  }
  .mapSuggest,
.autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/
    width: 100%;
  }
  .mapSubmit {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: auto;
    right: 20px;
  }
  .radioCheck.withInstructions {
    line-height: 30px !important;
  }
  .radioCheck.withInstructions small {
    display: block;
    line-height: normal !important;
    margin-top: -5px;
  }
  .helpPanel {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0px;
  }
  .helpPanel .close {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .wysiwyg {
    font: normal 100%/1.65 sans-serif; /*base font size 18px with 1.65 line-height */
  }
  /*.debug .decorWrap { background-color:#fff}
  .debug .wrapper { background-color:orange}
  .debug .row:not(.foundation) { background-color:teal}
  .debug .row:not(.foundation) .block { background-color:#F30; }
  .debug .sideBarLayout .content { background-color:#CF3}
  .debug .sideBarLayout .sidebar  { background-color:#C6C; }*/
  .wrapper {
    max-width: 960px;
  }
  .fullBlock {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fullWidthLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .fullWidthLayout .row:not(.foundation) .block.twoCol {
    width: 48.8%;
    margin-right: 2.1%;
  }
  .fullWidthLayout .row:not(.foundation) .block.threeCol {
    width: 31.8%;
    margin-right: 2.1%;
  }
  .fullWidthLayout .row:not(.foundation) .block.fourCol {
    width: 23.4%;
    margin-right: 2.1%;
  }
  .sideBarLayout .row:not(.foundation).paddingSides {
    padding: 0px 20px;
  }
  .sideBarLayout .row:not(.foundation) .block.twoCol {
    width: 48.5%;
    margin-right: 3%;
  }
  .sideBarLayout .row:not(.foundation) .block.threeCol {
    width: 31.3%;
    margin-right: 3%;
  }
  .sideBarLayout .row:not(.foundation) .block.fourCol {
    width: 22.7%;
    margin-right: 3%;
  }
  .sideBarLayout .sidebar .paddingSides {
    padding: 0px 20px;
  }
  /* theme */
  .championLink {
    font-size: 22px;
    text-align: center !important;
    line-height: 28px;
  }
  .championLink .icn {
    display: block;
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .championLink .arrow {
    display: none;
  }
  /* generic responsive classes */
  .mobileOnly {
    display: none !important;
  }
  /* perfomance data layouts */
  .pieChartContainer {
    /* special positioning - large 373px width
    left:21px;*/
  }
  .feedBlockScroller {
    margin: 0 10px !important;
  }
  .block.setMobileSpace {
    padding-bottom: 50px !important;
  }
  .setTop {
    top: -60px;
    position: relative;
  }
  .wrapSuggest {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .autocomplete__wrapper {
    position: relative;
    display: block;
    z-index: 1;
    height: 2.4375rem;
    box-shadow: none;
    width: 100%;
    background-color: blue;
  }
  .autocomplete__input {
    width: 100% !important;
  }
  .mapSuggest,
.autocomplete__wrapper { /*top:0; left:0px; right: 0px;*/
    width: 100%;
  }
  .mapSubmit {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: auto;
    right: 20px;
  }
  .helpPanel {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0px;
  }
}
/* only for use when your project does not use the web labs core */
/* cookies consent and GDPR - reveal modal */
.cookieControlTrigger {
  display: block;
  position: fixed;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 1003;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: green;
  border-top-right-radius: 5px;
}

.cookieControlTrigger p {
  margin: 0 !important;
}

.cookieControlTrigger a {
  line-height: normal !important;
  display: block;
  text-decoration: none !important;
  /* theme */
  color: #ffffff !important;
  -webkit-transform: translateZ(0);
  padding: 10px;
  cursor: pointer;
}

.cookieControlTrigger a:focus {
  text-decoration: underline;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  outline-width: 3px;
  outline-style: dotted;
  outline-color: #ffbf47;
  background-color: #ffbf47;
  color: #000 !important;
}

#reviewCookies a.trigger {
  position: relative;
  padding-right: 20px;
}

#reviewCookies a.trigger::after {
  content: "";
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
}

#reviewCookies a.trigger.active::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 40em) {
  .reveal.gdpr {
    top: 0px !important;
  }
}
.reveal.gdpr .content {
  width: 100% !important;
}

.reveal.gdpr table a {
  white-space: nowrap;
}

a.reviewPrivacy span.icon,
.reviewTitle span.icon {
  display: inline-block;
  margin-right: 10px;
  /* theme specific */
  width: 25px;
  height: 29px;
  background-image: url(../graphics/shieldTick-green.png);
  background-size: contain;
}

a.reviewPrivacy span.icon {
  vertical-align: middle;
  /* theme specific */
  width: 25px;
  height: 29px;
  background-image: url(../graphics/shieldTick-green.png);
  background-size: contain;
}

.reviewTitle span.icon {
  vertical-align: inherit;
  /* theme specific */
  width: 25px;
  height: 29px;
  background-image: url(../graphics/shieldTick-green.png);
  background-size: contain;
}

/* foundation switch */
.reveal.gdpr .switch-paddle {
  width: 4.5rem;
  text-transform: uppercase;
}

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

.reveal.gdpr .switch-active {
  left: 14%;
}

.reveal.gdpr .switch-paddle {
  border-radius: 5px;
}

.switch-paddle::after {
  border-radius: 5px;
}

.reveal.gdpr input ~ .switch-paddle {
  /* theme */
  background: red;
}

.reveal.gdpr input:checked ~ .switch-paddle {
  /* theme */
  background: green;
}

/* LGSCO manual build */
.sidebar.foundation,
.content.foundation,
.reveal .content,
.reveal .modalContent,
.reveal.modal {
  /* reset foundation for gov styles */
  /* imported gov.uk styles for core */
  /* check your answers */
  /*insert text*/
  /* buttons */
  /* details */
  /* warning text */
  /* field hint text */
  /* radios - reset radio check in the core to look like gov.uk */
  /* reset the core indicators to look like gov.uk */
  /* radio */
  /*checkbox */
  /* Style the checkmark/indicator */
  /* text areas */
  /* file upload */
  /* prefix and suffix input groups */
}
.sidebar.foundation .govuk-table,
.content.foundation .govuk-table,
.reveal .content .govuk-table,
.reveal .modalContent .govuk-table,
.reveal.modal .govuk-table {
  border: none !important;
}
.sidebar.foundation .govuk-table th,
.sidebar.foundation .govuk-table td,
.content.foundation .govuk-table th,
.content.foundation .govuk-table td,
.reveal .content .govuk-table th,
.reveal .content .govuk-table td,
.reveal .modalContent .govuk-table th,
.reveal .modalContent .govuk-table td,
.reveal.modal .govuk-table th,
.reveal.modal .govuk-table td {
  border-bottom: 1px solid #d4d4de;
}
.sidebar.foundation .govuk-table tbody th,
.content.foundation .govuk-table tbody th,
.reveal .content .govuk-table tbody th,
.reveal .modalContent .govuk-table tbody th,
.reveal.modal .govuk-table tbody th {
  text-align: left !important;
}
.sidebar.foundation .govuk-table tbody th.text-right,
.content.foundation .govuk-table tbody th.text-right,
.reveal .content .govuk-table tbody th.text-right,
.reveal .modalContent .govuk-table tbody th.text-right,
.reveal.modal .govuk-table tbody th.text-right {
  text-align: right !important;
}
.sidebar.foundation .govuk-table a.has-tip,
.content.foundation .govuk-table a.has-tip,
.reveal .content .govuk-table a.has-tip,
.reveal .modalContent .govuk-table a.has-tip,
.reveal.modal .govuk-table a.has-tip {
  font-weight: normal;
  border-bottom: none;
}
.sidebar.foundation .govuk-table a.has-tip.right,
.content.foundation .govuk-table a.has-tip.right,
.reveal .content .govuk-table a.has-tip.right,
.reveal .modalContent .govuk-table a.has-tip.right,
.reveal.modal .govuk-table a.has-tip.right {
  padding-right: 1.25rem;
}
.sidebar.foundation .govuk-table.unstriped th,
.sidebar.foundation .govuk-table.unstriped td,
.content.foundation .govuk-table.unstriped th,
.content.foundation .govuk-table.unstriped td,
.reveal .content .govuk-table.unstriped th,
.reveal .content .govuk-table.unstriped td,
.reveal .modalContent .govuk-table.unstriped th,
.reveal .modalContent .govuk-table.unstriped td,
.reveal.modal .govuk-table.unstriped th,
.reveal.modal .govuk-table.unstriped td {
  padding: 10px 20px 10px 0;
}
.sidebar.foundation .govuk-table thead th,
.content.foundation .govuk-table thead th,
.reveal .content .govuk-table thead th,
.reveal .modalContent .govuk-table thead th,
.reveal.modal .govuk-table thead th {
  background-color: transparent !important;
}
.sidebar.foundation .govuk-table thead,
.sidebar.foundation .govuk-table tbody,
.sidebar.foundation .govuk-table tfoot,
.content.foundation .govuk-table thead,
.content.foundation .govuk-table tbody,
.content.foundation .govuk-table tfoot,
.reveal .content .govuk-table thead,
.reveal .content .govuk-table tbody,
.reveal .content .govuk-table tfoot,
.reveal .modalContent .govuk-table thead,
.reveal .modalContent .govuk-table tbody,
.reveal .modalContent .govuk-table tfoot,
.reveal.modal .govuk-table thead,
.reveal.modal .govuk-table tbody,
.reveal.modal .govuk-table tfoot {
  border: none;
  background: none;
}
.sidebar.foundation .govuk-table th:last-child,
.sidebar.foundation .govuk-table td:last-child,
.content.foundation .govuk-table th:last-child,
.content.foundation .govuk-table td:last-child,
.reveal .content .govuk-table th:last-child,
.reveal .content .govuk-table td:last-child,
.reveal .modalContent .govuk-table th:last-child,
.reveal .modalContent .govuk-table td:last-child,
.reveal.modal .govuk-table th:last-child,
.reveal.modal .govuk-table td:last-child {
  padding-right: 0;
}
.sidebar.foundation table.largePadding th,
.sidebar.foundation table.largePadding td,
.content.foundation table.largePadding th,
.content.foundation table.largePadding td,
.reveal .content table.largePadding th,
.reveal .content table.largePadding td,
.reveal .modalContent table.largePadding th,
.reveal .modalContent table.largePadding td,
.reveal.modal table.largePadding th,
.reveal.modal table.largePadding td {
  padding: 20px !important;
}
.sidebar.foundation tr.header th,
.sidebar.foundation tr.header td,
.sidebar.foundation tr.footer th,
.sidebar.foundation tr.footer td,
.content.foundation tr.header th,
.content.foundation tr.header td,
.content.foundation tr.footer th,
.content.foundation tr.footer td,
.reveal .content tr.header th,
.reveal .content tr.header td,
.reveal .content tr.footer th,
.reveal .content tr.footer td,
.reveal .modalContent tr.header th,
.reveal .modalContent tr.header td,
.reveal .modalContent tr.footer th,
.reveal .modalContent tr.footer td,
.reveal.modal tr.header th,
.reveal.modal tr.header td,
.reveal.modal tr.footer th,
.reveal.modal tr.footer td {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-weight: bold;
}
.sidebar.foundation table.invertBold tbody tr th,
.content.foundation table.invertBold tbody tr th,
.reveal .content table.invertBold tbody tr th,
.reveal .modalContent table.invertBold tbody tr th,
.reveal.modal table.invertBold tbody tr th {
  font-weight: normal !important;
}
.sidebar.foundation table.invertBold tbody tr td,
.content.foundation table.invertBold tbody tr td,
.reveal .content table.invertBold tbody tr td,
.reveal .modalContent table.invertBold tbody tr td,
.reveal.modal table.invertBold tbody tr td {
  font-weight: bold !important;
}
.sidebar.foundation table.unstriped tbody tr.footer,
.content.foundation table.unstriped tbody tr.footer,
.reveal .content table.unstriped tbody tr.footer,
.reveal .modalContent table.unstriped tbody tr.footer,
.reveal.modal table.unstriped tbody tr.footer {
  border-top: 2px dotted #d4d4de !important;
  border-bottom: 2px dotted #d4d4de !important;
}
.sidebar.foundation tr.footer th,
.sidebar.foundation tr.footer td,
.content.foundation tr.footer th,
.content.foundation tr.footer td,
.reveal .content tr.footer th,
.reveal .content tr.footer td,
.reveal .modalContent tr.footer th,
.reveal .modalContent tr.footer td,
.reveal.modal tr.footer th,
.reveal.modal tr.footer td {
  background: #f5f5f5;
  color: #0a0a0a;
}
.sidebar.foundation .govuk-tag,
.content.foundation .govuk-tag,
.reveal .content .govuk-tag,
.reveal .modalContent .govuk-tag,
.reveal.modal .govuk-tag {
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #ffffff;
  background-color: #1d70b8;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700 !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .sidebar.foundation .govuk-tag,
.content.foundation .govuk-tag,
.reveal .content .govuk-tag,
.reveal .modalContent .govuk-tag,
.reveal.modal .govuk-tag {
    display: block;
  }
}
@media print {
  .sidebar.foundation .govuk-tag,
.content.foundation .govuk-tag,
.reveal .content .govuk-tag,
.reveal .modalContent .govuk-tag,
.reveal.modal .govuk-tag {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-tag,
.content.foundation .govuk-tag,
.reveal .content .govuk-tag,
.reveal .modalContent .govuk-tag,
.reveal.modal .govuk-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .sidebar.foundation .govuk-tag,
.content.foundation .govuk-tag,
.reveal .content .govuk-tag,
.reveal .modalContent .govuk-tag,
.reveal.modal .govuk-tag {
    font-size: 14pt;
    line-height: 1;
  }
}
.sidebar.foundation .govuk-tag--inactive,
.content.foundation .govuk-tag--inactive,
.reveal .content .govuk-tag--inactive,
.reveal .modalContent .govuk-tag--inactive,
.reveal.modal .govuk-tag--inactive {
  background-color: #505a5f;
}
.sidebar.foundation .govuk-tag--grey,
.content.foundation .govuk-tag--grey,
.reveal .content .govuk-tag--grey,
.reveal .modalContent .govuk-tag--grey,
.reveal.modal .govuk-tag--grey {
  color: #383f43;
  background: #eeefef;
}
.sidebar.foundation .govuk-tag--purple,
.content.foundation .govuk-tag--purple,
.reveal .content .govuk-tag--purple,
.reveal .modalContent .govuk-tag--purple,
.reveal.modal .govuk-tag--purple {
  color: #3d2375;
  background: #dbd5e9;
}
.sidebar.foundation .govuk-tag--turquoise,
.content.foundation .govuk-tag--turquoise,
.reveal .content .govuk-tag--turquoise,
.reveal .modalContent .govuk-tag--turquoise,
.reveal.modal .govuk-tag--turquoise {
  color: #10403c;
  background: #bfe3e0;
}
.sidebar.foundation .govuk-tag--blue,
.content.foundation .govuk-tag--blue,
.reveal .content .govuk-tag--blue,
.reveal .modalContent .govuk-tag--blue,
.reveal.modal .govuk-tag--blue {
  color: #144e81;
  background: #d2e2f1;
}
.sidebar.foundation .govuk-tag--yellow,
.content.foundation .govuk-tag--yellow,
.reveal .content .govuk-tag--yellow,
.reveal .modalContent .govuk-tag--yellow,
.reveal.modal .govuk-tag--yellow {
  color: #594d00;
  background: #fff7bf;
}
.sidebar.foundation .govuk-tag--orange,
.content.foundation .govuk-tag--orange,
.reveal .content .govuk-tag--orange,
.reveal .modalContent .govuk-tag--orange,
.reveal.modal .govuk-tag--orange {
  color: #6e3619;
  background: #fcd6c3;
}
.sidebar.foundation .govuk-tag--red,
.content.foundation .govuk-tag--red,
.reveal .content .govuk-tag--red,
.reveal .modalContent .govuk-tag--red,
.reveal.modal .govuk-tag--red {
  color: #942514;
  background: #f6d7d2;
}
.sidebar.foundation .govuk-tag--pink,
.content.foundation .govuk-tag--pink,
.reveal .content .govuk-tag--pink,
.reveal .modalContent .govuk-tag--pink,
.reveal.modal .govuk-tag--pink {
  color: #80224d;
  background: #f7d7e6;
}
.sidebar.foundation .govuk-tag--green,
.content.foundation .govuk-tag--green,
.reveal .content .govuk-tag--green,
.reveal .modalContent .govuk-tag--green,
.reveal.modal .govuk-tag--green {
  color: #005a30;
  background: #cce2d8;
}
.sidebar.foundation table.check-answers th,
.sidebar.foundation table.check-answers td,
.content.foundation table.check-answers th,
.content.foundation table.check-answers td,
.reveal .content table.check-answers th,
.reveal .content table.check-answers td,
.reveal .modalContent table.check-answers th,
.reveal .modalContent table.check-answers td,
.reveal.modal table.check-answers th,
.reveal.modal table.check-answers td {
  vertical-align: top;
}
.sidebar.foundation table.check-answers td.check-answers__value p,
.content.foundation table.check-answers td.check-answers__value p,
.reveal .content table.check-answers td.check-answers__value p,
.reveal .modalContent table.check-answers td.check-answers__value p,
.reveal.modal table.check-answers td.check-answers__value p {
  margin: 0;
}
.sidebar.foundation .check-answers__button,
.content.foundation .check-answers__button,
.reveal .content .check-answers__button,
.reveal .modalContent .check-answers__button,
.reveal.modal .check-answers__button {
  text-decoration: underline;
}
.sidebar.foundation .check-answers__button:hover,
.content.foundation .check-answers__button:hover,
.reveal .content .check-answers__button:hover,
.reveal .modalContent .check-answers__button:hover,
.reveal.modal .check-answers__button:hover {
  text-decoration: none;
}
.sidebar.foundation .govuk-inset-text,
.content.foundation .govuk-inset-text,
.reveal .content .govuk-inset-text,
.reveal .modalContent .govuk-inset-text,
.reveal.modal .govuk-inset-text {
  border-left: 10px solid #d4d4de;
  clear: both;
  font-weight: 400;
}
.sidebar.foundation .govuk-inset-text > *,
.content.foundation .govuk-inset-text > *,
.reveal .content .govuk-inset-text > *,
.reveal .modalContent .govuk-inset-text > *,
.reveal.modal .govuk-inset-text > * {
  margin-bottom: 0;
}
.sidebar.foundation .govuk-back-link,
.content.foundation .govuk-back-link,
.reveal .content .govuk-back-link,
.reveal .modalContent .govuk-back-link,
.reveal.modal .govuk-back-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  font-family: "GDS Transport", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 14px;
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-back-link,
.content.foundation .govuk-back-link,
.reveal .content .govuk-back-link,
.reveal .modalContent .govuk-back-link,
.reveal.modal .govuk-back-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media print {
  .sidebar.foundation .govuk-back-link,
.content.foundation .govuk-back-link,
.reveal .content .govuk-back-link,
.reveal .modalContent .govuk-back-link,
.reveal.modal .govuk-back-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media print {
  .sidebar.foundation .govuk-back-link,
.content.foundation .govuk-back-link,
.reveal .content .govuk-back-link,
.reveal .modalContent .govuk-back-link,
.reveal.modal .govuk-back-link {
    font-family: sans-serif;
  }
}
.sidebar.foundation .govuk-back-link:focus,
.content.foundation .govuk-back-link:focus,
.reveal .content .govuk-back-link:focus,
.reveal .modalContent .govuk-back-link:focus,
.reveal.modal .govuk-back-link:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
.sidebar.foundation .govuk-back-link:link,
.sidebar.foundation .govuk-back-link:visited,
.sidebar.foundation .govuk-back-link:hover,
.sidebar.foundation .govuk-back-link:active,
.sidebar.foundation .govuk-back-link:focus,
.content.foundation .govuk-back-link:link,
.content.foundation .govuk-back-link:visited,
.content.foundation .govuk-back-link:hover,
.content.foundation .govuk-back-link:active,
.content.foundation .govuk-back-link:focus,
.reveal .content .govuk-back-link:link,
.reveal .content .govuk-back-link:visited,
.reveal .content .govuk-back-link:hover,
.reveal .content .govuk-back-link:active,
.reveal .content .govuk-back-link:focus,
.reveal .modalContent .govuk-back-link:link,
.reveal .modalContent .govuk-back-link:visited,
.reveal .modalContent .govuk-back-link:hover,
.reveal .modalContent .govuk-back-link:active,
.reveal .modalContent .govuk-back-link:focus,
.reveal.modal .govuk-back-link:link,
.reveal.modal .govuk-back-link:visited,
.reveal.modal .govuk-back-link:hover,
.reveal.modal .govuk-back-link:active,
.reveal.modal .govuk-back-link:focus {
  color: #0b0c0c;
}
@media print {
  .sidebar.foundation .govuk-back-link:link,
.sidebar.foundation .govuk-back-link:visited,
.sidebar.foundation .govuk-back-link:hover,
.sidebar.foundation .govuk-back-link:active,
.sidebar.foundation .govuk-back-link:focus,
.content.foundation .govuk-back-link:link,
.content.foundation .govuk-back-link:visited,
.content.foundation .govuk-back-link:hover,
.content.foundation .govuk-back-link:active,
.content.foundation .govuk-back-link:focus,
.reveal .content .govuk-back-link:link,
.reveal .content .govuk-back-link:visited,
.reveal .content .govuk-back-link:hover,
.reveal .content .govuk-back-link:active,
.reveal .content .govuk-back-link:focus,
.reveal .modalContent .govuk-back-link:link,
.reveal .modalContent .govuk-back-link:visited,
.reveal .modalContent .govuk-back-link:hover,
.reveal .modalContent .govuk-back-link:active,
.reveal .modalContent .govuk-back-link:focus,
.reveal.modal .govuk-back-link:link,
.reveal.modal .govuk-back-link:visited,
.reveal.modal .govuk-back-link:hover,
.reveal.modal .govuk-back-link:active,
.reveal.modal .govuk-back-link:focus {
    color: #000000;
  }
}
.sidebar.foundation .govuk-back-link[href],
.content.foundation .govuk-back-link[href],
.reveal .content .govuk-back-link[href],
.reveal .modalContent .govuk-back-link[href],
.reveal.modal .govuk-back-link[href] {
  text-decoration: underline;
}
.sidebar.foundation .govuk-back-link[href]:focus,
.content.foundation .govuk-back-link[href]:focus,
.reveal .content .govuk-back-link[href]:focus,
.reveal .modalContent .govuk-back-link[href]:focus,
.reveal.modal .govuk-back-link[href]:focus {
  text-decoration: none;
}
.sidebar.foundation .govuk-back-link[href]:focus:before,
.content.foundation .govuk-back-link[href]:focus:before,
.reveal .content .govuk-back-link[href]:focus:before,
.reveal .modalContent .govuk-back-link[href]:focus:before,
.reveal.modal .govuk-back-link[href]:focus:before {
  border-color: #0b0c0c;
}
.sidebar.foundation .govuk-back-link:before,
.content.foundation .govuk-back-link:before,
.reveal .content .govuk-back-link:before,
.reveal .modalContent .govuk-back-link:before,
.reveal.modal .govuk-back-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
.sidebar.foundation .govuk-back-link:after,
.content.foundation .govuk-back-link:after,
.reveal .content .govuk-back-link:after,
.reveal .modalContent .govuk-back-link:after,
.reveal.modal .govuk-back-link:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  bottom: -14px;
  left: 0;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.sidebar.foundation .govuk-button,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.content.foundation .govuk-button,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .content .govuk-button,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .modalContent .govuk-button,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal.modal .govuk-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  /*background-color: #00703c;*/
  background-color: #454483;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
@media print {
  .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.sidebar.foundation .govuk-button,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.content.foundation .govuk-button,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .content .govuk-button,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .modalContent .govuk-button,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal.modal .govuk-button {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.sidebar.foundation .govuk-button,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.content.foundation .govuk-button,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .content .govuk-button,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .modalContent .govuk-button,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal.modal .govuk-button {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1;
  }
}
@media print {
  .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.sidebar.foundation .govuk-button,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.content.foundation .govuk-button,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .content .govuk-button,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .modalContent .govuk-button,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal.modal .govuk-button {
    font-size: 14pt;
    line-height: 19px;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.sidebar.foundation .govuk-button,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.content.foundation .govuk-button,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .content .govuk-button,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal .modalContent .govuk-button,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button,
.reveal.modal .govuk-button {
    width: auto;
  }
}
.sidebar.foundation .govuk-button:link,
.sidebar.foundation .govuk-button:visited,
.sidebar.foundation .govuk-button:active,
.sidebar.foundation .govuk-button:hover,
.content.foundation .govuk-button:link,
.content.foundation .govuk-button:visited,
.content.foundation .govuk-button:active,
.content.foundation .govuk-button:hover,
.reveal .content .govuk-button:link,
.reveal .content .govuk-button:visited,
.reveal .content .govuk-button:active,
.reveal .content .govuk-button:hover,
.reveal .modalContent .govuk-button:link,
.reveal .modalContent .govuk-button:visited,
.reveal .modalContent .govuk-button:active,
.reveal .modalContent .govuk-button:hover,
.reveal.modal .govuk-button:link,
.reveal.modal .govuk-button:visited,
.reveal.modal .govuk-button:active,
.reveal.modal .govuk-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.sidebar.foundation .govuk-button::-moz-focus-inner,
.content.foundation .govuk-button::-moz-focus-inner,
.reveal .content .govuk-button::-moz-focus-inner,
.reveal .modalContent .govuk-button::-moz-focus-inner,
.reveal.modal .govuk-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover,
.sidebar.foundation .govuk-button:hover,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover,
.content.foundation .govuk-button:hover,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover,
.reveal .content .govuk-button:hover,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover,
.reveal .modalContent .govuk-button:hover,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover,
.reveal.modal .govuk-button:hover {
  /*
  background-color: #005a30;
  */
  background-color: #3F3E79;
}
.sidebar.foundation .govuk-button:active,
.content.foundation .govuk-button:active,
.reveal .content .govuk-button:active,
.reveal .modalContent .govuk-button:active,
.reveal.modal .govuk-button:active {
  top: 2px;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus,
.sidebar.foundation .govuk-button:focus,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus,
.content.foundation .govuk-button:focus,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus,
.reveal .content .govuk-button:focus,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus,
.reveal .modalContent .govuk-button:focus,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus,
.reveal.modal .govuk-button:focus {
  border-color: #ffdd00;
  outline: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #ffdd00;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover),
.sidebar.foundation .govuk-button:focus:not(:active):not(:hover),
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover),
.content.foundation .govuk-button:focus:not(:active):not(:hover),
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover),
.reveal .content .govuk-button:focus:not(:active):not(:hover),
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover),
.reveal .modalContent .govuk-button:focus:not(:active):not(:hover),
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:focus:not(:active):not(:hover),
.reveal.modal .govuk-button:focus:not(:active):not(:hover) {
  border-color: #ffdd00;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 2px 0 #0b0c0c;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before,
.sidebar.foundation .govuk-button:before,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before,
.content.foundation .govuk-button:before,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before,
.reveal .content .govuk-button:before,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before,
.reveal .modalContent .govuk-button:before,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:before,
.reveal.modal .govuk-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -4px;
  left: -2px;
  background: transparent;
}
.sidebar.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before,
.sidebar.foundation .govuk-button:active:before,
.content.foundation .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before,
.content.foundation .govuk-button:active:before,
.reveal .content .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before,
.reveal .content .govuk-button:active:before,
.reveal .modalContent .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before,
.reveal .modalContent .govuk-button:active:before,
.reveal.modal .fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:active:before,
.reveal.modal .govuk-button:active:before {
  top: -4px;
}
.sidebar.foundation .govuk-button--disabled,
.sidebar.foundation .govuk-button[disabled=disabled],
.sidebar.foundation .govuk-button[disabled],
.content.foundation .govuk-button--disabled,
.content.foundation .govuk-button[disabled=disabled],
.content.foundation .govuk-button[disabled],
.reveal .content .govuk-button--disabled,
.reveal .content .govuk-button[disabled=disabled],
.reveal .content .govuk-button[disabled],
.reveal .modalContent .govuk-button--disabled,
.reveal .modalContent .govuk-button[disabled=disabled],
.reveal .modalContent .govuk-button[disabled],
.reveal.modal .govuk-button--disabled,
.reveal.modal .govuk-button[disabled=disabled],
.reveal.modal .govuk-button[disabled] {
  opacity: 0.5;
}
.sidebar.foundation .govuk-button--disabled:hover,
.sidebar.foundation .govuk-button[disabled=disabled]:hover,
.sidebar.foundation .govuk-button[disabled]:hover,
.content.foundation .govuk-button--disabled:hover,
.content.foundation .govuk-button[disabled=disabled]:hover,
.content.foundation .govuk-button[disabled]:hover,
.reveal .content .govuk-button--disabled:hover,
.reveal .content .govuk-button[disabled=disabled]:hover,
.reveal .content .govuk-button[disabled]:hover,
.reveal .modalContent .govuk-button--disabled:hover,
.reveal .modalContent .govuk-button[disabled=disabled]:hover,
.reveal .modalContent .govuk-button[disabled]:hover,
.reveal.modal .govuk-button--disabled:hover,
.reveal.modal .govuk-button[disabled=disabled]:hover,
.reveal.modal .govuk-button[disabled]:hover {
  background-color: #00703c;
  cursor: default;
}
.sidebar.foundation .govuk-button--disabled:focus,
.sidebar.foundation .govuk-button[disabled=disabled]:focus,
.sidebar.foundation .govuk-button[disabled]:focus,
.content.foundation .govuk-button--disabled:focus,
.content.foundation .govuk-button[disabled=disabled]:focus,
.content.foundation .govuk-button[disabled]:focus,
.reveal .content .govuk-button--disabled:focus,
.reveal .content .govuk-button[disabled=disabled]:focus,
.reveal .content .govuk-button[disabled]:focus,
.reveal .modalContent .govuk-button--disabled:focus,
.reveal .modalContent .govuk-button[disabled=disabled]:focus,
.reveal .modalContent .govuk-button[disabled]:focus,
.reveal.modal .govuk-button--disabled:focus,
.reveal.modal .govuk-button[disabled=disabled]:focus,
.reveal.modal .govuk-button[disabled]:focus {
  outline: none;
}
.sidebar.foundation .govuk-button--disabled:active,
.sidebar.foundation .govuk-button[disabled=disabled]:active,
.sidebar.foundation .govuk-button[disabled]:active,
.content.foundation .govuk-button--disabled:active,
.content.foundation .govuk-button[disabled=disabled]:active,
.content.foundation .govuk-button[disabled]:active,
.reveal .content .govuk-button--disabled:active,
.reveal .content .govuk-button[disabled=disabled]:active,
.reveal .content .govuk-button[disabled]:active,
.reveal .modalContent .govuk-button--disabled:active,
.reveal .modalContent .govuk-button[disabled=disabled]:active,
.reveal .modalContent .govuk-button[disabled]:active,
.reveal.modal .govuk-button--disabled:active,
.reveal.modal .govuk-button[disabled=disabled]:active,
.reveal.modal .govuk-button[disabled]:active {
  top: 0;
  box-shadow: 0 2px 0 #002d18;
}
.sidebar.foundation .govuk-button--secondary,
.content.foundation .govuk-button--secondary,
.reveal .content .govuk-button--secondary,
.reveal .modalContent .govuk-button--secondary,
.reveal.modal .govuk-button--secondary {
  background-color: #f3f2f1 !important;
  box-shadow: 0 2px 0 #929191;
}
.sidebar.foundation .govuk-button--secondary,
.sidebar.foundation .govuk-button--secondary:link,
.sidebar.foundation .govuk-button--secondary:visited,
.sidebar.foundation .govuk-button--secondary:active,
.sidebar.foundation .govuk-button--secondary:hover,
.content.foundation .govuk-button--secondary,
.content.foundation .govuk-button--secondary:link,
.content.foundation .govuk-button--secondary:visited,
.content.foundation .govuk-button--secondary:active,
.content.foundation .govuk-button--secondary:hover,
.reveal .content .govuk-button--secondary,
.reveal .content .govuk-button--secondary:link,
.reveal .content .govuk-button--secondary:visited,
.reveal .content .govuk-button--secondary:active,
.reveal .content .govuk-button--secondary:hover,
.reveal .modalContent .govuk-button--secondary,
.reveal .modalContent .govuk-button--secondary:link,
.reveal .modalContent .govuk-button--secondary:visited,
.reveal .modalContent .govuk-button--secondary:active,
.reveal .modalContent .govuk-button--secondary:hover,
.reveal.modal .govuk-button--secondary,
.reveal.modal .govuk-button--secondary:link,
.reveal.modal .govuk-button--secondary:visited,
.reveal.modal .govuk-button--secondary:active,
.reveal.modal .govuk-button--secondary:hover {
  color: #0b0c0c !important;
}
.sidebar.foundation .govuk-button--secondary:hover,
.content.foundation .govuk-button--secondary:hover,
.reveal .content .govuk-button--secondary:hover,
.reveal .modalContent .govuk-button--secondary:hover,
.reveal.modal .govuk-button--secondary:hover {
  background-color: #dbdad9 !important;
}
.sidebar.foundation .govuk-button--secondary:hover[disabled],
.content.foundation .govuk-button--secondary:hover[disabled],
.reveal .content .govuk-button--secondary:hover[disabled],
.reveal .modalContent .govuk-button--secondary:hover[disabled],
.reveal.modal .govuk-button--secondary:hover[disabled] {
  background-color: #f3f2f1;
}
.sidebar.foundation .govuk-button--warning,
.content.foundation .govuk-button--warning,
.reveal .content .govuk-button--warning,
.reveal .modalContent .govuk-button--warning,
.reveal.modal .govuk-button--warning {
  background-color: #d4351c;
  box-shadow: 0 2px 0 #55150b;
}
.sidebar.foundation .govuk-button--warning,
.sidebar.foundation .govuk-button--warning:link,
.sidebar.foundation .govuk-button--warning:visited,
.sidebar.foundation .govuk-button--warning:active,
.sidebar.foundation .govuk-button--warning:hover,
.content.foundation .govuk-button--warning,
.content.foundation .govuk-button--warning:link,
.content.foundation .govuk-button--warning:visited,
.content.foundation .govuk-button--warning:active,
.content.foundation .govuk-button--warning:hover,
.reveal .content .govuk-button--warning,
.reveal .content .govuk-button--warning:link,
.reveal .content .govuk-button--warning:visited,
.reveal .content .govuk-button--warning:active,
.reveal .content .govuk-button--warning:hover,
.reveal .modalContent .govuk-button--warning,
.reveal .modalContent .govuk-button--warning:link,
.reveal .modalContent .govuk-button--warning:visited,
.reveal .modalContent .govuk-button--warning:active,
.reveal .modalContent .govuk-button--warning:hover,
.reveal.modal .govuk-button--warning,
.reveal.modal .govuk-button--warning:link,
.reveal.modal .govuk-button--warning:visited,
.reveal.modal .govuk-button--warning:active,
.reveal.modal .govuk-button--warning:hover {
  color: #ffffff;
}
.sidebar.foundation .govuk-button--warning:hover,
.content.foundation .govuk-button--warning:hover,
.reveal .content .govuk-button--warning:hover,
.reveal .modalContent .govuk-button--warning:hover,
.reveal.modal .govuk-button--warning:hover {
  background-color: #aa2a16;
}
.sidebar.foundation .govuk-button--warning:hover[disabled],
.content.foundation .govuk-button--warning:hover[disabled],
.reveal .content .govuk-button--warning:hover[disabled],
.reveal .modalContent .govuk-button--warning:hover[disabled],
.reveal.modal .govuk-button--warning:hover[disabled] {
  background-color: #d4351c;
}
.sidebar.foundation .govuk-button--start,
.content.foundation .govuk-button--start,
.reveal .content .govuk-button--start,
.reveal .modalContent .govuk-button--start,
.reveal.modal .govuk-button--start {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-button--start,
.content.foundation .govuk-button--start,
.reveal .content .govuk-button--start,
.reveal .modalContent .govuk-button--start,
.reveal.modal .govuk-button--start {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media print {
  .sidebar.foundation .govuk-button--start,
.content.foundation .govuk-button--start,
.reveal .content .govuk-button--start,
.reveal .modalContent .govuk-button--start,
.reveal.modal .govuk-button--start {
    font-size: 18pt;
    line-height: 1;
  }
}
.sidebar.foundation .govuk-button__start-icon,
.content.foundation .govuk-button__start-icon,
.reveal .content .govuk-button__start-icon,
.reveal .modalContent .govuk-button__start-icon,
.reveal.modal .govuk-button__start-icon {
  margin-left: 5px;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 48.0625em) {
  .sidebar.foundation .govuk-button__start-icon,
.content.foundation .govuk-button__start-icon,
.reveal .content .govuk-button__start-icon,
.reveal .modalContent .govuk-button__start-icon,
.reveal.modal .govuk-button__start-icon {
    margin-left: 10px;
  }
}
.sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}
@media print {
  .sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
    line-height: 1.31579;
  }
}
@media print {
  .sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-details,
.content.foundation .govuk-details,
.reveal .content .govuk-details,
.reveal .modalContent .govuk-details,
.reveal.modal .govuk-details {
    margin-bottom: 30px;
  }
}
.sidebar.foundation .govuk-details__summary,
.content.foundation .govuk-details__summary,
.reveal .content .govuk-details__summary,
.reveal .modalContent .govuk-details__summary,
.reveal.modal .govuk-details__summary {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #1d70b8;
  cursor: pointer;
}
.sidebar.foundation .govuk-details__summary:hover,
.content.foundation .govuk-details__summary:hover,
.reveal .content .govuk-details__summary:hover,
.reveal .modalContent .govuk-details__summary:hover,
.reveal.modal .govuk-details__summary:hover {
  color: #003078;
}
.sidebar.foundation .govuk-details__summary:focus,
.content.foundation .govuk-details__summary:focus,
.reveal .content .govuk-details__summary:focus,
.reveal .modalContent .govuk-details__summary:focus,
.reveal.modal .govuk-details__summary:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
.sidebar.foundation .govuk-details__summary-text,
.content.foundation .govuk-details__summary-text,
.reveal .content .govuk-details__summary-text,
.reveal .modalContent .govuk-details__summary-text,
.reveal.modal .govuk-details__summary-text {
  text-decoration: underline;
}
.sidebar.foundation .govuk-details__summary:focus .govuk-details__summary-text,
.content.foundation .govuk-details__summary:focus .govuk-details__summary-text,
.reveal .content .govuk-details__summary:focus .govuk-details__summary-text,
.reveal .modalContent .govuk-details__summary:focus .govuk-details__summary-text,
.reveal.modal .govuk-details__summary:focus .govuk-details__summary-text {
  text-decoration: none;
}
.sidebar.foundation .govuk-details__summary::-webkit-details-marker,
.content.foundation .govuk-details__summary::-webkit-details-marker,
.reveal .content .govuk-details__summary::-webkit-details-marker,
.reveal .modalContent .govuk-details__summary::-webkit-details-marker,
.reveal.modal .govuk-details__summary::-webkit-details-marker {
  display: none;
}
.sidebar.foundation .govuk-details__summary:before,
.content.foundation .govuk-details__summary:before,
.reveal .content .govuk-details__summary:before,
.reveal .modalContent .govuk-details__summary:before,
.reveal.modal .govuk-details__summary:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}
.sidebar.foundation .govuk-details[open] > .govuk-details__summary:before,
.content.foundation .govuk-details[open] > .govuk-details__summary:before,
.reveal .content .govuk-details[open] > .govuk-details__summary:before,
.reveal .modalContent .govuk-details[open] > .govuk-details__summary:before,
.reveal.modal .govuk-details[open] > .govuk-details__summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}
.sidebar.foundation .govuk-details__text,
.content.foundation .govuk-details__text,
.reveal .content .govuk-details__text,
.reveal .modalContent .govuk-details__text,
.reveal.modal .govuk-details__text {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #d4d4de;
}
.sidebar.foundation .govuk-details__text p,
.content.foundation .govuk-details__text p,
.reveal .content .govuk-details__text p,
.reveal .modalContent .govuk-details__text p,
.reveal.modal .govuk-details__text p {
  margin-top: 0;
  margin-bottom: 20px;
}
.sidebar.foundation .govuk-details__text > :last-child,
.content.foundation .govuk-details__text > :last-child,
.reveal .content .govuk-details__text > :last-child,
.reveal .modalContent .govuk-details__text > :last-child,
.reveal.modal .govuk-details__text > :last-child {
  margin-bottom: 0;
}
.sidebar.foundation .govuk-warning-text,
.content.foundation .govuk-warning-text,
.reveal .content .govuk-warning-text,
.reveal .modalContent .govuk-warning-text,
.reveal.modal .govuk-warning-text {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-warning-text,
.content.foundation .govuk-warning-text,
.reveal .content .govuk-warning-text,
.reveal .modalContent .govuk-warning-text,
.reveal.modal .govuk-warning-text {
    margin-bottom: 30px;
  }
}
.sidebar.foundation .govuk-warning-text__assistive,
.content.foundation .govuk-warning-text__assistive,
.reveal .content .govuk-warning-text__assistive,
.reveal .modalContent .govuk-warning-text__assistive,
.reveal.modal .govuk-warning-text__assistive {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.sidebar.foundation .govuk-warning-text__icon,
.content.foundation .govuk-warning-text__icon,
.reveal .content .govuk-warning-text__icon,
.reveal .modalContent .govuk-warning-text__icon,
.reveal.modal .govuk-warning-text__icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  min-width: 35px;
  min-height: 35px;
  margin-top: -7px;
  border: 3px solid #0b0c0c;
  border-radius: 50%;
  color: #ffffff;
  background: #0b0c0c;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media print {
  .sidebar.foundation .govuk-warning-text__icon,
.content.foundation .govuk-warning-text__icon,
.reveal .content .govuk-warning-text__icon,
.reveal .modalContent .govuk-warning-text__icon,
.reveal.modal .govuk-warning-text__icon {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-warning-text__icon,
.content.foundation .govuk-warning-text__icon,
.reveal .content .govuk-warning-text__icon,
.reveal .modalContent .govuk-warning-text__icon,
.reveal.modal .govuk-warning-text__icon {
    margin-top: -5px;
  }
}
.sidebar.foundation .govuk-warning-text__text,
.content.foundation .govuk-warning-text__text,
.reveal .content .govuk-warning-text__text,
.reveal .modalContent .govuk-warning-text__text,
.reveal.modal .govuk-warning-text__text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  line-height: 1.25;
  color: #0b0c0c;
  display: block;
  padding-left: 45px;
}
@media print {
  .sidebar.foundation .govuk-warning-text__text,
.content.foundation .govuk-warning-text__text,
.reveal .content .govuk-warning-text__text,
.reveal .modalContent .govuk-warning-text__text,
.reveal.modal .govuk-warning-text__text {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-warning-text__text,
.content.foundation .govuk-warning-text__text,
.reveal .content .govuk-warning-text__text,
.reveal .modalContent .govuk-warning-text__text,
.reveal.modal .govuk-warning-text__text {
    line-height: 1.31579;
  }
}
@media print {
  .sidebar.foundation .govuk-warning-text__text,
.content.foundation .govuk-warning-text__text,
.reveal .content .govuk-warning-text__text,
.reveal .modalContent .govuk-warning-text__text,
.reveal.modal .govuk-warning-text__text {
    line-height: 1.15;
  }
}
@media print {
  .sidebar.foundation .govuk-warning-text__text,
.content.foundation .govuk-warning-text__text,
.reveal .content .govuk-warning-text__text,
.reveal .modalContent .govuk-warning-text__text,
.reveal.modal .govuk-warning-text__text {
    color: #000000;
  }
}
.sidebar.foundation .govuk-form-group--error,
.content.foundation .govuk-form-group--error,
.reveal .content .govuk-form-group--error,
.reveal .modalContent .govuk-form-group--error,
.reveal.modal .govuk-form-group--error {
  padding-left: 15px;
  border-left: 5px solid #d4351c;
}
.sidebar.foundation .govuk-error-message,
.sidebar.foundation .error-message,
.content.foundation .govuk-error-message,
.content.foundation .error-message,
.reveal .content .govuk-error-message,
.reveal .content .error-message,
.reveal .modalContent .govuk-error-message,
.reveal .modalContent .error-message,
.reveal.modal .govuk-error-message,
.reveal.modal .error-message {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.31579;
  display: block;
  margin-bottom: 15px;
  clear: both;
  color: #d4351c;
}
.sidebar.foundation .FormFieldWordCount.govuk-hint p.count-warning,
.content.foundation .FormFieldWordCount.govuk-hint p.count-warning,
.reveal .content .FormFieldWordCount.govuk-hint p.count-warning,
.reveal .modalContent .FormFieldWordCount.govuk-hint p.count-warning,
.reveal.modal .FormFieldWordCount.govuk-hint p.count-warning {
  color: #28a197;
}
.sidebar.foundation .FormFieldWordCount.govuk-hint p.govuk-error-message,
.content.foundation .FormFieldWordCount.govuk-hint p.govuk-error-message,
.reveal .content .FormFieldWordCount.govuk-hint p.govuk-error-message,
.reveal .modalContent .FormFieldWordCount.govuk-hint p.govuk-error-message,
.reveal.modal .FormFieldWordCount.govuk-hint p.govuk-error-message {
  font-size: 1rem !important;
  color: #d4351c;
}
.sidebar.foundation .govuk-hint,
.content.foundation .govuk-hint,
.reveal .content .govuk-hint,
.reveal .modalContent .govuk-hint,
.reveal.modal .govuk-hint {
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-bottom: 10px;
  color: #505a5f;
}
.sidebar.foundation .govuk-hint p,
.content.foundation .govuk-hint p,
.reveal .content .govuk-hint p,
.reveal .modalContent .govuk-hint p,
.reveal.modal .govuk-hint p {
  color: #505a5f;
}
@media print {
  .sidebar.foundation .govuk-hint,
.content.foundation .govuk-hint,
.reveal .content .govuk-hint,
.reveal .modalContent .govuk-hint,
.reveal.modal .govuk-hint {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-hint,
.content.foundation .govuk-hint,
.reveal .content .govuk-hint,
.reveal .modalContent .govuk-hint,
.reveal.modal .govuk-hint {
    line-height: 1.31579;
  }
}
@media print {
  .sidebar.foundation .govuk-hint,
.content.foundation .govuk-hint,
.reveal .content .govuk-hint,
.reveal .modalContent .govuk-hint,
.reveal.modal .govuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.sidebar.foundation .content label.radioCheck.govuk-radio-check,
.content.foundation .content label.radioCheck.govuk-radio-check,
.reveal .content .content label.radioCheck.govuk-radio-check,
.reveal .modalContent .content label.radioCheck.govuk-radio-check,
.reveal.modal .content label.radioCheck.govuk-radio-check {
  line-height: 44px !important;
  padding-left: 64px;
}
.sidebar.foundation .radioCheck.govuk-radio-check .checkmark,
.content.foundation .radioCheck.govuk-radio-check .checkmark,
.reveal .content .radioCheck.govuk-radio-check .checkmark,
.reveal .modalContent .radioCheck.govuk-radio-check .checkmark,
.reveal.modal .radioCheck.govuk-radio-check .checkmark {
  height: 44px;
  width: 44px;
  background-color: #fff;
  border: 2px solid #0b0c0c;
}
.sidebar.foundation .radioCheck.govuk-radio-check.ErrorFormField .checkmark,
.content.foundation .radioCheck.govuk-radio-check.ErrorFormField .checkmark,
.reveal .content .radioCheck.govuk-radio-check.ErrorFormField .checkmark,
.reveal .modalContent .radioCheck.govuk-radio-check.ErrorFormField .checkmark,
.reveal.modal .radioCheck.govuk-radio-check.ErrorFormField .checkmark {
  border: 2px solid #d4351c;
}
.sidebar.foundation .radioCheck.govuk-radio-check input,
.content.foundation .radioCheck.govuk-radio-check input,
.reveal .content .radioCheck.govuk-radio-check input,
.reveal .modalContent .radioCheck.govuk-radio-check input,
.reveal.modal .radioCheck.govuk-radio-check input {
  opacity: 1;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.sidebar.foundation .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark,
.content.foundation .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark,
.reveal .content .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark,
.reveal .modalContent .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark,
.reveal.modal .radioCheck.govuk-radio-check input[type=radio] ~ .checkmark {
  border-radius: 100%;
  opacity: 1;
}
.sidebar.foundation .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark,
.content.foundation .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark,
.reveal .content .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark,
.reveal .modalContent .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark,
.reveal.modal .radioCheck.govuk-radio-check input[type=checkbox] ~ .checkmark {
  border-radius: 0 0 0 0;
  opacity: 1;
}
.sidebar.foundation .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after,
.content.foundation .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after,
.reveal .content .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after,
.reveal .modalContent .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after,
.reveal.modal .radioCheck.govuk-radio-check input[type=radio]:checked ~ .checkmark:after {
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: #0b0c0c;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 100%;
}
.sidebar.foundation .radioCheck .checkmark:after,
.content.foundation .radioCheck .checkmark:after,
.reveal .content .radioCheck .checkmark:after,
.reveal .modalContent .radioCheck .checkmark:after,
.reveal.modal .radioCheck .checkmark:after {
  top: 11px;
  left: 9px;
  width: 23px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid;
  border-top-color: #0b0c0c;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
}
.sidebar.foundation .radioCheck.govuk-radio-check input:focus,
.content.foundation .radioCheck.govuk-radio-check input:focus,
.reveal .content .radioCheck.govuk-radio-check input:focus,
.reveal .modalContent .radioCheck.govuk-radio-check input:focus,
.reveal.modal .radioCheck.govuk-radio-check input:focus {
  outline: none;
}
.sidebar.foundation .radioCheck.govuk-radio-check input:focus ~ .checkmark,
.content.foundation .radioCheck.govuk-radio-check input:focus ~ .checkmark,
.reveal .content .radioCheck.govuk-radio-check input:focus ~ .checkmark,
.reveal .modalContent .radioCheck.govuk-radio-check input:focus ~ .checkmark,
.reveal.modal .radioCheck.govuk-radio-check input:focus ~ .checkmark {
  box-shadow: 0 0 0 3px #ffbf47;
}
.sidebar.foundation textarea.FormField,
.content.foundation textarea.FormField,
.reveal .content textarea.FormField,
.reveal .modalContent textarea.FormField,
.reveal.modal textarea.FormField {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 90px !important;
  margin-bottom: 1.125rem;
  padding: 5px;
  resize: vertical;
  border: 2px solid #0b0c0c;
  border-radius: 0;
  -webkit-appearance: none;
}
@media print {
  .sidebar.foundation textarea.FormField,
.content.foundation textarea.FormField,
.reveal .content textarea.FormField,
.reveal .modalContent textarea.FormField,
.reveal.modal textarea.FormField {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation textarea.FormField,
.content.foundation textarea.FormField,
.reveal .content textarea.FormField,
.reveal .modalContent textarea.FormField,
.reveal.modal textarea.FormField {
    line-height: 1.25;
  }
}
@media print {
  .sidebar.foundation textarea.FormField,
.content.foundation textarea.FormField,
.reveal .content textarea.FormField,
.reveal .modalContent textarea.FormField,
.reveal.modal textarea.FormField {
    font-size: 14pt;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation textarea.FormField,
.content.foundation textarea.FormField,
.reveal .content textarea.FormField,
.reveal .modalContent textarea.FormField,
.reveal.modal textarea.FormField {
    margin-bottom: 30px;
  }
}
.sidebar.foundation .govuk-textarea:focus,
.content.foundation .govuk-textarea:focus,
.reveal .content .govuk-textarea:focus,
.reveal .modalContent .govuk-textarea:focus,
.reveal.modal .govuk-textarea:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}
.sidebar.foundation .govuk-textarea--error,
.content.foundation .govuk-textarea--error,
.reveal .content .govuk-textarea--error,
.reveal .modalContent .govuk-textarea--error,
.reveal.modal .govuk-textarea--error {
  border: 2px solid #d4351c;
}
.sidebar.foundation .govuk-textarea--error:focus,
.content.foundation .govuk-textarea--error:focus,
.reveal .content .govuk-textarea--error:focus,
.reveal .modalContent .govuk-textarea--error:focus,
.reveal.modal .govuk-textarea--error:focus {
  border-color: #0b0c0c;
}
.sidebar.foundation .govuk-file-upload,
.content.foundation .govuk-file-upload,
.reveal .content .govuk-file-upload,
.reveal .modalContent .govuk-file-upload,
.reveal.modal .govuk-file-upload {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #0b0c0c;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print {
  .sidebar.foundation .govuk-file-upload,
.content.foundation .govuk-file-upload,
.reveal .content .govuk-file-upload,
.reveal .modalContent .govuk-file-upload,
.reveal.modal .govuk-file-upload {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .sidebar.foundation .govuk-file-upload,
.content.foundation .govuk-file-upload,
.reveal .content .govuk-file-upload,
.reveal .modalContent .govuk-file-upload,
.reveal.modal .govuk-file-upload {
    line-height: 1.31579;
  }
}
@media print {
  .sidebar.foundation .govuk-file-upload,
.content.foundation .govuk-file-upload,
.reveal .content .govuk-file-upload,
.reveal .modalContent .govuk-file-upload,
.reveal.modal .govuk-file-upload {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .sidebar.foundation .govuk-file-upload,
.content.foundation .govuk-file-upload,
.reveal .content .govuk-file-upload,
.reveal .modalContent .govuk-file-upload,
.reveal.modal .govuk-file-upload {
    color: #000000;
  }
}
.sidebar.foundation .govuk-file-upload:focus,
.content.foundation .govuk-file-upload:focus,
.reveal .content .govuk-file-upload:focus,
.reveal .modalContent .govuk-file-upload:focus,
.reveal.modal .govuk-file-upload:focus {
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  outline: 3px solid #ffdd00;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.sidebar.foundation .govuk-file-upload:focus-within,
.content.foundation .govuk-file-upload:focus-within,
.reveal .content .govuk-file-upload:focus-within,
.reveal .modalContent .govuk-file-upload:focus-within,
.reveal.modal .govuk-file-upload:focus-within {
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  outline: 3px solid #ffdd00;
  box-shadow: inset 0 0 0 4px #0b0c0c;
}
.sidebar.foundation .govuk-input__prefix,
.sidebar.foundation .govuk-input__suffix,
.content.foundation .govuk-input__prefix,
.content.foundation .govuk-input__suffix,
.reveal .content .govuk-input__prefix,
.reveal .content .govuk-input__suffix,
.reveal .modalContent .govuk-input__prefix,
.reveal .modalContent .govuk-input__suffix,
.reveal.modal .govuk-input__prefix,
.reveal.modal .govuk-input__suffix {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  min-width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  background-color: #f3f2f1;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sidebar.foundation .govuk-input__prefix,
.content.foundation .govuk-input__prefix,
.reveal .content .govuk-input__prefix,
.reveal .modalContent .govuk-input__prefix,
.reveal.modal .govuk-input__prefix {
  border-right: none;
}
.sidebar.foundation .govuk-input__suffix,
.content.foundation .govuk-input__suffix,
.reveal .content .govuk-input__suffix,
.reveal .modalContent .govuk-input__suffix,
.reveal.modal .govuk-input__suffix {
  border-right: none;
}
.sidebar.foundation section.accordion .accordion-title::before,
.content.foundation section.accordion .accordion-title::before,
.reveal .content section.accordion .accordion-title::before,
.reveal .modalContent section.accordion .accordion-title::before,
.reveal.modal section.accordion .accordion-title::before {
  font-size: inherit !important;
}
.sidebar.foundation .taskSummary,
.content.foundation .taskSummary,
.reveal .content .taskSummary,
.reveal .modalContent .taskSummary,
.reveal.modal .taskSummary {
  border: 1px solid #d4d4de;
  margin-bottom: 2rem;
}
.sidebar.foundation .taskSummary p:last-of-type,
.content.foundation .taskSummary p:last-of-type,
.reveal .content .taskSummary p:last-of-type,
.reveal .modalContent .taskSummary p:last-of-type,
.reveal.modal .taskSummary p:last-of-type {
  margin-bottom: 0 !important;
}
.sidebar.foundation .taskSummary .govuk-tag,
.content.foundation .taskSummary .govuk-tag,
.reveal .content .taskSummary .govuk-tag,
.reveal .modalContent .taskSummary .govuk-tag,
.reveal.modal .taskSummary .govuk-tag {
  display: inline-block !important;
}
.sidebar.foundation .row.text-center .govSignIn,
.content.foundation .row.text-center .govSignIn,
.reveal .content .row.text-center .govSignIn,
.reveal .modalContent .row.text-center .govSignIn,
.reveal.modal .row.text-center .govSignIn {
  text-align: left !important;
}
.sidebar.foundation .govSignIn .tabs,
.content.foundation .govSignIn .tabs,
.reveal .content .govSignIn .tabs,
.reveal .modalContent .govSignIn .tabs,
.reveal.modal .govSignIn .tabs {
  padding: 0 !important;
  margin-bottom: -1px !important;
  border: none;
  /*
  .tabs-title > a:focus span
  {
  	text-decoration: underline !important;
  	text-decoration-thickness: max(1px, .1875rem, .12em) !important;
  	text-decoration-skip-ink: none;
  }
  */
}
.sidebar.foundation .govSignIn .tabs .tabs-title,
.content.foundation .govSignIn .tabs .tabs-title,
.reveal .content .govSignIn .tabs .tabs-title,
.reveal .modalContent .govSignIn .tabs .tabs-title,
.reveal.modal .govSignIn .tabs .tabs-title {
  position: relative;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  background-color: #f3f2f1;
  width: calc(50% - 5px);
}
.sidebar.foundation .govSignIn .tabs .tabs-title a,
.content.foundation .govSignIn .tabs .tabs-title a,
.reveal .content .govSignIn .tabs .tabs-title a,
.reveal .modalContent .govSignIn .tabs .tabs-title a,
.reveal.modal .govSignIn .tabs .tabs-title a {
  padding: 20px 35px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title.is-active,
.content.foundation .govSignIn .tabs .tabs-title.is-active,
.reveal .content .govSignIn .tabs .tabs-title.is-active,
.reveal .modalContent .govSignIn .tabs .tabs-title.is-active,
.reveal.modal .govSignIn .tabs .tabs-title.is-active {
  position: relative;
  margin-top: -5px;
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
  border-bottom-color: rgb(177, 180, 182);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 0;
  background-color: #fff;
}
.sidebar.foundation .govSignIn .tabs .tabs-title.is-active a,
.content.foundation .govSignIn .tabs .tabs-title.is-active a,
.reveal .content .govSignIn .tabs .tabs-title.is-active a,
.reveal .modalContent .govSignIn .tabs .tabs-title.is-active a,
.reveal.modal .govSignIn .tabs .tabs-title.is-active a {
  padding-top: 24px !important;
  padding-right: 34px !important;
  padding-bottom: 26px !important;
  padding-left: 34px !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type,
.content.foundation .govSignIn .tabs .tabs-title:first-of-type,
.reveal .content .govSignIn .tabs .tabs-title:first-of-type,
.reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type,
.reveal.modal .govSignIn .tabs .tabs-title:first-of-type {
  margin-left: 5px;
  width: calc(50% - 10px);
}
.sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type a,
.content.foundation .govSignIn .tabs .tabs-title:first-of-type a,
.reveal .content .govSignIn .tabs .tabs-title:first-of-type a,
.reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type a,
.reveal.modal .govSignIn .tabs .tabs-title:first-of-type a {
  padding-left: 30px !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active,
.content.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active,
.reveal .content .govSignIn .tabs .tabs-title:first-of-type.is-active,
.reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type.is-active,
.reveal.modal .govSignIn .tabs .tabs-title:first-of-type.is-active {
  width: calc(50% - 5px);
  margin-left: 0px;
}
.sidebar.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active a,
.content.foundation .govSignIn .tabs .tabs-title:first-of-type.is-active a,
.reveal .content .govSignIn .tabs .tabs-title:first-of-type.is-active a,
.reveal .modalContent .govSignIn .tabs .tabs-title:first-of-type.is-active a,
.reveal.modal .govSignIn .tabs .tabs-title:first-of-type.is-active a {
  padding-left: 34px !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title:last-of-type.is-active,
.content.foundation .govSignIn .tabs .tabs-title:last-of-type.is-active,
.reveal .content .govSignIn .tabs .tabs-title:last-of-type.is-active,
.reveal .modalContent .govSignIn .tabs .tabs-title:last-of-type.is-active,
.reveal.modal .govSignIn .tabs .tabs-title:last-of-type.is-active {
  width: 50%;
  margin-right: 0px;
}
.sidebar.foundation .govSignIn .tabs .tabs-title > a,
.content.foundation .govSignIn .tabs .tabs-title > a,
.reveal .content .govSignIn .tabs .tabs-title > a,
.reveal .modalContent .govSignIn .tabs .tabs-title > a,
.reveal.modal .govSignIn .tabs .tabs-title > a {
  font-size: inherit;
  background: inherit;
  color: #0a0a0a;
}
.sidebar.foundation .govSignIn .tabs .tabs-title.is-active > a,
.sidebar.foundation .govSignIn .tabs .tabs-title > a[aria-selected=true],
.content.foundation .govSignIn .tabs .tabs-title.is-active > a,
.content.foundation .govSignIn .tabs .tabs-title > a[aria-selected=true],
.reveal .content .govSignIn .tabs .tabs-title.is-active > a,
.reveal .content .govSignIn .tabs .tabs-title > a[aria-selected=true],
.reveal .modalContent .govSignIn .tabs .tabs-title.is-active > a,
.reveal .modalContent .govSignIn .tabs .tabs-title > a[aria-selected=true],
.reveal.modal .govSignIn .tabs .tabs-title.is-active > a,
.reveal.modal .govSignIn .tabs .tabs-title > a[aria-selected=true] {
  text-decoration: none !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title > a:focus,
.content.foundation .govSignIn .tabs .tabs-title > a:focus,
.reveal .content .govSignIn .tabs .tabs-title > a:focus,
.reveal .modalContent .govSignIn .tabs .tabs-title > a:focus,
.reveal.modal .govSignIn .tabs .tabs-title > a:focus {
  outline: none !important;
}
.sidebar.foundation .govSignIn .tabs .tabs-title > a:focus span,
.content.foundation .govSignIn .tabs .tabs-title > a:focus span,
.reveal .content .govSignIn .tabs .tabs-title > a:focus span,
.reveal .modalContent .govSignIn .tabs .tabs-title > a:focus span,
.reveal.modal .govSignIn .tabs .tabs-title > a:focus span {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #ffdd00;
  -webkit-box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
.sidebar.foundation .govSignIn .tabs .tabs-title > a:hover span,
.content.foundation .govSignIn .tabs .tabs-title > a:hover span,
.reveal .content .govSignIn .tabs .tabs-title > a:hover span,
.reveal .modalContent .govSignIn .tabs .tabs-title > a:hover span,
.reveal.modal .govSignIn .tabs .tabs-title > a:hover span {
  text-decoration: underline !important;
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em) !important;
  text-decoration-skip-ink: none;
}
.sidebar.foundation .govSignIn .tabs .tabs-title.is-active > a:hover span,
.content.foundation .govSignIn .tabs .tabs-title.is-active > a:hover span,
.reveal .content .govSignIn .tabs .tabs-title.is-active > a:hover span,
.reveal .modalContent .govSignIn .tabs .tabs-title.is-active > a:hover span,
.reveal.modal .govSignIn .tabs .tabs-title.is-active > a:hover span {
  text-decoration: none !important;
}
.sidebar.foundation .govSignIn .tabs-content,
.content.foundation .govSignIn .tabs-content,
.reveal .content .govSignIn .tabs-content,
.reveal .modalContent .govSignIn .tabs-content,
.reveal.modal .govSignIn .tabs-content {
  border-top: 1px solid #e6e6e6;
}
.sidebar.foundation .govSignIn .tabs-content .tabs-panel,
.content.foundation .govSignIn .tabs-content .tabs-panel,
.reveal .content .govSignIn .tabs-content .tabs-panel,
.reveal .modalContent .govSignIn .tabs-content .tabs-panel,
.reveal.modal .govSignIn .tabs-content .tabs-panel {
  padding: 0 !important;
}
.sidebar.foundation .notification-banner,
.content.foundation .notification-banner,
.reveal .content .notification-banner,
.reveal .modalContent .notification-banner,
.reveal.modal .notification-banner {
  margin-bottom: 2rem;
  border: 5px solid #3F3E79;
  background-color: #3F3E79;
}
.sidebar.foundation .notification-banner .notification-banner-header,
.content.foundation .notification-banner .notification-banner-header,
.reveal .content .notification-banner .notification-banner-header,
.reveal .modalContent .notification-banner .notification-banner-header,
.reveal.modal .notification-banner .notification-banner-header {
  padding: 0.15rem 1rem 0.25rem;
}
.sidebar.foundation .notification-banner .notification-banner-header *,
.content.foundation .notification-banner .notification-banner-header *,
.reveal .content .notification-banner .notification-banner-header *,
.reveal .modalContent .notification-banner .notification-banner-header *,
.reveal.modal .notification-banner .notification-banner-header * {
  color: #ffffff !important;
  margin-bottom: 0 !important;
}
.sidebar.foundation .notification-banner .notification-banner-content,
.content.foundation .notification-banner .notification-banner-content,
.reveal .content .notification-banner .notification-banner-content,
.reveal .modalContent .notification-banner .notification-banner-content,
.reveal.modal .notification-banner .notification-banner-content {
  padding: 1rem;
  background-color: #fff;
}
.sidebar.foundation .notification-banner .notification-banner-content > :last-child,
.content.foundation .notification-banner .notification-banner-content > :last-child,
.reveal .content .notification-banner .notification-banner-content > :last-child,
.reveal .modalContent .notification-banner .notification-banner-content > :last-child,
.reveal.modal .notification-banner .notification-banner-content > :last-child {
  margin-bottom: 0 !important;
}

.sidebar.foundation,
aside.app-step-nav.sidebar {
  /* start step by step */
  /* toggle all button */
  /* listy item reset */
  /* circles */
}
.sidebar.foundation .app-step-nav__steps,
aside.app-step-nav.sidebar .app-step-nav__steps {
  padding-left: 0 !important;
}
.sidebar.foundation .app-step-nav-related,
aside.app-step-nav.sidebar .app-step-nav-related {
  color: #000000;
  border-top: 2px solid #454483;
}
.sidebar.foundation .app-step-nav-related__heading,
aside.app-step-nav.sidebar .app-step-nav-related__heading {
  font-weight: 700;
}
@media print {
  .sidebar.foundation .app-step-nav-related__heading,
aside.app-step-nav.sidebar .app-step-nav-related__heading {
    font-family: sans-serif;
  }
}
.sidebar.foundation .app-step-nav-related__pretitle,
aside.app-step-nav.sidebar .app-step-nav-related__pretitle {
  display: block;
}
.sidebar.foundation .step-nav__button,
aside.app-step-nav.sidebar .step-nav__button {
  color: #1d70b8;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  text-decoration: underline;
  display: block;
  margin-bottom: 0 !important;
}
.sidebar.foundation .floatRight,
aside.app-step-nav.sidebar .floatRight {
  float: right;
}
.sidebar.foundation .step-nav__button:hover,
aside.app-step-nav.sidebar .step-nav__button:hover {
  text-decoration: none;
}
.sidebar.foundation p.app-step-nav__title.noMargin,
aside.app-step-nav.sidebar p.app-step-nav__title.noMargin {
  margin-bottom: 0 !important;
}
.sidebar.foundation .step-nav__button.marginBottomSmall[aria-expanded=true],
aside.app-step-nav.sidebar .step-nav__button.marginBottomSmall[aria-expanded=true] {
  margin-bottom: 1.125rem !important;
  padding-bottom: 0;
}
.sidebar.foundation .app-step-nav__step,
aside.app-step-nav.sidebar .app-step-nav__step {
  list-style: none;
  padding-left: 45px;
  position: relative;
  margin-bottom: 0.625rem;
}
.sidebar.foundation .app-step-nav__step::after,
aside.app-step-nav.sidebar .app-step-nav__step::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  border-left: solid 2px #d4d4de;
  background: #ffffff;
  left: 0;
  margin-left: 12px;
  top: 26px;
}
.sidebar.foundation .app-step-nav__step.active:last-child:before,
.sidebar.foundation .app-step-nav__step.active .app-step-nav__circle--number,
.sidebar.foundation .app-step-nav__step.active:after,
.sidebar.foundation .app-step-nav__step.active .app-step-nav__help:after,
aside.app-step-nav.sidebar .app-step-nav__step.active:last-child:before,
aside.app-step-nav.sidebar .app-step-nav__step.active .app-step-nav__circle--number,
aside.app-step-nav.sidebar .app-step-nav__step.active:after,
aside.app-step-nav.sidebar .app-step-nav__step.active .app-step-nav__help:after {
  border-color: #0b0c0c;
}
.sidebar.foundation .app-step-nav__step:last-child::before,
aside.app-step-nav.sidebar .app-step-nav__step:last-child::before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: -26px;
  left: 0;
  margin-left: 6.5px;
  width: 13px;
  height: 0;
  border-bottom: solid 2px #d4d4de;
}
.sidebar.foundation .app-step-nav__header,
aside.app-step-nav.sidebar .app-step-nav__header {
  border-top: solid 2px #d4d4de;
}
.sidebar.foundation .app-step-nav__circle--number,
aside.app-step-nav.sidebar .app-step-nav__circle--number {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: bold;
  border: solid 2px #d4d4de;
}
.sidebar.foundation .app-step-nav__circle,
aside.app-step-nav.sidebar .app-step-nav__circle {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #0b0c0c;
  background: #ffffff;
  border-radius: 100px;
  text-align: center;
}
.sidebar.foundation .step-title,
aside.app-step-nav.sidebar .step-title {
  display: block;
  font-weight: 700;
}
.sidebar.foundation .h5.step-title,
aside.app-step-nav.sidebar .h5.step-title {
  margin-bottom: 10px !important;
}
.sidebar.foundation .app-step-nav__panel,
aside.app-step-nav.sidebar .app-step-nav__panel {
  font-size: 16px;
  line-height: 1.3;
  color: #0b0c0c;
}
.sidebar.foundation .app-step-nav__panel,
aside.app-step-nav.sidebar .app-step-nav__panel {
  display: none;
}
.sidebar.foundation .app-step-nav__panel.expanded,
aside.app-step-nav.sidebar .app-step-nav__panel.expanded {
  display: block;
}
.sidebar.foundation p.app-step-nav__paragraph,
aside.app-step-nav.sidebar p.app-step-nav__paragraph {
  margin-bottom: 1rem;
}
.sidebar.foundation .app-step-nav__list,
aside.app-step-nav.sidebar .app-step-nav__list {
  padding: 0;
  padding-bottom: 0px;
  list-style: none;
  margin-left: 0;
}
.sidebar.foundation .app-step-nav__list-item,
aside.app-step-nav.sidebar .app-step-nav__list-item {
  margin-bottom: 10px;
  text-decoration: underline;
}
.sidebar.foundation .app-step-nav__list-item--active,
aside.app-step-nav.sidebar .app-step-nav__list-item--active {
  position: relative;
}
.sidebar.foundation .app-step-nav__list-item--active::before,
aside.app-step-nav.sidebar .app-step-nav__list-item--active::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0.6em;
  left: -45px;
  margin-top: -1px;
  margin-left: 13px;
  width: 13px;
  height: 2px;
  background: #0b0c0c;
}
.sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:link,
.sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:visited,
.sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:hover,
.sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:active,
.sidebar.foundation .app-step-nav__list-item--active .app-step-nav__link:focus,
aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:link,
aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:visited,
aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:hover,
aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:active,
aside.app-step-nav.sidebar .app-step-nav__list-item--active .app-step-nav__link:focus {
  color: #0b0c0c;
}
.sidebar.foundation .app-step-nav__context,
aside.app-step-nav.sidebar .app-step-nav__context {
  display: inline-block;
  font-weight: normal;
  color: #505a5f;
}
.sidebar.foundation .app-step-nav__context:before,
aside.app-step-nav.sidebar .app-step-nav__context:before {
  content: " – ";
}

/* reset for govuk styles */
.content.foundation .autocomplete__dropdown-arrow-down-wrapper {
  background-color: orange !important;
  position: relative;
}
.content.foundation .autocomplete__wrapper {
  position: relative;
}
.content.foundation .autocomplete__wrapper .autocomplete__dropdown-arrow-down {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 8px;
  top: -1.4rem;
  right: 15px;
}
.content.foundation .autocomplete__hint,
.content.foundation .autocomplete__input {
  -webkit-appearance: none;
  border: 2px solid #51509b;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  background-color: #FFFFFF !important;
  padding: 10px !important;
}
.content.foundation .autocomplete__input {
  background-color: transparent;
  position: relative;
}
.content.foundation .autocomplete__hint {
  color: #bfc1c3;
  position: absolute;
}
.content.foundation .autocomplete__input--default {
  padding: 10px;
  background-color: #FFFFFF;
}
.content.foundation .autocomplete__input--focused {
  outline-offset: 0;
  outline: 3px solid #ffbf47;
}
.content.foundation .autocomplete__input--show-all-values {
  padding: 4px 34px 4px 4px;
  cursor: pointer;
}
.content.foundation .autocomplete__dropdown-arrow-down {
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  top: 10px;
}
.content.foundation .autocomplete__menu {
  background-color: #fff;
  border: 2px solid #0b0c0c;
  border-top: 0;
  color: #34384b;
  margin: 0;
  max-height: 342px;
  overflow-x: hidden;
  padding: 0 0 0 0 !important;
  width: 100%;
}
.content.foundation .autocomplete__menu--visible {
  display: block;
}
.content.foundation .autocomplete__menu--hidden {
  display: none;
}
.content.foundation .autocomplete__menu--overlay {
  box-shadow: rgba(0, 0, 0, 0.256863) 0 2px 6px;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.content.foundation .autocomplete__menu--inline {
  position: relative;
}
.content.foundation li.autocomplete__option {
  border-bottom: solid #bfc1c3;
  border-width: 1px 0;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}
.content.foundation .autocomplete__option > * {
  pointer-events: none;
}
.content.foundation .autocomplete__option:first-of-type {
  border-top-width: 0;
}
.content.foundation .autocomplete__option:last-of-type {
  border-bottom-width: 0;
}
.content.foundation .autocomplete__option--odd {
  background-color: #fafafa;
}
.content.foundation .autocomplete__option--focused,
.content.foundation .autocomplete__option:hover {
  background-color: #005ea5;
  border-color: #005ea5;
  color: #fff;
  outline: 0;
}
.content.foundation .autocomplete__option--no-results {
  background-color: #FFFFFF !important;
  color: #646b6f;
  cursor: not-allowed;
}
.content.foundation .autocomplete__hint,
.content.foundation .autocomplete__input,
.content.foundation .autocomplete__option {
  font-size: 16px;
  line-height: 1.25;
}
.content.foundation .autocomplete__hint,
.content.foundation .autocomplete__option {
  padding: 4px;
}
@media (min-width: 641px) {
  .content.foundation .autocomplete__hint,
.content.foundation .autocomplete__input,
.content.foundation .autocomplete__option {
    font-size: 19px;
    line-height: 1.31579;
  }
}

/**
 * fileuploader
 * Copyright (c) 2020 Innostudio.de
 * Website: https://innostudio.de/fileuploader/
 * Version: 2.2 (12-Mar-2020)
 * Requires: jQuery v1.7.1 or later
 * License: https://innostudio.de/fileuploader/documentation/#license
 */
.fileuploader-input .fileuploader-input-button,
.fileuploader-input .fileuploader-input-caption,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action],
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  -webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
}

.fileuploader-items .fileuploader-item,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-popup,
.fileuploader-popup .fileuploader-popup-node {
  -webkit-animation: fileuploaderFadeIn 0.2s ease;
  animation: fileuploaderFadeIn 0.2s ease;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  display: inline-block;
  margin: 0;
  padding: 14px 22px;
  border: none;
  border-radius: 30px;
  outline: 0;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
  background: #e6ebf4;
  color: #90a0bc;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
  background: #edf1f7;
  transform: translateY(-1px);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
  background: #dfe5f1;
  transform: translateY(1px);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  background: #9658fe;
  background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
  background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
  background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
  background-size: 140% auto;
  background-position: center;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
  background-position: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
  background-position: right;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(2px);
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
.fileuploader-popup.loading:after {
  content: "";
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  max-width: 24px;
  max-height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=) no-repeat center;
  background-size: contain;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after,
.fileuploader-popup .fileuploader-popup-move:after,
.fileuploader-popup.loading:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .progress-bar2 span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper *,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-popup .fileuploader-popup-move,
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fileuploader,
.fileuploader *,
.fileuploader :after,
.fileuploader :before,
.fileuploader-popup,
.fileuploader-popup *,
.fileuploader-popup :after,
.fileuploader-popup :before {
  box-sizing: border-box;
}

.fileuploader,
.fileuploader-popup {
  font-size: inherit;
  line-height: normal;
  text-align: left;
}

.fileuploader button,
.fileuploader-popup button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  background: 0 0;
  box-shadow: none;
}

.fileuploader button:focus,
.fileuploader-popup button:focus {
  outline: 0;
}

.fileuploader {
  display: block;
  width: 100%;
}

.fileuploader-icon-main {
  display: inline-block;
  font-size: 18px;
  color: #789bec;
}

.fileuploader-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
}

.fileuploader-input .fileuploader-input-caption {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 13px 16px;
  margin-right: 16px;
  background: #fff;
  border: 1px solid #ebeef1;
  border-radius: 30px;
  color: #789bec;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.01);
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
  border-color: #789bec;
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 22px;
  margin-right: 6px;
}

.fileuploader-input.fileuploader-dragging {
  background: #fff;
  border: 1px solid #ebeef1;
  border-style: dashed;
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
  border-color: transparent;
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.fileuploader-disabled .fileuploader-input {
  opacity: 0.7;
  cursor: default;
  pointer-events: none !important;
}

.panel.fileuploader-items {
  background: transparent;
}

.fileuploader-items .fileuploader-items-list {
  display: block;
  padding: 0;
  list-style: none;
}

.fileuploader-items .fileuploader-item {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ebeef1;
  animation-duration: 0.6s;
}

.fileuploader-items .fileuploader-item:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.fileuploader-items .fileuploader-item.upload-failed {
  background: rgba(254, 84, 111, 0.06);
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
  position: absolute;
  left: -24px;
  top: 12px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 39.9375em) {
  .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    left: auto;
    right: 10px;
    top: 12px;
  }
}
.fileuploader-items .fileuploader-item .columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.fileuploader-items .fileuploader-item .column-thumbnail {
  position: relative;
  width: 36px;
  height: 36px;
}

.fileuploader-items .fileuploader-item .column-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  color: #000000 !important;
  overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000000 !important;
  text-decoration: none;
}

.fileuploader-items .fileuploader-item .column-title div {
  width: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title span {
  font-size: inherit;
  color: #000000 !important;
}

.fileuploader-items .fileuploader-item .column-actions {
  margin: 0 16px;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
  content: "";
  width: 50%;
  height: 50%;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-image img {
  position: absolute;
  max-width: none;
  max-height: 100%;
  background: #fff;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  cursor: default;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
  color: #888;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
  position: absolute;
  display: block;
  width: 90%;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 56, 71, 0.2);
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
  opacity: 1;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
  background: rgba(43, 56, 71, 0.4);
}

.fileuploader-items .fileuploader-item .fileuploader-action {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #c0c6d2;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
}

.fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
  margin-left: 16px;
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
  color: #789bec;
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
  color: #668ee9;
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
  color: #fff;
  background: #fe7676;
  border-radius: 50%;
  box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
  font-size: inherit;
  text-shadow: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
  background-color: #fe8a8a;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
  background-color: #fe6262;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
  color: #fff;
  background: #43d084;
  border-radius: 50%;
  box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
  font-size: inherit;
  text-shadow: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
  background-color: #53d48f;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
  background-color: #33cc79;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
  content: "\e904";
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover {
  background: #fe7676;
  box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before {
  content: "\e923";
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
  background-color: #fe6262;
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
  display: block;
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px !important;
  border-radius: 0px !important;
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #3adb76 !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6);
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0;
  background: rgba(104, 125, 219, 0.08);
  box-shadow: none;
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
  position: absolute;
  right: 0;
  top: -10px;
  color: #000;
  font-size: 16px;
}

.fileuploader-items .fileuploader-item.sorting {
  background: #fafbfd;
  border-radius: 6px;
  opacity: 0.8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 799;
}

.fileuploader-items .fileuploader-item.sorting,
.fileuploader-items .fileuploader-item.sorting .fileuploader-action,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img {
  -webkit-animation: none;
  animation: none;
}

.fileuploader-items .fileuploader-sorter-placeholder {
  background: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0;
  -webkit-animation: none;
  animation: none;
}

.file-type-image .fileuploader-item-icon {
  background-color: #3982fe !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E");
}

.file-type-image .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-type-audio .fileuploader-item-icon {
  background-color: #66d043 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E");
}

.file-type-audio .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-type-video .fileuploader-item-icon {
  background-color: #9868ff !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E");
}

.file-type-video .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-rar .fileuploader-item-icon,
.file-ext-zip .fileuploader-item-icon {
  background-color: #ffd236 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E");
}

.file-ext-rar .fileuploader-item-icon i,
.file-ext-zip .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-pdf .fileuploader-item-icon {
  background-color: #ef5350 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E");
}

.file-ext-pdf .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-doc .fileuploader-item-icon,
.file-ext-docx .fileuploader-item-icon,
.file-ext-rtf .fileuploader-item-icon {
  background-color: #2372ba !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E");
}

.file-ext-doc .fileuploader-item-icon i,
.file-ext-docx .fileuploader-item-icon i,
.file-ext-rtf .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-xls .fileuploader-item-icon,
.file-ext-xlsx .fileuploader-item-icon {
  background-color: #14a73c !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E");
}

.file-ext-xls .fileuploader-item-icon i,
.file-ext-xlsx .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-pps .fileuploader-item-icon,
.file-ext-ppsx .fileuploader-item-icon,
.file-ext-ppt .fileuploader-item-icon,
.file-ext-pptx .fileuploader-item-icon {
  background-color: #f26522 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E");
}

.file-ext-pps .fileuploader-item-icon i,
.file-ext-ppsx .fileuploader-item-icon i,
.file-ext-ppt .fileuploader-item-icon i,
.file-ext-pptx .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-psd .fileuploader-item-icon {
  background-color: #3172eb !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E");
}

.file-ext-psd .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-ai .fileuploader-item-icon {
  background-color: #ff9e00 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E");
}

.file-ext-ai .fileuploader-item-icon i {
  visibility: hidden;
  color: #fff;
}

.file-ext-txt .fileuploader-item-icon {
  background-color: #454545 !important;
}

.file-ext-txt .fileuploader-item-icon i {
  color: #fff !important;
}

.file-ext-css .fileuploader-item-icon {
  background-color: #26a69a !important;
}

.file-ext-css .fileuploader-item-icon i {
  color: #fff !important;
}

.file-ext-html .fileuploader-item-icon {
  background-color: #cf33a8 !important;
}

.file-ext-html .fileuploader-item-icon i {
  color: #fff !important;
}

.fileuploader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #191d1e;
  z-index: 1090;
  animation-duration: 0.4s;
}

.fileuploader-popup.loading:after {
  width: 48px;
  height: 48px;
  z-index: 8;
}

.fileuploader-popup .fileuploader-popup-preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2;
}

.fileuploader-popup .fileuploader-popup-node {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  height: 100%;
  min-width: 20px;
  min-height: 20px;
  padding: 80px 56px 64px;
  overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
  display: block;
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
  cursor: grab;
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving {
  cursor: grabbing;
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point {
  cursor: grabbing !important;
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node > div,
.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node > audio,
.fileuploader-popup .fileuploader-popup-node.node-image .reader-node > img,
.fileuploader-popup .fileuploader-popup-node.node-video .reader-node > video {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #47525d;
  background: #fafafa;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0;
  outline: 0;
}

.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node audio {
  width: 450px;
  border-radius: 34px;
}

.fileuploader-popup .fileuploader-popup-node.node-application .reader-node iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node div {
  max-width: 992px;
  padding: 20px;
  margin: 0 auto;
  font-size: inherit;
  line-height: 16px;
  text-align: left;
  overflow-y: auto;
  white-space: pre-wrap;
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered {
  display: block;
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+) no-repeat center;
  background-size: contain;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
  position: absolute;
  bottom: 14px;
  left: 0;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  max-width: 100%;
  background-image: none;
  word-wrap: break-word;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
  color: #888;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  visibility: visible;
}

.fileuploader-popup .fileuploader-popup-content {
  color: #fdfdfd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.fileuploader-popup .fileuploader-popup-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fileuploader-popup .fileuploader-popup-content ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.fileuploader-popup .fileuploader-popup-content ul li + li {
  margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
  display: flex;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
  overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
  display: block;
  color: #80868b;
  font-size: inherit;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
  max-width: 100%;
  margin: 4px 0 0;
  font-size: inherit;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
  flex: 1;
  margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
  margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
  padding: 14px 24px;
  text-shadow: none;
}

.fileuploader-popup .fileuploader-popup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
  display: inline-block;
  padding: 16px;
  padding-bottom: 13px;
  cursor: pointer;
  text-decoration: none;
  color: #fdfdfd;
  border-bottom: 3px solid transparent;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
  display: inline-block;
  font-size: 18px;
  margin-top: -4px;
  margin-right: 6px;
  vertical-align: middle;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
  border-bottom-color: #789bec;
  color: #fff;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
  font-size: inherit;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  border: none;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  color: #fdfdfd;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
  display: inline-block;
  -webkit-appearance: none;
  width: 130px;
  padding: 0;
  margin: 0 16px;
  vertical-align: middle;
  background: 0 0;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
  outline: 0;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #789bec;
  border-radius: 6px;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #789bec;
  border-radius: 6px;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 6px;
  color: #fff;
  vertical-align: middle;
}

.fileuploader-popup .fileuploader-popup-move {
  position: absolute;
  display: none;
  width: 56px;
  height: 100%;
  font-size: 24px;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
  z-index: 1;
}

.fileuploader-popup .fileuploader-popup-move:hover {
  opacity: 1;
}

.fileuploader-popup .fileuploader-popup-move:after {
  position: absolute;
}

.fileuploader-popup .fileuploader-popup-move[data-action=next] {
  left: auto;
  right: 0;
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
  display: inline-block;
}

.fileuploader-popup .fileuploader-cropper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 20, 27, 0.65);
  z-index: 9;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(250, 250, 250, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 34%;
  border-top: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
  top: 50%;
  left: 0;
  height: 34%;
  width: 100%;
  border-left: 0;
  border-right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before {
  opacity: 1;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 3;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
  top: -12px;
  left: -12px;
  cursor: nw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
  top: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: n-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
  top: -12px;
  right: -12px;
  cursor: ne-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
  top: 50%;
  right: -12px;
  margin-top: -12px;
  cursor: w-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
  bottom: -12px;
  right: -12px;
  cursor: nw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: s-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
  bottom: -12px;
  left: -12px;
  cursor: sw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
  left: -12px;
  top: 50%;
  margin-top: -12px;
  cursor: w-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: move;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: #fff;
  font-family: sans-serif;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
  opacity: 0;
}

@media all and (max-width: 768px) {
  .fileuploader-popup .fileuploader-popup-header {
    display: block;
    padding: 0;
  }
  .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
    padding: 16px;
  }
  .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
    position: fixed;
    left: 0;
    bottom: 16px;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .fileuploader-popup .fileuploader-popup-node {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 117px;
  }
  .fileuploader-popup .fileuploader-popup-footer {
    bottom: 61px;
    background: 0 0;
  }
  .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
    display: none;
  }
  .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
    border-color: transparent;
  }
  .fileuploader-popup .fileuploader-popup-move {
    width: 30px;
  }
  .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@-webkit-keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fileuploader fileuploader-theme-lgsco*/
/*
.fileuploader.fileuploader-theme-lgsco { padding: 0 0 0 0; background: transparent}
//.fileuploader-input { height: 50px;}

/*
.fileuploader.fileuploader-theme-lgsco .fileuploader-input-button {
	border-radius: 0;
	background: inherit;
	line-height: 1.125rem !important;
	white-space: nowrap;


	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.1875;
	box-sizing: border-box;
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 1.125rem;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 0;

	color: #0b0c0c;
	background-color: #f3f2f1;
	box-shadow: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;



	-webkit-appearance: none !important;
	border-radius: 0;
	background-color: transparent !important;


	background-image: linear-gradient(180deg, #E3E3E3 0%, #F7F7F7 100%);
	border: 1px solid #AFAFAF;
	min-height: 2.5rem;

	font-family: 'open_sansregular',sans-serif !important;
	font-style: normal;
	width: 100%;
	}
	.fileuploader.fileuploader-theme-lgsco .fileuploader-input-button:hover {
		transform:none;
		background-image: linear-gradient(180deg, #E3E3E3 0%, #E3E3E3 100%);
		border: 1px solid #AFADAD;
	}
	*/
.fileuploader.fileuploader-theme-lgsco .fileuploader-input .fileuploader-input-caption {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0 0 0 0;
  color: #000;
  box-shadow: none;
  font-weight: normal;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 1rem 1rem 0;
  border: none;
  background: none;
  padding: 5px 0px;
  border-radius: 0px;
  font-weight: 400;
  min-height: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

.row.progress-row {
  padding: 25px 10px 10px 10px !important;
}

.row.progress-row .columns {
  background-color: #cacaca;
  height: 16px;
}

.fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item {
  position: relative;
  margin: 0;
  padding: 20px 0.625rem;
  border-bottom: 1px solid #b1b4b6;
  animation-duration: 0.6s;
}

.content .fileuploader.fileuploader-theme-lgsco .fileuploader-items p {
  margin: 0 0 0 0 !important;
}

.content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .columns {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .column-thumbnail {
  width: 44px;
  height: 44px;
}

.content .fileuploader.fileuploader-theme-lgsco .fileuploader-items .fileuploader-item .fileuploader-item-image {
  border-radius: 0 0 0 0;
}

.stepDiagram .num-step-roundel {
  background: #E5E7E8;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #555554;
  font-size: 55px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.stepDiagram .num-step-roundel.fa-icon {
  background: none;
}

.vacanciesPromotional {
  background-color: #51509B;
  padding: 2rem 0 2rem 0;
  border-bottom: 1px solid #696982;
  /*
  @include breakpoint(medium) {

  	background-image:  url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png);
  	background-position: 50% center, -100px center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover, cover;

  }*/
}
.vacanciesPromotional p.h2,
.vacanciesPromotional p,
.vacanciesPromotional figcaption {
  color: #fff;
}
.vacanciesPromotional p.h2 {
  margin: 1rem 0 4rem 0;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 2.33rem;
}
.vacanciesPromotional p.h1 {
  margin: 2rem 0 0 0 !important;
  font-size: 60px;
  font-size: 4.33333rem;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1 !important;
}
.vacanciesPromotional figure {
  overflow: hidden;
  text-align: center;
}
.vacanciesPromotional figure img {
  border-radius: 10px 10px 10px 10px !important;
  margin-bottom: 10px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .vacanciesPromotional figure {
    margin: 0 2rem;
  }
}
.vacanciesPromotional .button {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .vacanciesPromotional .button {
    margin: 1rem 2rem;
    box-sizing: content-box;
    width: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .vacanciesPromotional {
    background-image: none;
  }
}
@media print, screen and (min-width: 40em) {
  .vacanciesPromotional {
    background-image: none;
  }
}
@media print, screen and (min-width: 64em) {
  .vacanciesPromotional {
    background-image: url(../graphics/careers/arrow-ending.png);
    background-position: -550px top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 75em) {
  .vacanciesPromotional {
    background-image: url(../graphics/careers/arrow-ending.png);
    background-position: -500px top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 90em) {
  .vacanciesPromotional {
    background-image: url(../graphics/careers/arrow-ending.png);
    background-position: -80% top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 90em) {
  .vacanciesPromotional {
    background-image: url(../graphics/careers/arrow-ending.png);
    background-position: -550px top;
    background-repeat: no-repeat;
  }
}
.vacanciesPromotional img {
  margin-bottom: 2rem;
  width: 100%;
}

.subHeader.careers {
  border-top: 1px solid #d4d4de;
  background-color: #51509B;
  padding: 6rem 0;
  border-bottom: 1px solid #696982;
}
.subHeader.careers p.h2 {
  margin: 2rem 0 4rem 0;
  color: #fff !important;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers .large-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers .large-text-left {
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .subHeader.careers {
    background-image: none, none, none !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .subHeader.careers {
    background-image: none, none, none !important;
    /*
    background-image:  url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-jumper.jpg);
    background-position: 50% center, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;*/
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers {
    /*
    background-image:  url(../graphics/careers/subheader-arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-jumper.jpg);*/
    background-position: center bottom, 50% center, right top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
  }
}

.subHeader.careers.alt {
  border-top: 1px solid #d4d4de;
  background-color: #51509B;
  padding: 6rem 0;
  border-bottom: 1px solid #696982;
}
.subHeader.careers.alt p.h2 {
  margin: 2rem 0 4rem 0;
  color: #fff !important;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers.alt .large-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers.alt .large-text-left {
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  .subHeader.careers.alt {
    background-image: url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-lookRight.jpg);
    background-position: 50% center, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.careers.alt {
    background-image: url(../graphics/careers/subheader-arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/subheader-banner-woman-lookRight.jpg);
    background-position: center bottom, 50% center, right top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
  }
}

.subHeader.persona {
  border-top: 1px solid #d4d4de;
  background-color: #51509B;
  padding: 3rem 0 3rem 0;
  border-bottom: 1px solid #696982;
  margin-bottom: 2rem !important;
  /*
  @include breakpoint(1440px) {

  	background-position: left center, right center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover, contain;

  }

  @include breakpoint(2316px) {

  	background-position: left center, right center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover, 60%;

  }
  */
}
.subHeader.persona h2,
.subHeader.persona h2.h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.778rem;
}
@media print, screen and (min-width: 64em) {
  .subHeader.persona .large-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.persona .large-text-left {
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .subHeader.persona {
    background-image: none !important;
  }
}
@media screen and (min-width: 40em) {
  .subHeader.persona {
    background-position: 50% center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }
}
@media screen and (min-width: 64em) {
  .subHeader.persona {
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }
}
@media screen and (min-width: 90em) {
  .subHeader.persona {
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 60%;
  }
}

.subHeader.jobVacancy {
  border-top: 1px solid #d4d4de;
  background-color: #51509B;
  padding: 3rem 0 3rem 0;
  border-bottom: 1px solid #696982;
  margin-bottom: 2rem !important;
  /*
  @include breakpoint(1440px) {

  	background-position: left center, right center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover, contain;

  }

  @include breakpoint(2316px) {

  	background-position: left center, right center;
  	background-repeat: no-repeat, no-repeat;
  	background-size: cover, 60%;

  }
  */
}
.subHeader.jobVacancy h2,
.subHeader.jobVacancy h2.h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.778rem;
}
@media print, screen and (min-width: 64em) {
  .subHeader.jobVacancy .large-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .subHeader.jobVacancy .large-text-left {
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .subHeader.jobVacancy {
    background-image: none !important;
  }
}
@media screen and (min-width: 40em) {
  .subHeader.jobVacancy {
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 60%;
  }
}
@media screen and (min-width: 64em) {
  .subHeader.jobVacancy {
    background-position: left center, right -150px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 60%;
  }
}

.promotionalFooter {
  border-top: 1px solid #d4d4de;
}
.promotionalFooter p.h1 {
  font-weight: bold;
}
.promotionalFooter abbr {
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
  border: none !important;
  font-variant: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.promotionalFooter .stepDiagram {
  text-align: center;
}
.promotionalFooter .stepDiagram .columns:last-of-type .num-step-roundel {
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .promotionalFooter .stepDiagram .columns:first-of-type .num-step-roundel {
    transform: rotate(90deg);
  }
}
@media print, screen and (min-width: 64em) {
  .promotionalFooter .stepDiagram .columns:first-of-type .num-step-roundel {
    margin-left: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .promotionalFooter .num-step-roundel {
    margin-bottom: 1rem;
    font-size: 38px;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
@media print, screen and (min-width: 64em) {
  .promotionalFooter .large-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .promotionalFooter .large-text-left {
    text-align: left;
  }
}

.promotionalMaps {
  background-color: #51509B;
  background-image: url("../graphics/mapping-grab-lgo-bg.png");
  background-repeat: repeat-y;
  background-size: 50% auto;
  background-position: right;
}
.promotionalMaps .columns:first-of-type {
  background-color: #51509B;
}
@media print, screen and (max-width: 63.99875em) {
  .promotionalMaps .columns:first-of-type {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.promotionalMaps .columns:last-of-type {
  background-image: url("../graphics/mapping-grab-lgo-bg.png");
}
.promotionalMaps p {
  color: #FFFFFF;
}
.promotionalMaps p.h1 {
  font-weight: 600;
}
.promotionalMaps .mapText {
  display: block;
}
.promotionalMaps .mappo {
  background-image: url("../graphics/mapping-grab-lgo.png");
  background-position: left center;
  background-size: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .promotionalMaps .mappo {
    min-height: 184px;
  }
}

.careersPromotional {
  background-color: #51509B;
  padding: 4rem 0;
  border-bottom: 1px solid #696982;
}
@media print, screen and (max-width: 63.99875em) {
  .careersPromotional {
    background-image: none, none, none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .careersPromotional {
    /*
    background-image:  url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png);

    background-position: 50% center, -100px center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    */
  }
}
@media print, screen and (min-width: 64em) {
  .careersPromotional {
    /*
    background-image:  url(../graphics/careers/arrows.png), url(../graphics/careers/careerMaskGradient.png), url(../graphics/careers/career-group.png);
    */
    background-position: center center, 50% center, right center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, 60%;
  }
}
.careersPromotional img {
  margin-bottom: 2rem;
  width: 100%;
}

.careersGoVDelSignupCTA {
  background: #F8F9EC;
  padding: 1.5rem 0 1.5rem 0;
}
.careersGoVDelSignupCTA p,
.careersGoVDelSignupCTA i {
  margin-bottom: 0 !important;
}
.careersGoVDelSignupCTA i {
  color: #ffdd00;
  margin-right: 1rem;
}

.card-image-overflow {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #EFEFEF;
  padding-bottom: 75%; /* set default to 4:3 */
}

.card-image-overflow.img1by1 {
  padding-bottom: 100%;
}

.card-image-overflow.img16by9 {
  padding-bottom: 56.25%;
}

.card-image-overflow.img4by3 {
  padding-bottom: 75%;
}

.card-image-overflow.img3by2 {
  padding-bottom: 66.66%;
}

.card-image-overflow.img8by5 {
  padding-bottom: 62.5%;
}

.card-image-overflow.a4sheet {
  padding-bottom: 129%;
}

img.card-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* promo image effects */
.card-image.withZoom {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}

div.promo:hover .card-image.withZoom {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

.newsPromos .promo {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .newsPromos img.card-image {
    margin-bottom: 1rem;
  }
  .newsPromos .button {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .newsPromos {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .newsPromos .promo {
    margin-right: 0;
  }
}
.newsPromos .promoText {
  padding-right: 2rem;
}
.newsPromos .promoText span,
.newsPromos .promoText time {
  display: block;
  margin-top: 5px;
}
.newsPromos .promoText p, .newsPromos .promoText .h1, .newsPromos .promoText .h2, .newsPromos .promoText .h3, .newsPromos .promoText .h4, .newsPromos .promoText .h5, .newsPromos .promoText .h6 {
  margin-bottom: 0 !important;
}
.newsPromos .promoText .headline {
  margin-bottom: 0 !important;
}
.newsPromos .promoText time {
  color: #4A4A4A;
  display: block;
  font-size: 0.85rem;
}

.homeIntro h1,
.homeIntro p {
  margin-bottom: 0;
}
.homeIntro h1 {
  line-height: 43px;
}
.homeIntro h1 span {
  display: block;
  color: #51509B;
}
@media print, screen and (max-width: 63.99875em) {
  .homeIntro {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.homeDescription {
  background: #F5F5F9;
}
.homeDescription h2,
.homeDescription p {
  font-weight: 400;
  margin-right: 1rem;
  margin-bottom: 0;
}
.homeDescription h2 {
  line-height: 43px;
}
@media print, screen and (max-width: 63.99875em) {
  .homeDescription {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.homeDescription .mission .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.homeDescription .mission .row i {
  color: #51509B;
  min-width: 54px;
  text-align: center;
}

.sectionNav {
  border-top: 1px solid #d4d4de;
}
@media print, screen and (max-width: 63.99875em) {
  .sectionNav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sectionNav .node1 {
  background: #00819E;
}
.sectionNav .node2 {
  background: #01893C;
}
.sectionNav .node3 {
  background: #555554;
}
.sectionNav .node4 {
  background: #E50072;
}
.sectionNav a {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 3rem 1rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 300px !important;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.5s;
  z-index: 1;
}
.sectionNav a span {
  display: block;
}
.sectionNav a .nodeTitle {
  width: 100%;
  height: 45px;
}
.sectionNav a .icn {
  margin: 0 auto;
  width: 74px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sectionNav a .icnDecisions {
  background-image: url("../graphics/new-icns/lgo-icn-gavel.svg");
}
.sectionNav a .icnAdult {
  background-image: url("../graphics/new-icns/lgo-icn-shake.svg");
}
.sectionNav a .icnInfo {
  background-image: url("../graphics/new-icns/lgo-icn-info.svg");
}
.sectionNav a .icnTraining {
  background-image: url("../graphics/new-icns/lgo-icn-motar.svg");
}
.sectionNav a.withCSSTransitions span {
  position: absolute;
  right: 1rem;
  left: 1rem;
  width: auto !important;
}
.sectionNav a.withCSSTransitions .nodeTitle {
  top: 64px;
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.5s;
}
@media only screen and (min-width: 1241px) and (max-width: 1280px) {
  .sectionNav a.withCSSTransitions .nodeTitle {
    font-size: 23px;
  }
}
.sectionNav a.withCSSTransitions .icn {
  top: 130px;
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.5s;
}
.sectionNav a.withCSSTransitions span.desc {
  top: 195px;
  opacity: 0;
  display: none;
  vertical-align: baseline;
  transform: scale(0);
  transition-property: opacity, -webkit-transform;
  transition-duration: 0.7s, 0.35s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0;
  hyphens: none;
  display: inline-block !important;
}
.sectionNav a.withCSSTransitions:hover span,
.sectionNav a.withCSSTransitions:focus span {
  opacity: 1;
}
.sectionNav a.withCSSTransitions:hover .nodeTitle,
.sectionNav a.withCSSTransitions:focus .nodeTitle {
  top: 34px;
}
.sectionNav a.withCSSTransitions:hover .icn,
.sectionNav a.withCSSTransitions:focus .icn {
  top: 103px;
}
.sectionNav a.withCSSTransitions:hover span.desc,
.sectionNav a.withCSSTransitions:focus span.desc {
  opacity: 1;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sectionNav a:hover .nodeTitle,
.sectionNav a:focus .nodeTitle {
  text-decoration: underline;
}
.sectionNav a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
}
.sectionNav a:focus {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .sectionNav a {
    padding: 0 15px;
    height: 240px !important;
  }
  .sectionNav span {
    right: 0.5rem;
    left: 0.5rem;
  }
  .sectionNav .nodeTitle {
    font-size: 23px;
  }
  .sectionNav .icn {
    width: 64px;
    height: 64px;
  }
  .sectionNav span.desc {
    font-size: 15px;
  }
  .sectionNav a.withCSSTransitions span {
    right: 0.5rem;
    left: 0.5rem;
  }
  .sectionNav a.withCSSTransitions .nodeTitle {
    top: 40px;
  }
  .sectionNav a.withCSSTransitions .icn {
    top: 95px;
  }
  .sectionNav a.withCSSTransitions span.desc {
    top: 155px;
  }
  .sectionNav a.withCSSTransitions:hover .nodeTitle,
.sectionNav a.withCSSTransitions:focus .nodeTitle {
    top: 25px;
  }
  .sectionNav a.withCSSTransitions:hover .icn,
.sectionNav a.withCSSTransitions:focus .icn {
    top: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .sidebar .sticky.is-stuck {
    padding-top: 118px;
  }
}

.sidebar .sectionBlock {
  display: block !important;
  margin-bottom: 20px;
}

.howToComplainDescription {
  background: #f8e6fe;
}
.howToComplainDescription h2,
.howToComplainDescription p {
  margin-right: 1rem;
  margin-bottom: 0;
}
.howToComplainDescription h2 {
  line-height: 43px;
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  .howToComplainDescription {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.howToComplainDescription .options .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.howToComplainDescription .options .row i {
  color: #51509B;
  min-width: 54px;
  text-align: center;
}
.howToComplainDescription iframe {
  margin: 0 0 0 0 !important;
  border: none;
}
@media print, screen and (max-width: 63.99875em) {
  .howToComplainDescription iframe {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.complainSteps .fa-shoe-prints {
  font-size: 55px;
  width: 100px;
  height: 100px;
  transform: rotate(75deg);
  color: #555554;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .fa-shoe-prints {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
.complainSteps .complainStepsTitle {
  margin-bottom: 0 !important;
  padding-left: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .complainStepsTitle {
    padding-left: 30px;
  }
}
.complainSteps .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.complainSteps .steps {
  margin-top: 2rem;
}
.complainSteps .steps .column.num, .complainSteps .steps .num.columns {
  background-image: url("../graphics/step-path-bg.png");
  background-position: center top;
  background-repeat: repeat-y;
}
.complainSteps .steps .step:last-of-type .column.num, .complainSteps .steps .step:last-of-type .num.columns {
  background-image: none;
}
.complainSteps .steps .num-step-roundel {
  background: #E5E7E8;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #555554;
  font-size: 55px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .steps .num-step-roundel {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.complainSteps .steps .num-step-title-bar {
  display: block;
  background-image: url("../graphics/step-path-bar-bg.png");
  background-repeat: no-repeat;
  background-position: right 40px;
  width: 50px;
  height: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .steps .num-step-title-bar {
    background-image: none;
    width: 0px;
    height: 50px;
  }
}
.complainSteps .steps .num-step-title * {
  margin-bottom: 0 !important;
}
.complainSteps .steps .num-step-title {
  padding-left: 30px;
}
.complainSteps .steps .num-step-content {
  margin-bottom: 1rem;
  padding-left: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .complainSteps .steps .num-step-content {
    padding-left: 30px;
    padding-top: 1rem;
  }
}
.complainSteps .steps .num-step-content .foundation {
  border-bottom: 2px solid #E5E7E8;
  padding-bottom: 1rem;
}
.complainSteps .steps .wysiwyg {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .complainSteps .steps .wysiwyg {
    padding-right: 30px;
  }
}
.complainSteps .steps .wysiwyg p:last-of-type {
  margin-bottom: 0 !important;
}
.complainSteps .steps .button {
  margin-bottom: 1rem;
}

.calloutAlerts {
  border-bottom: 1px solid #f5f5f9;
  clear: both;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .calloutAlerts .columns:first-of-type {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1201px) {
  .calloutAlerts .columns:first-of-type {
    padding-right: 0;
    padding-left: 0;
  }
}
.calloutAlerts .callout:first-of-type {
  margin-top: 1rem;
}
.calloutAlerts .close-button {
  position: absolute;
  z-index: 10;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  color: #000000;
  cursor: pointer;
}
.calloutAlerts img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .calloutAlerts img {
    margin-top: 1rem;
  }
}
.calloutAlerts .column p:last-of-type, .calloutAlerts .columns p:last-of-type {
  margin-bottom: 0;
}
.calloutAlerts a {
  color: #000;
}
.calloutAlerts .h1, .calloutAlerts .h2, .calloutAlerts .h3, .calloutAlerts .h4 {
  font-weight: 600;
}

.rteFooter {
  border-top: 1px solid #d4d4de;
  margin-top: 1rem;
  padding-top: 2rem;
}

[type=text].date {
  display: inline-block !important;
}

.ui-widget.ui-widget-content {
  border: 0px;
}

.ui-datepicker-trigger {
  background-image: url("../graphics/calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 0px;
  vertical-align: top;
  margin-left: 10px;
}

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

.ui-datepicker-next:focus,
button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:active {
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: #ffbf47 !important;
  color: #000 !important;
}

.ui-widget-header,
.ui-widget-content {
  background-image: none;
  background-color: #28333b !important;
  color: #fff;
}

.ui-widget-content,
.ui-widget-header {
  border-color: #2f3c45;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-color: #2f3c45;
  background-color: #fff;
  color: #000;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

.ui-state-default.ui-state-hover,
.ui-state-default:focus,
.ui-state-default.ui-state-hover:focus {
  background: #ffbf47 !important;
  color: #000 !important;
}

.careerTabs {
  background-color: #EFEFEF;
}

.tabsContainer .tabs {
  padding-right: 0;
  padding-left: 0 !important;
  border-color: transparent !important;
  border-bottom: 1px solid #FFFFFF !important;
  background: transparent;
}
.tabsContainer .tabs .tabs-title > a {
  padding: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  text-decoration: none !important;
}
.tabsContainer .tabs .tabs-title:first-of-type > a {
  margin-left: -1px;
}
.tabsContainer .tabs .tabs-title:last-of-type > a {
  margin-right: -1px;
}
.tabsContainer .tabs .tabs-title > a:focus,
.tabsContainer .tabs .tabs-title > a[aria-selected=true] {
  background: #ffffff;
}
@media print, screen and (max-width: 63.99875em) {
  .tabsContainer .tabs .tabs-title > a {
    padding: 1rem;
    margin-right: 0;
    margin-left: 0;
    background: #ffffff;
    border-bottom: 1px solid #EFEFEF !important;
  }
  .tabsContainer .tabs .tabs-title > a:focus,
.tabsContainer .tabs .tabs-title > a[aria-selected=true] {
    background: #EFEFEF !important;
  }
}
.tabsContainer .tabs-content {
  background: #FFFFFF;
  border: 1px solid #FFFFFF !important;
}
.tabsContainer .tabs-content .tabs-panel {
  padding: 2rem;
}

.careersnavCards {
  background: #F6F6F6;
  padding-bottom: 1rem;
}
.careersnavCards abbr {
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
  border: none !important;
  font-variant: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
.careersnavCards .promo {
  background: #fff;
  margin-bottom: 1rem;
}
.careersnavCards .promo .promoText {
  padding: 1rem;
}
.careersnavCards .promo .promoText p {
  margin-bottom: 0 !important;
}
.careersnavCards .promo .promoText p a {
  text-decoration: none !important;
}
.careersnavCards .promo .promoText p a:hover,
.careersnavCards .promo .promoText p a:focus {
  text-decoration: underline !important;
}
@media print, screen and (max-width: 39.99875em) {
  .careersnavCards .promo .promoText p {
    text-align: center !important;
  }
}

.careerCarosel {
  background: #EFEFEF;
}
.careerCarosel .orbit-slide {
  background: #ffffff !important;
}
.careerCarosel .orbit-slide .card {
  padding: 1rem 2rem;
}
.careerCarosel .orbit-slide .card blockquote {
  margin: 0rem 0 1rem 0;
}
.careerCarosel .orbit-slide .card blockquote p {
  font-size: 1.5rem;
  color: #F65019;
  font-style: italic;
  margin-bottom: 1rem !important;
  text-align: center;
  padding-right: 1rem;
}
.careerCarosel .orbit-slide .card blockquote::before,
.careerCarosel .orbit-slide .card blockquote::after {
  color: #F65019;
}
.careerCarosel .orbit-slide .card .button {
  margin-top: 2rem !important;
  min-width: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .careerCarosel .orbit-slide .card .button {
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .careerCarosel .orbit-slide .card .button {
    display: block;
  }
}
.careerCarosel .orbit-controls {
  position: relative;
  display: block;
  height: 200px;
  vertical-align: middle;
  margin: 0 auto;
}
.careerCarosel .orbit-controls .orbit-next,
.careerCarosel .orbit-controls .orbit-previous {
  padding: 0 0.5rem 0 0.5rem !important;
  color: #0B0C0C;
  height: 80px;
  background: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-shadow: none !important;
}
.careerCarosel .orbit-controls .orbit-next .circ,
.careerCarosel .orbit-controls .orbit-previous .circ {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #0B0C0C;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.careerCarosel .orbit-controls .orbit-next .circ i,
.careerCarosel .orbit-controls .orbit-previous .circ i {
  color: #0B0C0C;
  font-size: 44px;
  line-height: 80px;
}
.careerCarosel .orbit-controls .orbit-next:focus,
.careerCarosel .orbit-controls .orbit-previous:focus {
  border: 0 !important;
  outline: 0 !important;
}
.careerCarosel .orbit-controls .orbit-next:focus .circ,
.careerCarosel .orbit-controls .orbit-previous:focus .circ {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  -moz-outline-radius: 50%;
}
.careerCarosel ul.orbit-container,
.careerCarosel div.orbit-container {
  box-shadow: 0 0 15px 5px rgba(0, 0, 10, 0.03);
  border-radius: 30px;
  padding-left: 0 !important;
}
.careerCarosel ul.orbit-container .orbit-figure,
.careerCarosel div.orbit-container .orbit-figure {
  position: relative !important;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  .careerCarosel ul.orbit-container .orbit-figure,
.careerCarosel div.orbit-container .orbit-figure {
    border-radius: 30px 30px 0 0;
  }
}
.careerCarosel ul.orbit-container .orbit-caption,
.careerCarosel div.orbit-container .orbit-caption {
  padding: 0 0 0 0 !important;
  background: transparent;
}
@media print, screen and (max-width: 63.99875em) {
  .careerCarosel ul.orbit-container .orbit-caption,
.careerCarosel div.orbit-container .orbit-caption {
    text-align: center;
  }
}
.careerCarosel ul.orbit-container .orbit-caption .h2,
.careerCarosel div.orbit-container .orbit-caption .h2 {
  font-weight: 500 !important;
}
.careerCarosel ul.orbit-container .orbit-caption .row .columns:first-of-type,
.careerCarosel div.orbit-container .orbit-caption .row .columns:first-of-type {
  background: #FFFFFF;
  color: #000 !important;
  padding: 1rem 2rem 1.5rem 2rem;
}
.careerCarosel ul.orbit-container .orbit-caption .row .columns:first-of-type *:last-child,
.careerCarosel div.orbit-container .orbit-caption .row .columns:first-of-type *:last-child {
  margin-bottom: 0 !important;
}

.personaStory {
  padding-bottom: 0 !important;
}
.personaStory blockquote {
  margin: 0rem 0 1rem 0;
  display: inline-block;
}
.personaStory blockquote p {
  font-size: 1.5rem;
  color: #F65019;
  font-style: italic;
  margin-bottom: 1rem !important;
  text-align: center;
  padding-right: 1rem;
}
.personaStory blockquote::before,
.personaStory blockquote::after {
  color: #F65019;
}
.personaStory .contentImg img {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .videoSection .responsive-embed {
    margin: 0 0 2rem 0rem !important;
  }
}

.sectionText {
  margin-bottom: 3rem !important;
}
.sectionText .greyText {
  color: #444444;
}
.sectionText .greyText time {
  font-weight: bold;
}
.sectionText h2 {
  margin-bottom: 1.5rem !important;
}

.borderBottom {
  border-bottom: 1px solid #CCC;
}

.listSectionTexts .sectionText.borderBottom:last-of-type {
  border-bottom-color: transparent !important;
}

/* details */
.details {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #0b0c0c;
  margin-bottom: 20px;
  display: block;
}

@media print {
  .details {
    font-family: sans-serif;
  }
}
@media (min-width: 40.0625em) {
  .details {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.31579;
  }
}
@media print {
  .details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media print {
  .details {
    color: #000000;
  }
}
@media (min-width: 40.0625em) {
  .details {
    margin-bottom: 30px;
  }
}
.details .summary {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #454483;
  cursor: pointer;
}
.details .summary:hover {
  color: #27265F;
}
.details .summary:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
.details .summary-text {
  text-decoration: underline;
}
.details .summary:focus .summary-text {
  text-decoration: none;
}
.details .summary::-webkit-details-marker {
  display: none;
}
.details .summary:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}

.details[open] .summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}
.details[open] .text {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #444444;
}
.details[open] .text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.details[open] .text > :last-child {
  margin-bottom: 0;
}

.filter {
  border: none;
  padding: 0 !important;
}
.filter .count {
  /*
  background: #F8F9EC;
  border: 1px solid #F9C226;
  border-radius: 50%;
  display: inline-block;
  font-family: Helvetica;
  font-size: 0.725rem;
  color: #0B0C0C;
  text-align: center;
  line-height: 21px;
  min-height: 23px;
  min-width: 21px;
  padding: 1px 1px 0 1px;
  */
  padding: 2px 5px;
  border-radius: 50%;
  height: 23px;
  min-width: 26px;
  line-height: 19px;
  box-sizing: border-box;
  background: #F8F9EC;
  border: 1px solid #F9C226;
  text-align: center;
  color: #0B0C0C;
  font-size: 11px;
}

.cat-filter-check {
  margin-right: 0.5rem;
}

/* reset for govuk styles */
.sidebar.foundation .row,
.content.foundation .row {
  max-width: 1200px !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-flow: row wrap !important;
}
.sidebar.foundation .row:before,
.sidebar.foundation .row:after,
.content.foundation .row:before,
.content.foundation .row:after {
  content: none !important;
  display: none !important;
}
.sidebar.foundation .row,
.content.foundation .row {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}
@media print, screen and (max-width: 63.99875em) {
  .sidebar.foundation .row,
.content.foundation .row {
    max-width: none !important;
  }
}
.sidebar.foundation .noMargin,
.content.foundation .noMargin {
  margin: 0 0 0 0 !important;
}
.sidebar.foundation .marginBottomSmall,
.content.foundation .marginBottomSmall {
  margin-bottom: 0.625rem !important;
}
.sidebar.foundation .row .row.collapse,
.content.foundation .row .row.collapse {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.sidebar.foundation .row .row.collapse .columns,
.sidebar.foundation .row .row.collapse .column,
.content.foundation .row .row.collapse .columns,
.content.foundation .row .row.collapse .column {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .sidebar.foundation .column,
.sidebar.foundation .columns,
.content.foundation .column,
.content.foundation .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0;
  }
}
.sidebar.foundation .Introductory,
.content.foundation .Introductory {
  margin: 20px 40px 20px 40px;
  border-bottom: 1px solid #ccc;
}
.sidebar.foundation .Introductory h2,
.content.foundation .Introductory h2 {
  font-weight: 400;
}
.sidebar.foundation .fullBlock .Introductory,
.content.foundation .fullBlock .Introductory {
  margin: 20px 0 20px 0;
}
.sidebar.foundation .button.expanded,
.content.foundation .button.expanded {
  display: block !important;
  width: 100%;
}
.sidebar.foundation .govuk-input__prefix,
.sidebar.foundation .govuk-input__suffix,
.content.foundation .govuk-input__prefix,
.content.foundation .govuk-input__suffix {
  height: 2.4375rem;
}
.sidebar.foundation .InsetText.govuk-inset-text > *,
.content.foundation .InsetText.govuk-inset-text > * {
  margin-bottom: 1rem !important;
}
.sidebar.foundation .InsetText.govuk-inset-text > :only-child,
.sidebar.foundation .InsetText.govuk-inset-text > :last-child,
.content.foundation .InsetText.govuk-inset-text > :only-child,
.content.foundation .InsetText.govuk-inset-text > :last-child {
  margin-bottom: 0 !important;
}
.sidebar.foundation .introductionText,
.content.foundation .introductionText {
  margin-bottom: 2rem;
}
.sidebar.foundation .wysiwyg table.govuk-table.entity-table,
.content.foundation .wysiwyg table.govuk-table.entity-table {
  table-layout: fixed !important;
}
.sidebar.foundation .wysiwyg table.govuk-table,
.content.foundation .wysiwyg table.govuk-table {
  margin: 0 0 2.25rem 0 !important;
}
.sidebar.foundation .wysiwyg caption,
.content.foundation .wysiwyg caption {
  caption-side: top;
  text-align: left;
  margin-left: -10px;
  font-weight: normal !important;
}
.sidebar.foundation .wysiwyg tbody .header th,
.content.foundation .wysiwyg tbody .header th {
  font-weight: normal !important;
}
.sidebar.foundation .wysiwyg a.govuk-table__edit,
.sidebar.foundation .wysiwyg a.check-answers__button,
.content.foundation .wysiwyg a.govuk-table__edit,
.content.foundation .wysiwyg a.check-answers__button {
  color: #1d70b8 !important;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: center;
  font-weight: normal !important;
}
.sidebar.foundation .panel,
.content.foundation .panel {
  margin-bottom: 2rem;
}
.sidebar.foundation .panel fieldset,
.content.foundation .panel fieldset {
  margin: 0;
  padding: 0 !important;
  border: 0;
  min-width: auto !important;
}
.sidebar.foundation .panel fieldset legend,
.content.foundation .panel fieldset legend {
  margin: 0 0 2rem 0 !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.sidebar.foundation .panel fieldset .FormFieldGroup,
.content.foundation .panel fieldset .FormFieldGroup {
  margin-bottom: 2.25rem !important;
}
@media print, screen and (max-width: 39.99875em) {
  .sidebar.foundation .panel fieldset .FormFieldGroup,
.content.foundation .panel fieldset .FormFieldGroup {
    margin-bottom: 1.75rem !important;
  }
}
.sidebar.foundation .panel fieldset .FormFieldHint.govuk-hint,
.sidebar.foundation .panel fieldset .LabelHint.govuk-hint,
.content.foundation .panel fieldset .FormFieldHint.govuk-hint,
.content.foundation .panel fieldset .LabelHint.govuk-hint {
  color: #505a5f;
}
.sidebar.foundation .panel fieldset .FormFieldWordCount,
.content.foundation .panel fieldset .FormFieldWordCount {
  color: #505a5f;
}
.sidebar.foundation .panel fieldset .FormFieldWordCount p,
.content.foundation .panel fieldset .FormFieldWordCount p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sidebar.foundation .panel fieldset .govuk-form-group .row:first-of-type .FormFieldLabel,
.content.foundation .panel fieldset .govuk-form-group .row:first-of-type .FormFieldLabel {
  font-weight: 500 !important;
}
.sidebar.foundation .panel fieldset label,
.sidebar.foundation .panel fieldset .label,
.content.foundation .panel fieldset label,
.content.foundation .panel fieldset .label {
  font-size: 1rem;
  color: #000 !important;
  line-height: 1.5rem !important;
  font-weight: normal !important;
  margin-bottom: 1rem;
}
.sidebar.foundation .panel fieldset label strong,
.sidebar.foundation .panel fieldset .label strong,
.content.foundation .panel fieldset label strong,
.content.foundation .panel fieldset .label strong {
  font-style: italic;
}
.sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type .FormFieldLabel,
.sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type label.FormFieldLabel,
.sidebar.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type p.FormFieldLabel,
.content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type .FormFieldLabel,
.content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type label.FormFieldLabel,
.content.foundation .panel fieldset .FormFieldGroup.govuk-form-group .row:first-of-type p.FormFieldLabel {
  width: auto;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  margin-bottom: 1rem;
}
.sidebar.foundation .panel fieldset .FormField,
.content.foundation .panel fieldset .FormField {
  margin-bottom: 0;
  box-sizing: border-box;
}
.sidebar.foundation .panel fieldset input:disabled,
.sidebar.foundation .panel fieldset input[readonly],
.sidebar.foundation .panel fieldset textarea:disabled,
.sidebar.foundation .panel fieldset textarea[readonly],
.sidebar.foundation .panel fieldset select:disabled,
.sidebar.foundation .panel fieldset select[readonly],
.content.foundation .panel fieldset input:disabled,
.content.foundation .panel fieldset input[readonly],
.content.foundation .panel fieldset textarea:disabled,
.content.foundation .panel fieldset textarea[readonly],
.content.foundation .panel fieldset select:disabled,
.content.foundation .panel fieldset select[readonly] {
  border: 2px solid #b1b4b6 !important;
  background-color: #FFFFFF;
}
.sidebar.foundation .panel fieldset input:not([type=file]).FormField,
.sidebar.foundation .panel fieldset textarea.FormField,
.sidebar.foundation .panel fieldset select.FormField,
.sidebar.foundation .panel fieldset .radioCheck.govuk-radio-check .checkmark,
.content.foundation .panel fieldset input:not([type=file]).FormField,
.content.foundation .panel fieldset textarea.FormField,
.content.foundation .panel fieldset select.FormField,
.content.foundation .panel fieldset .radioCheck.govuk-radio-check .checkmark {
  border: 2px solid #51509b;
  background: #FFFFFF;
}
.sidebar.foundation .panel fieldset .govuk-input__prefix,
.sidebar.foundation .panel fieldset .govuk-input__suffix,
.content.foundation .panel fieldset .govuk-input__prefix,
.content.foundation .panel fieldset .govuk-input__suffix {
  border-color: #51509b;
  background: #FFFFFF;
}
.sidebar.foundation .panel fieldset .FormField.ErrorFormField,
.sidebar.foundation .panel fieldset .ErrorFormField,
.sidebar.foundation .panel fieldset .govuk-form-group--error .FormField.ErrorFormField,
.sidebar.foundation .panel fieldset .govuk-form-group--error .ErrorFormField,
.sidebar.foundation .panel fieldset .govuk-form-group--error .FormField,
.sidebar.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check .checkmark,
.content.foundation .panel fieldset .FormField.ErrorFormField,
.content.foundation .panel fieldset .ErrorFormField,
.content.foundation .panel fieldset .govuk-form-group--error .FormField.ErrorFormField,
.content.foundation .panel fieldset .govuk-form-group--error .ErrorFormField,
.content.foundation .panel fieldset .govuk-form-group--error .FormField,
.content.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check .checkmark {
  border: 2px solid #d4351c !important;
  box-shadow: none !important;
}
.sidebar.foundation .panel fieldset .FormFieldGroupError .govuk-input__prefix,
.sidebar.foundation .panel fieldset .FormFieldGroupError .govuk-input__suffix,
.sidebar.foundation .panel fieldset .govuk-form-group--error .govuk-input__prefix,
.sidebar.foundation .panel fieldset .govuk-form-group--error .govuk-input__suffix,
.content.foundation .panel fieldset .FormFieldGroupError .govuk-input__prefix,
.content.foundation .panel fieldset .FormFieldGroupError .govuk-input__suffix,
.content.foundation .panel fieldset .govuk-form-group--error .govuk-input__prefix,
.content.foundation .panel fieldset .govuk-form-group--error .govuk-input__suffix {
  border-color: #d4351c !important;
}
.sidebar.foundation .panel fieldset .radioCheck.govuk-radio-check,
.content.foundation .panel fieldset .radioCheck.govuk-radio-check {
  display: inline-block;
  margin-bottom: 30px !important;
}
.sidebar.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check,
.content.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check {
  border: none !important;
}
.sidebar.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check input,
.content.foundation .panel fieldset .govuk-form-group .radioCheck.govuk-radio-check input {
  opacity: 0 !important;
}
.sidebar.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check,
.content.foundation .panel fieldset .radioCheck.ErrorFormField.govuk-radio-check {
  margin-bottom: 30px !important;
}
.sidebar.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text,
.content.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text {
  margin-top: -30px !important;
  padding: 2rem 0 0 1rem !important;
  margin-bottom: 30px;
}
.sidebar.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text .FormFieldGroup,
.content.foundation .panel fieldset .conditonal-field-wrapper.govuk-inset-text .FormFieldGroup {
  margin-bottom: 0 !important;
}
.sidebar.foundation .panel fieldset select.FormField,
.content.foundation .panel fieldset select.FormField {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 10px 8px !important;
  border-radius: 0 0 0 0;
  margin-bottom: 0 !important;
}
.sidebar.foundation .panel fieldset input[type=file].FormField,
.content.foundation .panel fieldset input[type=file].FormField {
  padding: 5px 0 5px 0 !important;
  background-color: transparent;
  background: none !important;
  margin-bottom: 0;
  border: none !important;
  display: inline-block !important;
  width: auto !important;
}
.sidebar.foundation .panel fieldset input[type=file].FormField:focus-within,
.content.foundation .panel fieldset input[type=file].FormField:focus-within {
  margin-right: -5px !important;
  margin-left: -5px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  background-color: #fff !important;
}
.sidebar.foundation .panel fieldset input[type=file].FormField.ErrorFormField,
.content.foundation .panel fieldset input[type=file].FormField.ErrorFormField {
  margin-right: -5px !important;
  margin-left: -5px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  background-color: #fff !important;
}
.sidebar.foundation .panel fieldset .errorMessage.govuk-error-message,
.content.foundation .panel fieldset .errorMessage.govuk-error-message {
  padding: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: transparent;
  border: none !important;
}
.sidebar.foundation .panel fieldset .errorMessage.govuk-error-message p,
.content.foundation .panel fieldset .errorMessage.govuk-error-message p {
  margin-bottom: 0 !important;
  font-size: 1rem;
  font-weight: 600 !important;
}
.sidebar.foundation .panel fieldset .errorMessage.govuk-error-message::after,
.sidebar.foundation .panel fieldset .errorMessage.govuk-error-message::before,
.content.foundation .panel fieldset .errorMessage.govuk-error-message::after,
.content.foundation .panel fieldset .errorMessage.govuk-error-message::before {
  display: none !important;
}
.sidebar.foundation .panel fieldset .details,
.content.foundation .panel fieldset .details {
  margin-bottom: 2.25rem;
  margin-top: 1.125rem;
}
.sidebar.foundation .panel fieldset .details .pairLabel,
.content.foundation .panel fieldset .details .pairLabel {
  color: #444;
}
.sidebar.foundation .panel fieldset .details .pairValue,
.content.foundation .panel fieldset .details .pairValue {
  font-weight: 600 !important;
}
.sidebar.foundation .panel fieldset label.radioCheck.govuk-radio-check,
.content.foundation .panel fieldset label.radioCheck.govuk-radio-check {
  padding-top: 0.5rem;
}
.sidebar.foundation .panel.greyBG,
.content.foundation .panel.greyBG {
  background-color: #F6F6F6;
  padding: 2.25rem 2rem 0 2rem !important;
}
@media print, screen and (max-width: 39.99875em) {
  .sidebar.foundation .panel.greyBG,
.content.foundation .panel.greyBG {
    padding: 1.75rem 1.5rem 0 1.5rem !important;
  }
}
.sidebar.foundation .panel.transparentBG,
.content.foundation .panel.transparentBG {
  background-color: transparent;
  padding: 2.25rem 2rem 0 2rem !important;
}
@media print, screen and (max-width: 39.99875em) {
  .sidebar.foundation .panel.transparentBG,
.content.foundation .panel.transparentBG {
    padding: 1.75rem 1.5rem 0 1.5rem !important;
  }
}
.sidebar.foundation .panel.password,
.content.foundation .panel.password {
  border: 1px solid #e6e6e6;
}

.content.foundation .wysiwyg ul,
.content.foundation .wysiwyg ol {
  margin-bottom: 2.25rem;
}
.content.foundation .govuk-button,
.content.foundation .govuk-button--start {
  text-decoration: none !important;
}
.content.foundation table button.govuk-button,
.content.foundation table a.button.govuk-button {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  aside.app-step-nav.sidebar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-right {
    text-align: right;
  }
}
.text-right {
  text-align: right;
}

.reveal.modal {
  padding: 0 0 1rem 0;
}
.reveal.modal .modalHeader {
  background-color: #f2f2f7;
  height: 70px;
}
.reveal.modal .modalHeader .grid-container {
  padding-right: 0;
  padding-left: 0;
}
.reveal.modal .modalHeader .close-button {
  min-width: 44px;
  height: 70px;
  margin-right: 0.5rem;
  position: relative;
  top: -4px;
  font-size: 2rem;
  cursor: pointer;
}
.reveal.modal .modalHeader p {
  margin-bottom: 0px !important;
}
.reveal.modal .modalHeader .modalLogo {
  display: inline-block;
  background-color: orange;
}
.reveal.modal .modalContent {
  padding: 1rem 1rem 0 1rem;
}
.reveal.modal .button,
.reveal.modal button {
  border-radius: 0 !important;
}

.right.has-tip {
  float: none !important;
}

.app-step-nav__list-item.has-tip {
  border-bottom: none !important;
}

.content.foundation .borderAll {
  border: 1px solid #CCC;
}

#descisionsearch fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin-bottom: 0px;
  padding: 0.35em 0.625em 0 0.625em;
  margin-bottom: 1rem;
}
#descisionsearch .FormFields {
  list-style-type: none;
}
#descisionsearch .FormFields p label {
  display: inline-block;
}

@media print {
  .pinHeader,
.footer,
.sidebar,
.promotionalFooter,
.calloutAlerts,
.application,
.reveal-overlay,
.reveal,
.sectionNav,
.cookieControlTrigger {
    display: none !important;
  }
  .sideBarLayout .content,
.content {
    width: 100%;
  }
  .promo {
    height: auto !important;
  }
  #pageContent {
    margin-top: 0 !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  p {
    orphans: 2;
    widows: 2;
  }
}
