@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import 'https://use.typekit.net/nul1ais.css';
@import "/node_modules/jquery-ui-1_12_1_custom/jquery-ui.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: 0;
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: 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;
  -webkit-overflow-scrolling: touch;
}

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;
  line-height: 1.5;
  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;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

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

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 77.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.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.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.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;
  }
}

.row {
  max-width: 77.5rem;
  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;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #e6e6e6;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #1779ba;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #e6e6e6;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #1779ba;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #fefefe;
  border-bottom: 0.45rem solid #fefefe;
  background: #e6e6e6;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #1779ba;
}
input[type=range]::-ms-fill-lower {
  background: #cacaca;
}
input[type=range]::-ms-fill-upper {
  background: #e6e6e6;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.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: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-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;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  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%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.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.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.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, .menu.nested.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, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.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, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.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, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.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, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  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;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
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;
  -webkit-overflow-scrolling: touch;
}

.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;
  -webkit-overflow-scrolling: touch;
}
[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: 77.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 77.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 77.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 77.5rem;
  }
}
.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;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

.visible {
  visibility: visible;
}

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.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-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

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

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

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  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;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

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

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

/* Thu,  17 Jan 2019 12: 38:31 +0000 */
html {
  -webkit-text-size-adjust: none;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

#cookie-law {
  display: none;
  position: fixed;
  z-index: 1005;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.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: 0;
  -webkit-animation: bounceOutDown 1s;
  -moz-animation: bounceOutDown 1s;
  -ms-animation: bounceOutDown 1s;
  -o-animation: bounceOutDown 1s;
  animation: bounceOutDown 1s;
}

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

#cookie-law button {
  background: none;
}

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

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

#cookie-law p {
  margin: 10px 5px;
}

.cookieControlTrigger {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 2;
}
.cookieControlTrigger a {
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 10px;
  display: block;
  background-color: green;
  border-top-right-radius: 5px;
}
.cookieControlTrigger a:focus {
  background-color: #FFBF47 !important;
  color: #000;
}

@media screen and (max-width: 40em) {
  .reveal.gdpr {
    top: 0 !important;
  }
}
a.reviewPrivacy span.icon, .reviewTitle span.icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 29px;
  background-image: url(../graphics/cookiesConsent/shieldTick-green.png);
  background-size: contain;
}

a.reviewPrivacy span.icon {
  vertical-align: middle;
  width: 25px;
  height: 29px;
  background-image: url(../graphics/cookiesConsent/shieldTick-green.png);
  background-size: contain;
}

.reviewTitle span.icon {
  vertical-align: inherit;
  width: 25px;
  height: 29px;
  background-image: url(../graphics/cookiesConsent/shieldTick-green.png);
  background-size: contain;
}

.reveal.gdpr .switch-paddle {
  width: 4.5rem;
}

.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 {
  background: #d4351c;
}

.reveal.gdpr input:checked ~ .switch-paddle {
  background: green;
}

.reveal.gdpr input:focus ~ .switch-paddle {
  /* theme */
  background: #FFBF47;
}
.reveal.gdpr input:focus ~ .switch-paddle span {
  color: #000;
}

@-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 bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

#accessbar {
  width: auto;
  height: 1px;
  position: relative;
  padding: 0;
  margin: -1px 0 0;
}

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

body a.skip_content {
  position: absolute;
  top: 0;
  left: -1000px;
  background: #FFBF47 !important;
  color: #000 !important;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0 0 5px 0 !important;
}

body .skip_content:active, body .skip_content:focus {
  left: 1px;
  top: 1px;
  text-decoration: underline;
  background: #FFBF47 !important;
}

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

.relative {
  position: relative !important;
}

.minus0 {
  z-index: 0;
}

.absolute {
  position: absolute !important;
}

.noMargin {
  margin: 0 !important;
}

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

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

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

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

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

.marginAll {
  margin: 1.125rem !important;
}

.marginTop {
  margin-top: 1.125rem !important;
}

.marginTopLarge {
  margin-top: 2.25rem !important;
}

.marginTopSmall {
  margin-top: 0.625rem !important;
}

.marginRight {
  margin-right: 1.125rem !important;
}

.marginRightLarge {
  margin-right: 1.125rem !important;
}

.marginBottom {
  margin-bottom: 1.125rem !important;
}

.marginBottomLarge {
  margin-bottom: 2.25rem !important;
}

.marginBottomSmallest {
  margin-bottom: 0.625rem !important;
}

.noPadding {
  padding: 0 !important;
}

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

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

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

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

.paddingAll {
  padding: 1.125rem !important;
}

.paddingMediumAll {
  padding: 0.425rem !important;
}

.paddingSmallestAll {
  padding: 0.625rem !important;
}

.paddingTop {
  padding-top: 1.125rem !important;
}

.paddingSmallTop {
  padding-top: 0.625rem !important;
}

.paddingBottom {
  padding-bottom: 1.125rem !important;
}

.paddingSmallBottom {
  padding-bottom: 0.625rem !important;
}

.paddingMediumTop {
  padding-top: 0.425rem !important;
}

.paddingMediumBottom {
  padding-bottom: 0.425rem !important;
}

.paddingLeft {
  padding-left: 1.125rem !important;
}

.paddingLeftLarge {
  padding-left: 2.25rem !important;
}

.paddingRight {
  padding-right: 1.125rem !important;
}

.paddingRight.noPaddingRight-small, .paddingSmallestAll.noPaddingRight-small {
  padding-right: 0 !important;
}

.paddingSmallTop-small {
  padding-top: 1.125rem !important;
}

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

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

.paddingMediumTop-small {
  padding-top: 2.25rem !important;
}

.paddingBottomSmall-small {
  padding-bottom: 0.625rem !important;
}

.paddingBottomMedium-small {
  padding-bottom: 0;
}

.paddingBottomLarge-small {
  padding-bottom: 1.125rem !important;
}

.paddingAll-small {
  padding: 0;
}

.roundedSmallRadius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.roundedMediumRadius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.roundedLargeRadius {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

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

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

.fullWidth {
  display: block;
  width: 100%;
}

.clear {
  clear: both !important;
}

.noOverflow {
  overflow: hidden;
}

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

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  border-radius: 0;
}

input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus, input.sync_sent_highlighted, select:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  background: #fff;
  border-color: #999;
  outline-width: 3px;
  outline-style: solid;
  outline-color: #FFBF47;
}

a:focus, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-stop:focus, .sidebar a:focus .value .valueTitle, .displayOptions a:focus, .contrast:focus, .buttonSquare:focus, input.button:focus, .button:focus, .FormButton:focus, button:focus, button:focus span.icon, .headerLink.trigger.active:focus, .button.hollow:focus, .button.toggler.active:focus, .featuredNewsCol figcaption a:focus, #cookie-law button:focus, .callout .close-button:focus, a.greyButton:focus, .button.greyButton:focus, a.back-to-top:focus {
  outline-color: #FFBF47;
  background-color: #FFBF47 !important;
  color: #000 !important;
  text-shadow: none !important;
  fiter: none;
}

.button.greyButton:focus {
  background: #FFBF47 !important;
}

#news-pager a.active:focus:after {
  border-right-color: #FFBF47 !important;
}

::-moz-selection {
  text-shadow: none !important;
  color: #000 !important;
  background: #B3D8FF;
}

::-moz-selection * {
  color: #000 !important;
}

::selection {
  text-shadow: none !important;
  color: #000 !important;
  background: #B3D8FF;
}

::selection * {
  color: #000 !important;
}

.button .icn-button-arrow-left, .button .icn-button-arrow-right, .button .icn-button-cog, .menuBlock .side-nav li a .icn-button-arrow-right {
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.menuBlock .side-nav li a .icn-button-arrow-right {
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 0.5;
}

.button .icn-button-arrow-right, .menuBlock .side-nav li a .icn-button-arrow-right {
  background-image: url(../graphics/icon-arrow-right-dark.png);
}

.button.active .icn-button-arrow-right, .menuBlock .side-nav li a.active .icn-button-arrow-right {
  background-image: url(../graphics/icon-arrow-right-white.png);
}

.button:hover .icn-button-arrow-right, .button:focus .icn-button-arrow-right {
  background-position: center right;
  background-size: 75% auto;
}

.button .icn-button-arrow-left {
  background-image: url(../graphics/icon-arrow-left-dark.png);
  background-size: 75% auto;
}

.button:hover .icn-button-arrow-left, .button:focus .icn-button-arrow-left {
  background-position: center left;
  background-size: 75% auto;
}

.button .icn-button-arrow-right.right {
  margin-top: 4px;
  background-size: 75% auto;
}

.button span.label {
  vertical-align: inherit;
}

.button.text-left {
  text-align: left !important;
}

.withMidLine {
  background-image: none;
  background-repeat: repeat-y;
  background-position: center;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-all {
  border: 1px solid #ccc;
}

.colorAlt {
  color: #ccc !important;
}

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

.border {
  border: 1px solid #ccc;
}

.borderAlt {
  border-color: #39F !important;
}

.bgColorAlt {
  background-color: #F5F5F5;
}

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

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

.sidebar section {
  margin-bottom: 1.125rem !important;
}

.sidebar section small.url {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  display: block !important;
  max-width: 100% !important;
}

.sidebar .menu.socialShares > li > a {
  padding: 0 !important;
  margin: 0.7rem 1rem 0.7rem 0;
}

.sidebar .menu.socialShares > li > a img {
  margin-right: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse 1s linear;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

.serviceMessages .row:first-of-type .callout {
  margin-top: 20px;
}

.serviceMessages .callout a:last-of-type {
  text-decoration: underline;
  color: #000;
}

.serviceMessages .callout a:hover {
  text-decoration: none;
}

.signButtons .row .columns .row .columns {
  margin-bottom: 0 !important;
}

.signButtons.topTasks a .buttonText {
  padding-right: 10px;
  padding-left: 10px;
}

.buttonPanel {
  text-align: center;
}

.buttonPanel a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
}

.signButtons .buttonPanel a .icon {
  height: 95px;
}

.signButtons a .icon {
  background-image: url(../graphics/signIcons/signIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.buttonPanel .icon, .buttonPanel .buttonText {
  display: block;
}

.buttonPanel .buttonText {
  padding-top: 5px;
}

.signButtons.serviceNodes {
  text-align: center;
}

.serviceCategory.trigger {
  position: relative;
}

.serviceCategory.trigger.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  margin-top: -10px;
}

.signPost {
  display: block;
}

.signPost span {
  display: block;
  hyphens: none;
}

.signPost p:last-of-type {
  margin-bottom: 0;
}

.expandedServicePanel {
  text-align: center;
  overflow: hidden !important;
}

.expandedServicePanel .row {
  padding-top: 50px;
}

.expandedServicePanel .row .row {
  padding-top: 65px;
}

.textPanel a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
}

.closeServicePanel {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../graphics/icon-cross-dark.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: 1.25em;
  top: 10px;
  z-index: 1;
}

.closeServicePanel:focus {
  background-image: url(../graphics/icon-cross-dark.png);
}

.lt-ie9 .closeServicePanel {
  background-image: url(../graphics/icon-cross-dark-legacy.png);
}

.lt-ie9 .closeServicePanel:focus {
  background-image: url(../graphics/icon-cross-dark-legacy.png);
}

.tooltip {
  z-index: 1 !important;
}

.button {
  text-decoration: none !important;
  hyphens: none !important;
}

.h1 .button, .h2 .button, .h3 .button {
  font-size: inherit !important;
}

.button.largeButton {
  font-size: inherit;
  padding: 1rem 2rem 1.0625rem;
}

.button.toggler.withDownArrow.open:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(203, 203, 203, 0);
  border-top-color: #0073aa !important;
  border-width: 15px;
  margin-left: -15px;
}

.button.toggler.withDownArrow.open:focus:after {
  border-top-color: #FFBF47;
}

.displayOptionsExpanded .wrapper {
  padding: 5px 0;
  background-color: #E9ECEE;
  color: #000;
}

.no-js .displayOptionsExpanded {
  display: block !important;
}

.preview {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #FFF;
  margin-top: 15px;
  overflow: hidden;
}

.preview p {
  margin: 0;
  padding: 0;
  line-height: 45px;
  position: relative;
  display: block;
}

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

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

.preview p .viewLabel {
  color: #333;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 0 10px;
  min-width: 20%;
  border-right: 1px solid #ccc;
  text-align: center;
}

.preview p .view {
  padding: 0 10px;
  width: 80%;
  height: 43px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  color: #000;
  line-height: 45px !important;
  font-size: 18px;
}

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

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

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

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

.preview.regular p .view {
  font-size: 18px !important;
  background-color: #0F9;
}

.fontOptions {
  display: inline-block;
}

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

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

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

.fontOptions a:hover, .fontOptions a.active:hover {
  border: 1px solid #258faf;
  box-shadow: inset 0 0 1px #258faf;
}

.fontOptions a.contrast, .fontOptions a.contrast.focus, .fontOptions a.contrast:hover {
  border: 1px solid #0FF;
  box-shadow: inset 0 0 1px #0FF;
}

.fontOptions .grid a.contrast.focus, .fontOptions .grid a.contrast:hover {
  background-color: #0ccbce !important;
  color: #000 !important;
}

.fontOptions a.active:after, .fontOptions a.active:before {
  bottom: 100%;
  margin-bottom: -14px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fontOptions a.regular.active:after, .fontOptions a.regular.active:before {
  margin-bottom: -2px;
}

.fontOptions a.active:after {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 15px;
  margin-left: -15px;
  margin-bottom: -12px;
}

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

.fontOptions a span.sync_word_highlighted {
  background-color: #0FF !important;
}

.fontOptions ul {
  list-style-type: none;
  margin: 10px;
  display: inline-block;
}

.fontOptions ul li {
  display: inline;
  float: left;
}

.fontOptions ul li a {
  vertical-align: baseline;
}

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

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

.accessLink {
  padding: 0 20px;
  position: absolute;
  right: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.accessLink:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #256F8A;
  border-width: 15px;
  margin-left: -15px;
}

.accessLink:focus:after {
  border-bottom-color: #FFBF47;
}

.accessLink {
  position: absolute;
  right: 0;
}

.headerHeight {
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
}

#header .headerLink.loginTrigger {
  position: relative;
  z-index: 2;
}

.inputSearch {
  position: absolute;
  padding-right: 3.4375rem;
}

.headerHeight .button {
  right: 0;
  height: 2.4375rem;
  width: 2.4375rem;
}

.headerLink {
  display: block;
  text-align: center;
}

.stickyHeader {
  width: 100%;
}

.smallViewport .logo, .smallViewport .icon {
  display: block;
  height: 44px;
}

.smallViewport .logo {
  background-repeat: no-repeat;
}

.smallViewport .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0.2s;
}

.smallViewport .icon.icn-search {
  background-image: url(../graphics/icon-search.png);
}

.smallViewport .icon.icn-location {
  background-image: url(../graphics/icon-location.png);
}

.smallViewport .icon.icn-user {
  background-image: url(../graphics/icon-user.png);
}

.smallViewport .icon.icn-menu {
  background-image: url(../graphics/icon-menu.png);
}

.smallViewport .icon.icn-phone {
  background-image: url(../graphics/icon-phone.png);
}

.smallViewport nav a {
  display: block;
}

.smallViewport a.active {
  background-color: #FFF;
}

.smallViewport a:focus .icon.icn-search, .smallViewport a.active .icon.icn-search {
  background-image: url(../graphics/icon-search-focus.png);
}

.smallViewport a:focus .icon.icn-location, .smallViewport a.active .icon.icn-location {
  background-image: url(../graphics/icon-location-focus.png);
}

.smallViewport a:focus .icon.icn-user, .smallViewport a.active .icon.icn-user {
  background-image: url(../graphics/icon-user-focus.png);
}

.smallViewport a:focus .icon.icn-menu, .smallViewport a.active .icon.icn-menu {
  background-image: url(../graphics/icon-menu-focus.png);
}

.smallViewport a:focus .icon.icn-phone, .smallViewport a.active .icon.icn-phone {
  background-image: url(../graphics/icon-phone-focus.png);
}

.smallViewport a:hover .icon {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.smallViewport a:focus:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mobileTogglePanel {
  display: block;
  box-sizing: border-box;
  background-color: #fff !important;
  color: #000 !important;
  width: 100%;
  padding: 20px 0.625rem;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.mobileTogglePanel form {
  position: relative !important;
  min-height: 40px;
}

.mobileTogglePanel input[type=search] {
  height: 40px;
}

.mobileTogglePanel p, .mobileTogglePanel .button {
  line-height: normal !important;
}

.mobileTogglePanel .button:last-of-type {
  margin-bottom: 0 !important;
}

.mobileTogglePanel form .button {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}

.mobileTogglePanel .note p {
  margin: 0 !important;
}

.mobileTogglePanel .or {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.desktopTogglePanel {
  display: block;
  box-sizing: border-box;
  background-color: #fff !important;
  color: #000 !important;
  width: 100%;
  padding: 10px 0.625rem;
  z-index: 1;
  right: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.desktopTogglePanel p, .desktopTogglePanel .button {
  line-height: normal !important;
}

.desktopTogglePanel .button:last-of-type {
  margin-bottom: 0 !important;
}

#memberPanel {
  text-align: center;
}

#memberPanel .button, #memberPanelMobile .button {
  display: block !important;
  width: 100% !important;
  line-height: normal !important;
  height: auto !important;
}

#memberPanel .note p {
  margin: 0 !important;
}

#memberPanel .note span {
  display: block;
  margin: 10px 0;
}

#myCouncil {
  text-align: center;
}

#myCouncil .button {
  display: block !important;
  width: 100%;
}

#myCouncil .note p {
  margin: 0 !important;
}

#myCouncil .note span {
  display: block;
  margin: 10px 0;
}

.breadcrumb {
  display: block !important;
  border: none;
  background: #f3f3f3;
}

.breadcrumb ul {
  margin: 5px 0;
  list-style-type: none;
}

.breadcrumb ul a:hover {
  text-decoration: none;
}

.breadcrumb ul a, .breadcrumb ul span {
  text-transform: none;
  text-decoration: none;
  font-size: 0.875rem;
  color: #000 !important;
  padding: 0;
  vertical-align: baseline;
  line-height: normal;
}

.breadcrumb ul a:hover {
  opacity: 0.7;
}

.breadcrumb ul li {
  margin-left: 0;
  padding: 5px 0;
}

.breadcrumb ul li:first-of-type {
  margin-left: 0 !important;
}

.breadcrumb .row {
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb ul li:last-of-type a:after {
  display: none;
}

.inline-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.0625rem -1.375rem;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

.breadcrumb ul.inline-list {
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.breadcrumb ul.inline-list li {
  float: left;
  display: inline !important;
}

.breadcrumb ul.inline-list li:after {
  content: "/";
  margin-right: 1.375rem;
  margin-left: 1.375rem;
  color: #666;
}

.breadcrumb ul.inline-list li:last-of-type:after {
  content: "";
}

.breadcrumb ul.inline-list > li > * {
  display: inline;
}

.menu-list {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}

.menu-list > li {
  margin-bottom: 1rem;
}

.azNav {
  padding-left: 0;
  width: 100%;
  font-size: 0;
  display: block;
}

.azNav ul {
  margin-left: 0;
  margin-bottom: 0;
}

.azNav li {
  display: inline;
  margin: 0;
  width: 3.7%;
  text-align: center;
}

.azNav li a {
  padding: 10px;
  box-sizing: border-box;
  margin: 0 5px 20px 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1rem;
  margin: 0 5px 16px 5px;
  display: inline-block;
  line-height: normal;
}

figure.bannerWallpaper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

figure.bannerWallpaper div.imageWrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}

figure.bannerWallpaper div.imageWrapper.img1by1 {
  padding-bottom: 100%;
}

figure.bannerWallpaper div.imageWrapper.img16by9 {
  padding-bottom: 56.25%;
}

figure.bannerWallpaper div.imageWrapper.img4by3 {
  padding-bottom: 75%;
}

figure.bannerWallpaper div.imageWrapper.img3by2 {
  padding-bottom: 66.66%;
}

figure.bannerWallpaper div.imageWrapper.img8by5 {
  padding-bottom: 62.5%;
}

figure.bannerWallpaper div.imageWrapper > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

figure.bannerWallpaper div.imageWrapper > figcaption {
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: -58px;
  background-image: url(../graphics/black-opcaity-50percent.png);
}

figure.bannerWallpaper div.imageWrapper > figcaption p {
  margin-bottom: 0 !important;
  color: #FFF;
  text-shadow: 0 1px 2px rgb(0, 0, 0);
  font-weight: bolder;
  font-size: 4vmin;
}

div.bannerWallpaper {
  width: 100%;
  height: 33vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

div.bannerWallpaper.smallHeight {
  min-height: 330px;
}

div.bannerWallpaper.mediumHeight {
  min-height: 500px;
}

div.bannerWallpaper.largeHeight {
  min-height: 660px;
}

div.bannerWallpaper.smallHeight, div.bannerWallpaper.mediumHeight, div.bannerWallpaper.largeHeight {
  height: 33vh;
}

div.bannerWallpaper .row {
  position: relative;
  top: 50%;
}

div.bannerWallpaper p.h1 {
  display: block;
  width: 100%;
  padding: 20px;
  z-index: 1;
  text-align: center !important;
  background: black;
  color: #FFF;
  text-shadow: 0 1px 2px rgb(0, 0, 0);
  font-weight: bolder;
  font-size: 4vmin;
  margin: 0 auto;
  position: relative;
  top: -58px;
}

figure.bannerWallpaper p.h1 small, div.bannerWallpaper p.h1 small {
  color: inherit;
  display: block;
  padding: 20px 0;
  font-size: 2vmin;
}

a.promo {
  display: block;
  text-decoration: none !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.promo .promoText {
  padding: 10px 10px 0;
}

.promo .callout {
  clear: both;
}

.promo p:last-of-type, .promo time:last-of-type {
  margin-bottom: 0 !important;
}

.promo .promoText p span, .promo .promoText p time {
  margin-bottom: 10px;
}

.promo .promoText p span {
  display: inline-block;
  hyphens: none;
}

.promo .promoText p time {
  display: block;
  margin-bottom: 0;
}

.promo .promoText p .headline {
  font-weight: 700;
  display: block;
  line-height: normal !important;
}

a.promo:hover p .headline {
  text-decoration: underline !important;
}

.promo .promoText .abstract, .promo .promoText .published {
  color: #000;
}

.promo .promoText .published {
  font-size: 0.85rem;
  font-weight: 900;
  color: #999;
}

.promo:focus .promoText .published {
  color: #000;
}

.card-image-overflow {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #444;
  padding-bottom: 75%;
}

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

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

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

a:hover .card-image.withZoom, a:focus .card-image.withZoom, div.promo:hover .card-image.withZoom, div.promo:focus .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);
}

.content .subHeading {
  color: #666 !important;
}

.content .info {
  background: #ddf4fc;
  text-align: center;
  padding: 1.25em;
  margin-bottom: 1.25em;
}

.content .info p:last-of-type {
  margin-bottom: 0;
}

.contentImg.right, .contentVid.right {
  margin: 1.5em 0 2em;
  clear: left;
}

.contentImg.left, .contentVid.left {
  margin: 1.5em 0 2em;
  clear: right;
}

.content .contentImg.left:first-of-type, .content .contentImg.right:first-of-type, .content .contentVid.left:first-of-type, .content .contentVid.right:first-of-type {
  margin-top: 0.5em;
}

.contentImg, .contentVid {
  width: 100%;
}

.contentImg img, .contentVid iframe, .contentVid video {
  margin-bottom: 10px;
  width: 100%;
}

.contentImg.center, .contentVid.center {
  margin: 1.5em auto 2em;
  width: 100%;
  text-align: center;
}

video, iframe {
  margin: 0 0 1em !important;
}

.mediaContainer {
  width: auto !important;
  padding: 1em;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}

.lt-ie9 .mediaContainer, .lt-ie9 video {
  width: 100% !important;
  display: none !important;
}

iframe, #embededmap {
  width: 100%;
  min-height: 480px !important;
  max-width: none;
  height: auto;
  border: 0;
}

.gm-style img {
  max-width: none;
  height: auto;
}

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

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

.taskAction {
  width: 100%;
  text-transform: none !important;
}

.basketItemwithPrice {
  position: relative;
}

.basketItemwithPrice label {
  display: block;
  z-index: 1;
  padding: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.basketItemwithPrice input[type=checkbox] + label, .basketItemwithPrice input[type=radio] + label {
  margin: 0 !important;
  display: block !important;
  box-sizing: border-box;
}

.basketItemwithPrice input[type=checkbox], .basketItemwithPrice input[type=radio] {
  position: absolute;
  opacity: 0.3;
  left: -9999em;
  z-index: -1;
  vertical-align: text-bottom;
}

.basketItemwithPrice input[type=checkbox]:checked + label, .basketItemwithPrice input[type=radio]:checked + label {
  border: 2px solid #0667d7;
}

.basketItemwithPrice input[type=checkbox]:focus + label, .basketItemwithPrice input[type=radio]:focus + label {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #FFBF47;
}

.basketItemwithPrice.withCheckSymbol label {
  padding-left: 2rem;
}

.basketItemwithPrice.withCheckSymbol input[type=checkbox] + label:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  content: "âœ—";
  font-size: 1.125rem;
}

.basketItemwithPrice.withCheckSymbol input[type=checkbox]:checked + label, .basketItemwithPrice.withCheckSymbol input[type=radio]:checked + label {
  border-color: #5DA423;
}

.basketItemwithPrice.withCheckSymbol input[type=checkbox]:checked + label:before, .basketItemwithPrice.withCheckSymbol input[type=radio]:checked + label:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  content: "âœ“";
  color: #5DA423;
  font-size: 1.125rem;
}

.panel.outline {
  border: 1px solid #d4d7d9;
}

.row.underline {
  border-bottom: 1px solid #d4d7d9;
}

.lineThrough {
  text-decoration: line-through;
}

table.table {
  table-layout: fixed !important;
  width: 100%;
  margin: 40px auto;
}
table.table caption {
  text-align: left;
}
table.table tr th,
table.table tr td {
  width: auto !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  vertical-align: text-top;
  font-size: 1rem !important;
}
table.table tbody th {
  text-align: left;
}
table.table p {
  font-size: inherit;
  margin-bottom: 0;
}

table.noBorder {
  border: none !important;
}

table.equalCols {
  table-layout: fixed;
}

.content section {
  clear: both;
}

section.widget {
  margin-bottom: 2em;
}

.timetable .button {
  white-space: nowrap !important;
  padding-right: 1rem;
  padding-left: 1rem;
}

.timetable .timetable-days .button.small {
  padding-left: 0;
  padding-right: 0;
}

.timetable span.label {
  text-align: center;
  white-space: normal !important;
}

.timetable time {
  line-height: normal !important;
  display: inline-block;
}

.timetable {
  border: 1px solid #DDD;
}

.timetable-days, .timetable-current-day, .timetable-filter {
  padding: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #DDD;
}

.timetable-days ul {
  list-style-type: none;
  margin: 0;
  font-size: 0;
}

.timetable-days ul li {
  float: left;
  width: 12.5%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0;
}

.timetable-days ul li:first-of-type {
  padding-left: 0;
}

.timetable-days ul li:last-of-type {
  padding-right: 0;
}

.timetable-days ul li a.button {
  display: block;
  margin-bottom: 10px;
}

.timetable-current-day .left, .timetable-current-day .right, .timetable-filter .left, .timetable-filter .right {
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.timetable-current-day .right {
  text-align: right;
}

.timetable-current-day .button {
  margin-bottom: 10px;
}

.timetable-filter .left {
  padding-right: 5px;
}

.timetable-filter .right {
  padding-left: 5px;
}

.timetable-filter select {
  margin-bottom: 10px;
}

.timetable table {
  border: 0;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.timetable table .label {
  display: block !important;
  font-size: 0.6875rem;
  margin: 1.25rem 0;
}

.timetable table .button.tiny {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.6875rem;
}

.timetable table tr th, .timetable table tr td {
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
}

[data-toggle-target] {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

[data-toggle-open] {
  position: static;
  clip: none;
  opacity: 1;
}

p.timestamp {
  padding-top: 1.125rem !important;
}

.content table a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

ul.bxslider {
  margin-left: 0 !important;
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.main .bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-viewport {
  left: 0;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

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

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #333;
  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: #666;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

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

.campaignSlides .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -80px;
  margin-top: -80px;
}

.campaignSlides .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../graphics/bigSliderArrows.png) no-repeat;
}

.campaignSlides .bx-wrapper .bx-next {
  right: 10px;
  background: url(../graphics/bigSliderArrows.png) -60px 0;
}

.campaignSlides .bx-wrapper .bx-prev:focus {
  left: 10px;
  background: url(../graphics/bigSliderArrows-focus.png) no-repeat;
}

.campaignSlides .bx-wrapper .bx-next:focus {
  right: 10px;
  background: url(../graphics/bigSliderArrows-focus.png) -60px 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-image: url(../graphics/buttonRoundBG.png);
  color: #000;
  border-radius: 25px;
  top: 13px;
  right: 25px;
  z-index: 9998;
  cursor: pointer;
}

.bx-wrapper .bx-controls-auto:hover {
  background-image: url(../graphics/buttonRoundBG-hover.png);
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  outline: 0;
  width: 40px;
  height: 40px;
  background-image: url(../graphics/play-slider.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
}

.lt-ie9 .bx-wrapper .bx-controls-auto .bx-start {
  background-image: url(../graphics/play-slider-legacy.png);
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  outline: 0;
  width: 40px;
  height: 40px;
  background-image: url(../graphics/pause-slider.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
}

.lt-ie9 .bx-wrapper .bx-controls-auto .bx-stop {
  background-image: url(../graphics/pause-slider-legacy.png);
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  opacity: 1;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}

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

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.galleryThumb .bx-wrapper img {
  width: 100% !important;
}

.galleryThumbs .row:first-of-type {
  padding-top: 3em !important;
  padding-bottom: 0 !important;
}

.galleryThumbs a {
  float: left;
}

.galleryThumbs a span {
  display: block;
  height: 218px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  margin: 0.625rem 0;
}

.withSidebarRight .galleryThumbs a span {
  height: 139px;
}

.galleryThumbs .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333 !important;
  width: 100%;
}

.galleryThumbs .bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 0.625rem;
}

.panel {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fff !important;
  color: #333;
}

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

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

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2fafc;
  color: #333;
}

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

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

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #2ba6cb;
}

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #258faf;
}

.panel.radius {
  border-radius: 3px;
}

.newsFeature {
  position: relative;
  z-index: 1;
}

.featuredNewsCol, .featuredNewsNavCol {
  display: block;
  float: left;
}

.featuredNewsCol {
  width: 100%;
}

.featuredNewsNavCol {
  display: none;
}

.newsFeature .item {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsFeature .item figure {
  height: inherit;
  margin: 0 !important;
}

.featuredNewsCol figure {
  position: relative;
}

.featuredNewsCol figure img {
  opacity: 0;
}

.featuredNewsCol figcaption {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFF;
}

.featuredNewsCol figcaption, .campaignSlides figcaption {
  background-color: #333;
}

.featuredNewsCol figcaption.black80, .campaignSlides figcaption.black80 {
  background-color: transparent;
  background-image: url(../graphics/black80.png);
}

.featuredNewsCol figcaption.black65, .campaignSlides figcaption.black65 {
  background-color: transparent;
  background-image: url(../graphics/black65.png);
}

.featuredNewsCol img {
  width: 100%;
  height: 100%;
  display: none;
}

.featuredNewsCol figcaption .h1 {
  font-size: 3.848vmin;
  display: inline-block;
  margin-bottom: 5px;
}

.featuredNewsCol figcaption p {
  font-size: 2.925vmin;
  margin-bottom: 0;
  line-height: normal !important;
}

.featuredNewsCol figcaption p > .button {
  margin-right: 0 !important;
  margin-top: 10px;
}

.featuredNewsCol figcaption p .abstract {
  display: inline-block;
  width: 100%;
}

.featuredNewsCol figcaption a {
  display: inline-block;
  margin-bottom: 0 !important;
}

#news-pager {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#news-pager li {
  margin-left: 0;
}

#news-pager a {
  display: table;
  width: 100%;
  padding: 0;
  text-decoration: none;
  position: relative;
  vertical-align: central;
}

#news-pager a span {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid;
}

#news-pager li:last-of-type a span {
  border: none;
}

#news-pager a.active {
  font-style: italic;
}

#news-pager a.active:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-top: -10px;
}

.no-js .newsFeature {
  background: none;
}

.noJSmessage {
  display: none;
}

.no-js .noJSmessage {
  display: block;
}

.no-js .featuredNewsCol {
  width: 100%;
  float: none;
}

.no-js .featuredNewsNavCol {
  display: none;
}

.no-js .featuredNewsCol .item {
  display: block;
  float: left;
  width: 45%;
  margin: 0 2.5% 20px;
}

.no-js .featuredNewsCol figcaption {
  position: relative;
  background-image: none;
  padding-right: 0;
  padding-left: 0;
}

.no-js .featuredNewsCol figcaption p .abstract {
  display: block;
  width: auto;
  padding-bottom: 10px;
}

.no-js .featuredNewsCol figcaption a {
  float: none;
  margin: 0 auto;
}

.no-js #news-pager {
  display: none;
}

.lt-ie9 .featuredNewsCol, .lt-ie9 .featuredNewsNavCol, .lt-ie9 #newsSlider, .lt-ie9 .newsFeature .item {
  height: 386px;
}

.lt-ie9 #news-pager a {
  height: 96.5px;
}

.lt-ie9 .featuredNewsCol figcaption .h1 {
  font-size: 22px;
}

.lt-ie9 .featuredNewsCol figcaption p {
  font-size: 16px;
}

.campaignSlides {
  display: block;
}

.campaignSlides.hasPager {
  margin-bottom: 75px !important;
}

.newsFeature .campaignSlides .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsFeature .campaignSlides .item figure {
  height: inherit;
  margin: 0 !important;
}

.campaignSlides figure {
  position: relative;
}

.campaignSlides figure img {
  opacity: 0;
}

.campaignSlides figcaption {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
}

.campaignSlides img {
  width: 100%;
  height: 100%;
}

.campaignSlides figcaption p {
  margin-bottom: 0 !important;
  margin-top: 5px;
  font-size: 3vmin;
}

.campaignSlides figcaption p.h1 {
  font-size: 4vmin;
  line-height: normal;
  margin-top: 0 !important;
}

.campaignSlides figcaption p .abstract {
  display: block;
}

.campaignSlides .row {
  padding: 20px 0 0 !important;
  margin: 0 !important;
}

.campaignSlides a.button.small {
  margin: 10px 0 0 !important;
}

.lt-ie9 .campaignSlides, .lt-ie9 #campaigns, .lt-ie9 .newsFeature .campaignSlides .item {
  height: 440px;
}

.lt-ie9 .campaignSlides figcaption .h1 {
  font-size: 22px;
}

.lt-ie9 .campaignSlides figcaption p {
  font-size: 16px;
}

.listLinks {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400 !important;
  padding: 0 20px;
}

.listLinks li {
  margin: 1.25rem 0;
}

.listLinks li:last-of-type {
  margin-bottom: 0;
}

.listLinks li a::first-letter {
  text-transform: capitalize !important;
}

.listLinks li a {
  padding: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

.anchor-navigation {
  display: block;
}

.anchor-navigation ol {
  list-style-type: none !important;
  margin-left: 0 !important;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.anchor-navigation li {
  font-size: 1.75rem;
  color: #000 !important;
  text-decoration: none !important;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25rem 1rem;
  line-height: 1;
}

.anchor-navigation .part-number {
  display: inline-block;
  background-color: #F3F3F3;
  box-sizing: border-box;
  border-radius: 35px;
  color: #333;
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 80% !important;
  padding: 5px 10px;
  margin-top: -5px;
}

.anchor-navigation a .part-title {
  display: block;
}

.anchor-navigation a:hover .part-title::before {
  content: "â†´";
  float: right;
  font-weight: 700;
}

.anchor-section {
  display: block;
  border: 1px solid #e6e6e6;
}

.anchor-section .anchor-section-content {
  padding: 1.25rem;
}

.content h2.anchor-section-title {
  display: block;
  background-color: #F3F3F3;
  padding: 1.25rem;
}

a.anchor {
  display: block;
  width: 100%;
  height: 1px;
  visibility: hidden;
  position: relative;
}

.anchor-section-back {
  display: inline-block;
  float: right;
  padding: 0.625rem 1.25rem;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-bottom: 0;
}

.anchor-section-back::before {
  content: "â‡¡";
  float: right;
  font-weight: 700;
}

.card img {
  width: 100%;
}

.lt-ie9 .card .cardWrap {
  padding: 20px;
}

.card figure {
  margin: 0 !important;
}

.card figure figcaption {
  padding: 0.625rem;
}

.card.listCard figure figcaption {
  border-bottom: 0;
  text-align: center;
}

.card .promoText {
  margin: 0 !important;
  padding: 0.625rem;
}

.card .promoText p:last-of-type {
  margin-bottom: 0.625rem !important;
}

.card .promoText p.noBottomMargin:last-of-type {
  margin-bottom: 0 !important;
}

.card.category-card-nav-item .promoText p.h1, .card.category-card-nav-item .promoText p.h2, .card.category-card-nav-item .promoText p.h3, .card.category-card-nav-item .promoText p.h4 {
  margin-bottom: 0 !important;
}

.card .promoText p.hashTag {
  font-size: 0.85rem;
}

p.hashTag {
  font-style: italic;
}

p.hashTag a {
  display: inline-block !important;
  padding: 0;
  margin-right: 1.25rem;
}

.cardToggle {
  position: absolute;
  bottom: 0.3125rem;
  right: 0;
  width: inherit;
  display: block;
  padding: 1rem;
  line-height: 1;
  color: #2ba6cb;
  font-weight: 400;
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #F3F3F3;
}

.cardToggle:hover {
  background-color: #e6e6e6;
}

.cardToggle::before {
  content: "+";
}

.cardToggle.active::before {
  content: "â€“";
}

.cardTogglePanel {
  position: absolute;
  right: -0.625rem;
  left: -0.625rem;
  margin-top: 0;
  z-index: 1;
  background-color: #0a0a0a;
}

.cardTogglePanel:focus {
  outline: none;
}

.cardToggleContent {
  position: relative;
}

.cardToggleContent * {
  color: #FFF !important;
}

.cardToggleContent.withArrow:after {
  bottom: 100%;
  right: 2.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #0a0a0a;
  border-width: 10px;
  margin-left: -10px;
}

.category-card-image-overflow {
  overflow: hidden;
}

.category-card-image {
  -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;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 220px;
  background-color: #ededed;
}

.category-card-nav-item a:hover .category-card-image, .category-card-nav-item a:focus .category-card-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

.category-card-tint {
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.category-card-nav-item a:hover .category-card-tint:after, .category-card-nav-item a:focus .category-card-tint:after {
  opacity: 0.6;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.category-card-hoverText {
  position: absolute;
  bottom: 10px;
  left: 10%;
  right: 10%;
  opacity: 0;
  display: inline-block;
  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;
}

.category-card-nav-item a:hover .category-card-hoverText, .category-card-nav-item a:focus .category-card-hoverText {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #FFF;
  z-index: 1;
}

.category-card-nav-item a:focus .promoText.darkened {
  background-color: #FFBF47;
}

.details figure img {
  width: 100%;
}

.details figure figcaption {
  text-align: center;
}

.tabs.tabsInline {
  margin-bottom: 20px !important;
  border: none;
  border-bottom: 2px solid #E9ECEE;
}

.tabs.tabsInline .tabs-title > a {
  background-color: #E9ECEE;
  font-size: 1rem;
  padding: 1.1rem 2rem 0.9rem;
  text-decoration: none;
  border: 2px solid #E9ECEE;
  margin-right: 20px;
  margin-bottom: -2px;
}

.tabs.tabsInline .tabs-title:last-of-type > a {
  margin-right: 0 !important;
}

.tabs.tabsInline .tabs-title > a:hover {
  background-color: #E9ECEE;
  padding: 1rem 2rem;
}

.tabs.tabsInline .tabs-title.is-active > a {
  background-color: #FFF !important;
  color: #222;
  border-bottom-color: #fff;
  padding: 1rem 2rem;
}

.tabs.tabsInline .tabs-title > a:focus, .tabs.tabsInline .tabs-title.is-active > a:focus {
  border-color: #FFBF47 !important;
  background-color: #FFBF47 !important;
}

.tabs-content.searchResultsTabsConent {
  background-color: none;
  border: none !important;
}

.searchResultsTabsConent .tabs-panel {
  padding: 0 !important;
}

@media only screen and (max-width: 40.0625em) {
  .tabs.tabsInline.twoTabsInlineSmall .tabs-title {
    width: 50% !important;
  }
  .tabs.tabsInline.twoTabsInlineSmall .tabs-title, .tabs.tabsInline.threeTabsInlineSmall .tabs-title {
    border-bottom: 2px solid #fff !important;
    margin-bottom: 1px !important;
  }
  .tabs.tabsInline.twoTabsInlineSmall dd > a, .tabs.tabsInline.twoTabsInlineSmall .tabs-title > a, .tabs.tabsInline.threeTabsInlineSmall .tabs-title > a {
    margin-right: 0 !important;
    font-size: 0.8rem !important;
    text-align: center;
    white-space: nowrap;
  }
  .tabs.tabsInline.twoTabsInlineSmall .tabs-title > a:last-of-type {
    border-left: none;
  }
}
.searchMain {
  height: 100px;
  padding: 25px 0;
  margin-bottom: 1.25rem;
}

.searchMain input[type=text] {
  height: 50px;
  padding-right: 70px;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.searchMain .absolute {
  left: 1.25rem;
  right: 1.25rem;
}

.searchMain .button {
  position: absolute;
  right: 1.25rem;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 !important;
}

.lt-ie9 .searchMain {
  margin-bottom: 20px;
}

.lt-ie9 .searchMain input[type=text] {
  padding-left: 20px;
  box-sizing: border-box;
}

.lt-ie9 .searchMain .absolute {
  left: 20px;
  right: 20px;
}

.lt-ie9 .searchMain .button {
  right: 20px;
  width: 50px;
}

.searchSecondary {
  padding: 25px 1.25rem;
  margin-bottom: 1.25rem;
}

.lt-ie9 .searchSecondary {
  padding: 25px 20px;
  margin-bottom: 120px;
}

.tabLabel {
  display: inline-block;
  background-color: #FFF;
  padding: 0.625rem;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.lt-ie9 .tabLabel {
  padding: 10px;
}

fieldset.reset {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

fieldset.reset legend {
  margin: 0 !important;
  padding: 1.25rem 0 0 1.25rem !important;
  font-size: 1.6875rem;
  font-weight: 400;
}

.tabs-panel fieldset.reset legend {
  padding-top: 0 !important;
}

#advancedFilters fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

#advancedFilters legend {
  margin: 1.25rem 0 0 1.25rem !important;
  padding: 0 !important;
  font-size: 1.6875rem;
  font-weight: 400;
}

.lt-ie9 #advancedFilters legend {
  margin: 20px 0 0 20px !important;
  font-size: 27px;
}

#advancedFilters .searchSecondary legend.h2, #advancedFilters .searchSecondary legend.h3, #advancedFilters .searchSecondary legend.h4, #advancedFilters .searchSecondary legend.h5 {
  margin: 0 0 10px !important;
}

#advancedFilters .searchSecondary legend.h2 {
  font-size: 1.25rem;
}

#advancedFilters .searchSecondary legend.h3 {
  font-size: 1.1875rem;
}

#advancedFilters .searchSecondary legend.h4 {
  font-size: 1.125rem;
}

#advancedFilters .searchSecondary legend.h5 {
  font-size: 1.0625rem;
}

.showAdvancedFilters {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px !important;
  text-decoration: none !important;
  padding: 0 1.125rem;
  color: #000 !important;
  text-align: right;
  text-transform: capitalize;
}

.lt-ie9 .showAdvancedFilters {
  padding: 0 20px;
}

.showAdvancedFilters:focus {
  border-radius: 0 !important;
}

.showAdvancedFilters::before {
  content: "▼ ";
  float: right;
  font-weight: 700;
  padding-left: 5px;
}

.showAdvancedFilters.active:hover::before {
  content: "▲";
}

.showAdvancedFilters.active::before {
  content: "▲";
}

.nudgeUp {
  margin-top: -2.25rem !important;
}

.button.hollow.filterBelow.active {
  border-color: #ccc !important;
  border-bottom-color: #fff !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#searchResults {
  list-style-type: none;
  margin-left: 0 !important;
}

#searchResults li {
  margin-bottom: 1.25rem;
  margin-left: 0;
}

.lt-ie9 #searchResults li {
  margin-bottom: 20px;
}

#searchResults li a.linkBlock {
  display: block;
  border: 1px solid;
  padding: 1.25rem !important;
  text-decoration: none;
}

.lt-ie9 #searchResults li a.linkBlock {
  padding: 20px !important;
}

#searchResults li a.linkBlock > :first-child {
  margin-top: 0;
}

#searchResults li a.linkBlock > :last-child {
  margin-bottom: 0;
}

#searchResults li a.linkBlock small {
  display: block;
  margin: 0.625rem 0;
}

.lt-ie9 #searchResults li a.linkBlock small {
  margin: 10px 0;
}

#searchResults li a.linkBlock h1, #searchResults li a.linkBlock h2, #searchResults li a.linkBlock h3 {
  text-decoration: underline;
}

#searchResults li a.linkBlock:hover h1, #searchResults li a.linkBlock:hover h2, #searchResults li a.linkBlock:hover h3 {
  text-decoration: none;
}

#searchResults li a.linkBlock:focus, #searchResults li a.linkBlock:focus h1, #searchResults li a.linkBlock:focus h2, #searchResults li a.linkBlock:focus h3, #searchResults li a.linkBlock:focus small {
  color: #000 !important;
}

.searchResults, .searchResults ul {
  list-style-type: none;
  margin-left: 0 !important;
}

.searchResults li {
  margin-bottom: 1.25rem;
  margin-left: 0;
}

.lt-ie9 .searchResults li {
  margin-bottom: 20px;
}

.searchResults li a {
  display: block;
  border: 1px solid;
  border-left-width: 10px;
  border-color: #efefef;
  padding: 1.25rem !important;
  text-decoration: none;
  color: #000;
}

.lt-ie9 .searchResults li a {
  padding: 20px !important;
}

.searchResults li a > :first-child {
  margin-top: 0;
}

.searchResults li a > :last-child {
  margin-bottom: 0;
}

.searchResults li a small {
  color: green;
  display: block;
  margin: 0.625rem 0;
}

.lt-ie9 .searchResults li a small {
  margin: 10px 0;
}

.searchResults li a b.contentType {
  background-color: #efefef;
  display: inline-block;
  margin-left: -1.25rem;
  padding: 0.3rem 2.25rem 0.3rem 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  position: relative;
}

.searchResults li a b.contentType:after {
  right: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

.searchResults li a:hover b.contentType {
  background-color: #E2E2E2;
  color: #000;
}

.searchResults li a:focus b.contentType, .searchResults li a:focus mark {
  background-color: #000;
  color: #FFBF47;
  box-shadow: none;
}

.searchResults li a:focus b.contentType:after {
  border-right-color: #FFBF47;
}

.searchResults li a:focus mark {
  border-color: #000;
}

.searchResults li a h3 {
  color: #0d5c84;
  text-decoration: underline;
}

.searchResults li a:hover h3 {
  color: #258faf;
  text-decoration: none;
}

.searchResults li a:hover p {
  color: #000;
}

.searchResults li a:hover {
  border-color: #E2E2E2;
}

.searchResults li a:focus, .searchResults li a:focus h3, .searchResults li a:focus small {
  color: #000 !important;
  border-color: #000;
}

.searchResults li a h3, .searchResults li a small {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.searchResults li a b.docType {
  display: inline-block;
  padding: 0.3rem 2.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  background-image: url(../graphics/download-ready.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #000;
}

.searchResults li a:hover b.docType {
  background-image: url(../graphics/download-hover.png);
}

.resultMessage {
  padding: 1.25rem;
  background: #B6BF00 !important;
  color: #333;
  border: 1px solid #efefef;
  border-radius: 5px;
}

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

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

.resultMessage.negative {
  background: #f2dede !important;
  border: 1px solid #ebccd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.resultMessage.success {
  background: #bfefc1 !important;
  border: 1px solid #9ed6a0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.greyButton, .button.greyButton {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(247, 247, 247)), color-stop(100%, rgb(218, 218, 218)));
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -o-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -ms-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#dadada", GradientType=0);
  color: #333 !important;
  border: 1px solid #cbcbcb;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

a.greyButton:hover, .button.greyButton:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(232, 232, 232)), color-stop(100%, rgb(193, 193, 193)));
  background: -webkit-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -o-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -ms-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#c1c1c1", GradientType=0);
  color: #000 !important;
}

.lt-ie9 a.greyButton {
  filter: none !important;
}

a.greyButton.active, .button.greyButton.active {
  background: transparent;
  filter: none;
}

a.greyButton.active:hover, .button.greyButton.active:hover {
  background: #cbcbcb !important;
  filter: none !important;
}

.button.active, .button.active:hover, .greyButton.active:hover, .button.greyButton.active:hover {
  background: transparent;
  background-color: #fff !important;
  filter: none;
  border: 1px solid #ccc;
  color: #333 !important;
}

a.filter-tag-button {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 10px;
  vertical-align: text-bottom;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #CBCBCB;
  text-decoration: none !important;
  font-size: 0.85em;
}

.ico-cross {
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  background-image: url(../graphics/icon-cross-dark.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

ul.pagination li {
  margin-bottom: 1.125rem !important;
}

ul.pagination li a, ul.pagination li .button {
  color: #0a0a0a;
  display: inline-block;
  line-height: inherit !important;
  border-radius: 0;
  margin: 0 !important;
  vertical-align: bottom !important;
  text-transform: none;
}

.lt-ie9 ul.pagination li a {
  padding: 10px;
}

.pagination .current {
  padding: 0;
}

.ribbonWrap {
  position: relative;
}

.ribbon-wrapper-large {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -3px;
}

.ribbon-wrapper-large.leftRibbon {
  right: 0;
  left: -6px;
}

.mediaStore .ribbon-wrapper-large.leftRibbon {
  right: 0;
  left: 0;
}

.ribbon-wrapper-small {
  width: 48px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -3px;
}

.ribbon {
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: relative;
}

.leftRibbon .ribbon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.ribbon-wrapper-large .ribbon {
  font: bold 12px Sans-Serif;
  padding: 7px 0;
  left: -5px;
  top: 17px;
  width: 120px;
}

.ribbon-wrapper-large.leftRibbon .ribbon {
  left: -26px;
}

.ribbon-wrapper-small .ribbon {
  font: bold 8px Sans-Serif;
  padding: 4px 0;
  left: -5px;
  top: 8px;
  width: 70px;
}

.ribbon {
  -webkit-text-shadow: rgba(0, 0, 0, 0.55) 0 1px 1px;
  -moz-text-shadow: rgba(0, 0, 0, 0.55) 0 1px 1px;
  text-shadow: rgba(0, 0, 0, 0.55) 0 1px 1px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #FFF;
}

.ribbon:before, .ribbon:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
}

.ribbon.positive {
  background-color: #B6BF00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4ce01), to(#B6BF00));
  background-image: -webkit-linear-gradient(top, #c4ce01, #B6BF00);
  background-image: -moz-linear-gradient(top, #c4ce01, #B6BF00);
  background-image: -ms-linear-gradient(top, #c4ce01, #B6BF00);
  background-image: -o-linear-gradient(top, #c4ce01, #B6BF00);
}

.ribbon.positive:before, .ribbon.positive:after {
  border-top: 4px solid #7d8302;
}

.ribbon.negative {
  background-color: #BC000E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc0313), to(#BC000E));
  background-image: -webkit-linear-gradient(top, #dc0313, #BC000E);
  background-image: -moz-linear-gradient(top, #dc0313, #BC000E);
  background-image: -ms-linear-gradient(top, #dc0313, #BC000E);
  background-image: -o-linear-gradient(top, #dc0313, #BC000E);
}

.ribbon.negative:before, .ribbon.negative:after {
  border-top: 4px solid #85040d;
}

.ribbon.purple {
  background: #4c508a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c508a), to(#513a7e));
  background-image: -webkit-linear-gradient(top, #4c508a, #513a7e);
  background-image: -moz-linear-gradient(top, #4c508a, #513a7e);
  background-image: -ms-linear-gradient(top, #4c508a, #513a7e);
  background-image: -o-linear-gradient(top, #4c508a, #513a7e);
}

.ribbon.purple:before, .ribbon.purple:after {
  border-top: 4px solid #3a2666;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}

.ribbon.alternative {
  background-color: #0483DC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#809CC3), to(#0483DC));
  background-image: -webkit-linear-gradient(top, #809CC3, #0483DC);
  background-image: -moz-linear-gradient(top, #809CC3, #0483DC);
  background-image: -ms-linear-gradient(top, #809CC3, #0483DC);
  background-image: -o-linear-gradient(top, #809CC3, #0483DC);
}

.ribbon.alternative:before, .ribbon.alternative:after {
  border-top: 4px solid #045188;
}

.ribbon.fresh {
  background: #00a4ef;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-image: none;
}

.ribbon.fresh:before, .ribbon.fresh:after {
  border-top: 4px solid #192238;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}

input.autoWidth, textarea.autoWidth {
  width: auto !important;
  display: inline-block;
}

.hint {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 44px;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 20px !important;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.5rem;
}

.hint.bagshape {
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-radius: 5px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 80% !important;
  line-height: inherit !important;
  height: auto;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

.hint.bagshape:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  background-color: #0F0;
  background: url(../graphics/bagHandles.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.lt-ie9 .hint {
  display: none;
}

.hint .shield {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../graphics/shield-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1px;
}

.loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader .loader-bar {
  display: none;
  height: 24px;
  width: 24px;
  margin: 0 6px;
}

.animate > .loader-bar {
  display: inline-block;
  -webkit-animation: loader-oscillate ease-in-out 300ms infinite alternate;
  -moz-animation: loader-oscillate ease-in-out 300ms infinite alternate;
  animation: loader-oscillate ease-in-out 300ms infinite alternate;
}

.loader .redButton {
  display: none;
}

.loader.animate .redButton {
  display: inline-block !important;
}

.loader-bar:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  animation-delay: -200ms;
}

.loader-bar:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  animation-delay: -100ms;
}

@-webkit-keyframes loader-oscillate {
  0% {
    opacity: 0.1;
    -webkit-transform: scaleY(1);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scaleY(1.3);
  }
}
@-moz-keyframes loader-oscillate {
  0% {
    opacity: 0.1;
    -moz-transform: scaleY(1);
  }
  100% {
    opacity: 0.2;
    -moz-transform: scaleY(1.3);
  }
}
@keyframes loader-oscillate {
  0% {
    opacity: 0.1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0.2;
    transform: scaleY(1.3);
  }
}
.dateCalBlock {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 15px;
  width: 40px;
}

.dateCalBlock.withDateCalBlockTitle {
  width: auto;
}

.dateCalBlock .dateCal {
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.dateCalBlock.noMargin .dateCal {
  margin-right: 0 !important;
  float: none !important;
  display: block;
}

.dateCalBlock .dateCalBlockTitle {
  float: left;
  line-height: normal;
  vertical-align: top;
  font-size: inherit;
  white-space: nowrap;
  font-size: 0.75rem;
  padding: 10px 0;
  width: inherit !important;
  text-align: center;
}

.dateCalBlock .dateCalBlockTitle.normalText {
  font-size: inherit !important;
  white-space: normal !important;
}

.dateCalBlockTitle abbr {
  text-decoration: none;
  border: none;
}

.dateCal span {
  display: block;
  clear: both;
}

table td .dateCalBlock span {
  width: 40px;
}

.dateMonthAbbr {
  border-radius: 2px 2px 0 0;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}

.dateDayNum {
  border: 1px solid;
  border-radius: 0 0 2px 2px;
  font-size: 18px;
  min-height: 26px;
  line-height: 25px;
}

.dateDayNum sup {
  font-size: 0.6rem;
}

mark {
  background: #F2E6AA;
  border: 1px solid #E6D273;
  box-shadow: inset 0 1px 0 #F9F3D5;
  padding: 3px;
  box-sizing: border-box;
  display: inline-block;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}

blockquote, blockquote p {
  line-height: 1.6;
}

.inline.callout {
  margin: 0;
  padding: 0.5rem;
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
}

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

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

p.pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 5px;
}

.commentContent .user span {
  display: inline-block;
  margin-right: 10px;
}

.commentContent .user span.meta {
  font-weight: 300;
}

div.speechBubble {
  border: 1px solid #ccc;
  position: relative;
}

.replyCommentExpanded {
  border-bottom: 1px solid #ccc;
}

.thread {
  border-bottom: 1px dotted #ccc;
}

.avatarPic {
  border-radius: 100px;
  overflow: hidden;
}

.avatarPic img {
  width: 100%;
  height: auto;
}

div.speechBubble:after, div.speechBubble:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

div.speechBubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

div.speechBubble:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}

.sidebar .sideNav ul.nav {
  margin: 0 0 1em !important;
  display: block;
  clear: none !important;
  list-style-type: none;
}

.sidebar .sideNav ul.nav li {
  margin-bottom: 0;
}

.sidebar .sideNav ul.nav a {
  padding: 15px 1.25rem;
  display: block;
  text-decoration: none;
}

.sidebar .sideNav ul.nav li a span::first-letter {
  text-transform: uppercase;
}

.sidebar .sideNav ul.nav a:hover span.folioTitle {
  text-decoration: underline !important;
}

.sidebar .sideNav ul.nav a span.part {
  display: block;
}

.sidebar .sideNav ul.nav a span.subTitle {
  display: block;
}

.sidebar .sideNav ul.nav a.active:hover span.folioTitle {
  text-decoration: none !important;
}

.sideMenu ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.sideMenu a {
  display: block;
  padding: 0.625rem 0;
}

.iconLink {
  line-height: normal;
}

.iconLink .iconBlock {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: top left;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.iconBlock.rss {
  background-image: url(../graphics/rss.png);
}

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

.chapterNav .blockParent {
  display: block;
  padding: 15px 20px;
  position: relative;
}

.pageNav a.chapterNav:first-of-type .blockParent {
  border-bottom: 0;
}

a.chapterNav .blockParent span::first-letter {
  text-transform: uppercase;
}

a.chapterNav .blockParent span.part {
  display: block;
}

a.chapterNav .blockParent span.subTitle {
  display: block;
}

a.chapterNav:hover .blockParent span.part, a.chapterNav:hover .blockParent span.subTitle {
  text-decoration: none !important;
}

a.chapterNav:hover .blockParent span.folioTitle {
  text-decoration: underline !important;
}

a.chapterNav:hover .blockParent {
  text-decoration: none;
}

a.chapterNav.active:hover .blockParent span.folioTitle {
  text-decoration: none !important;
}

.back-to-top {
  display: none;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

a.back-to-top {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 8px;
  text-decoration: none !important;
}

a.back-to-top .arrow:before {
  content: "↑";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}

a.back-to-top:hover .arrow:before {
  line-height: 0.9;
}

.footerBlockTitle {
  line-height: normal;
}

.logoLink {
  display: block;
}

.credits {
  display: block;
}

.button.fbConnect, .button.twitterConnect {
  padding: 0.6rem 2rem 0.4625rem;
}

.button.fbConnect {
  background: #4B6EA9;
  border-color: #4B6EA9 !important;
  color: #FFF !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.button.twitterConnect {
  background: #00ACED;
  border-color: #00ACED !important;
  color: #FFF !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.button.fbConnect:focus, .button.twitterConnect:focus {
  color: #000 !important;
}

.button.fbConnect span.icon, .button.twitterConnect span.icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.button.fbConnect span {
  background-image: url(../graphics/buttonIcons/facebook.png);
}

.button.twitterConnect span {
  background-image: url(../graphics/buttonIcons/twitter.png);
}

#formsMaster .myCouncilForm input, #formsMaster .myCouncilForm select, #formsMaster .myCouncilForm textarea {
  width: 100% !important;
}

#formsMaster .myCouncilForm .button.fullWidth {
  width: 100%;
  font-size: inherit;
  padding: 1rem 2rem 1.0625rem;
}

#formsMaster .myCouncilForm .button.fullWidth.small {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 37px;
  font-size: medium;
}

.collapse .button.small {
  border-left: 0;
}

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

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

.capitalise:first-letter {
  text-transform: uppercase !important;
}

span.capitalise {
  display: inline-block;
}

.panel {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

#formsMaster .myCouncilForm .panel {
  border: 1px solid #ccc;
}

legend.text-center {
  text-align: center;
  padding: 0.2% 2%;
  width: 50%;
  margin: 0 25%;
  border: 1px solid #ccc;
}

.SuccessFormField {
  border-color: #9ed6a0 !important;
}

#formsMaster .myCouncilForm .errorMessage {
  width: 100% !important;
  max-width: none !important;
}

#formsMaster .description h1, #formsMaster h1 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#formsMaster.content h1:first-of-type {
  clear: none;
}

#formsMaster .description h2 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#formsMaster .description ul, #formsMaster .description ol {
  margin: 1.25rem;
}

input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, input[type=file], input[type=checkbox], input[type=radio], select {
  margin-bottom: 1rem;
}

label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

img.scalableImg {
  image-rendering: auto;
}

img.ms-interpolation-mode {
  display: none;
}

_:-ms-fullscreen, :root img.scalableImg {
  display: none;
}

_:-ms-fullscreen, :root img.ms-interpolation-mode {
  display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  /*
  	table.table {

  		border-collapse: collapse;

  		thead {
  			display: none !important;
  		}


  		tr {
  			th,
  			td {
  				display: block !important;
  			}
  		}


  		td {}

  		tr {
  			td:last-of-type {
  				border-bottom: 1px solid #f1f1f1;
  			}
  		}

  		td,
  		th {
  			width: auto !important;
  			height: auto !important;
  		}

  		tbody tr:nth-child(2n) {
  			background: transparent;
  		}


  	}

  */
}
@media screen and (max-width: 40em) {
  .noBottomMargin-small {
    margin-bottom: 0 !important;
  }
  .topMargin-small {
    margin-top: 1.125rem !important;
  }
  .paddingAll-small {
    padding: 1.125rem !important;
  }
  a.anchor {
    top: -140px;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .paddingSmallTop-small, .paddingMediumTop-small {
    padding-top: 0 !important;
  }
  .paddingRight.noPaddingRight-small {
    padding-right: 1.25rem !important;
  }
  .paddingAll.noPaddingTop-small {
    padding-top: 1.125rem !important;
  }
  .paddingAll.noPaddingBottom-small {
    padding-bottom: 1.125rem !important;
  }
  .paddingBottomSmall-small {
    padding-bottom: 0 !important;
  }
  .paddingBottomMedium-small {
    padding-bottom: 0.625rem !important;
  }
  .paddingBottomLarge-small {
    padding-bottom: 1.125rem !important;
  }
  .paddingAll-small {
    padding: 0 !important;
  }
  .featuredNewsCol figcaption p.h1, .campaignSlides figcaption p.h1 {
    font-size: 3.848vmin;
  }
  .featuredNewsCol figcaption p, .campaignSlides figcaption p {
    font-size: 1.925vmin;
  }
  .featuredNewsCol {
    width: 66.666%;
  }
  .featuredNewsNavCol {
    display: block;
  }
  .featuredNewsCol figcaption {
    text-align: left;
  }
  .contentImg.right, .contentVid.right {
    margin: 1.5em 0 2em 4.6%;
    float: right;
  }
  .contentImg.left, .contentVid.left {
    margin: 1.5em 4.6% 2em 0;
    float: left;
  }
  .contentImg, .contentVid {
    width: 40%;
  }
  .withSidebar .contentImg.right, .withSidebar .contentVid.right {
    margin: 1.5em 0 2em;
  }
  .withSidebar .contentImg.left, .withSidebar .contentVid.left {
    margin: 1.5em 0 2em;
  }
  .withSidebar .contentImg, .withSidebar .contentVid {
    width: 100%;
  }
  .taskAction {
    width: auto;
  }
  .withSidebar .taskAction {
    width: 100%;
  }
  table.table tr th,
  table.table tr td {
    font-size: 1.0625rem !important;
  }
  table.table.unstriped tr {
    background-color: transparent !important;
  }
  .showAdvancedFilters {
    left: auto;
  }
  #advancedFilters .searchSecondary legend.h2 {
    font-size: 1.75rem;
  }
  #advancedFilters .searchSecondary legend.h3 {
    font-size: 1.4375rem;
  }
  #advancedFilters .searchSecondary legend.h4 {
    font-size: 1.0625rem;
  }
  #advancedFilters .searchSecondary legend.h5 {
    font-size: 0.75rem;
  }
  video, iframe {
    width: inherit;
    max-width: 100%;
  }
  a.anchor {
    top: -60px;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  .paddingBottomMedium-small {
    padding-bottom: 0 !important;
  }
  .paddingBottomLarge-small {
    padding-bottom: 0 !important;
  }
  div.bannerWallpaper.smallHeight {
    height: 33vh;
  }
  div.bannerWallpaper.mediumHeight {
    height: 50vh;
  }
  div.bannerWallpaper.largeHeight {
    height: 66vh;
  }
  .featuredNewsCol figcaption p.h1, .campaignSlides figcaption p.h1 {
    font-size: 2rem;
  }
  .featuredNewsCol figcaption p, .campaignSlides figcaption p {
    font-size: 1rem;
  }
  .featuredNewsCol {
    width: 66.666%;
  }
  .featuredNewsNavCol {
    display: block;
  }
  .featuredNewsCol figcaption {
    text-align: left;
  }
  .withMidLine {
    background-image: url(../graphics/withMidLine.png);
  }
  .contentImg.right, .withSidebar .contentImg.right, .contentVid.right, .withSidebar .contentVid.right {
    margin: 1.5em 0 2em 4.6%;
    float: right;
  }
  .contentImg.left, .withSidebar .contentImg.left, .contentVid.left, .withSidebar .contentVid.left {
    margin: 1.5em 4.6% 2em 0;
    float: left;
  }
  .contentImg, .withSidebar .contentImg, .contentVid, .withSidebar .contentVid {
    width: 40%;
  }
  .contentImg.center, .withSidebar .contentImg.center, .contentVid.center, .withSidebar .contentVid.center {
    margin: 1.5em auto 2em;
    width: 100%;
    text-align: center;
  }
  .taskAction, .withSidebar .taskAction {
    width: auto;
  }
  table.table tr th,
  table.table tr td {
    font-size: 1.125rem !important;
    padding: 0.5625rem;
  }
  a.anchor {
    top: -60px;
  }
}
/* reset - dont change this */
.fm_formmasterForm *,
.fm_formmasterForm *:after,
.fm_formmasterForm *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*/
/* Main Layout style for the Form*/
.content#formsMaster {
  margin: 0 auto;
  overflow: hidden;
  *overflow: hidden;
}

.description p {
  text-overflow: ellipsis;
  overflow: visible;
  max-width: 95%;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.content#formsMaster #formsMaster {
  overflow: visible;
}

/* adding in formsmaster into the CMS */
.content #formsMaster,
#formsMaster.content {
  font-size: 1.125rem;
}

/* - see media query below for reset with PX values!
.content #formsMaster,
	#formsMaster.content,
	#formsMaster.content p,
	#formsMaster .FormFieldLabel .formLabel,
	#formsMaster .FormInformText table td, #formsMaster .FormInformText table th 

*/
.fm_formmasterForm {
  /*The width can be changed to suit page layout*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#formsMaster ol.formFields {
  /* reset default ol styles */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  /* customise this */
  width: 100%;
  margin: 0 auto 1em auto;
}

#formsMaster ol.formFields li {
  /* customise this */
}

/* form layouts with 2 columns */
#formsMaster .form2col ol.formFields li .left-col {
  display: inline-block;
  /* customise this */
  text-align: left;
  /* min height a good idea once youve set the padding */
  min-height: 21px;
  width: 32%;
  margin: 5px 0 0 0;
  padding: 5px 10px 5px 0px;
}

#formsMaster .form2col ol.formFields li .right-col {
  display: inline-block;
  /* customise this */
  width: 66.6%;
  margin: 5px 0 0 0;
  padding: 5px 0 5px 10px;
  /* min height a good idea once youve set the padding */
  min-height: 21px;
}

/* for tables that have spread sheet type layouts so need a full column */
#formsMaster .form2col ol.formFields li .full-col {
  display: block;
  /* customise this */
  width: auto;
  margin: 5px 0 0 0;
  padding: 5px 0 5px 0;
  /* min height a good idea once youve set the padding */
  min-height: 21px;
}

.full-col table {
  margin-bottom: 2em;
  border: none;
  /* added in for sddc */
  box-sizing: border-box;
}

.full-col table th {
  /* customise this */
  text-align: left !important;
  font-weight: normal;
}

.full-col table thead th {
  /* customise this */
  padding-bottom: 10px;
  white-space: normal;
}

.full-col table thead,
.full-col table tfoot,
.full-col table tr,
.full-col table tr.even,
.full-col table tr.alt,
.full-col table tr:nth-of-type(even),
#formsMaster .FormInformText table tbody tr:nth-child(even) {
  background: none;
}

/* form layouts with 1 column */
#formsMaster .form1col ol.formFields li {
  clear: both;
}

#formsMaster .form1col ol.formFields li .left-col {
  display: block;
  width: 100%;
  /* customise this */
  text-align: left;
  padding: 5px 0 5px 0px;
}

#formsMaster .form1col ol.formFields li .right-col,
#formsMaster .form1col ol.formFields li .full-col {
  display: block;
  width: 100%;
  /* customise this */
  padding: 5px 0 5px 0px;
}

.font-size2 #formsMaster input[type=text],
.font-size2 #formsMaster input[type=password],
.font-size2 #formsMaster input[type=date],
.font-size2 #formsMaster input[type=datetime],
.font-size2 #formsMaster input[type=datetime-local],
.font-size2 #formsMaster input[type=month],
.font-size2 #formsMaster input[type=week],
.font-size2 #formsMaster input[type=email],
.font-size2 #formsMaster input[type=number],
.font-size2 #formsMaster input[type=search],
.font-size2 #formsMaster input[type=tel],
.font-size2 #formsMaster input[type=time],
.font-size2 #formsMaster input[type=url],
.font-size2 #formsMaster input[type=file],
.font-size2 #formsMaster select,
.font-size2 #formsMaster textarea,
.font-size2 #formsMaster .FormFieldLabel .formLabel,
.font-size2 #formsMaster .right-col .errorMessage,
.font-size2 #formsMaster .FormInformText table tr th,
.font-size2 #formsMaster .FormInformText table tr td,
.font-size2 #formsMaster .form2col ol.formFields li .right-col,
.font-size2 #formsMaster .bookTable th,
.font-size2 #formsMaster .bookTable td {
  font-size: 24px !important;
}

.font-size2 #formsMaster .FormInformText table tr th,
.font-size2 #formsMaster .FormInformText table tr td {
  white-space: normal !important;
}

.font-size2 #formsMaster legend.FormQuestion,
.font-size2 #formsMaster .FormInformText label,
.font-size2 #formsMaster span.specialCharacter,
.font-size2 #formsMaster .FormButton,
.font-size2 #formsMaster span.formLabel,
.font-size2 #formsMaster label,
.font-size2 #formsMaster .formMap ul a,
.font-size2 #formsMaster .ErrorText,
.font-size2 #formsMaster .fieldHelp p,
.font-size2 #formsMaster .fieldHelp,
.font-size2 #formsMaster .description {
  font-size: 24px !important;
}

.font-size2 #formsMaster select,
.font-size2 #formsMaster input[type=text],
.font-size2 #formsMaster input[type=password],
.font-size2 #formsMaster input[type=date],
.font-size2 #formsMaster input[type=datetime],
.font-size2 #formsMaster input[type=datetime-local],
.font-size2 #formsMaster input[type=month],
.font-size2 #formsMaster input[type=week],
.font-size2 #formsMaster input[type=email],
.font-size2 #formsMaster input[type=number],
.font-size2 #formsMaster input[type=search],
.font-size2 #formsMaster input[type=tel],
.font-size2 #formsMaster input[type=time],
.font-size2 #formsMaster input[type=url],
.font-size2 #formsMaster input[type=color],
.font-size2 #formsMaster textarea {
  height: 3.4375rem;
}

.font-size2 #formsMaster .description h1,
.font-size2 #formsMaster .description h2,
.font-size2 #formsMaster legend.FormQuestion {
  font-size: 36px !important;
}

.font-size2 #formsMaster .formMap .status {
  font-size: 18px !important;
}

/* Main form elements styles */
#formsMaster input[type=text],
#formsMaster input[type=password],
#formsMaster input[type=date],
#formsMaster input[type=datetime],
#formsMaster input[type=datetime-local],
#formsMaster input[type=month],
#formsMaster input[type=week],
#formsMaster input[type=email],
#formsMaster input[type=number],
#formsMaster input[type=search],
#formsMaster input[type=tel],
#formsMaster input[type=time],
#formsMaster input[type=url],
#formsMaster input[type=file],
#formsMaster select,
#formsMaster textarea {
  /* customise this */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 5px;
  border: 1px solid #ccc;
  min-height: 16px;
  width: auto;
  display: inline;
  /*font-size:14px;*/
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  transition-property: border-color, box-shadow !important;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
}

/*  FORMSMASTER form fields are set to a default width in the admin like size="30" by default so if it is less than size="30" then the system adds in another subclass autoWidth  */
/* FOR DESIGNS THAT FIX THE WIDTH OF FORM FIELDS - you will have to make this work responsively if you use this too */
/* so the way to use this is - work out what the default size is on a text field and see what width that comes out as */
#formsMaster input[type=text],
#formsMaster input[type=email],
#formsMaster input[type=password] { /* change  width:270px; */
  width: 400px;
}

#formsMaster select,
#formsMaster textarea { /* change  width:270px; */
  width: 400px;
}

/* new */
#formsMaster .full-col input[type=text],
#formsMaster .full-col input[type=text],
#formsMaster .full-col select {
  width: 90% !important;
}

#formsMaster .form2col ol.formFields li .right-col input,
#formsMaster .form1col ol.formFields li .right-col input { /*width:auto !important*/ }

#formsMaster .form2col ol.formFields li .right-col input[type=checkbox],
#formsMaster .form1col ol.formFields li .right-col input[type=radio] {
  width: auto !important;
}

#formsMaster .autoWidth {
  width: auto !important;
}

/* reset foundation so down arrows dont flow over text  */
#formsMaster select.autoWidth {
  display: inline;
  padding-right: 25px;
}

/* ENDS */
/* reset foundation size attribute on selects is a min of 135 height   */
#formsMaster select[size] {
  height: auto !important;
}

/* ENDS */
#formsMaster input[type=checkbox],
#formsMaster input[type=radio] {
  margin-top: 5px;
  margin-right: 5px;
  width: auto !important;
}

/* optional but recommended focus styles */
#formsMaster input[type=text]:focus,
#formsMaster input[type=password]:focus,
#formsMaster input[type=date]:focus,
#formsMaster input[type=datetime]:focus,
#formsMaster input[type=datetime-local]:focus,
#formsMaster input[type=month]:focus,
#formsMaster input[type=week]:focus,
#formsMaster input[type=email]:focus,
#formsMaster input[type=number]:focus,
#formsMaster input[type=search]:focus,
#formsMaster input[type=tel]:focus,
#formsMaster input[type=time]:focus,
#formsMaster input[type=url]:focus,
#formsMaster select:focus,
#formsMaster textarea:focus,
#formsMaster input[type=checkbox]:focus,
#formsMaster input[type=radio]:focus,
#formsMaster .bookTable input[type=radio]:focus + label,
#formsMaster .bookTable input[type=checkbox]:focus + label {
  /* customise this */
  /*border-color: #66afe9;
  outline-width: 0px;
  outline-style: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);*/
  background: #ffffff;
}

/* #formsMaster select option:focus {background-color: #225A8D !important; color: white;} */
/* overide defaults */
#formsMaster textarea {
  /* useful settings */
  /* resize:none;  
     resize:vertical */
}

.fileUpload,
.fileUpload span {
  width: auto;
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  /* customise this */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
}

#formsMaster .FormButton,
#formsMaster button,
#formsMaster .button {
  width: auto;
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  /* customise this */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  /*color: #000;*/
  background: #f7f7f7;
  background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(247, 247, 247)), color-stop(100%, rgb(218, 218, 218)));
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -o-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: -ms-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#dadada", GradientType=0);
  color: #333 !important;
  border: 1px solid #cbcbcb;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

#formsMaster .FormButton:hover,
#formsMaster button:hover,
#formsMaster .button:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(232, 232, 232)), color-stop(100%, rgb(193, 193, 193)));
  background: -webkit-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -o-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: -ms-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  background: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#c1c1c1", GradientType=0);
  color: #000 !important;
}

#formsMaster .FormButton:focus,
#formsMaster button:focus,
#formsMaster .button:focus {
  filter: none !important;
  background: #FFBF47 !important;
  color: #000000;
  border-color: #000000;
}

.fileUpload span {
  display: inline-block;
  margin-left: 0;
}

/*#formsMaster .FormButton:focus,
#formsMaster button:focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
#formsMaster .FormButton:hover,
#formsMaster button:hover {
	color: #ffffff;
	background-color: #286090;
 		border-color: #204d74;
}
#formsMaster .FormButton[disabled],
#formsMaster button[disabled] {
	color: #ffffff;
	background-color: #337ab7;
 		border-color: #2e6da4;
}
*/
/* pseudo classes for new wrapper arounf file upload */
/* apply .fileUpload to #formsMaster .FormButton above */
.fileUpload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  float: left;
}

.fileUpload input.FormField {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.psuedoFileName {
  display: block;
  position: relative;
  padding: 7px 0 7px 30px !important;
  font-size: 14px;
  line-height: 1.42857;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 1em;
  width: auto;
  overflow: visible;
}

.psuedoFileName.attached {
  background-image: url(../graphics/formsmaster/attached_32.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 24px;
  padding: 7px 0 7px 30px;
  max-width: none;
  clear: left;
  float: left;
}

.lt-ie9 .psuedoFileName.attached {
  background-image: url(../graphics/formsmaster/attached.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}

#formsMaster .floatLeft {
  float: left;
  clear: left;
}

#formsMaster .clear {
  margin-bottom: 20px;
}

/* additional buttons tyles if you need them */
/* additional specific button ids generated by the system - aslo in .button.success in default.css */
#fm_next {
  /*	border-color:#4a831c;
  	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(74, 131, 28, 0.1);*/
}

#fm_next:hover { /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(74, 131, 28, 0.3);*/ }

/* tabular elements inside the right hand column */
#formsMaster .FormInformText table thead,
#formsMaster .FormInformText table tbody,
#formsMaster .FormInformText table tfoot {
  border: 0px;
  background-color: transparent;
}

#formsMaster .FormInformText table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  border: 0px;
}

#formsMaster .FormInformText table td,
#formsMaster .FormInformText table th {
  padding-bottom: 2.5rem;
  background-color: transparent !important;
  background: none !important;
  font-size: inherit !important;
}

#formsMaster .FormInformText table td input {
  width: auto !important;
  margin-bottom: 0;
}

#formsMaster .FormInformText table td > *,
#formsMaster .FormInformText table th > * {
  vertical-align: text-top;
}

/* field sets int eh right hand column */
#formsMaster .FormInformText fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#formsMaster .FormInformText legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* formsmaster WYSIWYG */
#formsMaster .description {
  margin-bottom: 20px;
  padding-top: 1rem;
}

/* customise this */
#formsMaster .description h1,
#formsMaster h1 {
  /* customise this */
  /*font-size: 30px;
  margin-top: 25px;
  margin-bottom: 30px;
  line-height: 33px;*/
}

/* reste to get the button inline from the global clear on the first <h1>*/
#formsMaster.content h1:first-of-type {
  clear: none;
}

#formsMaster .description ul,
#formsMaster .description ol {
  margin: 1.25rem;
}

/* validation */
#formsMaster .ErrorText {
  /* customise this */
  font-weight: normal;
  padding: 4px;
}

#formsMaster .ErrorText ul {
  padding-left: 0;
}

#formsMaster .ErrorText ul li {
  /* customise this */
  color: #a94442;
  background: #f2dede;
  border: 1px solid #ebccd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

#formsMaster .ErrorText ul li a {
  background-image: url(../graphics/formsmaster/downArrow-dbaeae.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center left;
  padding-left: 30px;
  color: #a94442;
  text-decoration: none;
  display: block;
}

#formsMaster .ErrorText ul li a:hover {
  background-image: url(../graphics/formsmaster/downArrow-a94442.png);
}

#formsMaster .ErrorText ul li a:focus {
  background-image: url(../graphics/formsmaster/downArrow.png);
}

.lt-ie9 #formsMaster .ErrorText ul li a {
  background-image: url(../graphics/formsmaster/downArrow-a94442-legacy.png);
}

#formsMaster input.ErrorFormField,
#formsMaster select.ErrorFormField {
  /* customise this */
  border: 1px solid #ebccd1;
  /* changed this so that the placeholder becomes the repeated error */
  /*color: #a94442;*/
}

#formsMaster select.ErrorFormField {
  color: #a94442;
}

#formsMaster input.ErrorFormField::-webkit-input-placeholder {
  color: #a94442;
  font-weight: normal !important;
}

#formsMaster input.ErrorFormField:-moz-placeholder {
  /* Firefox 18- */
  color: #a94442;
  font-weight: normal !important;
}

#formsMaster input.ErrorFormField::-moz-placeholder {
  /* Firefox 19+ */
  color: #a94442;
  font-weight: normal !important;
}

#formsMaster input.ErrorFormField:-ms-input-placeholder {
  color: #a94442;
  font-weight: normal !important;
}

#formsMaster .ErrorText p {
  color: #a94442;
  font-weight: bold;
  margin-top: 2rem;
}

#formsMaster .ErrorText ul {
  color: #000000;
}

#formsMaster .MandatoryFormField {
  /* customise this */
}

/* images used as ticks or crosses */
#formsMaster .FormInformText img {
  vertical-align: top;
}

/*Error message text that appears in case of errors in the fields*/
#formsMaster .right-col .errorMessage,
.myCouncilForm .errorMessage {
  font-size: 14px;
  display: block;
  overflow: visible;
  /* change max-width: 270px; */
  max-width: 400px;
  /*change this*/
  color: #a94442;
  background: #f2dede;
  border: 1px solid #ebccd1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*padding:5px 2%;*/
  padding: 15px;
  margin-bottom: 20px;
}

.myCouncilForm .errorMessage {
  max-width: 100%;
}

/*Tooltip block styles--some of these defaults can be changed by the designer. This is indicated accordingly*/
#formsMaster .fieldHelp {
  /*change this*/
  /* change max-width: 270px; */
  max-width: 400px;
  padding: 5px 2% 10px 2%;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #333333;
  color: #FFFFFF;
  position: relative;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#formsMaster .fieldHelp:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333333;
  border-width: 10px;
  margin-left: -10px;
}

#formsMaster.no-js .fieldHelp {
  display: block;
}

#formsMaster li .fieldHelp h1,
#formsMaster li .fieldHelp h2,
#formsMaster li .fieldHelp p,
#formsMaster li .fieldHelp a {
  padding: 5px 0;
  color: #FFFFFF;
}

/*Change these to suit*/
#formsMaster li .fieldHelp h1 {
  font-size: 24px;
  margin-top: 0;
}

#formsMaster li .fieldHelp h2 {
  font-size: 20px;
}

#formsMaster li .fieldHelp p,
#formsMaster li .fieldHelp a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
}

#formsMaster li .fieldHelp span {
  text-decoration: none;
  font-weight: bold;
}

#formsMaster li .fieldHelp a {
  text-decoration: underline; /*change this*/
  color: #fff;
}

#formsMaster li .fieldHelp ul li {
  list-style: none;
  background: none;
}

#formsMaster .formHelpIcon:active,
#formsMaster .formHelpIcon:focus {
  /*Change this*/
  border: 1px solid #102f69;
}

/*End the tooltip and error message warnings styling*/
/* Clearfix */
#formsMaster .formFields:after,
#formsMaster .form-progress:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* form questions are by default inside fieldsets */
#formsMaster fieldset.fieldGroup {
  /* reset the border */
  border: none;
  /* customise this */
}

#formsMaster legend.FormQuestion {
  display: block;
  width: 100%;
  /* customise this */
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: normal;
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #333;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
}

#formsMaster fieldset:first-of-type legend.FormQuestion {
  margin-top: 0 !important;
}

#formsMaster .FormQuestion {
  font-weight: normal;
}

#formsMaster .FormQuestion p {
  font-weight: normal;
}

#formsMaster .FormFieldLabel,
#formsMaster .full-col .FormInformText {
  vertical-align: top;
}

/* field labels and psuedo labels in the left column */
#formsMaster .FormFieldLabel .formLabel {
  display: inline-block;
  /* customise this */
  font-weight: normal;
  /* best give this the same padding as any text inputs so it lines up*/
  padding: 6px 12px 6px 0;
  /*font-size:14px;*/
  white-space: normal !important;
  font-size: inherit;
}

#formsMaster label {
  /* customise this */
  font-weight: normal;
}

#formsMaster .form1col .FormFieldLabel .formLabel { /* customise this */
  padding-left: 0;
}

.FormInformText label {
  font-weight: normal;
}

/* for when fields are replaced with strings */
.formString {
  display: inline-block; /* customise this */
  color: #000;
}

/* 15/08/2016 issue when really long label string is applied */
.FormInformText input[type=checkbox] + label,
.FormInformText input[type=radio] + label {
  max-width: 85%;
  vertical-align: text-top;
}

.formLabel.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  padding: 0 0 0 0 !important;
}

.formLabel.visuallyhidden.focusable:active,
.formLabel.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#formsMaster span.MandatorySign {
  /* customise this */
  color: #942514;
  margin-left: 5px;
  font-weight: normal;
}

#formsMaster span.specialCharacter {
  /* customise this */
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle !important;
  margin-right: 2px;
  margin-left: 2px;
}

/* added for table with spreadsheet and dynamic sum */
.full-col.FormInformText span.specialCharacter {
  margin: 8px 2px 0 0 !important;
  display: inline-block;
}

#formsMaster .buttonGroup {
  /* customise this */
  margin: 1em 0;
}

#formsMaster .buttonGroup input,
#formsMaster .buttonGroup button {
  margin-right: 1em;
  margin-bottom: 1rem;
}

#formsMaster .buttonGroup .alignLeft {
  float: left;
}

#formsMaster .buttonGroup .alignRight {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

#formsMaster .buttonGroup .clear {
  display: block;
  clear: both;
  height: 0px;
}

/* custom style for client align maiden button left inside a 'buttonGroup' - overrides the default inline overrides like '.alignRight' */
#formsMaster .buttonGroup .FormButton:only-of-type { /*float:left !important; margin-left:0 !important */ }

/* #fm_next */
/* customise these */
/*#formsMaster .formErrorIcon,
#formsMaster .formHelpIcon,
#formsMaster .formSuccessIcon*/
.formErrorIcon,
.formHelpIcon,
.formSuccessIcon {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.font-size2 .formErrorIcon,
.font-size2 .formHelpIcon,
.font-size2 .formSuccessIcon {
  vertical-align: middle;
}

/*#formsMaster .formErrorIcon,*/
.formErrorIcon {
  background-image: url(../graphics/formsmaster/cross-a94442.png);
}

/*#formsMaster .formHelpIcon,*/
.formHelpIcon {
  background-image: url(../graphics/formsmaster/i_help_small.png);
  cursor: pointer;
}

#formsMaster .formHelpIcon span.formHelpIconString {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*#formsMaster .formSuccessIcon,*/
.formSuccessIcon {
  background-image: url(../graphics/formsmaster/tick-5CB85C.png);
}

/*.lt-ie9 #formsMaster .formErrorIcon,*/
.lt-ie9 .formErrorIcon {
  background-image: url(../graphics/formsmaster/cross-a94442.gif);
}

/*.lt-ie9 #formsMaster .formHelpIcon,*/
.lt-ie9 .formHelpIcon {
  background-image: url(../graphics/formsmaster/i_help_small.gif);
}

/*.lt-ie9 #formsMaster .formSuccessIcon*/
.lt-ie9 .formSuccessIcon {
  background-image: url(../graphics/formsmaster/tick-5CB85C.gif);
}

/* images inside label column */
#formsMaster .form2col ol.formFields li .left-col figure {
  width: 100%;
  line-height: normal !important;
}

#formsMaster .form2col ol.formFields li .left-col img {
  width: inherit !important;
}

#formsMaster .form2col ol.formFields li .left-col figure .formLabel {
  display: block !important;
}

#formsMaster .form1col ol.formFields li .left-col figure {
  width: auto;
  line-height: normal !important;
}

#formsMaster .form1col ol.formFields li .left-col img {
  width: auto;
  display: inline-block;
}

#formsMaster .form1col ol.formFields li .left-col figure .formLabel {
  display: block !important;
}

/* customise this */
#formsMaster ol.formFields li .left-col figure {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 10px 0 10px;
}

#formsMaster ol.formFields li .left-col figure figcaption {
  padding: 0 0px 10px 0px;
}

#formsMaster ol.formFields li .left-col img {
  border-radius: 5px;
}

#formsMaster .form2col ol.formFields li .left-col img {
  margin: 0 0 10px 0;
}

#formsMaster .form1col ol.formFields li .left-col img {
  margin: 0 10px 10px 0;
}

#formsMaster ol.formFields li .left-col figure .formLabel {
  display: block !important;
  padding-top: 0;
}

/* book table */
#formsMaster .bookTable {
  width: 100%;
}

#formsMaster .bookTable th,
#formsMaster .bookTable td {
  text-align: left;
  padding: 10px;
  width: 33%;
}

#formsMaster .bookTable input[type=radio],
#formsMaster .bookTable input[type=checkbox] {
  opacity: 0;
  visibility: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  position: absolute;
  text-indent: -9999px;
}

.lt-ie9 #formsMaster .bookTable input[type=radio]:focus,
.lt-ie9 #formsMaster .bookTable input[type=checkbox]:focus {
  outline: none;
}

#formsMaster .bookTable input[type=radio] + label,
#formsMaster .bookTable input[type=checkbox] + label {
  display: inline-block;
  margin: -2px !important;
  padding: 4px 12px !important;
  background-color: #a94442;
  color: #FFF;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 5px;
}

#formsMaster .bookTable input[type=radio] + label:hover,
#formsMaster .bookTable input[type=checkbox] + label:hover {
  background-color: #5cb85c;
}

#formsMaster .bookTable input[type=radio] + label .positive,
#formsMaster .bookTable input[type=checkbox] + label .positive {
  display: none;
}

#formsMaster .bookTable input[type=radio]:checked + label,
#formsMaster .bookTable input[type=checkbox]:checked + label {
  background-image: none;
  background-color: #339933;
  box-shadow: none !important;
}

#formsMaster .bookTable input[type=radio]:checked + label:hover,
#formsMaster .bookTable input[type=checkbox]:checked + label:hover {
  background-color: #449d44;
}

#formsMaster .bookTable input[type=radio]:checked + label .negative,
#formsMaster .bookTable input[type=checkbox]:checked + label .negative {
  display: none;
}

#formsMaster .bookTable input[type=radio]:checked + label .positive,
#formsMaster .bookTable input[type=checkbox]:checked + label .positive {
  display: block;
}

#formsMaster .showNext {
  display: block;
  padding: 0px;
  line-height: 33px;
  font-size: 18px;
}

#formsMaster .showNext .icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  background-image: url(../graphics/formsmaster/downArrow.png);
  background-size: cover;
  vertical-align: middle;
}

.lt-ie9 #formsMaster .showNext .icon {
  background-image: url(../graphics/formsmaster/downArrow-legacy.png);
}

#formsMaster .datePanel {
  padding: 0;
}

#formsMaster .datePanel ol {
  list-style-type: none;
}

#formsMaster .datePanel a {
  padding: 10px;
  display: block;
  text-decoration: none !important;
}

#formsMaster .datePanel a span {
  display: inline-block;
  width: 50%;
  text-decoration: inherit !important;
  vertical-align: middle;
}

#formsMaster .extraDates li a {
  box-sizing: border-box;
  padding-left: 50px;
  background-image: url(../graphics/formsmaster/blue-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
}

.lt-ie9 #formsMaster .extraDates li a {
  background-image: url(../graphics/formsmaster/blue-arrow-right.gif);
  background-repeat: no-repeat;
}

#formsMaster .extraDates li a:hover {
  background-position: 12px center;
}

/* theme */
#formsMaster .bookTable {
  border: 1px solid #EDEDED;
}

#formsMaster .bookTable th {
  background-color: #EDEDED;
}

#formsMaster .bookTable td {
  border-bottom: 1px dotted #EDEDED;
}

#formsMaster .showNext {
  padding: 0 0 0 0;
  color: #74736E;
  text-decoration: none;
  background-color: #EDEDED;
}

.datePanel {
  border: 1px solid #EDEDED;
  border-top: 0px;
  margin-bottom: 20px;
}

/* PROGRESS BAR STYLING */
#formsMaster .form-progress {
  margin: 1em 0;
}

#formsMaster .form-progress p {
  font-family: "Roboto", tahoma, verdana, helvetica, arial, sans-serif;
  margin-bottom: 1em;
  font-size: 1em;
  color: #555555;
  font-weight: 700;
  font-weight: strong;
}

#formsMaster .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#formsMaster .fade.in {
  opacity: 1;
}

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

/* visually hidden integer */
#formsMaster .progress .hideThis {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

#formsMaster .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#formsMaster .progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#formsMaster .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

#formsMaster .progress-bar-approve {
  background-color: #6ABA6D;
  border-radius: 5px;
}

#formsMaster .progress-striped .progress-bar-approve {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

#formsMaster .progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

#formsMaster .progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

#formsMaster .progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* END PROGRESS BAR STYLES */
/* progress widths */
#formsMaster [class*=col-] {
  float: left;
  padding: 0.3em;
}

/* Floats last ".col-" to the right */
#formsMaster [class*=col-]:last-of-type {
  float: right;
}

#formsMaster .col-4 {
  width: 25%;
}

#formsMaster .col-5 {
  width: 20%;
}

#formsMaster .col-10 {
  width: 10%;
}

/*Progress bar last child needs to be right aligned*/
/* .col-5 {text-align: right;} */
/* .col-5:first-child{text-align: left}  */
#fm_progressbarpercent .col-5 .segment25,
#fm_progressbarpercent .col-5 .segment50,
#fm_progressbarpercent .col-5 .segment75 {
  text-align: right;
}

#fm_progressbarpercent .col-5:first-child {
  text-align: left;
}

#fm_progressbarpercent .col-10 {
  text-align: right;
}

/* Form Map */
.formMapTrigger {
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  float: right;
  margin-top: 30px;
  margin-right: 15px;
  text-decoration: none !important;
  /**/
  position: relative;
  z-index: 1;
  border: 1px solid #dddcd9 !important;
  color: #666 !important;
}

.formMapTrigger.hollow {
  background-color: transparent !important;
}

.formMapTrigger .visuallyhidden,
.formMapTrigger.active .visuallyhidden {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  background-size: cover !important;
  background: url(../graphics/formsmaster/compass-active.png) no-repeat;
  overflow: visible;
  clip: inherit;
  margin: 0 5px 0 0 !important;
}

.lt-ie9 .formMapTrigger .visuallyhidden,
.lt-ie9 .formMapTrigger.active .visuallyhidden {
  background: url(../graphics/formsmaster/compass-active.gif) no-repeat;
}

.formMapTrigger.active {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #fff !important;
  margin-top: -42px;
  color: #666;
  background: #fff;
}

.formMapTrigger.active:hover {
  background: #F1F0ED;
}

.formMapTrigger.active .visuallyhidden {
  background: url(../graphics/formsmaster/compass.png) no-repeat;
}

.lt-ie9 .formMapTrigger.active .visuallyhidden {
  background: url(../graphics/formsmaster/compass.gif) no-repeat;
}

.formMap {
  outline: none;
  border-bottom: 1px solid #dddcd9;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.formMap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.formMap ul a {
  display: block;
  padding: 20px 50px 20px 50px;
  border-right: 1px solid #dddcd9;
  border-bottom: 1px solid #dddcd9;
  border-left: 1px solid #dddcd9;
  font-size: 18px;
  text-decoration: none;
}

.formMap ul a.last {
  border-bottom: 0;
}

.formMap ul a.current {
  position: relative;
  border-right: 0px;
  border-left: 0px;
}

.formMap ul a.current:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.formMap ul a.current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 25px 35px 0;
  border-color: transparent #fff transparent transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.formMap ul a:hover {
  background: #f1f0ed;
}

.formMap .status {
  color: #737373;
  width: 100px;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
}

.formMap .current .status, .formMap .current, .formMap ul a.current:hover {
  color: #333;
  background: #E9ECEE;
}

.formMap h1,
.formMap p {
  padding: 20px 0;
  border-bottom: 1px solid #dddcd9;
  font-weight: normal;
}

.formMap h1 {
  font-size: 28px;
}

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

.formMap p small {
  font-size: 1em;
}

.formMap .statusStarted, .formMap .statusCompleted, .formMap .statusNotRequired, .formMap .statusIncomplete {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 1000px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.formMap .statusStarted {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5dd58+0,ffc704+100 */
  background: rgb(245, 221, 88); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(245, 221, 88) 0%, rgb(255, 199, 4) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(245, 221, 88)), color-stop(100%, rgb(255, 199, 4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(245, 221, 88) 0%, rgb(255, 199, 4) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(245, 221, 88) 0%, rgb(255, 199, 4) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(245, 221, 88) 0%, rgb(255, 199, 4) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(245, 221, 88) 0%, rgb(255, 199, 4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5dd58", endColorstr="#ffc704",GradientType=0 ); /* IE6-9 */
  border: 1px solid #bb9b5c;
}

.formMap .statusCompleted {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ad950+0,61a739+100 */
  background: rgb(138, 217, 80); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(138, 217, 80) 0%, rgb(97, 167, 57) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(138, 217, 80)), color-stop(100%, rgb(97, 167, 57))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(138, 217, 80) 0%, rgb(97, 167, 57) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(138, 217, 80) 0%, rgb(97, 167, 57) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(138, 217, 80) 0%, rgb(97, 167, 57) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(138, 217, 80) 0%, rgb(97, 167, 57) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ad950", endColorstr="#61a739",GradientType=0 ); /* IE6-9 */
  border: 1px solid #60a235;
}

.formMap .statusIncomplete {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da2a2c+0,be2024+100 */
  background: rgb(218, 42, 44); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(218, 42, 44) 0%, rgb(190, 32, 36) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(218, 42, 44)), color-stop(100%, rgb(190, 32, 36))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(218, 42, 44) 0%, rgb(190, 32, 36) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(218, 42, 44) 0%, rgb(190, 32, 36) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(218, 42, 44) 0%, rgb(190, 32, 36) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(218, 42, 44) 0%, rgb(190, 32, 36) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#da2a2c", endColorstr="#be2024",GradientType=0 ); /* IE6-9 */
  border: 1px solid #943343;
}

.formMap .statusNotRequired {
  background: #fff;
  border: 1px solid #ccc;
}

/* Landscape mobile & down */
@media only screen and (max-width: 320px) {
  /* form layouts with 2 columns */
  #formsMaster .form2col ol.formFields li .left-col {
    display: block;
    width: 100%;
    /* customise this */
    text-align: left;
    padding: 5px 0 5px 0px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    display: block;
    width: 100%;
    /* customise this */
    padding: 5px 10px 5px 0px;
  }
  /* FOR DESIGNS THAT FIX THE WIDTH OF FORM FIELDS - you will have to make this work responsively if you use this too */
  /* so the way to use this is - work out what the default size is on a text field and see aht width that comes out as */
  #formsMaster input[type=text],
  #formsMaster input[type=email],
  #formsMaster input[type=password],
  #formsMaster select,
  #formsMaster textarea {
    max-width: auto;
  }
  /* new */
  #formsMaster .full-col input[type=text],
  #formsMaster .full-col select {
    width: 90% !important;
  }
  #formsMaster .form2col ol.formFields li .right-col input,
  #formsMaster .form1col ol.formFields li .right-col input,
  #formsMaster .form2col ol.formFields li .right-col select,
  #formsMaster .form1col ol.formFields li .right-col select,
  #formsMaster .form2col ol.formFields li .right-col textarea,
  #formsMaster .form1col ol.formFields li .right-col textarea {
    width: 85%;
  }
  .full-col table {
    font-size: 12px;
  }
  .full-col table td,
  .full-col table th {
    padding-bottom: 20px;
  }
  .full-col table thead th {
    white-space: normal;
  }
  #formsMaster select,
  #formsMaster textarea,
  #formsMaster input.autoWidth {
    max-width: auto !important;
  }
  #formsMaster .fieldHelp,
  #formsMaster .errorMessage {
    max-width: auto !important;
  }
  /* images inside label column */
  #formsMaster .form1col ol.formFields li .left-col figure {
    width: 100%;
    line-height: normal !important;
  }
  #formsMaster .form1col ol.formFields li .left-col img {
    width: inherit !important;
  }
  #formsMaster .form1col ol.formFields li .left-col img {
    margin: 0 0 10px 0 !important;
  }
  /* ENDS */
  .col-4,
  .col-5,
  .col-10 {
    width: 20%;
  }
  .left-col {
    text-align: left;
  }
  .col-5 {
    width: 20%;
  }
  .col-10 {
    text-align: right;
  }
  .progress-extended {
    display: none;
  }
  /* bookTable */
  #formsMaster .bookTable,
  #formsMaster .datePanel {
    font-size: 14px;
  }
  #formsMaster .datePanel a span {
    display: block;
    width: 100%;
  }
  .formMap ul a.current:before,
  .formMap ul a.current:after {
    border: none;
  }
  #fm_next,
  #fm_back,
  #fm_reset,
  #fm_printpreviewbutton,
  #fm_save {
    width: 100% !important;
  }
}
/*@media only screen and (max-width: 600px) {
    #formsMaster input[type="text"], 
	#formsMaster input[type="email"],
	#formsMaster input[type="password"] { max-width:auto;}

	#formsMaster .form2col ol.formFields li .right-col input ,
	#formsMaster .form1col ol.formFields li .right-col input { width:85%; }


	#formsMaster select, 
	#formsMaster textarea,
	#formsMaster input.autoWidth { max-width:auto !important; }
	#formsMaster .fieldHelp,
	#formsMaster .errorMessage {max-width: auto !important;}
}*/
@media only screen and (min-width: 321px) and (max-width: 600px) {
  /* southwark only */
  .content #formsMaster,
  #formsMaster.content,
  #formsMaster.content p,
  #formsMaster .FormFieldLabel .formLabel,
  #formsMaster .FormInformText table td, #formsMaster .FormInformText table th {
    font-size: 16px !important;
  }
  /* form layouts with 2 columns */
  #formsMaster .form2col ol.formFields li .left-col {
    display: block;
    width: 100%;
    /* customise this */
    text-align: left;
    padding: 5px 0 5px 0px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    display: block;
    width: 100%;
    /* customise this */
    padding: 5px 0 5px 0px;
  }
  /* FOR DESIGNS THAT FIX THE WIDTH OF FORM FIELDS - you will have to make this work responsively if you use this too */
  /* so the way to use this is - work out what the default size is on a text field and see aht width that comes out as */
  #formsMaster input[type=text],
  #formsMaster input[type=email],
  #formsMaster input[type=password],
  #formsMaster select,
  #formsMaster textarea {
    max-width: auto;
  }
  /* new */
  #formsMaster .full-col input[type=text],
  #formsMaster .full-col select {
    width: 90% !important;
  }
  #formsMaster .form2col ol.formFields li .right-col input,
  #formsMaster .form1col ol.formFields li .right-col input {
    width: 85%;
  }
  #formsMaster select,
  #formsMaster textarea {
    width: 85% !important;
    max-width: auto !important;
  }
  #formsMaster input.autoWidth {
    width: auto !important;
  }
  #formsMaster .fieldHelp,
  #formsMaster .errorMessage {
    max-width: inherit !important;
    width: 85% !important;
  }
  /* images inside label column */
  #formsMaster .form1col ol.formFields li .left-col figure {
    width: 100%;
    line-height: normal !important;
  }
  #formsMaster .form1col ol.formFields li .left-col img {
    width: inherit !important;
  }
  #formsMaster .form1col ol.formFields li .left-col img {
    margin: 0 0 10px 0 !important;
  }
  /* ENDS */
  .col-4,
  .col-5,
  .col-10 {
    width: 20%;
  }
  .left-col {
    text-align: left;
  }
  .col-10 {
    text-align: right;
  }
  .progress-extended {
    display: none;
  }
  .formMapTrigger {
    width: 100%;
    margin-right: 0;
    border-top-color: #dddcd9 !important;
  }
  .formMap .statusWrapper {
    width: 100%;
    display: block;
  }
  .formMap ul a.current:before,
  .formMap ul a.current:after {
    border: none;
  }
}
@media only screen and (min-width: 601px) {
  #formsMaster .form2col ol.formFields li .left-col {
    padding: 5px 0 5px 10px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    padding: 5px 0 5px 10px;
  }
}
@media only all and (min-width: 768px) and (max-width: 959px) {
  /* form layouts with 2 columns */
  #formsMaster .form2col ol.formFields li .left-col {
    /*display: block; 
    width:100%;*/
    /* customise this */
    text-align: left;
    padding: 5px 0 5px 0px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    /*display: block; 
    width:100%;*/
    /* customise this */
    padding: 5px 0 5px 10px;
  }
  #formsMaster input[type=text],
  #formsMaster input[type=email],
  #formsMaster input[type=password],
  #formsMaster select,
  #formsMaster textarea { /* change width:270px; */
    width: 400px;
  }
  #formsMaster .right-col .errorMessage,
  #formsMaster .fieldHelp {
    /* change max-width: 270px; */
    max-width: 400px;
  }
  #formsMaster .form2col ol.formFields li .right-col input,
  #formsMaster .form1col ol.formFields li .right-col input { /*width:auto !important*/ }
  #formsMaster .form2col ol.formFields li .right-col input[type=checkbox],
  #formsMaster .form1col ol.formFields li .right-col input[type=radio] {
    width: auto !important;
  }
  #formsMaster .autoWidth {
    width: auto !important;
  }
  /* ENDS */
  .col-4,
  .col-5,
  .col-10 {
    width: 20%;
  }
  .left-col {
    text-align: right;
  }
  .col-10 {
    text-align: right;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* form layouts with 2 columns */
  #formsMaster .form2col ol.formFields li .left-col {
    display: block;
    width: 100%;
    /* customise this */
    text-align: left;
    padding: 5px 0 5px 10px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    display: block;
    width: 100%;
    /* customise this */
    padding: 5px 0 5px 10px;
  }
  /* FOR DESIGNS THAT FIX THE WIDTH OF FORM FIELDS - you will have to make this work responsively if you use this too */
  /* so the way to use this is - work out what the default size is on a text field and see aht width that comes out as */
  #formsMaster input[type=text],
  #formsMaster input[type=email],
  #formsMaster input[type=password],
  #formsMaster select,
  #formsMaster textarea {
    width: auto;
  }
  /* new */
  #formsMaster .full-col input[type=text],
  #formsMaster .full-col select {
    width: 90% !important;
  }
  #formsMaster .form2col ol.formFields li .right-col input,
  #formsMaster .form1col ol.formFields li .right-col input {
    width: auto !important;
  }
  #formsMaster input.autoWidth {
    width: auto;
  }
  /* ENDS */
  .col-4,
  .col-5,
  .col-10 {
    width: 20%;
  }
  .left-col {
    text-align: right;
  }
  .col-10 {
    text-align: right;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  /* form layouts with 2 columns */
  #formsMaster .form2col ol.formFields li .left-col {
    /* customise this */
    text-align: left;
    padding: 5px 0 5px 10px;
  }
  #formsMaster .form2col ol.formFields li .right-col {
    /* customise this */
    padding: 5px 0 5px 10px;
  }
  /* FOR DESIGNS THAT FIX THE WIDTH OF FORM FIELDS - you will have to make this work responsively if you use this too */
  /* so the way to use this is - work out what the default size is on a text field and see aht width that comes out as */
  #formsMaster input[type=text],
  #formsMaster input[type=email],
  #formsMaster input[type=password],
  #formsMaster select,
  #formsMaster textarea {
    width: 270px;
  }
  /* new */
  #formsMaster .full-col input[type=text],
  #formsMaster .full-col select {
    width: 90% !important;
  }
  #formsMaster .form2col ol.formFields li .right-col input,
  #formsMaster .form1col ol.formFields li .right-col input { /*width:auto !important*/ }
  #formsMaster .form2col ol.formFields li .right-col input[type=checkbox],
  #formsMaster .form1col ol.formFields li .right-col input[type=radio] {
    width: auto !important;
  }
  #formsMaster .autoWidth {
    width: auto !important;
  }
  /* ENDS */
  .col-4,
  .col-5,
  .col-10 {
    width: 20%;
  }
}
.weblabs {
  float: left;
  clear: both;
  margin-top: 10px;
  font-size: 12px;
}

.weblabs a {
  color: #485367 !important;
}

/* contrast and large font size  */
body.contrastView .formErrorIcon {
  background-image: url(../graphics/formsmaster/cross-contrast.png);
}

body.contrastView .formHelpIcon {
  background-image: url(../graphics/formsmaster/i_help_small-contrast.png);
  cursor: pointer;
}

body.contrastView .formSuccessIcon {
  background-image: url(../graphics/formsmaster/tick-contrast.png);
}

.lt-ie9 body.contrastView .formErrorIcon {
  background-image: url(../graphics/formsmaster/cross-contrast.gif);
}

.lt-ie9 body.contrastView .formHelpIcon {
  background-image: url(../graphics/formsmaster/i_help_small-contrast.gif);
}

.lt-ie9 body.contrastView .formSuccessIcon {
  background-image: url(../graphics/formsmaster/tick-contrast.gif);
}

body.contrastView #formsMaster .right-col .errorMessage {
  background-color: #FFFF00;
  color: #000 !important;
  border-color: transparent;
}

body.contrastView #formsMaster .ErrorText p,
body.contrastView #formsMaster .form-progress p,
body.contrastView #formsMaster li .fieldHelp h1,
body.contrastView #formsMaster li .fieldHelp h2,
body.contrastView #formsMaster li .fieldHelp p {
  color: #FFFF00;
}

body.contrastView #formsMaster span.MandatorySign {
  color: #00FFFF;
}

body.contrastView #formsMaster .FormInformText fieldset,
body.contrastView .formMap h1,
body.contrastView .formMap p,
body.contrastView #formsMaster legend.FormQuestion,
body.contrastView #formsMaster .datePanel,
body.contrastView .formMap,
body.contrastView .formMap ul a {
  border-color: #555555;
}

body.contrastView #formsMaster legend.FormQuestion,
body.contrastView #formsMaster .bookTable th {
  background-color: #1B1B1B;
  color: #ffff00;
}

body.contrastView #formsMaster .bookTable input[type=radio] + label,
body.contrastView #formsMaster .bookTable input[type=checkbox] + label,
body.contrastView #formsMaster .datePanel a.showNext,
body.contrastView .formMap ul a {
  background-color: #00FFFF !important;
  color: #000 !important;
}

body.contrastView #formsMaster .bookTable input[type=radio] + label:hover,
body.contrastView #formsMaster .bookTable input[type=checkbox] + label:hover,
body.contrastView #formsMaster .bookTable input[type=radio]:checked + label,
body.contrastView #formsMaster .bookTable input[type=checkbox]:checked + label,
body.contrastView #formsMaster .datePanel a.showNext:hover,
body.contrastView .formMap ul a:hover,
body.contrastView .formMap ul a.current {
  background-color: #0CCBCE !important;
}

body.contrastView .formMap a .status {
  background-color: transparent;
  color: #000 !important;
}

body.contrastView #formsMaster .ErrorText ul li {
  background-color: #ffff00 !important;
  color: #000 !important;
  border-color: transparent !important;
}

body.contrastView #formsMaster .ErrorText ul li a {
  color: #000 !important;
  background-color: transparent !important;
}

body.font-size2 .formMap ul a.current:before {
  border-width: 40px 0 40px 35px;
}

body.font-size2 .formMap ul a.current:after {
  border-width: 40px 35px 40px 0;
}

body.contrastView .formMap ul a.current:after {
  border-color: transparent #000 transparent transparent;
}

body.contrastView .formMap ul a.current:before {
  border-color: transparent transparent transparent #000;
}

body.contrastView .formMap ul a.current:after {
  border-color: transparent #000 transparent transparent;
}

/* CSS Document */
body.contrastView {
  color: #ffff00 !important;
  background: black;
  /* hyperlinks */
  /* modals */
  /* navigation */
  /* theme nav override */
  /* tasks */
  /*.signButtons .buttonPanel a .icon,
  .signButtons .buttonPanel a:hover .icon,
  .signButtons .buttonPanel a:focus .icon,
  .signButtons .buttonPanel a.active:hover .icon {
  	background-image: url("../graphics/signIcons/wallet-black.png");
  }
  .signButtons .buttonPanel a.active .icon {
  	background-image: url("../graphics/signIcons/wallet-white.png");
  }*/
  /* service category toggle panels */
  /* forms */
  /* added 5/12/2016 */
  /* formsmaster */
  /* reset buttons that have icons */
  /* category card nav */
  /* header and toolbars */
  /* reset foundation components */
  /* tool tip */
  /* callouts */
  /* accordion content */
  /* card toggle */
  /* same appearance as tool tip */
  /* anchored menu */
  /* blog */
  /* chaptering */
  /* content area chaptering */
  /*

  a.button.taskAction { filter:none!important; background-image:none; background:none; background-color: #00ffff !important; color:#000 !important; text-decoration:none !important; border:transparent !important; text-shadow:none !important; transition: none !important;box-shadow: none !important }


  a.button.taskAction:focus {filter:none!important; background-image:none; background:none;  background-color: #0ccbce !important; color: #000000 !important;  box-shadow: none !important}

  */
  /* a to z */
  /* validation messages */
  /* panels */
  /*RTE*/
  /* mobile header toggle panels */
  /* breadcrumb seperator reset */
  /* table */
  /* alternate dark */
  /* generic layout decor */
  /* service messages */
  /* promos as block links */
  /* event promo */
  /* force the items that are reset for the standard view  */
  /* banner */
  /* signposts */
  /* notices inside content */
  /* figure and figcaption */
  /* name valued pairs */
  /* block quotes */
  /* little calendar sheets */
  /* ribbons */
  /* bx slider in page */
  /*
  #news-pager a.active:after { border-right-color: #00ffff !important; }
  #news-pager a:focus:after {
  	border-right-color: #0CCBCE !important; 
  }
  */
  /* news slider */
  /* campaign slider */
  /* search */
  /* chosen plugin */
  /* pulsing loader */
  /* aside blocks */
  /* currently used for RSS */
  /* generic shadows */
  /* footer a to z */
  /* slider */
  /* myCouncil */
}
body.contrastView footer,
body.contrastView .container {
  background: black;
}
body.contrastView .breadcrumb {
  border-top: 1px solid #555555;
}
body.contrastView .breadcrumb a {
  color: #00ffff !important;
}
body.contrastView a,
body.contrastView .theme a {
  color: #00ffff !important;
  text-decoration: underline !important;
}
body.contrastView a:hover,
body.contrastView a:focus,
body.contrastView .theme a:hover,
body.contrastView .theme a:focus {
  background-color: #0ccbce !important;
  color: #000000 !important;
}
body.contrastView #cookie-law {
  color: #FFFF00 !important;
  background-color: #1b1b1b;
  border-top-color: #555555 !important;
}
body.contrastView #cookie-law button span {
  display: none;
}
body.contrastView .signButtons.topTasks .buttonPanel a,
body.contrastView .signButtons.topServices .buttonPanel a,
body.contrastView .signButtons.topServices .button.hollow {
  background-color: #00ffff !important;
  color: #000 !important;
  text-decoration: none !important;
}
body.contrastView .theme .button:hover,
body.contrastView .theme .signButtons.topTasks a:hover,
body.contrastView .signButtons.topServices .button.hollow:hover,
body.contrastView .signButtons.topTasks .buttonPanel a:hover,
body.contrastView .signButtons.topServices .buttonPanel a:hover {
  background-color: #0ccbce !important;
  color: #000000 !important;
}
body.contrastView .theme .button,
body.contrastView .theme .signButtons.topTasks a {
  background-color: #00ffff !important;
  color: #000 !important;
  text-decoration: none !important;
}
body.contrastView .theme .button:focus,
body.contrastView .theme .signButtons.topTasks a:focus,
body.contrastView .theme .button:focus,
body.contrastView .theme .signButtons.topTasks a:focus,
body.contrastView .signButtons.topTasks .buttonPanel a:focus,
body.contrastView .signButtons.topServices .buttonPanel a:focus,
body.contrastView .expandedServicePanel a:focus,
body.contrastView .expandedServicePanel .textPanel a:focus {
  background-color: #0ccbce !important;
  color: #000000 !important;
}
body.contrastView .signButtons a .buttonText {
  text-shadow: none;
}
body.contrastView .signButtons .buttonPanel a.active,
body.contrastView .signButtons .buttonPanel a.active:focus {
  background-color: #000 !important;
  color: #00ffff !important;
}
body.contrastView .signButtons .buttonPanel a.active:hover {
  background-color: #0ccbce !important;
  color: #000000 !important;
}
body.contrastView .expandedServicePanel .headline {
  color: #ffff00 !important;
}
body.contrastView .expandedServicePanel .row .row {
  background-color: #000;
}
body.contrastView .serviceCategory.trigger.active:after,
body.contrastView #news-pager a span {
  border-bottom-color: #000;
}
body.contrastView .expandedServicePanel a,
body.contrastView .expandedServicePanel .textPanel a {
  background-color: #00ffff !important;
  color: #000 !important;
  text-decoration: none !important;
}
body.contrastView .closeServicePanel {
  background-image: url("../graphics/icon-cross-dark.png") !important;
}
body.contrastView ::-webkit-input-placeholder {
  color: black !important;
  opacity: 1 !important;
}
body.contrastView ::-moz-placeholder {
  color: black !important;
  opacity: 1 !important;
}
body.contrastView :-ms-input-placeholder {
  color: black !important;
}
body.contrastView :-moz-placeholder {
  color: black !important;
  opacity: 1 !important;
}
body.contrastView .button,
body.contrastView .button.hollow,
body.contrastView .FormButton,
body.contrastView .fileUpload span,
body.contrastView .formMapTrigger,
body.contrastView a.greyButton,
body.contrastView .button.greyButton,
body.contrastView #cookie-law button,
body.contrastView #news-pager a,
body.contrastView .signButtons.serviceNodes .textPanel a,
body.contrastView .newsFeature .item a.button,
body.contrastView .showAdvancedFilters,
body.contrastView a.button.taskAction,
body.contrastView .button,
body.contrastView .theme .button,
body.contrastView #formsMaster .FormButton,
body.contrastView #formsMaster button,
body.contrastView #formsMaster .button,
body.contrastView .fileUpload,
body.contrastView .fileUpload span .theme .button,
body.contrastView .signButtons.topTasks .button,
body.contrastView .signButtons.topServices .button {
  filter: none !important;
  background-image: none;
  background: none;
  background-color: #00ffff !important;
  color: #000 !important;
  text-decoration: none !important;
  border: transparent !important;
  text-shadow: none !important;
  transition: none !important;
  box-shadow: none !important;
}
body.contrastView .button:hover,
body.contrastView .button.hollow:hover,
body.contrastView .FormButton:hover,
body.contrastView .fileUpload span:hover,
body.contrastView .formMapTrigger:hover,
body.contrastView .button:focus,
body.contrastView .button.hollow:focus,
body.contrastView .FormButton:focus,
body.contrastView .fileUpload span:focus,
body.contrastView .formMapTrigger:focus,
body.contrastView #cookie-law button:hover,
body.contrastView #cookie-law button:focus,
body.contrastView #news-pager a:hover,
body.contrastView #news-pager a:focus,
body.contrastView .signButtons.serviceNodes .textPanel a:hover,
body.contrastView .signButtons.serviceNodes .textPanel a:focus,
body.contrastView .newsFeature .item a.button:hover,
body.contrastView a.button.taskAction:hover,
body.contrastView a.button.taskAction:focus,
body.contrastView .button:hover,
body.contrastView .theme .button:hover,
body.contrastView #formsMaster .FormButton:hover,
body.contrastView #formsMaster button:hover,
body.contrastView #formsMaster .button:hover,
body.contrastView .fileUpload:hover,
body.contrastView .fileUpload span .theme .button:hover,
body.contrastView #formsMaster #fm_upload:hover,
body.contrastView #formsMaster .buttonGroup input:hover,
body.contrastView #formsMaster .buttonGroup button:hover,
body.contrastView .button:focus,
body.contrastView .theme .button:focus,
body.contrastView #formsMaster .FormButton:focus,
body.contrastView #formsMaster button:focus,
body.contrastView #formsMaster .button:focus,
body.contrastView .fileUpload:focus,
body.contrastView .fileUpload span .theme .button:focus,
body.contrastView #formsMaster #fm_upload:focus,
body.contrastView #formsMaster .buttonGroup input:focus,
body.contrastView #formsMaster .buttonGroup button:focus,
body.contrastView .signButtons.topTasks .button:hover,
body.contrastView .signButtons.topTasks .button:focus,
body.contrastView .signButtons.topServices .button:hover,
body.contrastView .signButtons.topServices .button:focus {
  filter: none !important;
  background-image: none;
  background: none;
  background-color: #0ccbce !important;
  color: #000000 !important;
  box-shadow: none !important;
}
body.contrastView .allServicesButton:focus,
body.contrastView #header .headerLink:focus,
body.contrastView .allServicesButton:hover,
body.contrastView #header .headerLink:hover {
  background-color: #0ccbce !important;
}
body.contrastView label,
body.contrastView #formsMaster .label {
  color: #ffff00;
  border: none !important;
}
body.contrastView .label.secondary,
body.contrastView .label.alert,
body.contrastView .label.success,
body.contrastView .label.warning,
body.contrastView .label.body-font,
body.contrastView .label.header {
  background: #000000;
  border: 1px solid #FF0;
  color: #FF0 !important;
}
body.contrastView .myCouncilForm .errorMessage {
  background-color: #FFFF00;
  color: #000 !important;
  border-color: transparent;
}
body.contrastView #formsMaster .myCouncilForm .panel {
  border-color: #555555;
}
body.contrastView .fieldset legend {
  background-color: #1b1b1b;
}
body.contrastView legend.text-center,
body.contrastView .fieldset {
  border-color: #555555;
}
body.contrastView .button.active {
  background-color: #FFFF00 !important;
}
body.contrastView .button.active:hover {
  background-color: #0ccbce !important;
}
body.contrastView .headerSearch .button span.icon {
  visibility: hidden;
}
body.contrastView .headerSearch .button span.visuallyhidden {
  border: 0;
  clip: inherit !important;
  height: inherit !important;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative !important;
  width: inherit !important;
  left: -15px;
  top: auto;
  bottom: auto;
  display: block;
}
body.contrastView .category-card-nav-item a .promoText.darkened {
  background-color: #00ffff !important;
  color: #000 !important;
}
body.contrastView .category-card-nav-item a .promoText.darkened p,
body.contrastView .card.category-card-nav-item a:hover .promoText p {
  color: #000 !important;
}
body.contrastView .card.category-card-nav-item a:hover .promoText {
  text-decoration: none !important;
}
body.contrastView .category-card-nav-item a:hover .category-card-tint:after,
body.contrastView .category-card-nav-item a:focus .category-card-tint:after {
  opacity: 1;
  color: #FFFF00 !important;
}
body.contrastView .category-card-hoverText {
  color: #FFFF00 !important;
}
body.contrastView .desktopTogglePanel {
  background-color: #000 !important;
  color: #FFFF00 !important;
  border-color: #555555 !important;
}
body.contrastView .desktopTogglePanel:after {
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555555;
}
body.contrastView .desktopTogglePanel:before {
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #555555;
}
body.contrastView #header .headerLink.loginTrigger {
  border-radius: 5px;
}
body.contrastView #header .headerLink.loginTrigger,
body.contrastView #header .headerLink.loginTrigger:focus {
  color: #000 !important;
}
body.contrastView #header .headerLink.loginTrigger.active,
body.contrastView #header .headerLink.loginTrigger.active:hover,
body.contrastView #header .headerLink.loginTrigger.active:focus {
  background-color: #0CCBCE !important;
  color: #000 !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
body.contrastView .headerLink {
  background-color: #00ffff !important;
  color: #000 !important;
  border-color: transparent;
}
body.contrastView #header .headerLink:hover, body.contrastView #header .toolRow .headerLink:hover,
body.contrastView #header .headerLink.accessLink:focus,
body.contrastView #header .headerLink.accessLink.active {
  background-color: #0ccbce !important;
  color: #000 !important;
}
body.contrastView .has-tip {
  border-bottom-color: #00ffff;
}
body.contrastView .tooltip {
  background-color: #0CCBCE;
  color: #000;
}
body.contrastView .tooltip::before {
  border-color: transparent transparent #0CCBCE;
}
body.contrastView .tooltip.top::before {
  border-color: #0CCBCE transparent transparent;
}
body.contrastView .tooltip.left::before {
  border-color: transparent transparent transparent #0CCBCE;
}
body.contrastView .tooltip.right::before {
  border-color: transparent #0CCBCE transparent transparent;
}
body.contrastView .callout {
  background: none !important;
  filter: none;
  background-color: #ffff00 !important;
  color: #000 !important;
  text-shadow: none !important;
  border-color: transparent;
}
body.contrastView .callout a,
body.contrastView .callout h1,
body.contrastView .callout p.h1,
body.contrastView .callout h2,
body.contrastView .callout p.h2,
body.contrastView .callout h3,
body.contrastView .callout p.h3,
body.contrastView .callout h4,
body.contrastView .callout p.h4,
body.contrastView .callout h5,
body.contrastView .callout p.h5,
body.contrastView .callout h6,
body.contrastView .callout p.h6,
body.contrastView .callout p,
body.contrastView .close-button {
  color: #000 !important;
}
body.contrastView .accordion-title {
  border-color: #555555 !important;
  background-color: #00ffff !important;
  color: #000 !important;
}
body.contrastView .accordion-title:hover,
body.contrastView .accordion-title:focus,
body.contrastView .is-active .accordion-title {
  background-color: #0ccbce !important;
  border-color: #555555 !important;
}
body.contrastView .accordion-content {
  border-color: #555555 !important;
  background-color: #000000 !important;
  color: #FFFF00 !important;
}
body.contrastView .cardToggle {
  border-color: #555555 !important;
  background-color: #00ffff !important;
  color: #000 !important;
}
body.contrastView .cardToggleContent {
  background-color: #0CCBCE;
  color: #000;
}
body.contrastView .cardToggleContent.withArrow:after {
  border-bottom-color: #0CCBCE;
}
body.contrastView .cardToggleContent * {
  color: #000 !important;
}
body.contrastView .anchor-navigation ol,
body.contrastView .anchor-navigation li {
  border-color: #555555 !important;
}
body.contrastView .anchor-navigation .part-number {
  background-color: #333333;
  border-color: transparent;
  color: #FFFF00;
}
body.contrastView .anchor-navigation a:hover .part-title {
  color: #0ccbce;
}
body.contrastView .anchor-navigation a:focus .part-title {
  background-color: #0ccbce;
  color: #000;
}
body.contrastView .content h2.anchor-section-title {
  border-color: #555555 !important;
  background-color: #1b1b1b !important;
}
body.contrastView .anchor-section,
body.contrastView .anchor-section-back {
  border-color: #555555;
}
body.contrastView div.speechBubble {
  border-color: #555555;
}
body.contrastView div.speechBubble:after,
body.contrastView div.speechBubble:before {
  border-bottom-color: #555555;
}
body.contrastView .replyCommentExpanded,
body.contrastView .thread {
  border-color: #555555;
}
body.contrastView .sidebar .sideNav ul.nav,
body.contrastView .sidebar .sideNav ul.nav a.active,
body.contrastView .sidebar .sideNav ul.nav a.active span {
  color: #000000 !important;
}
body.contrastView a.chapterNav {
  background-color: transparent !important;
  text-decoration: none !important;
}
body.contrastView a.chapterNav,
body.contrastView a.chapterNav.active span {
  color: #000 !important;
}
body.contrastView a.chapterNav .blockParent {
  border-color: #555555 !important;
  background-color: #00ffff !important;
  color: #000 !important;
}
body.contrastView a.chapterNav:hover .blockParent,
body.contrastView a.chapterNav.active .blockParent {
  background-color: #0ccbce !important;
  color: #000 !important;
}
body.contrastView a.chapterNav .blockParent span.part {
  color: #000;
}
body.contrastView a.chapterNav .blockParent span.subTitle {
  color: #000;
}
body.contrastView a.chapterNav .blockParent:after,
body.contrastView a.chapterNav .blockParent:before {
  display: none !important;
}
body.contrastView .atozHeader {
  background-color: #000;
}
body.contrastView .resultMessage {
  background: none !important;
  filter: none;
  background-color: #ffff00 !important;
  color: #000 !important;
  text-shadow: none !important;
  border-color: transparent;
}
body.contrastView .resultMessage a {
  color: #000 !important;
}
body.contrastView .panel,
body.contrastView .panel h1,
body.contrastView .panel h2,
body.contrastView .panel h3,
body.contrastView .panel h4,
body.contrastView .panel h5,
body.contrastView .panel h6,
body.contrastView .panel p,
body.contrastView .panel li,
body.contrastView .panel dl {
  background-color: #000 !important;
  color: #ffff00 !important;
}
body.contrastView body.contrastView,
body.contrastView .content,
body.contrastView .content h1,
body.contrastView .content h2,
body.contrastView .content h3,
body.contrastView .content h4,
body.contrastView .content h5,
body.contrastView .content h6,
body.contrastView .content .h1,
body.contrastView .content .h2,
body.contrastView .content .h3,
body.contrastView .content .h4,
body.contrastView .content .h5,
body.contrastView .content .h6,
body.contrastView .breadcrumb li span,
body.contrastView .content figcaption p,
body.contrastView .content figcaption,
body.contrastView .content .subHeading,
body.contrastView .content li,
body.contrastView .content dl {
  color: #ffff00 !important;
}
body.contrastView .smallViewportHeader a.trigger,
body.contrastView .smallViewportHeader .columns:last-of-type a,
body.contrastView .smallViewportHeader .column:last-of-type a {
  background-color: #00ffff !important;
}
body.contrastView .smallViewportHeader a:hover,
body.contrastView .smallViewportHeader a.active,
body.contrastView .smallViewportHeader .columns:last-of-type a.active,
body.contrastView .smallViewportHeader .column:last-of-type a.active {
  background-color: #0ccbce !important;
}
body.contrastView .smallViewport a:hover .icon {
  opacity: 1;
}
body.contrastView .smallViewport .icon.icn-search {
  background-image: url(../graphics/icon-search-focus.png);
}
body.contrastView .smallViewport .icon.icn-location {
  background-image: url(../graphics/icon-location-focus.png);
}
body.contrastView .smallViewport .icon.icn-user {
  background-image: url(../graphics/icon-user-focus.png);
}
body.contrastView .smallViewport .icon.icn-menu {
  background-image: url(../graphics/icon-menu-focus.png);
}
body.contrastView .smallViewport .icon.icn-phone {
  background-image: url(../graphics/icon-phone-focus.png);
}
body.contrastView .mobileTogglePanel {
  background-color: #1B1B1B !important;
  color: #ffff00 !important;
}
body.contrastView .breadcrumb ul a:after {
  content: "";
}
body.contrastView .content table,
body.contrastView .content table td,
body.contrastView .content table th,
body.contrastView .content table tbody,
body.contrastView .content table thead,
body.contrastView .content table tfoot,
body.contrastView .timetable,
body.contrastView .timetable-days,
body.contrastView .timetable-current-day,
body.contrastView .timetable-filter {
  border-color: #555555 !important;
  color: #ffff00 !important;
}
body.contrastView .content table tr {
  background-color: #000000;
}
body.contrastView .content table thead th,
body.contrastView .content table tbody tr:nth-child(even) {
  background-color: #1B1B1B;
}
body.contrastView .breadcrumb {
  background: #1B1B1B;
}
body.contrastView .stickyHeader .breadcrumb {
  border-bottom: 1px solid #555555 !important;
}
body.contrastView .withMidLine {
  background-image: none !important;
}
body.contrastView .border-top,
body.contrastView .border-bottom,
body.contrastView .borderAlt,
body.contrastView .card .cardWrap,
body.contrastView .lineTop,
body.contrastView .lineBottom,
body.contrastView .border-all {
  border-color: #555555 !important;
}
body.contrastView .bgColorAlt {
  background-color: #F5F5F5;
}
body.contrastView .colorAlt {
  color: #ffff00 !important;
}
body.contrastView .serviceMessages,
body.contrastView .signButtons.topServices,
body.contrastView .atozFooter,
body.contrastView .syndicate,
body.contrastView .signButtons.serviceNodes {
  background-color: #333333 !important;
  color: #FFFF00;
}
body.contrastView .signButtons.topTasks,
body.contrastView .footerLinks,
body.contrastView .toolRow,
body.contrastView #header,
body.contrastView .smallViewportHeader,
body.contrastView #header {
  background-color: transparent !important;
  background: black !important;
  text-shadow: none !important;
}
body.contrastView .signButtons.topTasks .heading {
  text-shadow: none;
}
body.contrastView .promo {
  background-color: #000;
}
body.contrastView .cardWrap a .linkColour,
body.contrastView .card .cardWrap a .linkColour {
  color: #00ffff;
  text-decoration: underline;
}
body.contrastView .cardWrap a:hover .promoText,
body.contrastView .cardWrap a:focus .promoText {
  background-color: #0CCBCE !important;
  color: #000 !important;
}
body.contrastView .cardWrap a .linkColour,
body.contrastView .card .cardWrap a:hover .linkColour {
  color: #000;
}
body.contrastView p.hashTag a:hover,
body.contrastView p.hashTag a:focus {
  color: #000 !important;
}
body.contrastView a.filter-tag-button {
  border-color: #555555;
}
body.contrastView .promo a {
  display: block;
}
body.contrastView .promo a:hover {
  background-color: inherit !important;
}
body.contrastView .promo a.button:hover {
  background-color: #0ccbce !important;
}
body.contrastView .promo a span {
  color: #00ffff !important;
}
body.contrastView a .headline {
  color: #00ffff !important;
  text-decoration: underline !important;
}
body.contrastView a:hover .headline {
  color: #00ffff !important;
  text-decoration: none !important;
}
body.contrastView .content a .headline {
  color: #00ffff !important;
}
body.contrastView a.promo .promoText span,
body.contrastView a.promo .promoText time {
  color: #00ffff;
  text-decoration: underline;
}
body.contrastView a.promo:hover .promoText span,
body.contrastView a.promo:hover .promoText time,
body.contrastView a.promo:focus .promoText span,
body.contrastView a.promo:focus .promoText time {
  color: #000 !important;
}
body.contrastView div.bannerWallpaper p.h1 {
  background-image: none !important;
  background-color: #000 !important;
  color: #FFFF00 !important;
}
body.contrastView .signPost {
  color: #00ffff;
  text-shadow: none;
  border-color: transparent !important;
}
body.contrastView .content a.signPost:hover .headline {
  color: #000 !important;
}
body.contrastView .content .info {
  background-color: #ffff00 !important;
  color: #000;
}
body.contrastView .card-image-overflow {
  background-color: transparent !important;
}
body.contrastView .pairLabel {
  color: #ffff00;
}
body.contrastView blockquote {
  border-color: #ffff00;
}
body.contrastView blockquote, body.contrastView blockquote p, body.contrastView blockquote cite {
  color: #ffff00;
}
body.contrastView .dateMonthAbbr {
  background-color: #FFFF00 !important;
  color: #000 !important;
  border-color: #555555 !important;
}
body.contrastView .dateDayNum {
  border-color: #555555 !important;
  color: #FFFF00 !important;
  background-color: #000000 !important;
}
body.contrastView .ribbon {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffff00;
}
body.contrastView .ribbon {
  background-color: #333333 !important;
  background-image: none !important;
}
body.contrastView .ribbon:before,
body.contrastView .ribbon:after {
  border-top: 4px solid #000 !important;
}
body.contrastView .bx-wrapper .bx-viewport {
  background-color: transparent !important;
}
body.contrastView .galleryThumbs a {
  background-color: #00ffff;
  border: 1px dotted #000;
}
body.contrastView .galleryThumbs a span {
  border-color: transparent;
}
body.contrastView .galleryThumbs .bx-wrapper .bx-caption span {
  background-image: none;
  background: none;
  background-color: #1B1B1B;
  color: #ffff00;
}
body.contrastView .bx-wrapper .bx-prev,
body.contrastView .bx-wrapper .bx-next {
  background-color: #00ffff !important;
}
body.contrastView .bx-wrapper .bx-prev:hover,
body.contrastView .bx-wrapper .bx-next:hover {
  background-color: #0ccbce !important;
}
body.contrastView .bx-wrapper .bx-controls-auto {
  background-image: none !important;
  background-color: #00ffff !important;
}
body.contrastView #news-pager a.active {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
body.contrastView #news-pager a.active:after {
  border-right-color: #000 !important;
}
body.contrastView #news-pager a:focus:after {
  border-right-color: #000 !important;
}
body.contrastView .featuredNewsCol figcaption.black80,
body.contrastView .featuredNewsCol figcaption.black65,
body.contrastView .campaignSlides figcaption {
  background-image: none !important;
  background-color: #000 !important;
  color: #FFFF00;
}
body.contrastView .featuredNewsCol figcaption p.h1 a,
body.contrastView .featuredNewsCol figcaption p.h2 a,
body.contrastView .featuredNewsCol figcaption p.h3 a,
body.contrastView .featuredNewsCol figcaption p.h4 a,
body.contrastView .featuredNewsCol figcaption p.h5 a,
body.contrastView .featuredNewsCol figcaption p.h6 a {
  color: #00ffff !important;
}
body.contrastView .featuredNewsCol figcaption p a:hover {
  color: #000 !important;
}
body.contrastView .featuredNewsCol figcaption a.button {
  color: #000 !important;
}
body.contrastView .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #00ffff !important;
  border-color: transparent !important;
}
body.contrastView .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #0ccbce !important;
}
body.contrastView .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #0ccbce !important;
  background-color: transparent !important;
}
body.contrastView .newsFeature .item a {
  color: #00ffff !important;
}
body.contrastView .newsFeature .item a:hover {
  color: #000 !important;
}
body.contrastView .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../graphics/controls-invert.png) no-repeat 0 -32px;
}
body.contrastView .bx-wrapper .bx-next {
  right: 10px;
  background: url(../graphics/controls-invert.png) no-repeat -43px -32px;
}
body.contrastView .campaignSlides .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../graphics/bigSliderArrows-focus.png) no-repeat;
}
body.contrastView .campaignSlides .bx-wrapper .bx-next {
  right: 10px;
  background: url(../graphics/bigSliderArrows-focus.png) -60px 0px;
}
body.contrastView .searchMain {
  background-color: #333 !important;
}
body.contrastView .panelDecor {
  background: none;
  background-color: #1B1B1B !important;
}
body.contrastView .tabLabel {
  background-color: #000 !important;
  border-color: #555;
}
body.contrastView #searchResults li a.linkBlock {
  border-color: #555;
  text-decoration: none !important;
}
body.contrastView #searchResults li a.linkBlock h1,
body.contrastView #searchResults li a.linkBlock h2,
body.contrastView #searchResults li a.linkBlock h3 {
  color: #00ffff !important;
  text-decoration: underline;
}
body.contrastView #searchResults li a.linkBlock p,
body.contrastView #searchResults li a.linkBlock small,
body.contrastView #searchResults li a.linkBlock .dateCalBlock .dateCalBlockTitle {
  color: #FF0 !important;
}
body.contrastView #searchResults li a.linkBlock:hover h1,
body.contrastView #searchResults li a.linkBlock:hover h2,
body.contrastView #searchResults li a.linkBlock:hover h3,
body.contrastView #searchResults li a.linkBlock:hover small,
body.contrastView #searchResults li a.linkBlock:hover p,
body.contrastView #searchResults li a.linkBlock:hover .dateCalBlock .dateCalBlockTitle,
body.contrastView #searchResults li a.linkBlock:focus h1,
body.contrastView #searchResults li a.linkBlock:focus h2,
body.contrastView #searchResults li a.linkBlock:focus h3,
body.contrastView #searchResults li a.linkBlock:focus small,
body.contrastView #searchResults li a.linkBlock:focus p,
body.contrastView #searchResults li a.linkBlock:focus .dateCalBlock .dateCalBlockTitle {
  color: #000 !important;
}
body.contrastView .chosen-container-multi .chosen-choices {
  border-color: #555;
}
body.contrastView .chosen-container-multi .chosen-choices li.search-choice {
  background: none;
  filter: none;
  background-color: #000;
}
body.contrastView .chosen-container-multi .chosen-choices li.search-choice span {
  color: #FFFF00;
}
body.contrastView .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-color: #00ffff;
}
body.contrastView .chosen-container .chosen-results {
  background-color: #000;
}
body.contrastView .chosen-container-multi .chosen-drop .result,
body.contrastView .chosen-container-multi .chosen-drop .result-selected,
body.contrastView .chosen-container-multi .chosen-results {
  color: #00ffff !important;
}
body.contrastView .loader {
  visibility: hidden;
}
body.contrastView .sidebar {
  background-color: transparent;
}
body.contrastView .withSidebarRight .columns.sidebar {
  border-color: #555555;
}
body.contrastView .withSidebarRight {
  background: none;
}
body.contrastView .sidebar section {
  background-color: #1b1b1b;
  border-color: transparent;
}
body.contrastView .sideMenu a {
  border-color: #555555;
  background-color: transparent;
}
body.contrastView .sidebar .sideNav .h1,
body.contrastView .sidebar .sideNav .h2,
body.contrastView .sidebar .sideNav .h3,
body.contrastView .sidebar .sideNav .h4,
body.contrastView .sidebar .sideNav .h5,
body.contrastView .sidebar .sideNav .h6 {
  background-color: transparent;
  border-color: #555555;
}
body.contrastView .sidebar .sideNav ul.nav li,
body.contrastView .sidebar .sideNav ul.nav li:first-of-type {
  border-color: #555555;
}
body.contrastView .sidebar .sideNav ul.nav a {
  background-color: #00ffff !important;
  color: #000 !important;
}
body.contrastView .sidebar .sideNav ul.nav a:hover,
body.contrastView .sidebar .sideNav ul.nav a.active,
body.contrastView .sidebar .sideNav ul.nav a.active:hover,
body.contrastView .sidebar .sideNav ul.nav a.active:focus {
  background-color: #0ccbce !important;
  color: #000 !important;
}
body.contrastView .sidebar .sideNav ul.nav a span.part,
body.contrastView .sidebar .sideNav ul.nav a span.subTitle {
  color: #000;
}
body.contrastView .sidebar .sideNav ul.nav a:hover:after,
body.contrastView .sideNav ul.nav a:hover:before,
body.contrastView .sidebar .sideNav ul.nav a.active:after,
body.contrastView .sidebar .sideNav ul.nav a.active:before,
body.contrastView .sidebar .sideNav ul.nav a.active:focus:after,
body.contrastView .sidebar .sideNav ul.nav a.active:focus:before {
  border-right-color: #0ccbce !important;
}
body.contrastView .iconLink .iconBlock {
  display: none !important;
}
body.contrastView .withShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.contrastView .azNav li a {
  border-color: #0ccbce !important;
}
body.contrastView .azNav li a.active {
  color: #000 !important;
  border-color: #FFFF00 !important;
  background-color: #FFFF00 !important;
}
body.contrastView .footer,
body.contrastView .footerLinks {
  text-shadow: none !important;
  color: #FFFF00 !important;
}
body.contrastView .footer a.logoLink,
body.contrastView .footer a.logoLink:hover,
body.contrastView .footer a.logoLink:focus {
  background-color: transparent !important;
}
body.contrastView .footer a.logoLink:hover,
body.contrastView .footer a.logoLink:focus {
  outline-width: 3px;
  outline-style: dotted;
  outline-color: #0CCBCE;
}
body.contrastView .button.fbConnect span {
  background-image: url(../graphics/buttonIcons/facebook-contrast.png);
}
body.contrastView .button.twitterConnect span {
  background-image: url(../graphics/buttonIcons/twitter-contrast.png);
}
body.contrastView .accessLink:after,
body.contrastView .accessLink.active:after {
  border-bottom-color: #0CCBCE;
}
body.contrastView #header .headerLink.accessLink:after {
  border-bottom-color: #0CCBCE !important;
}
body.contrastView #header .headerLink.accessLink.active:focus:after {
  border-bottom-color: #0CCBCE !important;
}
body.contrastView #header .headerLink.allServicesButton.active {
  background-color: #0CCBCE !important;
  color: #000 !important;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../graphics/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../graphics/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../graphics/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../graphics/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #FFBF47;
  color: #000;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  cursor: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
  color: rgba(0, 0, 0, 0.75);
  /*  display: block;*/
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 0 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 36px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  line-height: 50px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  /* margin changed for minor changes in SDDC */
  margin: 2px 5px 2px 0;
  padding: 3px 35px 3px 5px;
  max-width: 100%;
  color: #000;
  cursor: pointer;
  background: rgb(247, 247, 247); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(247, 247, 247)), color-stop(100%, rgb(218, 218, 218))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(218, 218, 218) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#dadada",GradientType=0 ); /* IE6-9 */
  color: #333 !important;
  border: 1px solid #cbcbcb;
  font-size: 16px;
}

.chosen-container-multi .chosen-choices li.search-choice:hover {
  background: rgb(232, 232, 232); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(232, 232, 232)), color-stop(100%, rgb(193, 193, 193))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(193, 193, 193) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8e8e8", endColorstr="#c1c1c1",GradientType=0 ); /* IE6-9 */
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 30px;
  height: 24px;
  /*  background: url('../graphics/chosen-sprite.png') -42px 1px no-repeat;*/
  background-image: url(../graphics/icon-cross-dark.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1px;
}

.lt-ie9 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-image: url(../graphics/icon-cross-dark-small-legacy.png);
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #000;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #ffbf47;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #999;
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #999;
  outline-width: 3px;
  outline-style: solid;
  outline-color: #ffbf47;
  z-index: 1001;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../graphics/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../graphics/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /*.chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../graphics/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }*/
}
/* @end */
/* CSS Document */
.myCouncil .breadcrumb {
  /* theme */
  background-color: #585858;
}

/* theme */
.myCouncil .loggedNav a {
  color: #333;
  background-color: #585858;
  border-bottom-color: #FFF;
}

.myCouncil .loggedNav a:hover {
  background-color: #424242;
}

.myCouncil .loggedNav a.active {
  background-color: #2c2c2c;
  color: #FFF;
  border-bottom-color: #FFF;
}

.myCouncil .loggedNav a.active:hover {
  background-color: #333333;
}

.myCouncil .loggedNav a {
  padding: 5px 0;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  /* theme */
  border-bottom: 3px solid transparent;
  color: #FFF;
}

.myCouncil .loggedNav a.active {
  /* theme */
  border-bottom-color: #fff;
}

.myCouncil .container {
  /* theme */
  background-color: #eeeeee;
}

/* callouts */
.callout p:last-of-type {
  margin-bottom: 0;
}

/* task icons and text */
.myCouncil .signButtons a .icon {
  background-size: 60px 60px;
  height: 60px;
}

.myCouncil .buttonPanel .buttonText {
  line-height: normal !important;
  text-shadow: none !important;
}

.myCouncil .signButtons a.taskCard .icon {
  /* theme */
  opacity: 0.65;
}

.myCouncil .signButtons a.taskCard.animated:hover .icon,
.myCouncil .signButtons a.taskCard.animated:focus .icon {
  opacity: 1;
  z-index: 1;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-play-state: running;
  animation-name: pulse;
}

.myCouncil a.taskCard:focus .panel {
  outline-color: #ffbf47;
  background-color: #ffbf47 !important;
  color: #000 !important;
  text-shadow: none !important;
  fiter: none;
}

.myCouncil a.taskCard:focus .panel .label {
  background-color: #000 !important;
}

.myCouncil a.taskCard:focus .panel .pairLabel {
  color: #000;
}

/* reset more buttons */
/* theme */
.myCouncil .signButtons a.greyButton {
  color: #333 !important;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.myCouncil .signButtons a.greyButton:hover {
  color: #333 !important;
}

.myCouncil a.editState {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
  box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
}

/* theme */
.myCouncil .signButtons.topTasks .buttonPanel a.editState {
  background-color: #27421c;
}

/* my area */
/* tabs js reset css */
.myCouncil .tabs-title > a.button.small {
  font-size: 0.75rem;
  padding: 0.85em 1em;
}

.myCouncil .tabs-content {
  border: none !important;
}

.myCouncil .tabs-panel {
  padding: 0 0 0 0 !important;
}

.myCouncil .tabs-panel iframe {
  width: 100%;
}

.myCouncil .tabs {
  border: none !important;
}

/* theme */
.myCouncil .tabs li.is-active a.button.greyButton {
  background: none !important;
}

/* pop up buttons on tab panel cards */
.myCouncil .signButtons.topTasks .card .button.iconButton {
  width: 44px;
  height: 44px;
  display: inline-block;
  padding: 0 0 0 0 !important;
  position: relative !important;
  overflow: visible;
  /* theme */
  background-color: #efefef !important;
  border-radius: 50px;
}

.myCouncil .signButtons.topTasks .card .button.iconButton:hover {
  /* theme */
  background-color: #CBCBCB !important;
}

.myCouncil .card .button.iconButton {
  margin-right: -0.625rem;
}

.myCouncil .card .button.iconButton .icon {
  display: block;
  width: inherit !important;
  height: inherit !important;
  position: absolute; /*background-color:#0F0;*/
  top: -1px;
  left: -1px;
  background-size: cover;
  background-repeat: no-repeat;
}

.myCouncil .card .button.iconButton .icon.calendarIcon {
  background-image: url(../graphics/buttonIcons/calendar.png);
}

.myCouncil .card .button.iconButton .icon.mapPinIcon {
  background-image: url(../graphics/buttonIcons/mapPin.png);
}

.myCouncil .card .button.iconButton {
  width: 44px;
  height: 44px;
  padding: 0 !important;
}

.myCouncil .card .button.iconButton .icon {
  width: inherit;
  height: inherit;
}

/* service panels */
.expandedServicePanel {
  overflow: hidden !important;
}

.expandedServicePanel .headline {
  margin-top: 1.25rem;
}

.myCouncil .closeServicePanel {
  position: absolute;
  right: 1.25em;
  top: -8px;
  z-index: 1;
  border: none;
}

.closeServicePanel:focus {
  background-image: url(../graphics/icon-cross-dark.png);
}

.lt-ie9 .closeServicePanel {
  background-image: url(../graphics/icon-cross-legacy.png);
}

.lt-ie9 .closeServicePanel:focus {
  background-image: url(../graphics/icon-cross-dark-legacy.png);
}

/* panel row decor */
/*.sectionBlockParent .sectionBlock.withTopBorder:first-of-type  { border-top:0px; }*/
.sectionBlockParent {
  background-color: #FFF !important;
  padding-top: 20px;
}

.withTopBorder {
  border-top: 1px solid #eeeeee;
}

.withBottomBorder {
  border-bottom: 1px solid #eeeeee;
}

.largeBorder:focus {
  border-radius: 0;
}

/* panels opened by trigger cards */
.withTopBorder.largeBorder,
.withBottomBorder.largeBorder {
  border-width: 10px;
}

/* My area trigger cards */
.trigger-card-image-overflow {
  overflow: hidden;
}

.trigger-card-image.animated {
  -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;
}

.trigger-card-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 110px;
  background-color: #ededed;
}

/* text made visible in the edit card stage */
.trigger-card-nav-item a {
  display: block;
}

.trigger-card-tint {
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.trigger-card-nav-item a .trigger-card-tint:after,
.trigger-card-nav-item a .trigger-card-tint:after {
  opacity: 0.6;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.trigger-card-hoverText {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  opacity: 0;
  display: inline-block;
  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, 0s;
}

.trigger-card-nav-item a .trigger-card-hoverText,
.trigger-card-nav-item a .trigger-card-hoverText {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #FFF;
  z-index: 1;
}

/* if it's a cancel event the html is wrapped in a <div class='fadeOut'>*/
/* parent card used to trigger the CSS */
.trigger-card-nav-item a {
  border: 1px solid;
  border-color: #ccc;
}

.trigger-card-nav-item a.active {
  border-bottom: none;
}

.signButtons.topTasks .trigger-card-nav-item a {
  border-radius: 0 !important;
}

.trigger-card-nav-item a:hover .trigger-card-image.animated,
.trigger-card-nav-item a:focus .trigger-card-image.animated {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

.trigger-card-nav-item a.modifiedbyUser:hover .trigger-card-image,
.trigger-card-nav-item a.modifiedbyUser:focus .trigger-card-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.trigger-card-nav-item a:hover .panel p:first-of-type span {
  text-decoration: underline !important;
}

/* pseudo class for the titles of the trigger cards */
.trigger-card-nav-item .panel p.h3 {
  margin-top: 0px !important;
}

.trigger-card-nav-item .withShadow {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
}

.trigger-card-nav-item:hover .withShadow {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.85);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.85);
}

.trigger-card-nav-item a.active .withShadow {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0);
}

.trigger-card-nav-item a.active {
  padding-bottom: 1em !important;
}

.editState {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
  box-shadow: 0px 0px 10px 3px rgba(255, 191, 71, 0.75);
}

/* edit state on a normal task button */
.buttonPanel a.editState {
  border: 1px solid #ccc;
}

.buttonPanel .callout {
  max-width: 70%;
  position: relative;
  bottom: -10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
}

.buttonPanel .buttonText .callout {
  max-width: 100%;
  bottom: 0;
}

/* drop shadow on cards chosen by the user */
/*.trigger-card-nav-item a.modifiedbyUser .withShadow {
	-webkit-box-shadow: 0px 0px 10px 3px rgba(255,191,71, 0.75);
	-moz-box-shadow:    0px 0px 10px 3px rgba(255,191,71, 0.75);
	box-shadow:         0px 0px 10px 3px rgba(255,191,71, 0.75);

	-webkit-box-shadow: 0px 0px 10px 3px rgba(255,191,71, 0);
	-moz-box-shadow:    0px 0px 10px 3px rgba(255,191,71, 0);
	box-shadow:         0px 0px 10px 3px rgba(255,191,71, 0);
}
*/
/* add service call to action shows shaking cards - uses jquery to toggle the class */
.trigger-card-nav-item {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

/* enable arrows on the active cards */
.trigger-card-nav-item a.active .panel {
  position: relative;
}

.trigger-card-nav-item a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.trigger-card-nav-item a.active:after {
  /*border-color: rgba(136, 183, 213, 0);
  border-top-color: #88b7d5;*/
  border-width: 20px;
  margin-left: -20px;
}

.cardEditButton {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0px;
  left: auto;
  background-color: #FFF;
  width: 44px;
  height: 44px;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #ccc;
}

.cardEditButton.notActive {
  background-image: url(../graphics/icon-cross-dark.png);
}

.cardEditButton.toAdd {
  background-image: url(../graphics/icon-plus-dark.png);
}

.cardEditButton.isActive {
  background-image: url(../graphics/icon-tick-dark.png);
}

.cardEditButton.green {
  background-color: #4A831C;
  border-color: #4A831C;
}

.cardEditButton.green.notActive {
  background-image: url(../graphics/icon-cross-white.png);
}

.cardEditButton.green.toAdd {
  background-image: url(../graphics/icon-plus-white.png);
}

.cardEditButton.green.isActive {
  background-image: url(../graphics/icon-tick-white.png);
}

.cardEditButton.red {
  background-color: #A94442;
  border-color: #A94442;
}

.cardEditButton.red.notActive {
  background-image: url(../graphics/icon-cross-white.png);
}

.cardEditButton.red.toAdd {
  background-image: url(../graphics/icon-plus-white.png);
}

.cardEditButton.red.isActive {
  background-image: url(../graphics/icon-tick-white.png);
}

.side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(.button) {
  color: #2ba6cb;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #67c3df;
}

.side-nav li a:not(.button):active {
  color: #67c3df;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #67c3df;
  font-weight: normal;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

.side-nav li.heading {
  color: #2ba6cb;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* menu block */
/* slight reset for accounts in MySouthwark */
.signButtons.accounts a.menuBlockMast {
  cursor: text;
  display: block;
}

.signButtons.accounts a.menuBlockMast.editState {
  cursor: pointer;
}

/* theme */
.signButtons.accounts a.menuBlockMast {
  color: #333;
}

.menuBlock {
  background-color: #FFF;
}

.menuBlock .side-nav {
  background-color: #fafafa;
}

.menuBlock .side-nav li {
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}

.menuBlock .side-nav li:last-of-type {
  border-bottom: 1px solid #ededed;
}

.menuBlock .side-nav li a:not(.button) {
  padding: 1rem 1.25rem;
  font-size: 1rem; /* reset text alignment fall from signbuttons */
  text-align: left !important;
  color: #333;
}

.myCouncil .row .headline {
  max-width: 200px;
  margin: 0 auto 20px auto;
}

/* theme */
.myCouncil .row .headline {
  color: #000 !important;
}

/* sub nav */
.sub-nav {
  display: block;
  /*  margin: -0.25rem 0 1.125rem;*/
  overflow: hidden;
  width: auto;
}

.sub-nav dt {
  text-transform: uppercase;
  padding: 0.1875rem 1rem 0.1875rem 0;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 0;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
  display: block;
  margin-bottom: 10px !important;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #2ba6cb;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #258faf;
}

/* theme */
.sub-nav dd a {
  background-color: #fafafa;
  color: #333;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  background-color: #2A58A5;
}

/* reveal modal popups */
.modalPopup .row {
  max-width: none;
  width: 100%;
}

.modalPopup .header {
  display: block;
  height: 54px;
  position: fixed;
  top: 0;
  /* theme */
  background-color: #E0DCE1;
}

/* offset the fixed position header on mobile */
.modalPopup .panel {
  padding-top: 74px;
}

.modalPopup .header .close-button {
  position: absolute;
  color: #8a8a8a;
  right: 5px;
  top: 5px;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0 !important;
}

.modalPopup .header .logo {
  display: block;
  height: 44px;
  width: 99px;
  position: absolute;
  left: 5px;
  top: 5px;
  /* theme */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../graphics/South-derbyshire-district-council-logo-words.png);
}

/* colour 1 */
.trigger-card-nav-item.palette01 a .panel {
  background-color: #027a89 !important;
}

.trigger-card-nav-item.palette01 a .panel,
.trigger-card-nav-item.palette01 .panel,
.palette01 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette01 > a.active:hover .panel {
  background-color: #027a89 !important;
}

.trigger-card-nav-item.palette01 > a.active {
  background-color: #027a89 !important;
}

.withTopBorder.largeBorder.palette01 {
  border-color: #027a89 !important;
}

.trigger-card-nav-item.palette01 p,
.trigger-card-nav-item.palette01 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette01 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette01:after {
  border-color: rgba(2, 122, 137, 0);
  border-top-color: #027a89;
}

/* colour 2 */
.trigger-card-nav-item.palette02 .panel,
.palette02 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette02 > a.active:hover .panel {
  background-color: #778f9b !important;
}

.trigger-card-nav-item.palette02 > a.active {
  background-color: #778f9b !important;
}

.withTopBorder.largeBorder.palette02 {
  border-color: #778f9b !important;
}

.trigger-card-nav-item.palette02 p,
.trigger-card-nav-item.palette02 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette02 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette02:after {
  border-color: rgba(119, 143, 155, 0);
  border-top-color: #778f9b;
}

/* colour 3 */
.trigger-card-nav-item.palette03 .panel,
.palette03 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette03 > a.active:hover .panel {
  background-color: #54812e !important;
}

.trigger-card-nav-item.palette03 > a.active {
  background-color: #54812e !important;
}

.withTopBorder.largeBorder.palette03 {
  border-color: #54812e !important;
}

.trigger-card-nav-item.palette03 p,
.trigger-card-nav-item.palette03 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette03 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette03:after {
  border-color: rgba(84, 129, 46, 0);
  border-top-color: #54812e;
}

/* colour 4 */
.trigger-card-nav-item.palette04 .panel,
.palette04 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette04 > a.active:hover .panel {
  background-color: #bb5332 !important;
}

.trigger-card-nav-item.palette04 > a.active {
  background-color: #bb5332 !important;
}

.withTopBorder.largeBorder.palette04 {
  border-color: #bb5332 !important;
}

.trigger-card-nav-item.palette04 p,
.trigger-card-nav-item.palette04 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette04 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette04:after {
  border-color: rgba(87, 83, 50, 0);
  border-top-color: #bb5332;
}

/* colour 5 */
.trigger-card-nav-item.palette05 .panel,
.palette05 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette05 > a.active:hover .panel {
  background-color: #037b6f !important;
}

.trigger-card-nav-item.palette05 > a.active {
  background-color: #037b6f !important;
}

.withTopBorder.largeBorder.palette05 {
  border-color: #037b6f !important;
}

.trigger-card-nav-item.palette05 p,
.trigger-card-nav-item.palette05 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette05 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette05:after {
  border-color: rgba(3, 123, 111, 0);
  border-top-color: #037b6f;
}

/* colour 6 */
.trigger-card-nav-item.palette06 .panel,
.palette06 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette06 > a.active:hover .panel {
  background-color: #9f04ee !important;
}

.trigger-card-nav-item.palette06 > a.active {
  background-color: #9f04ee !important;
}

.withTopBorder.largeBorder.palette06 {
  border-color: #9f04ee !important;
}

.trigger-card-nav-item.palette06 p,
.trigger-card-nav-item.palette06 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette06 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette06:after {
  border-color: rgba(159, 4, 238, 0);
  border-top-color: #9f04ee;
}

/* colour 7 */
.trigger-card-nav-item.palette07 .panel,
.palette07 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette07 > a.active:hover .panel {
  background-color: #414141 !important;
}

.trigger-card-nav-item.palette07 > a.active {
  background-color: #414141 !important;
}

.withTopBorder.largeBorder.palette07 {
  border-color: #414141 !important;
}

.trigger-card-nav-item.palette07 p,
.trigger-card-nav-item.palette07 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette07 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette07:after {
  border-color: rgba(65, 65, 65, 0);
  border-top-color: #414141;
}

/* colour 8 */
.trigger-card-nav-item.palette08 .panel,
.palette08 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette08 > a.active:hover .panel {
  background-color: #8c6d62 !important;
}

.trigger-card-nav-item.palette08 > a.active {
  background-color: #8c6d62 !important;
}

.withTopBorder.largeBorder.palette08 {
  border-color: #8c6d62 !important;
}

.trigger-card-nav-item.palette08 p,
.trigger-card-nav-item.palette08 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette08 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette08:after {
  border-color: rgba(140, 109, 98, 0);
  border-top-color: #8c6d62;
}

/* colour 9 */
.trigger-card-nav-item.palette09 .panel,
.palette09 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette09 > a.active:hover .panel {
  background-color: #5b6abf !important;
}

.trigger-card-nav-item.palette09 > a.active {
  background-color: #5b6abf !important;
}

.withTopBorder.largeBorder.palette09 {
  border-color: #5b6abf !important;
}

.trigger-card-nav-item.palette09 p,
.trigger-card-nav-item.palette09 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette09 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette09:after {
  border-color: rgba(91, 106, 191, 0);
  border-top-color: #5b6abf;
}

/* colour 10 */
.trigger-card-nav-item.palette10 .panel,
.palette10 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette10 > a.active:hover .panel {
  background-color: #d53632 !important;
}

.trigger-card-nav-item.palette10 > a.active {
  background-color: #d53632 !important;
}

.withTopBorder.largeBorder.palette10 {
  border-color: #d53632 !important;
}

.trigger-card-nav-item.palette10 p,
.trigger-card-nav-item.palette10 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette10 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette10:after {
  border-color: rgba(213, 54, 50, 0);
  border-top-color: #d53632;
}

/* colour 11 */
.trigger-card-nav-item.palette11 .panel,
.palette11 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette11 > a.active:hover .panel {
  background-color: #ce396b !important;
}

.trigger-card-nav-item.palette11 > a.active {
  background-color: #ce396b !important;
}

.withTopBorder.largeBorder.palette11 {
  border-color: #ce396b !important;
}

.trigger-card-nav-item.palette11 p,
.trigger-card-nav-item.palette11 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette11 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette11:after {
  border-color: rgba(206, 57, 107, 0);
  border-top-color: #ce396b;
}

/* colour 12 */
.trigger-card-nav-item.palette12 .panel,
.palette12 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette12 > a.active:hover .panel {
  background-color: #307b33 !important;
}

.trigger-card-nav-item.palette12 > a.active {
  background-color: #307b33 !important;
}

.withTopBorder.largeBorder.palette12 {
  border-color: #307b33 !important;
}

.trigger-card-nav-item.palette12 p,
.trigger-card-nav-item.palette12 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette12 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette12:after {
  border-color: rgba(48, 123, 51, 0);
  border-top-color: #307b33;
}

/* colour 13 */
.trigger-card-nav-item.palette13 .panel,
.palette13 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette13 > a.active:hover .panel {
  background-color: #005C94 !important;
}

.trigger-card-nav-item.palette13 > a.active {
  background-color: #005C94 !important;
}

.withTopBorder.largeBorder.palette13 {
  border-color: #005C94 !important;
}

.trigger-card-nav-item.palette13 p,
.trigger-card-nav-item.palette13 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette13 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette13:after {
  border-color: rgba(0, 92, 148, 0);
  border-top-color: #005C94;
}

/* colour 14 */
.trigger-card-nav-item.palette14 .panel,
.palette14 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette14 > a.active:hover .panel {
  background-color: #195861 !important;
}

.trigger-card-nav-item.palette14 > a.active {
  background-color: #195861 !important;
}

.withTopBorder.largeBorder.palette14 {
  border-color: #195861 !important;
}

.trigger-card-nav-item.palette14 p,
.trigger-card-nav-item.palette14 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette14 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette14:after {
  border-color: rgba(25, 88, 97, 0);
  border-top-color: #195861;
}

/* colour 15 */
.trigger-card-nav-item.palette15 .panel,
.palette15 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette15 > a.active:hover .panel {
  background-color: #555555 !important;
}

.trigger-card-nav-item.palette15 > a.active {
  background-color: #555555 !important;
}

.withTopBorder.largeBorder.palette15 {
  border-color: #555555 !important;
}

.trigger-card-nav-item.palette15 p,
.trigger-card-nav-item.palette15 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette15 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette15:after {
  border-color: rgba(85, 85, 85, 0);
  border-top-color: #555555;
}

/* colour 16 */
.trigger-card-nav-item.palette16 .panel,
.palette16 .signButtons.topServices.blockLinks a,
.trigger-card-nav-item.palette16 > a.active:hover .panel {
  background-color: #840303 !important;
}

.trigger-card-nav-item.palette16 > a.active {
  background-color: #840303 !important;
}

.withTopBorder.largeBorder.palette16 {
  border-color: #840303 !important;
}

.trigger-card-nav-item.palette16 p,
.trigger-card-nav-item.palette16 .pairLabel {
  color: #FFF !important;
}

.trigger-card-nav-item.palette16 a.active:after,
.sectionBlockParent.withTopBorder.largeBorder.palette16:after {
  border-color: rgba(132, 3, 3, 0);
  border-top-color: #840303;
}

@media screen and (min-width: 40em) {
  .signButtons a .icon {
    background-size: 60px 60px;
    height: 60px;
  }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    margin-bottom: 0;
  }
  /* reveal modal popups */
  .modalPopup .header {
    position: relative;
    display: block;
    top: auto;
  }
  /* offset the fixed position header on mobile */
  .modalPopup .panel {
    padding-top: 20px;
  }
  .myCouncil .row .headline {
    max-width: none;
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 64em) {
  .signButtons a .icon {
    background-size: contain;
    height: 95px;
  }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    margin-bottom: 0;
  }
}
/* winchester CSS Document */
.signButtons a .icon {
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

/**/
.signButtons a .icon.volumeKnob,
body.contrastView .signButtons.topServices a.active .icon.volumeKnob {
  background-image: url(../graphics/signIcons/white/volumeKnob.png);
}

.signButtons.topServices a.active .icon.volumeKnob,
.signButtons .buttonPanel a:focus .icon.volumeKnob,
body.contrastView .icon.volumeKnob,
body.contrastView .signButtons.topServices a.active:hover .icon.volumeKnob {
  background-image: url(../graphics/signIcons/black/volumeKnob.png);
}

/**/
.signButtons a .icon.peopleGroup,
body.contrastView .signButtons.topServices a.active .icon.peopleGroup {
  background-image: url(../graphics/signIcons/white/peopleGroup.png);
}

.signButtons.topServices a.active .icon.peopleGroup,
.signButtons .buttonPanel a:focus .icon.peopleGroup,
body.contrastView .icon.peopleGroup,
body.contrastView .signButtons.topServices a.active:hover .icon.peopleGroup {
  background-image: url(../graphics/signIcons/black/peopleGroup.png);
}

/**/
.signButtons a .icon.standingTogether,
body.contrastView .signButtons.topServices a.active .icon.standingTogether {
  background-image: url(../graphics/signIcons/white/standingTogether.png);
}

.signButtons.topServices a.active .icon.standingTogether,
.signButtons .buttonPanel a:focus .icon.standingTogether,
body.contrastView .icon.standingTogether,
body.contrastView .signButtons.topServices a.active:hover .icon.standingTogether {
  background-image: url(../graphics/signIcons/black/standingTogether.png);
}

/**/
.signButtons a .icon.ballotBox,
body.contrastView .signButtons.topServices a.active .icon.ballotBox {
  background-image: url(../graphics/signIcons/white/ballotBox.png);
}

.signButtons.topServices a.active .icon.ballotBox,
.signButtons .buttonPanel a:focus .icon.ballotBox,
body.contrastView .icon.ballotBox,
body.contrastView .signButtons.topServices a.active:hover .icon.ballotBox {
  background-image: url(../graphics/signIcons/black/ballotBox.png);
}

/**/
.signButtons a .icon.leaf,
body.contrastView .signButtons.topServices a.active .icon.leaf {
  background-image: url(../graphics/signIcons/white/leaf.png);
}

.signButtons.topServices a.active .icon.leaf,
.signButtons .buttonPanel a:focus .icon.leaf,
body.contrastView .icon.leaf,
body.contrastView .signButtons.topServices a.active:hover .icon.leaf {
  background-image: url(../graphics/signIcons/black/leaf.png);
}

/**/
.signButtons a .icon.cetificateRosette,
body.contrastView .signButtons.topServices a.active .icon.cetificateRosette {
  background-image: url(../graphics/signIcons/white/cetificateRosette.png);
}

.signButtons.topServices a.active .icon.cetificateRosette,
.signButtons .buttonPanel a:focus .icon.cetificateRosette,
body.contrastView .icon.cetificateRosette,
body.contrastView .signButtons.topServices a.active:hover .icon.cetificateRosette {
  background-image: url(../graphics/signIcons/black/cetificateRosette.png);
}

/**/
.signButtons a .icon.hardHatSketch,
body.contrastView .signButtons.topServices a.active .icon.hardHatSketch {
  background-image: url(../graphics/signIcons/white/hardHatSketch.png);
}

.signButtons.topServices a.active .icon.hardHatSketch,
.signButtons .buttonPanel a:focus .icon.hardHatSketch,
body.contrastView .icon.hardHatSketch,
body.contrastView .signButtons.topServices a.active:hover .icon.hardHatSketch {
  background-image: url(../graphics/signIcons/black/hardHatSketch.png);
}

/**/
.signButtons a .icon.roadSign,
body.contrastView .signButtons.topServices a.active .icon.roadSign {
  background-image: url(../graphics/signIcons/white/roadSign.png);
}

.signButtons.topServices a.active .icon.roadSign,
.signButtons .buttonPanel a:focus .icon.roadSign,
body.contrastView .icon.roadSign,
body.contrastView .signButtons.topServices a.active:hover .icon.roadSign {
  background-image: url(../graphics/signIcons/black/roadSign.png);
}

/**/
.signButtons a .icon.runningMan,
body.contrastView .signButtons.topServices a.active .icon.runningMan {
  background-image: url(../graphics/signIcons/white/runningMan.png);
}

.signButtons.topServices a.active .icon.runningMan,
.signButtons .buttonPanel a:focus .icon.runningMan,
body.contrastView .icon.runningMan,
body.contrastView .signButtons.topServices a.active:hover .icon.runningMan {
  background-image: url(../graphics/signIcons/black/runningMan.png);
}

/**/
.signButtons a .icon.handCurrencyPound,
body.contrastView .signButtons.topServices a.active .icon.handCurrencyPound {
  background-image: url(../graphics/signIcons/white/handCurrencyPound.png);
}

.signButtons.topServices a.active .icon.handCurrencyPound,
.signButtons .buttonPanel a:focus .icon.handCurrencyPound,
body.contrastView .icon.handCurrencyPound,
body.contrastView .signButtons.topServices a.active:hover .icon.handCurrencyPound {
  background-image: url(../graphics/signIcons/black/handCurrencyPound.png);
}

/**/
.signButtons a .icon.plateCutlery,
body.contrastView .signButtons.topServices a.active .icon.plateCutlery {
  background-image: url(../graphics/signIcons/white/plateCutlery.png);
}

.signButtons.topServices a.active .icon.plateCutlery,
.signButtons .buttonPanel a:focus .icon.plateCutlery,
body.contrastView .icon.plateCutlery,
body.contrastView .signButtons.topServices a.active:hover .icon.plateCutlery {
  background-image: url(../graphics/signIcons/black/plateCutlery.png);
}

/**/
.signButtons a .icon.paletteBrushMask,
body.contrastView .signButtons.topServices a.active .icon.paletteBrushMask {
  background-image: url(../graphics/signIcons/white/paletteBrushMask.png);
}

.signButtons.topServices a.active .icon.paletteBrushMask,
.signButtons .buttonPanel a:focus .icon.paletteBrushMask,
body.contrastView .icon.paletteBrushMask,
body.contrastView .signButtons.topServices a.active:hover .icon.paletteBrushMask {
  background-image: url(../graphics/signIcons/black/paletteBrushMask.png);
}

/**/
.signButtons a .icon.peopleRoof,
body.contrastView .signButtons.topServices a.active .icon.peopleRoof {
  background-image: url(../graphics/signIcons/white/peopleRoof.png);
}

.signButtons.topServices a.active .icon.peopleRoof,
.signButtons .buttonPanel a:focus .icon.peopleRoof,
body.contrastView .icon.peopleRoof,
body.contrastView .signButtons.topServices a.active:hover .icon.peopleRoof {
  background-image: url(../graphics/signIcons/black/peopleRoof.png);
}

/**/
.signButtons a .icon.handsHouseMoney,
body.contrastView .signButtons.topServices a.active .icon.handsHouseMoney {
  background-image: url(../graphics/signIcons/white/handsHouseMoney.png);
}

.signButtons.topServices a.active .icon.handsHouseMoney,
.signButtons .buttonPanel a:focus .icon.handsHouseMoney,
body.contrastView .icon.handsHouseMoney,
body.contrastView .signButtons.topServices a.active:hover .icon.handsHouseMoney {
  background-image: url(../graphics/signIcons/black/handsHouseMoney.png);
}

/**/
.signButtons a .icon.house,
body.contrastView .signButtons.topServices a.active .icon.house {
  background-image: url(../graphics/signIcons/white/house.png);
}

.signButtons.topServices a.active .icon.house,
.signButtons .buttonPanel a:focus .icon.house,
body.contrastView .icon.house,
body.contrastView .signButtons.topServices a.active:hover .icon.house {
  background-image: url(../graphics/signIcons/black/house.png);
}

/**/
.signButtons a .icon.hardHatManPlan,
body.contrastView .signButtons.topServices a.active .icon.hardHatManPlan {
  background-image: url(../graphics/signIcons/white/hardHatManPlan.png);
}

.signButtons.topServices a.active .icon.hardHatManPlan,
.signButtons .buttonPanel a:focus .icon.hardHatManPlan,
body.contrastView .icon.hardHatManPlan,
body.contrastView .signButtons.topServices a.active:hover .icon.hardHatManPlan {
  background-image: url(../graphics/signIcons/black/hardHatManPlan.png);
}

/**/
.signButtons a .icon.cogsMan,
body.contrastView .signButtons.topServices a.active .icon.cogsMan {
  background-image: url(../graphics/signIcons/white/cogsMan.png);
}

.signButtons.topServices a.active .icon.cogsMan,
.signButtons .buttonPanel a:focus .icon.cogsMan,
body.contrastView .icon.cogsMan,
body.contrastView .signButtons.topServices a.active:hover .icon.cogsMan {
  background-image: url(../graphics/signIcons/black/cogsMan.png);
}

/**/
.signButtons a .icon.figureSpeechBubble,
body.contrastView .signButtons.topServices a.active .icon.figureSpeechBubble {
  background-image: url(../graphics/signIcons/white/figureSpeechBubble.png);
}

.signButtons.topServices a.active .icon.figureSpeechBubble,
.signButtons .buttonPanel a:focus .icon.figureSpeechBubble,
body.contrastView .icon.figureSpeechBubble,
body.contrastView .signButtons.topServices a.active:hover .icon.figureSpeechBubble {
  background-image: url(../graphics/signIcons/black/figureSpeechBubble.png);
}

/**/
.signButtons a .icon.speechBubblePhoneEnvelope,
body.contrastView .signButtons.topServices a.active .icon.speechBubblePhoneEnvelope {
  background-image: url(../graphics/signIcons/white/speechBubblePhoneEnvelope.png);
}

.signButtons.topServices a.active .icon.speechBubblePhoneEnvelope,
.signButtons .buttonPanel a:focus .icon.speechBubblePhoneEnvelope,
body.contrastView .icon.speechBubblePhoneEnvelope,
body.contrastView .signButtons.topServices a.active:hover .icon.speechBubblePhoneEnvelope {
  background-image: url(../graphics/signIcons/black/speechBubblePhoneEnvelope.png);
}

/**/
.signButtons a .icon.handRecycle,
body.contrastView .signButtons.topServices a.active .icon.handRecycle {
  background-image: url(../graphics/signIcons/white/handRecycle.png);
}

.signButtons.topServices a.active .icon.handRecycle,
.signButtons .buttonPanel a:focus .icon.handRecycle,
body.contrastView .icon.handRecycle,
body.contrastView .signButtons.topServices a.active:hover .icon.handRecycle {
  background-image: url(../graphics/signIcons/black/handRecycle.png);
}

/**/
.signButtons a .icon.bus,
body.contrastView .signButtons.topServices a.active .icon.bus {
  background-image: url(../graphics/signIcons/white/bus.png);
}

.signButtons.topServices a.active .icon.bus,
.signButtons .buttonPanel a:focus .icon.bus,
body.contrastView .icon.bus,
body.contrastView .signButtons.topServices a.active:hover .icon.bus {
  background-image: url(../graphics/signIcons/black/bus.png);
}

/**/
.signButtons a .icon.ganttChart,
body.contrastView .signButtons.topServices a.active .icon.ganttChart {
  background-image: url(../graphics/signIcons/white/ganttChart.png);
}

.signButtons.topServices a.active .icon.ganttChart,
.signButtons .buttonPanel a:focus .icon.ganttChart,
body.contrastView .icon.ganttChart,
body.contrastView .signButtons.topServices a.active:hover .icon.ganttChart {
  background-image: url(../graphics/signIcons/black/ganttChart.png);
}

/**/
.signButtons a .icon.housePerson,
body.contrastView .signButtons.topServices a.active .icon.housePerson {
  background-image: url(../graphics/signIcons/white/housePerson.png);
}

.signButtons.topServices a.active .icon.housePerson,
.signButtons .buttonPanel a:focus .icon.housePerson,
body.contrastView .icon.housePerson,
body.contrastView .signButtons.topServices a.active:hover .icon.housePerson {
  background-image: url(../graphics/signIcons/black/housePerson.png);
}

/**/
.signButtons a .icon.threeBusts,
body.contrastView .signButtons.topServices a.active .icon.threeBusts {
  background-image: url(../graphics/signIcons/white/threeBusts.png);
}

.signButtons.topServices a.active .icon.threeBusts,
.signButtons .buttonPanel a:focus .icon.threeBusts,
body.contrastView .icon.threeBusts,
body.contrastView .signButtons.topServices a.active:hover .icon.threeBusts {
  background-image: url(../graphics/signIcons/black/threeBusts.png);
}

/**/
.signButtons a .icon.calendar,
body.contrastView .signButtons.topServices a.active .icon.calendar {
  background-image: url(../graphics/signIcons/white/calendar.png);
}

.signButtons.topServices a.active .icon.calendar,
.signButtons .buttonPanel a:focus .icon.calendar,
body.contrastView .icon.calendar,
body.contrastView .signButtons.topServices a.active:hover .icon.calendar {
  background-image: url(../graphics/signIcons/black/calendar.png);
}

/**/
.signButtons a .icon.parkScene,
body.contrastView .signButtons.topServices a.active .icon.parkScene {
  background-image: url(../graphics/signIcons/white/parkScene.png);
}

.signButtons.topServices a.active .icon.parkScene,
.signButtons .buttonPanel a:focus .icon.parkScene,
body.contrastView .icon.parkScene,
body.contrastView .signButtons.topServices a.active:hover .icon.parkScene {
  background-image: url(../graphics/signIcons/black/parkScene.png);
}

/**/
.signButtons a .icon.speechBubbles,
body.contrastView .signButtons.topServices a.active .icon.speechBubbles {
  background-image: url(../graphics/signIcons/white/speechBubbles.png);
}

.signButtons.topServices a.active .icon.speechBubbles,
.signButtons .buttonPanel a:focus .icon.speechBubbles,
body.contrastView .icon.speechBubbles,
body.contrastView .signButtons.topServices a.active:hover .icon.speechBubbles {
  background-image: url(../graphics/signIcons/black/speechBubbles.png);
}

/**/
.signButtons a .icon.housePlans,
body.contrastView .signButtons.topServices a.active .icon.housePlans {
  background-image: url(../graphics/signIcons/white/housePlans.png);
}

.signButtons.topServices a.active .icon.housePlans,
.signButtons .buttonPanel a:focus .icon.housePlans,
body.contrastView .icon.housePlans,
body.contrastView .signButtons.topServices a.active:hover .icon.housePlans {
  background-image: url(../graphics/signIcons/black/housePlans.png);
}

/**/
.signButtons a .icon.cvPencil,
body.contrastView .signButtons.topServices a.active .icon.cvPencil {
  background-image: url(../graphics/signIcons/white/cvPencil.png);
}

.signButtons.topServices a.active .icon.cvPencil,
.signButtons .buttonPanel a:focus .icon.cvPencil,
body.contrastView .icon.cvPencil,
body.contrastView .signButtons.topServices a.active:hover .icon.cvPencil {
  background-image: url(../graphics/signIcons/black/cvPencil.png);
}

/**/
.signButtons a .icon.circlePound,
body.contrastView .signButtons.topServices a.active .icon.circlePound {
  background-image: url(../graphics/signIcons/white/circlePound.png);
}

.signButtons.topServices a.active .icon.circlePound,
.signButtons .buttonPanel a:focus .icon.circlePound,
body.contrastView .icon.circlePound,
body.contrastView .signButtons.topServices a.active:hover .icon.circlePound {
  background-image: url(../graphics/signIcons/black/circlePound.png);
}

/**/
.signButtons a .icon.manWheelieBin,
body.contrastView .signButtons.topServices a.active .icon.manWheelieBin {
  background-image: url(../graphics/signIcons/white/manWheelieBin.png);
}

.signButtons.topServices a.active .icon.manWheelieBin,
.signButtons .buttonPanel a:focus .icon.manWheelieBin,
body.contrastView .icon.manWheelieBin,
body.contrastView .signButtons.topServices a.active:hover .icon.manWheelieBin {
  background-image: url(../graphics/signIcons/black/manWheelieBin.png);
}

/**/
.signButtons a .icon.sportsPitch,
body.contrastView .signButtons.topServices a.active .icon.sportsPitch {
  background-image: url(../graphics/signIcons/white/sportsPitch.png);
}

.signButtons.topServices a.active .icon.sportsPitch,
.signButtons .buttonPanel a:focus .icon.sportsPitch,
body.contrastView .icon.sportsPitch,
body.contrastView .signButtons.topServices a.active:hover .icon.sportsPitch {
  background-image: url(../graphics/signIcons/black/sportsPitch.png);
}

/**/
.signButtons a .icon.wheelieBinBag,
body.contrastView .signButtons.topServices a.active .icon.wheelieBinBag {
  background-image: url(../graphics/signIcons/white/wheelieBinBag.png);
}

.signButtons.topServices a.active .icon.wheelieBinBag,
.signButtons .buttonPanel a:focus .icon.wheelieBinBag,
body.contrastView .icon.wheelieBinBag,
body.contrastView .signButtons.topServices a.active:hover .icon.wheelieBinBag {
  background-image: url(../graphics/signIcons/black/wheelieBinBag.png);
}

/**/
.signButtons a .icon.parkingSignCar,
body.contrastView .signButtons.topServices a.active .icon.parkingSignCar {
  background-image: url(../graphics/signIcons/white/parkingSignCar.png);
}

.signButtons.topServices a.active .icon.parkingSignCar,
.signButtons .buttonPanel a:focus .icon.parkingSignCar,
body.contrastView .icon.parkingSignCar,
body.contrastView .signButtons.topServices a.active:hover .icon.parkingSignCar {
  background-image: url(../graphics/signIcons/black/parkingSignCar.png);
}

/**/
.signButtons a .icon.houseMoney,
body.contrastView .signButtons.topServices a.active .icon.houseMoney {
  background-image: url(../graphics/signIcons/white/houseMoney.png);
}

.signButtons.topServices a.active .icon.houseMoney,
.signButtons .buttonPanel a:focus .icon.houseMoney,
body.contrastView .icon.houseMoney,
body.contrastView .signButtons.topServices a.active:hover .icon.houseMoney {
  background-image: url(../graphics/signIcons/black/houseMoney.png);
}

/**/
.signButtons a .icon.vanRubbish,
body.contrastView .signButtons.topServices a.active .icon.vanRubbish {
  background-image: url(../graphics/signIcons/white/vanRubbish.png);
}

.signButtons.topServices a.active .icon.vanRubbish,
.signButtons .buttonPanel a:focus .icon.vanRubbish,
body.contrastView .icon.vanRubbish,
body.contrastView .signButtons.topServices a.active:hover .icon.vanRubbish {
  background-image: url(../graphics/signIcons/black/vanRubbish.png);
}

/**/
.signButtons a .icon.mayor,
body.contrastView .signButtons.topServices a.active .icon.mayor {
  background-image: url(../graphics/signIcons/white/mayor.png);
}

.signButtons.topServices a.active .icon.mayor,
.signButtons .buttonPanel a:focus .icon.mayor,
body.contrastView .icon.mayor,
body.contrastView .signButtons.topServices a.active:hover .icon.mayor {
  background-image: url(../graphics/signIcons/black/mayor.png);
}

/**/
.signButtons a .icon.personSpeechBubble,
body.contrastView .signButtons.topServices a.active .icon.personSpeechBubble {
  background-image: url(../graphics/signIcons/white/personSpeechBubble.png);
}

.signButtons.topServices a.active .icon.personSpeechBubble,
.signButtons .buttonPanel a:focus .icon.personSpeechBubble,
body.contrastView .icon.personSpeechBubble,
body.contrastView .signButtons.topServices a.active:hover .icon.personSpeechBubble {
  background-image: url(../graphics/signIcons/black/personSpeechBubble.png);
}

/**/
.signButtons a .icon.torsoPlus,
body.contrastView .signButtons.topServices a.active .icon.torsoPlus {
  background-image: url(../graphics/signIcons/white/torsoPlus.png);
}

.signButtons.topServices a.active .icon.torsoPlus,
.signButtons .buttonPanel a:focus .icon.torsoPlus,
body.contrastView .icon.torsoPlus,
body.contrastView .signButtons.topServices a.active:hover .icon.torsoPlus {
  background-image: url(../graphics/signIcons/black/torsoPlus.png);
}

/**/
.signButtons a .icon.barChart,
body.contrastView .signButtons.topServices a.active .icon.barChart {
  background-image: url(../graphics/signIcons/white/barChart.png);
}

.signButtons.topServices a.active .icon.barChart,
.signButtons .buttonPanel a:focus .icon.barChart,
body.contrastView .icon.barChart,
body.contrastView .signButtons.topServices a.active:hover .icon.barChart {
  background-image: url(../graphics/signIcons/black/barChart.png);
}

/**/
.signButtons a .icon.parkingSign,
body.contrastView .signButtons.topServices a.active .icon.parkingSign {
  background-image: url(../graphics/signIcons/white/parkingSign.png);
}

.signButtons.topServices a.active .icon.parkingSign,
.signButtons .buttonPanel a:focus .icon.parkingSign,
body.contrastView .icon.parkingSign,
body.contrastView .signButtons.topServices a.active:hover .icon.parkingSign {
  background-image: url(../graphics/signIcons/black/parkingSign.png);
}

/**/
.signButtons a .icon.solarHouse,
body.contrastView .signButtons.topServices a.active .icon.solarHouse {
  background-image: url(../graphics/signIcons/white/solarHouse.png);
}

.signButtons.topServices a.active .icon.solarHouse,
.signButtons .buttonPanel a:focus .icon.solarHouse,
body.contrastView .icon.solarHouse,
body.contrastView .signButtons.topServices a.active:hover .icon.solarHouse {
  background-image: url(../graphics/signIcons/black/solarHouse.png);
}

/**/
.signButtons a .icon.ratSign,
body.contrastView .signButtons.topServices a.active .icon.ratSign {
  background-image: url(../graphics/signIcons/white/ratSign.png);
}

.signButtons.topServices a.active .icon.ratSign,
.signButtons .buttonPanel a:focus .icon.ratSign,
body.contrastView .icon.ratSign,
body.contrastView .signButtons.topServices a.active:hover .icon.ratSign {
  background-image: url(../graphics/signIcons/black/ratSign.png);
}

/**/
.signButtons a .icon.headStone,
body.contrastView .signButtons.topServices a.active .icon.headStone {
  background-image: url(../graphics/signIcons/white/headStone.png);
}

.signButtons.topServices a.active .icon.headStone,
.signButtons .buttonPanel a:focus .icon.headStone,
body.contrastView .icon.headStone,
body.contrastView .signButtons.topServices a.active:hover .icon.headStone {
  background-image: url(../graphics/signIcons/black/headStone.png);
}

/**/
.signButtons a .icon.pawPrints,
body.contrastView .signButtons.topServices a.active .icon.pawPrints {
  background-image: url(../graphics/signIcons/white/pawPrints.png);
}

.signButtons.topServices a.active .icon.pawPrints,
.signButtons .buttonPanel a:focus .icon.pawPrints,
body.contrastView .icon.pawPrints,
body.contrastView .signButtons.topServices a.active:hover .icon.pawPrints {
  background-image: url(../graphics/signIcons/black/pawPrints.png);
}

/**/
.signButtons a .icon.mapMarker,
body.contrastView .signButtons.topServices a.active .icon.mapMarker {
  background-image: url(../graphics/signIcons/white/mapMarker.png);
}

.signButtons.topServices a.active .icon.mapMarker,
.signButtons .buttonPanel a:focus .icon.mapMarker,
body.contrastView .icon.mapMarker,
body.contrastView .signButtons.topServices a.active:hover .icon.mapMarker {
  background-image: url(../graphics/signIcons/black/mapMarker.png);
}

/**/
.signButtons a .icon.lungs,
body.contrastView .signButtons.topServices a.active .icon.lungs {
  background-image: url(../graphics/signIcons/white/lungs.png);
}

.signButtons.topServices a.active .icon.lungs,
.signButtons .buttonPanel a:focus .icon.lungs,
body.contrastView .icon.lungs,
body.contrastView .signButtons.topServices a.active:hover .icon.lungs {
  background-image: url(../graphics/signIcons/black/lungs.png);
}

/**/
.signButtons a .icon.recycleSign,
body.contrastView .signButtons.topServices a.active .icon.recycleSign {
  background-image: url(../graphics/signIcons/white/recycleSign.png);
}

.signButtons.topServices a.active .icon.recycleSign,
.signButtons .buttonPanel a:focus .icon.recycleSign,
body.contrastView .icon.recycleSign,
body.contrastView .signButtons.topServices a.active:hover .icon.recycleSign {
  background-image: url(../graphics/signIcons/black/recycleSign.png);
}

/**/
.signButtons a .icon.meetingTable,
body.contrastView .signButtons.topServices a.active .icon.meetingTable {
  background-image: url(../graphics/signIcons/white/meetingTable.png);
}

.signButtons.topServices a.active .icon.meetingTable,
.signButtons .buttonPanel a:focus .icon.meetingTable,
body.contrastView .icon.meetingTable,
body.contrastView .signButtons.topServices a.active:hover .icon.meetingTable {
  background-image: url(../graphics/signIcons/black/meetingTable.png);
}

/**/
.signButtons a .icon.paperAndLines,
body.contrastView .signButtons.topServices a.active .icon.paperAndLines {
  background-image: url(../graphics/signIcons/white/paperAndLines.png);
}

.signButtons.topServices a.active .icon.paperAndLines,
.signButtons .buttonPanel a:focus .icon.paperAndLines,
body.contrastView .icon.paperAndLines,
body.contrastView .signButtons.topServices a.active:hover .icon.paperAndLines {
  background-image: url(../graphics/signIcons/black/paperAndLines.png);
}

/**/
.signButtons a .icon.budgetSheet,
body.contrastView .signButtons.topServices a.active .icon.budgetSheet {
  background-image: url(../graphics/signIcons/white/budgetSheet.png);
}

.signButtons.topServices a.active .icon.budgetSheet,
.signButtons .buttonPanel a:focus .icon.budgetSheet,
body.contrastView .icon.budgetSheet,
body.contrastView .signButtons.topServices a.active:hover .icon.budgetSheet {
  background-image: url(../graphics/signIcons/black/budgetSheet.png);
}

/**/
.signButtons a .icon.headSoundWave,
body.contrastView .signButtons.topServices a.active .icon.headSoundWave {
  background-image: url(../graphics/signIcons/white/headSoundWave.png);
}

.signButtons.topServices a.active .icon.headSoundWave,
.signButtons .buttonPanel a:focus .icon.headSoundWave,
body.contrastView .icon.headSoundWave,
body.contrastView .signButtons.topServices a.active:hover .icon.headSoundWave {
  background-image: url(../graphics/signIcons/black/headSoundWave.png);
}

/**/
.signButtons a .icon.bikeRide,
body.contrastView .signButtons.topServices a.active .icon.bikeRide {
  background-image: url(../graphics/signIcons/white/bikeRide.png);
}

.signButtons.topServices a.active .icon.bikeRide,
.signButtons .buttonPanel a:focus .icon.bikeRide,
body.contrastView .icon.bikeRide,
body.contrastView .signButtons.topServices a.active:hover .icon.bikeRide {
  background-image: url(../graphics/signIcons/black/bikeRide.png);
}

/**/
.signButtons a .icon.oldPerson,
body.contrastView .signButtons.topServices a.active .icon.oldPerson {
  background-image: url(../graphics/signIcons/white/oldPerson.png);
}

.signButtons.topServices a.active .icon.oldPerson,
.signButtons .buttonPanel a:focus .icon.oldPerson,
body.contrastView .icon.oldPerson,
body.contrastView .signButtons.topServices a.active:hover .icon.oldPerson {
  background-image: url(../graphics/signIcons/black/oldPerson.png);
}

/**/
.signButtons a .icon.teleOperator,
body.contrastView .signButtons.topServices a.active .icon.teleOperator {
  background-image: url(../graphics/signIcons/white/teleOperator.png);
}

.signButtons.topServices a.active .icon.teleOperator,
.signButtons .buttonPanel a:focus .icon.teleOperator,
body.contrastView .icon.teleOperator,
body.contrastView .signButtons.topServices a.active:hover .icon.teleOperator {
  background-image: url(../graphics/signIcons/black/teleOperator.png);
}

/**/
.signButtons a .icon.marketStall,
body.contrastView .signButtons.topServices a.active .icon.marketStall {
  background-image: url(../graphics/signIcons/white/marketStall.png);
}

.signButtons.topServices a.active .icon.marketStall,
.signButtons .buttonPanel a:focus .icon.marketStall,
body.contrastView .icon.marketStall,
body.contrastView .signButtons.topServices a.active:hover .icon.marketStall {
  background-image: url(../graphics/signIcons/black/marketStall.png);
}

/**/
.signButtons a .icon.heartBeat,
body.contrastView .signButtons.topServices a.active .icon.heartBeat {
  background-image: url(../graphics/signIcons/white/heartBeat.png);
}

.signButtons.topServices a.active .icon.heartBeat,
.signButtons .buttonPanel a:focus .icon.heartBeat,
body.contrastView .icon.heartBeat,
body.contrastView .signButtons.topServices a.active:hover .icon.heartBeat {
  background-image: url(../graphics/signIcons/black/heartBeat.png);
}

/**/
.signButtons a .icon.floodScene,
body.contrastView .signButtons.topServices a.active .icon.floodScene {
  background-image: url(../graphics/signIcons/white/floodScene.png);
}

.signButtons.topServices a.active .icon.floodScene,
.signButtons .buttonPanel a:focus .icon.floodScene,
body.contrastView .icon.floodScene,
body.contrastView .signButtons.topServices a.active:hover .icon.floodScene {
  background-image: url(../graphics/signIcons/black/floodScene.png);
}

/**/
.signButtons a .icon.landscape,
body.contrastView .signButtons.topServices a.active .icon.landscape {
  background-image: url(../graphics/signIcons/white/landscape.png);
}

.signButtons.topServices a.active .icon.landscape,
.signButtons .buttonPanel a:focus .icon.landscape,
body.contrastView .icon.landscape,
body.contrastView .signButtons.topServices a.active:hover .icon.landscape {
  background-image: url(../graphics/signIcons/black/landscape.png);
}

/**/
.signButtons a .icon.lifeRingMoneyBag,
body.contrastView .signButtons.topServices a.active .icon.lifeRingMoneyBag {
  background-image: url(../graphics/signIcons/white/lifeRingMoneyBag.png);
}

.signButtons.topServices a.active .icon.lifeRingMoneyBag,
.signButtons .buttonPanel a:focus .icon.lifeRingMoneyBag,
body.contrastView .icon.lifeRingMoneyBag,
body.contrastView .signButtons.topServices a.active:hover .icon.lifeRingMoneyBag {
  background-image: url(../graphics/signIcons/black/lifeRingMoneyBag.png);
}

/**/
.signButtons a .icon.lifeRingMoneyBag,
body.contrastView .signButtons.topServices a.active .icon.lifeRingMoneyBag {
  background-image: url(../graphics/signIcons/white/lifeRingMoneyBag.png);
}

.signButtons.topServices a.active .icon.lifeRingMoneyBag,
.signButtons .buttonPanel a:focus .icon.lifeRingMoneyBag,
body.contrastView .icon.lifeRingMoneyBag,
body.contrastView .signButtons.topServices a.active:hover .icon.lifeRingMoneyBag {
  background-image: url(../graphics/signIcons/black/lifeRingMoneyBag.png);
}

/**/
.signButtons a .icon.wheelieBinBagExclaimationMark,
body.contrastView .signButtons.topServices a.active .icon.wheelieBinBagExclaimationMark {
  background-image: url(../graphics/signIcons/white/wheelieBinBagExclaimationMark.png);
}

.signButtons.topServices a.active .icon.wheelieBinBagExclaimationMark,
.signButtons .buttonPanel a:focus .icon.wheelieBinBagExclaimationMark,
body.contrastView .icon.wheelieBinBagExclaimationMark,
body.contrastView .signButtons.topServices a.active:hover .icon.wheelieBinBagExclaimationMark {
  background-image: url(../graphics/signIcons/black/wheelieBinBagExclaimationMark.png);
}

/**/
.signButtons a .icon.mayorsChain,
body.contrastView .signButtons.topServices a.active .icon.mayorsChain {
  background-image: url(../graphics/signIcons/white/mayorsChain.png);
}

.signButtons.topServices a.active .icon.mayorsChain,
.signButtons .buttonPanel a:focus .icon.mayorsChain,
body.contrastView .icon.mayorsChain,
body.contrastView .signButtons.topServices a.active:hover .icon.mayorsChain {
  background-image: url(../graphics/signIcons/black/mayorsChain.png);
}

/**/
.signButtons a .icon.figureSoundWave,
body.contrastView .signButtons.topServices a.active .icon.figureSoundWave {
  background-image: url(../graphics/signIcons/white/figureSoundWave.png);
}

.signButtons.topServices a.active .icon.figureSoundWave,
.signButtons .buttonPanel a:focus .icon.figureSoundWave,
body.contrastView .icon.figureSoundWave,
body.contrastView .signButtons.topServices a.active:hover .icon.figureSoundWave {
  background-image: url(../graphics/signIcons/black/figureSoundWave.png);
}

/**/
.signButtons a .icon.oldTv,
body.contrastView .signButtons.topServices a.active .icon.oldTv {
  background-image: url(../graphics/signIcons/white/oldTv.png);
}

.signButtons.topServices a.active .icon.oldTv,
.signButtons .buttonPanel a:focus .icon.oldTv,
body.contrastView .icon.oldTv,
body.contrastView .signButtons.topServices a.active:hover .icon.oldTv {
  background-image: url(../graphics/signIcons/black/oldTv.png);
}

/**/
.signButtons a .icon.loudSpeaker,
body.contrastView .signButtons.topServices a.active .icon.loudSpeaker {
  background-image: url(../graphics/signIcons/white/loudSpeaker.png);
}

.signButtons.topServices a.active .icon.loudSpeaker,
.signButtons .buttonPanel a:focus .icon.loudSpeaker,
body.contrastView .icon.loudSpeaker,
body.contrastView .signButtons.topServices a.active:hover .icon.loudSpeaker {
  background-image: url(../graphics/signIcons/black/loudSpeaker.png);
}

/**/
.signButtons a .icon.houseLeaf,
body.contrastView .signButtons.topServices a.active .icon.houseLeaf {
  background-image: url(../graphics/signIcons/white/houseLeaf.png);
}

.signButtons.topServices a.active .icon.houseLeaf,
.signButtons .buttonPanel a:focus .icon.houseLeaf,
body.contrastView .icon.houseLeaf,
body.contrastView .signButtons.topServices a.active:hover .icon.houseLeaf {
  background-image: url(../graphics/signIcons/black/houseLeaf.png);
}

/**/
.signButtons a .icon.hierarchy,
body.contrastView .signButtons.topServices a.active .icon.hierarchy {
  background-image: url(../graphics/signIcons/white/hierarchy.png);
}

.signButtons.topServices a.active .icon.hierarchy,
.signButtons .buttonPanel a:focus .icon.hierarchy,
body.contrastView .icon.hierarchy,
body.contrastView .signButtons.topServices a.active:hover .icon.hierarchy {
  background-image: url(../graphics/signIcons/black/hierarchy.png);
}

/**/
.signButtons a .icon.padLock,
body.contrastView .signButtons.topServices a.active .icon.padLock {
  background-image: url(../graphics/signIcons/white/padLock.png);
}

.signButtons.topServices a.active .icon.padLock,
.signButtons .buttonPanel a:focus .icon.padLock,
body.contrastView .icon.padLock,
body.contrastView .signButtons.topServices a.active:hover .icon.padLock {
  background-image: url(../graphics/signIcons/black/padLock.png);
}

/**/
.signButtons a .icon.wheelieBin,
body.contrastView .signButtons.topServices a.active .icon.wheelieBin {
  background-image: url(../graphics/signIcons/white/wheelieBin.png);
}

.signButtons.topServices a.active .icon.wheelieBin,
.signButtons .buttonPanel a:focus .icon.wheelieBin,
body.contrastView .icon.wheelieBin,
body.contrastView .signButtons.topServices a.active:hover .icon.wheelieBin {
  background-image: url(../graphics/signIcons/black/wheelieBin.png);
}

/**/
.signButtons a .icon.bulbSun,
body.contrastView .signButtons.topServices a.active .icon.bulbSun {
  background-image: url(../graphics/signIcons/white/bulbSun.png);
}

.signButtons.topServices a.active .icon.bulbSun,
.signButtons .buttonPanel a:focus .icon.bulbSun,
body.contrastView .icon.bulbSun,
body.contrastView .signButtons.topServices a.active:hover .icon.bulbSun {
  background-image: url(../graphics/signIcons/black/bulbSun.png);
}

/**/
.signButtons a .icon.pointMobileApp,
body.contrastView .signButtons.topServices a.active .icon.pointMobileApp {
  background-image: url(../graphics/signIcons/white/pointMobileApp.png);
}

.signButtons.topServices a.active .icon.pointMobileApp,
.signButtons .buttonPanel a:focus .icon.pointMobileApp,
body.contrastView .icon.pointMobileApp,
body.contrastView .signButtons.topServices a.active:hover .icon.pointMobileApp {
  background-image: url(../graphics/signIcons/black/pointMobileApp.png);
}

/**/
.signButtons a .icon.circleBulbHouseFactory,
body.contrastView .signButtons.topServices a.active .icon.circleBulbHouseFactory {
  background-image: url(../graphics/signIcons/white/circleBulbHouseFactory.png);
}

.signButtons.topServices a.active .icon.circleBulbHouseFactory,
.signButtons .buttonPanel a:focus .icon.circleBulbHouseFactory,
body.contrastView .icon.circleBulbHouseFactory,
body.contrastView .signButtons.topServices a.active:hover .icon.circleBulbHouseFactory {
  background-image: url(../graphics/signIcons/black/circleBulbHouseFactory.png);
}

/**/
.signButtons a .icon.newStationApproach,
body.contrastView .signButtons.topServices a.active .icon.newStationApproach {
  background-image: url(../graphics/signIcons/white/new-Station_Approach.png);
}

.signButtons.topServices a.active .icon.newStationApproach,
.signButtons .buttonPanel a:focus .icon.newStationApproach,
body.contrastView .icon.newStationApproach,
body.contrastView .signButtons.topServices a.active:hover .icon.newStationApproach {
  background-image: url(../graphics/signIcons/black/new-Station_Approach.png);
}

/**/
.signButtons a .icon.newSpecialTrafficCone,
body.contrastView .signButtons.topServices a.active .icon.newSpecialTrafficCone {
  background-image: url(../graphics/signIcons/white/new-Special_Maintenace_Traffic_Cone.png);
}

.signButtons.topServices a.active .icon.newSpecialTrafficCone,
.signButtons .buttonPanel a:focus .icon.newSpecialTrafficCone,
body.contrastView .icon.newSpecialTrafficCone,
body.contrastView .signButtons.topServices a.active:hover .icon.newSpecialTrafficCone {
  background-image: url(../graphics/signIcons/black/new-Special_Maintenace_Traffic_Cone.png);
}

/**/
.signButtons a .icon.newRuralLine,
body.contrastView .signButtons.topServices a.active .icon.newRuralLine {
  background-image: url(../graphics/signIcons/white/new-Rural_Line.png);
}

.signButtons.topServices a.active .icon.newRuralLine,
.signButtons .buttonPanel a:focus .icon.newRuralLine,
body.contrastView .icon.newRuralLine,
body.contrastView .signButtons.topServices a.active:hover .icon.newRuralLine {
  background-image: url(../graphics/signIcons/black/new-Rural_Line.png);
}

/**/
.signButtons a .icon.newRevenuesBenefits,
body.contrastView .signButtons.topServices a.active .icon.newRevenuesBenefits {
  background-image: url(../graphics/signIcons/white/new-Revenues_Benefits.png);
}

.signButtons.topServices a.active .icon.newRevenuesBenefits,
.signButtons .buttonPanel a:focus .icon.newRevenuesBenefits,
body.contrastView .icon.newRevenuesBenefits,
body.contrastView .signButtons.topServices a.active:hover .icon.newRevenuesBenefits {
  background-image: url(../graphics/signIcons/black/new-Revenues_Benefits.png);
}

/**/
.signButtons a .icon.newPHP,
body.contrastView .signButtons.topServices a.active .icon.newPHP {
  background-image: url(../graphics/signIcons/white/new-PHP.png);
}

.signButtons.topServices a.active .icon.newPHP,
.signButtons .buttonPanel a:focus .icon.newPHP,
body.contrastView .icon.newPHP,
body.contrastView .signButtons.topServices a.active:hover .icon.newPHP {
  background-image: url(../graphics/signIcons/black/new-PHP.png);
}

/**/
.signButtons a .icon.newParking,
body.contrastView .signButtons.topServices a.active .icon.newParking {
  background-image: url(../graphics/signIcons/white/new-Parking.png);
}

.signButtons.topServices a.active .icon.newParking,
.signButtons .buttonPanel a:focus .icon.newParking,
body.contrastView .icon.newParking,
body.contrastView .signButtons.topServices a.active:hover .icon.newParking {
  background-image: url(../graphics/signIcons/black/new-Parking.png);
}

/**/
.signButtons a .icon.newLowCarbon,
body.contrastView .signButtons.topServices a.active .icon.newLowCarbon {
  background-image: url(../graphics/signIcons/white/new-Low_Carbon.png);
}

.signButtons.topServices a.active .icon.newLowCarbon,
.signButtons .buttonPanel a:focus .icon.newLowCarbon,
body.contrastView .icon.newLowCarbon,
body.contrastView .signButtons.topServices a.active:hover .icon.newLowCarbon {
  background-image: url(../graphics/signIcons/black/new-Low_Carbon.png);
}

/**/
.signButtons a .icon.newLandscapeOpenSpaces,
body.contrastView .signButtons.topServices a.active .icon.newLandscapeOpenSpaces {
  background-image: url(../graphics/signIcons/white/newLandscapeOpenSpaces.png);
}

.signButtons.topServices a.active .icon.newLandscapeOpenSpaces,
.signButtons .buttonPanel a:focus .icon.newLandscapeOpenSpaces,
body.contrastView .icon.newLandscapeOpenSpaces,
body.contrastView .signButtons.topServices a.active:hover .icon.newLandscapeOpenSpaces {
  background-image: url(../graphics/signIcons/black/newLandscapeOpenSpaces.png);
}

/**/
.signButtons a .icon.newHousing,
body.contrastView .signButtons.topServices a.active .icon.newHousing {
  background-image: url(../graphics/signIcons/white/newHousing.png);
}

.signButtons.topServices a.active .icon.newHousing,
.signButtons .buttonPanel a:focus .icon.newHousing,
body.contrastView .icon.newHousing,
body.contrastView .signButtons.topServices a.active:hover .icon.newHousing {
  background-image: url(../graphics/signIcons/black/newHousing.png);
}

/**/
.signButtons a .icon.newGuildhall,
body.contrastView .signButtons.topServices a.active .icon.newGuildhall {
  background-image: url(../graphics/signIcons/white/newGuildhall.png);
}

.signButtons.topServices a.active .icon.newGuildhall,
.signButtons .buttonPanel a:focus .icon.newGuildhall,
body.contrastView .icon.newGuildhall,
body.contrastView .signButtons.topServices a.active:hover .icon.newGuildhall {
  background-image: url(../graphics/signIcons/black/newGuildhall.png);
}

/**/
.signButtons a .icon.newFestivals,
body.contrastView .signButtons.topServices a.active .icon.newFestivals {
  background-image: url(../graphics/signIcons/white/newFestivals.png);
}

.signButtons.topServices a.active .icon.newFestivals,
.signButtons .buttonPanel a:focus .icon.newFestivals,
body.contrastView .icon.newFestivals,
body.contrastView .signButtons.topServices a.active:hover .icon.newFestivals {
  background-image: url(../graphics/signIcons/black/newFestivals.png);
}

/**/
.signButtons a .icon.newEstatesEnvironment,
body.contrastView .signButtons.topServices a.active .icon.newEstatesEnvironment {
  background-image: url(../graphics/signIcons/white/newEstatesEnvironment.png);
}

.signButtons.topServices a.active .icon.newEstatesEnvironment,
.signButtons .buttonPanel a:focus .icon.newEstatesEnvironment,
body.contrastView .icon.newEstatesEnvironment,
body.contrastView .signButtons.topServices a.active:hover .icon.newEstatesEnvironment {
  background-image: url(../graphics/signIcons/black/newEstatesEnvironment.png);
}

/**/
.signButtons a .icon.newEnvironmentalHealth,
body.contrastView .signButtons.topServices a.active .icon.newEnvironmentalHealth {
  background-image: url(../graphics/signIcons/white/newEnvironmentalHealth.png);
}

.signButtons.topServices a.active .icon.newEnvironmentalHealth,
.signButtons .buttonPanel a:focus .icon.newEnvironmentalHealth,
body.contrastView .icon.newEnvironmentalHealth,
body.contrastView .signButtons.topServices a.active:hover .icon.newEnvironmentalHealth {
  background-image: url(../graphics/signIcons/black/newEnvironmentalHealth.png);
}

/**/
.signButtons a .icon.newEnvironment,
body.contrastView .signButtons.topServices a.active .icon.newEnvironment {
  background-image: url(../graphics/signIcons/white/newEnvironment.png);
}

.signButtons.topServices a.active .icon.newEnvironment,
.signButtons .buttonPanel a:focus .icon.newEnvironment,
body.contrastView .icon.newEnvironment,
body.contrastView .signButtons.topServices a.active:hover .icon.newEnvironment {
  background-image: url(../graphics/signIcons/black/newEnvironment.png);
}

/**/
.signButtons a .icon.newDigital,
body.contrastView .signButtons.topServices a.active .icon.newDigital {
  background-image: url(../graphics/signIcons/white/newDigital.png);
}

.signButtons.topServices a.active .icon.newDigital,
.signButtons .buttonPanel a:focus .icon.newDigital,
body.contrastView .icon.newDigital,
body.contrastView .signButtons.topServices a.active:hover .icon.newDigital {
  background-image: url(../graphics/signIcons/black/newDigital.png);
}

/**/
.signButtons a .icon.newCommunitySafety,
body.contrastView .signButtons.topServices a.active .icon.newCommunitySafety {
  background-image: url(../graphics/signIcons/white/newCommunitySafety.png);
}

.signButtons.topServices a.active .icon.newCommunitySafety,
.signButtons .buttonPanel a:focus .icon.newCommunitySafety,
body.contrastView .icon.newCommunitySafety,
body.contrastView .signButtons.topServices a.active:hover .icon.newCommunitySafety {
  background-image: url(../graphics/signIcons/black/newCommunitySafety.png);
}

/**/
.signButtons a .icon.newCityRegeneration,
body.contrastView .signButtons.topServices a.active .icon.newCityRegeneration {
  background-image: url(../graphics/signIcons/white/newCityRegeneration.png);
}

.signButtons.topServices a.active .icon.newCityRegeneration,
.signButtons .buttonPanel a:focus .icon.newCityRegeneration,
body.contrastView .icon.newCityRegeneration,
body.contrastView .signButtons.topServices a.active:hover .icon.newCityRegeneration {
  background-image: url(../graphics/signIcons/black/newCityRegeneration.png);
}

/**/
.signButtons a .icon.newChristmas,
body.contrastView .signButtons.topServices a.active .icon.newChristmas {
  background-image: url(../graphics/signIcons/white/newChristmas.png);
}

.signButtons.topServices a.active .icon.newChristmas,
.signButtons .buttonPanel a:focus .icon.newChristmas,
body.contrastView .icon.newChristmas,
body.contrastView .signButtons.topServices a.active:hover .icon.newChristmas {
  background-image: url(../graphics/signIcons/black/newChristmas.png);
}

/**/
.signButtons a .icon.newRegeneration,
body.contrastView .signButtons.topServices a.active .icon.newRegeneration {
  background-image: url(../graphics/signIcons/white/newRegeneration.png);
}

.signButtons.topServices a.active .icon.newRegeneration,
.signButtons .buttonPanel a:focus .icon.newRegeneration,
body.contrastView .icon.newRegeneration,
body.contrastView .signButtons.topServices a.active:hover .icon.newRegeneration {
  background-image: url(../graphics/signIcons/black/newRegeneration.png);
}

/**/
.signButtons a .icon.newBusinessInvest,
body.contrastView .signButtons.topServices a.active .icon.newBusinessInvest {
  background-image: url(../graphics/signIcons/white/newBusinessInvest.png);
}

.signButtons.topServices a.active .icon.newBusinessInvest,
.signButtons .buttonPanel a:focus .icon.newBusinessInvest,
body.contrastView .icon.newBusinessInvest,
body.contrastView .signButtons.topServices a.active:hover .icon.newBusinessInvest {
  background-image: url(../graphics/signIcons/black/newBusinessInvest.png);
}

/**/
.signButtons a .icon.newActiveSport,
body.contrastView .signButtons.topServices a.active .icon.newActiveSport {
  background-image: url(../graphics/signIcons/white/newActiveSport.png);
}

.signButtons.topServices a.active .icon.newActiveSport,
.signButtons .buttonPanel a:focus .icon.newActiveSport,
body.contrastView .icon.newActiveSport,
body.contrastView .signButtons.topServices a.active:hover .icon.newActiveSport {
  background-image: url(../graphics/signIcons/black/newActiveSport.png);
}

/**/
.signButtons a .icon.instagram,
body.contrastView .signButtons.topServices a.active .icon.instagram {
  background-image: url(../graphics/signIcons/white/instagram.png);
}

.signButtons.topServices a.active .icon.instagram,
.signButtons .buttonPanel a:focus .icon.instagram,
body.contrastView .icon.instagram,
body.contrastView .signButtons.topServices a.active:hover .icon.instagram {
  background-image: url(../graphics/signIcons/black/instagram.png);
}

/**/
.signButtons a .icon.facebook,
body.contrastView .signButtons.topServices a.active .icon.facebook {
  background-image: url(../graphics/signIcons/white/facebook.png);
}

.signButtons.topServices a.active .icon.facebook,
.signButtons .buttonPanel a:focus .icon.facebook,
body.contrastView .icon.facebook,
body.contrastView .signButtons.topServices a.active:hover .icon.facebook {
  background-image: url(../graphics/signIcons/black/facebook.png);
}

/**/
.signButtons a .icon.twitter,
body.contrastView .signButtons.topServices a.active .icon.twitter {
  background-image: url(../graphics/signIcons/white/twitter.png);
}

.signButtons.topServices a.active .icon.twitter,
.signButtons .buttonPanel a:focus .icon.twitter,
body.contrastView .icon.twitter,
body.contrastView .signButtons.topServices a.active:hover .icon.twitter {
  background-image: url(../graphics/signIcons/black/twitter.png);
}

/**/
.signButtons a .icon.linkedIn,
body.contrastView .signButtons.topServices a.active .icon.linkedIn {
  background-image: url(../graphics/signIcons/white/linkedIn.png);
}

.signButtons.topServices a.active .icon.linkedIn,
.signButtons .buttonPanel a:focus .icon.linkedIn,
body.contrastView .icon.linkedIn,
body.contrastView .signButtons.topServices a.active:hover .icon.linkedIn {
  background-image: url(../graphics/signIcons/black/linkedIn.png);
}

/**/
.signButtons a .icon.gplus,
body.contrastView .signButtons.topServices a.active .icon.gplus {
  background-image: url(../graphics/signIcons/white/gplus.png);
}

.signButtons.topServices a.active .icon.gplus,
.signButtons .buttonPanel a:focus .icon.gplus,
body.contrastView .icon.gplus,
body.contrastView .signButtons.topServices a.active:hover .icon.gplus {
  background-image: url(../graphics/signIcons/black/gplus.png);
}

/**/
.signButtons a .icon.pinterest,
body.contrastView .signButtons.topServices a.active .icon.pinterest {
  background-image: url(../graphics/signIcons/white/pinterest.png);
}

.signButtons.topServices a.active .icon.pinterest,
.signButtons .buttonPanel a:focus .icon.pinterest,
body.contrastView .icon.pinterest,
body.contrastView .signButtons.topServices a.active:hover .icon.pinterest {
  background-image: url(../graphics/signIcons/black/pinterest.png);
}

/**/
.signButtons a .icon.youtube,
body.contrastView .signButtons.topServices a.active .icon.youtube {
  background-image: url(../graphics/signIcons/white/youtube.png);
}

.signButtons.topServices a.active .icon.youtube,
.signButtons .buttonPanel a:focus .icon.youtube,
body.contrastView .icon.youtube,
body.contrastView .signButtons.topServices a.active:hover .icon.youtube {
  background-image: url(../graphics/signIcons/black/youtube.png);
}

/**/
.signButtons a .icon.vimeo,
body.contrastView .signButtons.topServices a.active .icon.vimeo {
  background-image: url(../graphics/signIcons/white/vimeo.png);
}

.signButtons.topServices a.active .icon.vimeo,
.signButtons .buttonPanel a:focus .icon.vimeo,
body.contrastView .icon.vimeo,
body.contrastView .signButtons.topServices a.active:hover .icon.vimeo {
  background-image: url(../graphics/signIcons/black/vimeo.png);
}

/**/
.signButtons a .icon.flickr,
body.contrastView .signButtons.topServices a.active .icon.flickr {
  background-image: url(../graphics/signIcons/white/flickr.png);
}

.signButtons.topServices a.active .icon.flickr,
.signButtons .buttonPanel a:focus .icon.flickr,
body.contrastView .icon.flickr,
body.contrastView .signButtons.topServices a.active:hover .icon.flickr {
  background-image: url(../graphics/signIcons/black/flickr.png);
}

/**/
.signButtons a .icon.tumblr,
body.contrastView .signButtons.topServices a.active .icon.tumblr {
  background-image: url(../graphics/signIcons/white/tumblr.png);
}

.signButtons.topServices a.active .icon.tumblr,
.signButtons .buttonPanel a:focus .icon.tumblr,
body.contrastView .icon.tumblr,
body.contrastView .signButtons.topServices a.active:hover .icon.tumblr {
  background-image: url(../graphics/signIcons/black/tumblr.png);
}

/**/
.signButtons a .icon.snapchat,
body.contrastView .signButtons.topServices a.active .icon.snapchat {
  background-image: url(../graphics/signIcons/white/snapchat.png);
}

.signButtons.topServices a.active .icon.snapchat,
.signButtons .buttonPanel a:focus .icon.snapchat,
body.contrastView .icon.snapchat,
body.contrastView .signButtons.topServices a.active:hover .icon.snapchat {
  background-image: url(../graphics/signIcons/black/snapchat.png);
}

/* date picker */
table.jCalendar {
  border: 1px solid transparent;
  background: #2E3A41;
  border-collapse: separate !important;
  border-spacing: 2px;
  margin: 16px auto 2px auto;
  width: 250px !important;
}

table.jCalendar th {
  color: #000;
  font-weight: bold;
  text-align: center;
}

table.jCalendar td {
  background: #ccc;
  color: #000;
  /*padding: 3px 5px;*/
  padding: 5px !important;
  text-align: center;
}

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

table.jCalendar td.today {
  background: #666;
  color: #fff;
}

table.jCalendar td.selected {
  background: #6AAC1A;
  color: #fff;
}

table.jCalendar td.selected.dp-hover {
  background: #8BCE04;
  color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000;
}

table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
}

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
/*div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;	
}*/
a.dp-choose-date {
  background: url(../graphics/calendar.png) center center no-repeat;
  width: 37px;
  height: 37px;
  background-size: contain;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  text-indent: -2000px;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
  margin-left: 0.625rem;
}

a.dp-choose-date:hover {
  opacity: 1;
}

a.dp-choose-date:focus {
  background: url(../graphics/calendar-contrast.png) center center no-repeat;
  background-size: contain;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
/*input.dp-applied {
	width: 140px;
	float: left;
}*/
div.dp-popup {
  position: relative;
  background: #2E3A41;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 5px;
  width: 260px;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 5px 5px 0px;
  box-shadow: 0px 5px 5px 0px;
  border: 1px solid #495466;
}

div#dp-popup {
  position: absolute;
  z-index: 199;
}

div.dp-popup h2 {
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0 0;
  padding: 0;
  color: #FFF;
  border-bottom: 0px none;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
}

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 100px;
  height: 33px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
  margin-right: 2px;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a,
div.dp-popup div.dp-nav-next a {
  cursor: pointer;
  font-size: 16px;
  text-indent: -99999px;
  display: inline-block;
  width: 29px;
  height: 30px;
  line-height: 33px;
  background-size: contain;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 100px;
  height: 33px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
  margin-left: 2px;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}

a.dp-nav-prev-year {
  background-image: url(../graphics/nav-prev-year.png);
}

a.dp-nav-prev-year:hover {
  background-image: url(../graphics/nav-prev-year-hover.png);
}

a.dp-nav-prev-year.disabled {
  background-image: url(../graphics/nav-prev-year-disabled.png);
}

a.dp-nav-prev-month {
  background-image: url(../graphics/nav-prev-month.png);
}

a.dp-nav-prev-month:hover {
  background-image: url(../graphics/nav-prev-month-hover.png);
}

a.dp-nav-prev-month.disabled {
  background-image: url(../graphics/nav-prev-month-disabled.png);
}

a.dp-nav-next-year {
  background-image: url(../graphics/nav-next-year.png);
}

a.dp-nav-next-year:hover {
  background-image: url(../graphics/nav-next-year-hover.png);
}

a.dp-nav-next-year.disabled {
  background-image: url(../graphics/nav-next-year-disabled.png);
}

a.dp-nav-next-month {
  background-image: url(../graphics/nav-next-month.png);
}

a.dp-nav-next-month:hover {
  background-image: url(../graphics/nav-next-month-hover.png);
}

a.dp-nav-next-month.disabled {
  background-image: url(../graphics/nav-next-month-disabled.png);
}

.dateMobile {
  display: none;
}

/* contrast */
body.contrastView a.dp-choose-date {
  background: url(../graphics/calendar-contrast.png) top left no-repeat;
  background-size: cover;
}

body.contrastView a.dp-choose-date:hover {
  background: url(../graphics/calendar.png) top left no-repeat;
  background-size: cover;
  opacity: 1;
}

body.contrastView div.dp-popup {
  background: #000000;
  font-size: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #555555;
}

body.contrastView div.dp-popup h2 {
  color: #FFFF00;
}

/* CSS Document copied from winchester.css - contains core 3 resets */
/* Tue, 08 Dec 2020 11:18:25 +0000 */
/* CSS Document for winchester - contains resets */
/* links */
a {
  color: #065D92;
  text-decoration-line: none;
  text-decoration-style: solid;
}

a:hover, a:active {
  color: #043E62;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:focus,
a.promo:focus p span,
.promo:focus .promoText .abstract, .promo:focus .promoText .published {
  color: #000 !important;
}

.headline {
  color: #065D92 !important;
  text-decoration-line: none;
  text-decoration-style: solid;
}

a:focus img {
  outline-width: 3px !important;
  outline-style: solid !important;
  outline-color: #FFBF47 !important;
}

.has-tip {
  font-weight: normal !important;
  border-bottom: none;
}

a:hover .headline,
.formMap ul a:hover {
  color: #043E62 !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:focus .headline {
  color: #000 !important;
}

/* typography */
body {
  font-family: "myriad-pro", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "myriad-pro", sans-serif !important;
  font-style: normal;
}

.promo .promoText p .headline {
  font-weight: 600;
}

.promo .promoText .published {
  color: #444444;
  font-size: 1.125rem;
}

/* change base font size for the design - default 16px upped to 18px - this is moved into the medium media query to avoid class with mobile  */
.container {
  font-size: 100%;
}

.article .content,
.article .content strong {
  color: #222222;
}

/* if default is 18px */
html body.font-size2 .container {
  font-size: 150% !important;
}

body.font-size2 .container .button,
body.font-size2 .container h1,
body.font-size2 .container .h1,
body.font-size2 .container h2,
body.font-size2 .container .h2,
body.font-size2 .container h3,
body.font-size2 .container .h3,
body.font-size2 .container h4,
body.font-size2 .container .h4,
body.font-size2 .container h5,
body.font-size2 .container .h5,
body.font-size2 .container h6,
body.font-size2 .container .h6,
body.font-size2 .container small,
body.font-size2 .desktopTogglePanel,
body.font-size2 .desktopTogglePanel .button {
  font-size: 150% !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  color: #222;
  line-height: normal;
}

/* first heading */
.main .content h1:first-of-type {
  font-weight: 500;
  padding-bottom: 1.5rem;
}

/* reset main link colours */
a {
  color: #065D92;
}

a:hover, a:focus {
  color: #043E62;
}

/* focussed form elements rest from the default  */
/*input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
input.sync_sent_highlighted,
select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,






#formsMaster input:not([type]):focus,
#formsMaster input[type="text"]:focus,
#formsMaster input[type="password"]:focus,
#formsMaster input[type="date"]:focus,
#formsMaster input[type="datetime"]:focus,
#formsMaster input[type="datetime-local"]:focus,
#formsMaster input[type="month"]:focus,
#formsMaster input[type="week"]:focus,
#formsMaster input[type="email"]:focus,
#formsMaster input[type="number"]:focus,
#formsMaster input[type="search"]:focus,
#formsMaster input[type="tel"]:focus,
#formsMaster input[type="time"]:focus,
#formsMaster input[type="url"]:focus,
#formsMaster input[type="color"]:focus,
#formsMaster textarea:focus,
#formsMaster input.sync_sent_highlighted,
#formsMaster select:focus,
#formsMaster input[type="radio"]:focus,
#formsMaster input[type="checkbox"]:focus {
    outline-color: #AFB735
}*/
body.contrastView input:not([type]):focus,
body.contrastView input[type=text]:focus,
body.contrastView input[type=password]:focus,
body.contrastView input[type=date]:focus,
body.contrastView input[type=datetime]:focus,
body.contrastView input[type=datetime-local]:focus,
body.contrastView input[type=month]:focus,
body.contrastView input[type=week]:focus,
body.contrastView input[type=email]:focus,
body.contrastView input[type=number]:focus,
body.contrastView input[type=search]:focus,
body.contrastView input[type=tel]:focus,
body.contrastView input[type=time]:focus,
body.contrastView input[type=url]:focus,
body.contrastView input[type=color]:focus,
body.contrastView textarea:focus,
body.contrastView input.sync_sent_highlighted,
body.contrastView select:focus,
body.contrastView input[type=radio]:focus,
body.contrastView input[type=checkbox]:focus,
body.contrastView #formsMaster input:not([type]):focus,
body.contrastView #formsMaster input[type=text]:focus,
body.contrastView #formsMaster input[type=password]:focus,
body.contrastView #formsMaster input[type=date]:focus,
body.contrastView #formsMaster input[type=datetime]:focus,
body.contrastView #formsMaster input[type=datetime-local]:focus,
body.contrastView #formsMaster input[type=month]:focus,
body.contrastView #formsMaster input[type=week]:focus,
body.contrastView #formsMaster input[type=email]:focus,
body.contrastView #formsMaster input[type=number]:focus,
body.contrastView #formsMaster input[type=search]:focus,
body.contrastView #formsMaster input[type=tel]:focus,
body.contrastView #formsMaster input[type=time]:focus,
body.contrastView #formsMaster input[type=url]:focus,
body.contrastView #formsMaster input[type=color]:focus,
body.contrastView #formsMaster textarea:focus,
body.contrastView #formsMaster input.sync_sent_highlighted,
body.contrastView #formsMaster select:focus,
body.contrastView #formsMaster input[type=radio]:focus,
body.contrastView #formsMaster input[type=checkbox]:focus {
  outline-color: #0CCBCE;
}

/*a:focus,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.sidebar a:focus .value .valueTitle,
.displayOptions a:focus,
.contrast:focus,
.buttonSquare:focus,
input.button:focus,
.button:focus,
.FormButton:focus,
button:focus,
button:focus span.icon,
.headerLink.trigger.active:focus,
.button.hollow:focus,
.button.toggler.active:focus,
.featuredNewsCol figcaption a:focus,
body a.skip_content,
.skip_content:hover,
body .skip_content:active, body .skip_content:focus,
.newsFeature .item a:focus,
.callout .close-button:focus,
#formsMaster #fm_upload:focus,
#formsMaster .buttonGroup input:focus, 
#formsMaster .buttonGroup button:focus,
input:FormButton {
    outline-color: #AFB735;
    background-color: #AFB735!important;
	color:#000 !important
}
#news-pager a.active:focus:after {
	border-right-color: #AFB735 !important; 
}*/
a.liveHelp {
  background-color: #ff9933;
  position: fixed;
  z-index: 1004;
  height: 97px;
  width: 62px;
  top: auto;
  bottom: 50px;
  right: -18px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.liveHelp:hover {
  right: 0px;
}

a.liveHelp span.icon {
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../graphics/icon-lifeSaver.png);
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
}

a.liveHelp span.text {
  background-image: url(../graphics/live-help.png);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 68px;
  position: absolute;
  top: 15px;
  background-size: cover;
  left: 15px;
}

#whoson_chat_link {
  width: 100%;
  height: auto;
}

body.contrastView a.liveHelp {
  background-color: #00ffff;
}

body.contrastView a.liveHelp span.icon {
  background-image: url(../graphics/icon-lifeSaver-contrast.png);
}

body.contrastView a.liveHelp span.text {
  background-image: url(../graphics/live-help-contrast.png);
}

.liveHelpPopup .close-button {
  background-color: #3F0;
  width: 44px;
  opacity: 0;
}

/* cookie message */
#cookie-law {
  padding: 10px 0 15px 0;
  text-align: center !important;
  color: white !important;
  background-color: #333;
  border-top: 1px solid #ccc;
}

#cookie-law a {
  color: #FFF;
}

#cookie-law button {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 1em;
  color: #FFF;
  font-weight: bold;
}

#cookie-law button:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #333 !important;
}

/* no script tag  */
.noScript {
  background-color: #000;
  background-image: url(../graphics/winchester-city-council-logo-invert-white.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 200px;
  padding: 86px 15px 15px;
  color: #FFF !important;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-shadow: 0 10px 22px 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 10px 22px 7px rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 22px 7px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 1000;
}

.lt-ie9 .noScript,
.ie9 .noScript {
  background-image: none;
  padding-top: 20px;
}

.noScript .h1 {
  color: #FFF;
  margin-top: 10px;
}

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

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

.serviceMessages {
  background-color: #F3F3F3;
}

/* theme */
/*additional top row for url and display options link */
.toolRow {
  background-color: #7D2248;
  color: #FFF;
}

/* display options link */
.accessLink {
  border-bottom-left-radius: 5px;
  font-weight: bold;
  position: relative;
}

.accessLink.active {
  background-color: #FFBF47;
  color: #000 !important;
}

.accessLink:after {
  border-bottom-color: #FFBF47;
}

/* buttons */
.button {
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
}

form .button {
  border-radius: 0 !important;
}

.button,
.theme .button {
  background-color: #065D92;
  color: #FFF !important;
  font-size: 1.125rem;
}

.button.hollow,
.theme .button.hollow,
#formsMaster .FormButton.hollow,
#formsMaster button.hollow,
#formsMaster .button.hollow {
  color: #065D92 !important;
  border-color: #065D92 !important;
  background-color: #FFF !important;
}

.button:hover,
.button.hollow:hover,
.theme .button:hover,
#formsMaster .FormButton:hover, #formsMaster button:hover, #formsMaster .button:hover, .fileUpload:hover {
  background-color: #043E62 !important;
}

.button.hollow:hover,
.theme .button.hollow:hover {
  color: #FFF !important;
  border-color: #043E62 !important;
}

/*.button:focus,
.theme .button:focus {
    background-color: #AFB735!important;
}*/
[type=text].date-pick {
  display: inline-block !important;
  width: calc(100% - 60px);
}

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

a.ui-datepicker-prev:focus .ui-icon {
  background-image: url("../node_modules/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png");
}

a.ui-datepicker-next:focus .ui-icon {
  background-image: url("../node_modules/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png");
}

/* reset callouts */
.callout,
.content .callout {
  color: #FFF !important;
  background-color: black;
}

.callout p,
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6,
.callout li,
.callout ol,
.callout ul,
.callout a,
.callout .close-button {
  color: #FFF !important;
}

.callout a:focus {
  color: #000 !important;
}

.callout.primary {
  background-color: #4E5051;
}

.callout.secondary {
  background-color: #624E53;
}

.callout.alert {
  background-color: #7D2248;
}

.callout.success {
  background-color: #517C19;
}

.callout.warning {
  background-color: #000;
}

/* reset info block */
.content .info { /*background-color:#89b8c5; changed for WCAG*/
  background-color: #E0ECF0;
}

/* reset formsmaster */
#formsMaster .ErrorText ul li,
#formsMaster .right-col .errorMessage,
.myCouncilForm .errorMessage {
  background-color: #7D2248;
  border-color: #7D2248;
  color: #FFF !important;
}

#formsMaster .ErrorText ul li a {
  color: #FFF;
}

/* generic header furniture */
.smallViewportHeader {
  background-color: #7D2248;
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#header {
  /*#header .headerLink.loginTrigger { background-color:#0F0 !important; padding: 1.74rem 1rem; height:79px; border-radius:5px 5px 0 0;}*/
}
#header .headerLink {
  display: block;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  line-height: 1;
  height: 2.4375rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  background-color: #7D2248;
  font-size: 1.125rem;
  font-weight: normal !important;
}
#header .headerLink:hover,
#header .toolRow .headerLink:hover {
  background-color: #551731 !important;
  color: #FFF !important;
}
#header .headerLink.accessLink {
  border-radius: 0 !important;
  font-weight: normal !important;
  float: right;
}
#header .headerLink.accessLink.active {
  background-color: #551731 !important;
  color: #FFF !important;
}
#header .headerLink:focus,
#header .headerLink.accessLink.active:focus {
  background: #FFBF47 !important;
  color: #000 !important;
}
#header .visuallyhidden {
  /* added in for WCAG automated testing*/
  background-color: black !important;
  color: white !important;
}
#header .headerLink.accessLink:hover {
  color: #FFF !important;
}
#header .headerLink.accessLink:after {
  border-bottom-color: #551731 !important;
}
#header .headerLink.homeLink {
  border-radius: 0 !important;
  text-align: left !important;
  display: inline-block !important;
}
#header .show-for-medium .row.collapse .relative {
  background-color: blue;
}
#header .headerSearch,
#header .headerMenu {
  margin-top: 1.25rem;
}
#header .headerLink {
  color: #FFF !important;
}
#header .headerLink.loginTrigger {
  border: 1px solid #7D2248 !important;
}
#header .headerLink.loginTrigger:hover {
  background-color: #551731 !important;
  text-decoration: none;
  color: #fff !important;
}
#header .headerLink.loginTrigger:focus:hover {
  color: #FFF !important;
}
#header .headerLink.loginTrigger.active,
#header .headerLink.loginTrigger.active:hover {
  background-color: #fff !important;
  color: #7D2248 !important;
}

.button:focus,
.FormButton:focus {
  background: #FFBF47;
  color: #000000 !important;
}

.breadcrumb {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.desktopTogglePanel {
  top: -20px; /*offset the margin  and row padding*/
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #7D2248 !important;
  position: relative;
  font-size: 1.125rem;
}

.desktopTogglePanel:after, .desktopTogglePanel:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.desktopTogglePanel:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.desktopTogglePanel:before {
  border-color: rgba(186, 34, 60, 0);
  border-bottom-color: #7D2248;
  border-width: 16px;
  margin-left: -16px;
}

.desktopTogglePanel .button:last-of-type {
  margin-bottom: 20px !important;
}

/* tip work out the height of your logo with the shim in the grid first without the min-height applied - THEN when you work it out add the min-height in */
#header .show-for-medium .logo a {
  min-height: 74px;
}

#header .logo a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0.2s;
  background-image: url(../graphics/winchester_city_council_logo_2020.png);
}

body.contrastView #header .logo a {
  background-image: url(../graphics/winchester-city-council-logo-invert-white.png);
}

#header .logo a:hover {
  opacity: 0.6;
}

#header .logo a:focus,
body.contrastView #header .logo a:hover {
  background-image: url(../graphics/winchester-city-council-logo-invert.png);
}

.headerSearch .button {
  background-color: transparent;
  background-image: url(../graphics/search-icon.png);
  background-size: 85% 85%;
  background-repeat: no-repeat;
  background-position: center center;
}

.headerSearch .button:hover {
  background-color: transparent !important;
}

/* mobile header */
.smallViewport .logo {
  background-image: url(../graphics/winchester-city-council-logo-invert-white.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
}

/* reset this if they have only role='button' in the mobile header */
/* remove the below if sign in is added */
.smallViewport .small-6 .logo {
  background-size: 95%;
}

@media screen and (min-width: 21em) {
  .smallViewport .small-6 .logo {
    background-size: 60% !important;
    background-position: 12px;
  }
}
.mobileTogglePanel form .button {
  border-radius: 0px !important;
}

.allServicesButton {
  text-transform: capitalize;
  border: 1px solid #7D2248;
  text-align: left !important;
  background-image: url(../graphics/menu-bars-icon.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.allServicesButton:focus {
  background-image: url(../graphics/menu-bars-icon-invert.png);
}

.allServicesButton.active {
  background-color: #551731 !important;
}

/*	#header .headerLink.allServicesButton:focus,
	#header .headerLink.allServicesButton:focus:hover { background-color:#AFB735 !important; color:#000 !important}*/
.bannerWallpaper {
  background-color: #000;
}

figure.bannerWallpaper p.h1 a,
div.bannerWallpaper p.h1 a {
  color: #fff;
}

div.bannerWallpaper p.h1 {
  background-color: rgb(0, 0, 0) !important;
  background-image: none;
}

div.bannerWallpaper p.h1 {
  padding-bottom: 1.25rem;
}

div.bannerWallpaper p.h1 small {
  overflow-wrap: break-word;
  height: auto;
  line-height: normal !important;
}

@media screen and (max-width: 39.9375em) {
  div.bannerWallpaper p.h1 {
    font-size: 24px !important;
  }
  div.bannerWallpaper p.h1 small {
    font-size: 75%;
  }
}
/* layout decor */
.row.withMidLine {
  background-image: url(../graphics/withMidLine.png);
}

.border-top {
  border-top: 1px solid #e3e3e3;
}

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

.borderAlt {
  border-color: #e3e3e3 !important;
}

.colorAlt {
  color: #7D2248 !important;
}

.bgColorAlt {
  background-color: #F5F5F5;
}

/* content with aside background lines */
.withSidebarRight .columns.content.paddingRight {
  padding-right: 0.625rem !important;
}

.withSidebarRight .columns.sidebar.paddingLeft {
  padding-left: 0.625rem !important;
}

.withSidebarRight .columns.sidebar {
  border-top: 1px solid #d4d7d9;
  padding-top: 1.25rem !important;
  /* added for WCAG issues of automated testing */
  background-color: #f5f5f5;
  border-right: 1px solid #d4d7d9;
  border-left: 1px solid #d4d7d9;
}

.withSidebarRight {
  background-image: none;
  background-repeat: repeat-y;
  background-size: 33.33% auto;
  background-position: right;
}

.sidebar {
  background-color: #f5f5f5;
}

.sidebar section {
  padding: 1.125rem;
  border: 1px dotted #d4d7d9;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(221, 244, 252, 0.1);
  -moz-box-shadow: i0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.sidebar section.socialFeed {
  padding: 0 !important;
}

/* side bar chapternav (see content area version below this */
.sidebar .sideNav {
  font-size: 1em;
  position: relative;
}

.sidebar .sideNav .h1 {
  padding: 1.25rem;
  line-height: normal;
  display: block;
  background-color: #FFF;
  margin-bottom: 0;
  border: 1px solid #d4d7d9;
  border-bottom: 0px;
}

.sidebar .sideNav ul.nav li {
  border-bottom: 1px solid #d4d7d9;
}

.withSidebarRight .sidebar .sideNav ul.nav li {
  border-right: 1px solid #d4d7d9;
  border-left: 1px solid #d4d7d9;
}

.withSidebarLeft .sidebar .sideNav ul.nav li {
  border-left: 1px solid #d4d7d9;
}

.sidebar .sideNav ul.nav li:first-of-type {
  border-top: 1px solid #d4d7d9;
}

.sidebar .sideNav ul.nav a {
  background-color: #ffffff;
}

.sidebar .sideNav ul.nav a span.folioTitle {
  font-weight: 800;
}

.sidebar .sideNav ul.nav a.active,
.sidebar .sideNav ul.nav a.active:hover {
  background-color: #043E62 !important;
  color: #FFF !important;
}

.sidebar .sideNav ul.nav a span.part {
  display: block;
  color: #333;
  font-size: 0.778em;
  font-weight: 800;
}

.sidebar .sideNav ul.nav a span.subTitle {
  display: block;
  color: #333;
  font-size: 0.778em;
  font-weight: 300;
}

.sidebar .sideNav ul.nav a:hover {
  background-color: #FFF;
  color: #043E62;
}

.sidebar .sideNav ul.nav a:hover span.part,
.sidebar .sideNav ul.nav a:hover span.subTitle {
  color: #333;
}

.sidebar .sideNav ul.nav a.active span {
  color: #FFF;
}

.sidebar .sideNav ul.nav a.active:hover {
  background-color: #043E62;
  color: #FFF;
}

.sidebar .sideNav ul.nav a.active:hover span.part,
.sidebar .sideNav ul.nav a.active:hover span.subTitle {
  color: #FFF;
}

/* left arrow */
.sidebar .sideNav ul.nav a {
  position: relative;
}

.sidebar .sideNav ul.nav a:hover:after,
.sidebar .sideNav ul.nav a:hover:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* we dont want to see it on desktop */
  display: none;
}

.sidebar .sideNav ul.nav a:hover:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

.sidebar .sideNav ul.nav a:hover:before {
  border-color: rgba(212, 215, 217, 0);
  border-right-color: #d4d7d9;
  border-width: 16px;
  margin-top: -16px;
}

.sidebar .sideNav ul.nav a.active:after,
.sidebar .sideNav ul.nav a.active:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* we dont want to see it on desktop */
  display: none;
}

.sidebar .sideNav ul.nav a.active:after {
  border-color: rgba(0, 115, 170, 0);
  border-right-color: #043E62;
  border-width: 15px;
  margin-top: -15px;
}

.sidebar .sideNav ul.nav a.active:before {
  border-color: rgba(212, 215, 217, 0);
  border-right-color: #d4d7d9;
  border-width: 16px;
  margin-top: -16px;
}

/* focus styles for aside nav arrow */
.sidebar .sideNav ul.nav a.active:focus,
.sidebar .sideNav ul.nav a.active:focus :hover {
  background-color: #FFBF47 !important;
  color: #000 !important;
}

.sidebar .sideNav ul.nav a.active:focus span {
  color: #000 !important;
}

.sidebar .sideNav ul.nav a:focus:hover:after,
.sidebar .sideNav ul.nav a.active:focus:after {
  border-right-color: #FFBF47 !important;
}

/* sidebar menu structure */
.sideMenu a {
  padding: 0.625rem 0;
  border-bottom: 1px solid #d4d7d9;
  font-weight: 600;
}

.sideMenu ul li:last-of-type a {
  border: 0px;
}

/* content area chapter nav */
/* prev */
a.chapterNav.prev .blockParent:after,
a.chapterNav.prev .blockParent:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

a.chapterNav.prev .blockParent:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

a.chapterNav.prev .blockParent:before {
  border-color: rgba(212, 215, 217, 0);
  border-right-color: #d4d7d9;
  border-width: 11px;
  margin-top: -11px;
}

/* next */
a.chapterNav.next .blockParent:after,
a.chapterNav.next .blockParent:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

a.chapterNav.next .blockParent:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

a.chapterNav.next .blockParent:before {
  border-color: rgba(212, 215, 217, 0);
  border-left-color: #d4d7d9;
  border-width: 11px;
  margin-top: -11px;
}

.chapterNav .blockParent {
  border: 1px solid #d4d7d9;
}

a.chapterNav .blockParent span.part {
  color: #333;
  font-size: 0.778em;
  font-weight: 800;
}

a.chapterNav .blockParent span.subTitle {
  color: #333;
  font-size: 0.778em;
  font-weight: 300;
}

a.chapterNav .blockParent span.folioTitle {
  font-weight: 700;
}

a.chapterNav:hover .blockParent {
  text-decoration: none;
  background-color: #fff !important;
}

a.chapterNav.active .blockParent,
a.chapterNav.active:hover .blockParent {
  background-color: #043E62 !important;
  color: #fff;
}

a.chapterNav.active .blockParent span,
a.chapterNav.active:hover .blockParent span.part,
a.chapterNav.active:hover .blockParent span.subTitle {
  color: #fff;
}

a.chapterNav.active:hover .blockParent span.folioTitle {
  color: white;
  text-decoration: none !important;
}

/* active */
/* see media queries */
/* focus */
/* active */
a.chapterNav.active .blockParent:after,
a.chapterNav.active .blockParent:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

a.chapterNav.active .blockParent:after {
  border-color: rgba(0, 115, 170, 0);
  border-bottom-color: #043E62;
  border-width: 10px;
  margin-left: -10px;
}

a.chapterNav.active .blockParent:before {
  border-color: rgba(212, 215, 217, 0);
  border-bottom-color: #d4d7d9;
  border-width: 11px;
  margin-left: -11px;
}

a.chapterNav:focus {
  background-color: #FFF !important;
}

a.chapterNav:focus .blockParent {
  background: #FFBF47 !important;
  color: #000000 !important;
}

a.chapterNav.active:focus .blockParent {
  background-color: #FFBF47 !important;
}

a.chapterNav.active:focus .blockParent span {
  color: #000 !important;
}

/* next prev focus */
a.chapterNav.next:focus .blockParent:after {
  border-left-color: #FFBF47;
}

a.chapterNav.prev:focus .blockParent:after {
  border-right-color: #FFBF47;
}

a.chapterNav.active:focus .blockParent:after {
  border-bottom-color: #FFBF47;
}

/* hide the arrows on mobile */
a.chapterNav.next .blockParent:after,
a.chapterNav.next .blockParent:before,
a.chapterNav.prev .blockParent:after,
a.chapterNav.prev .blockParent:before,
a.chapterNav.active .blockParent:after,
a.chapterNav.active .blockParent:before {
  display: none;
}

/* promo */
.card-image-overflow {
  background-color: #444444;
}

.content .card-image-overflow {
  color: #fff !important;
}

/* icons based buttons for tasks */
.signButtons.topTasks {
  background-color: #fff;
}

.signButtons.topTasks .buttonPanel a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  background-color: #065D92;
}

.signButtons.topTasks .buttonPanel a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  background-color: #043E62;
}

/* icons based buttons */
.signButtons.topTasks .heading {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/*

CHECK IT

.signButtons .row .columns,
.signButtons .row .column { margin-bottom:20px; }*/
.signButtons.topTasks a {
  border-radius: 5px;
}

.signButtons.topTasks a .buttonText {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  line-height: normal;
}

.signButtons.topTasks a:focus .buttonText {
  text-shadow: none !important;
}

/* 
.signButtons.topTasks a .icon {
	background-image:url(../graphics/signIcons/wallet-white.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
*/
.signButtons.topTasks .button.hollow {
  /*color:#333 !important; 
  border-color:#333 !important; 
  background-color:transparent !important;*/
}

/*.signButtons.topTasks .button.hollow:focus { background-color:#AFB735 !important; color:#000 !important }*/
/* icons based buttons for services */
.signButtons.topServices {
  background-color: #eeeeee;
}

.signButtons .buttonPanel a .buttonText {
  padding: 0 15px 10px 15px !important;
}

/*
.signButtons.topServices a .icon {
	background-image:url(../graphics/signIcons/wallet-white.png);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	}
	.signButtons.topServices a.active .icon {
		background-image:url(../graphics/signIcons/wallet-black.png);
		background-position-x: center;
		background-position-y: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
	}
*/
/* sign buttons need to be rescaled down a bit on the smallest viewports */
.signButtons .buttonPanel a .icon { /*height:95px;*/
  height: 50px;
}

.signButtons .buttonPanel a .buttonText { /*padding-bottom:10px;*/
  padding-bottom: 0px;
}

/* service category toggle panels */
.serviceCategory.trigger.active:after {
  border-bottom-color: #fff;
}

.signButtons.topServices .buttonPanel a {
  color: #fff;
  background-color: #7D2248;
  text-decoration: none !important;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

.signButtons.topServices .buttonPanel a:hover {
  background-color: #551731;
}

.signButtons.topServices .buttonPanel a.active,
.signButtons.topServices .buttonPanel a.active:hover {
  background-color: #ffffff;
  color: #000;
  text-shadow: none;
}

/*
.signButtons .buttonPanel a:focus .icon {
	background-image:url(../graphics/signIcons/wallet-black.png);
}
*/
.expandedServicePanel .row .row {
  background-color: #fff;
  border-radius: 5px;
}

.expandedServicePanel .headline {
  color: #000 !important;
  padding-top: 10px;
}

.expandedServicePanel a {
  border-radius: 5px;
}

/* added in because thw want the buttons to look different */
.expandedServicePanel .textPanel a {
  font-weight: 500;
  background-color: #7D2248;
  color: #fff;
}

.expandedServicePanel .textPanel a:hover {
  background-color: #551731;
  color: #fff;
}

.closeServicePanel {
  background-image: url(../graphics/icon-cross-dark.png);
}

.closeServicePanel:hover {
  background-image: url(../graphics/icon-cross-dark.png);
  background-color: #fff;
}

.closeServicePanel:focus {
  background-image: url(../graphics/icon-cross-dark.png);
}

.signButtons.topServices .button.hollow {
  /*color:#FFF !important; 
  border-color:#FFF !important; 
  background-color:transparent !important*/
}

/*.signButtons.topServices .button.hollow:focus { background-color:#AFB735 !important; color:#000 !important}*/
/* service page service nav */
.signButtons.serviceNodes .textPanel a {
  color: #FFF !important;
  background: #7D2248;
  border-radius: 5px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.signButtons.serviceNodes .textPanel a:hover {
  background: #551731;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.signButtons.serviceNodes .textPanel a:focus,
.signButtons.serviceNodes .textPanel a:focus:hover {
  color: #000 !important;
}

/* home page news */
.featuredNewsCol figcaption.black65,
.campaignSlides figcaption.black65,
.featuredNewsCol figcaption {
  padding: 15px 20px;
}

.featuredNewsCol figcaption p.h1 {
  font-weight: 300;
}

.featuredNewsCol figcaption.black65,
.campaignSlides figcaption.black65 {
  background-image: none;
  background-color: #000;
}

/* home page campaignSlides */
.featuredNewsCol figcaption p > .button,
.featuredNewsCol figcaption p .abstract {
  font-size: 1.125rem;
}

/* for the tv layoput when they use the signed off layout we need tjhis to offset the border issue */
.newsFeature {
  margin-bottom: 1px;
}

.campaignSlides figcaption {
  padding: 15px 20px 20px 20px;
  text-align: center;
}

.campaignSlides .bx-wrapper .bx-prev {
  left: 0 !important;
}

.campaignSlides .bx-wrapper .bx-next {
  right: 0 !important;
}

/* content details sections */
.details .row p,
.promoText .row p {
  display: inherit;
  width: 100% !important;
}
.pairLabel {
  font-weight: normal;
  color: #555555;
}

.details .labelIcon {
  width: 32px;
  height: 32px;
}

/* reset core font sizes  */
label,
.button.small {
  font-size: 1.125rem !important;
}

/* custom postcode for repairs search */
.searchPanel {
  background-color: #F3F3F3 !important;
}

/* search applicance */
.searchMain {
  background-color: #F3F3F3 !important;
}

.showAdvancedFilters {
  background-color: #F3F3F3 !important;
}

.panelDecor {
  background-image: url(../graphics/diagonalShade.png);
  background-color: #f3f3f3;
}
.panelDecor .searchSecondary {
  width: 100%;
}

/* force old layout */
/* news feature */
/* customise heights */
.featuredNewsCol,
.featuredNewsNavCol,
.newsFeature .item {
  height: 43vh;
}

.newsFeature .item a {
  color: #FFF !important;
}

.newsFeature {
  position: relative;
  z-index: 1;
}

#news-pager a {
  height: 10.75vh;
}

#news-pager a span {
  font-size: 1.125rem;
}

#news-pager a {
  background: #F3F3F3;
  color: #000;
  font-size: 1.25em;
}

#news-pager a span {
  border-bottom: 1px solid #fff;
}

#news-pager a:hover,
#news-pager a.active {
  background-color: #FFF;
  border-right: 1px solid #F3F3F3;
}

#news-pager a.active:after {
  border-right-color: #fff;
}

.no-js .newsFeature {
  background: none;
}

.no-js .featuredNewsCol figcaption {
  color: #333;
}

/* bx slider pagination */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #065D92;
  border: 2px solid #065D92;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #043E62;
  border-color: #043E62;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  /*background: #000;*/
  background: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
  border-color: #000;
}

/* galleries in general publishing */
.galleryThumbs a span {
  padding: 3px;
  border: 2px solid #d4d7d9;
}

.galleryThumbs a:hover span,
.galleryThumbs a.active span {
  border: 2px solid #043E62;
}

/* dynamic filtering */
a.filter-tag-button {
  border: 1px solid #d4d7d9;
}

/* card view for events etc */
.card {
  border: none !important;
}

.card .cardWrap {
  border: 1px solid #d4d7d9;
}

.lineTop {
  border-top: 1px solid #d4d7d9;
}

.lineBottom {
  border-bottom: 1px solid #d4d7d9;
}

.card figure figcaption {
  padding: 0.625rem;
}

.card .promoText.darkened {
  background-color: #E9ECEE;
  color: #000;
}

.cardWrap a {
  color: #000 !important;
  text-decoration: none !important;
}

.cardWrap a:focus .promoText {
  background-color: #FFBF47 !important;
  color: #000 !important;
}

.card .linkColour {
  color: #065D92;
  text-decoration: none;
}

p.hashTag a:hover {
  text-decoration: underline !important;
  color: #043E62 !important;
}

a:hover .linkColour {
  color: #043E62;
  text-decoration: underline;
}

a:focus .linkColour {
  color: #000 !important;
}

.cardWrap.darkBorder {
  border-color: #d4d7d9;
}

/* listing like atoZ */
.listLinks {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal !important;
}

.listLinks li {
  margin: 0.5rem 0;
  font-size: 1.5rem;
}

.listLinks li:last-of-type {
  margin-bottom: 0;
}

.listLinks li a::first-letter {
  text-transform: capitalize !important;
}

.listLinks li a {
  padding: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

/* general content publishing */
/* images */
.content figcaption p,
.content figcaption,
.content .contentVid p {
  color: #666;
  line-height: normal;
}

blockquote {
  border-left: 1px solid #d4d7d9;
}

blockquote, blockquote p {
  color: #043E62;
  font-style: italic;
  font-size: 1.25rem;
}

/* task button inside publishing */
a.button.taskAction {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#767676+0,636363+100 */
  background: #767676; /* Old browsers */
  background: -moz-linear-gradient(top, #767676 0%, #636363 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #767676 0%, #636363 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #767676 0%, #636363 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#767676", endColorstr="#636363",GradientType=0 ); /* IE6-9 */
  border-color: #444;
  border-radius: 3px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.content a.button.taskAction:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#707070+0,606060+100 */
  background: #707070; /* Old browsers */
  background: -moz-linear-gradient(top, #707070 0%, #606060 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #707070 0%, #606060 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #707070 0%, #606060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#707070", endColorstr="#606060",GradientType=0 ); /* IE6-9 */
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75), 0px 0px 5px 0px rgb(221, 244, 252);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75), 0px 0px 5px 0px rgb(221, 244, 252);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75), 0px 0px 5px 0px rgb(221, 244, 252);
  border-color: #DDF4FC;
}

.content a.button.large.taskAction:hover {
  padding-top: 0.87em;
  padding-bottom: 0.83em;
}

.content a.button.taskAction:focus {
  background: #FFBF47;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #444;
}

/* accordion content */
.accordion-title {
  font-size: 1.4rem;
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #f5f5f5;
  padding-right: 50px;
}

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

.accordion-title::before {
  margin-top: -0.75rem;
}

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

.accordion-content ol,
.accordion-content ul {
  margin-bottom: 1.25em;
}

/* card toggle content - not in core yet */
/* search results */
#searchResults li a.linkBlock {
  border-left-width: 10px;
  border-color: #d4d7d9;
  color: #000;
}

#searchResults li a.linkBlock small {
  color: green;
}

#searchResults li a.linkBlock h3 {
  color: #065D92;
  text-decoration: underline;
}

#searchResults li a.linkBlock:hover h3 {
  color: #043E62;
  text-decoration: none;
}

#searchResults li a.linkBlock:hover {
  border-color: #e5e7e8;
}

#searchResults li a.linkBlock:focus,
#searchResults li a.linkBlock:focus h3,
#searchResults li a.linkBlock:focus small {
  color: #000 !important;
}

/* updated search for elastic */
.searchResults li a h3 {
  color: #065D92;
  text-decoration: underline;
}

.searchResults li a:hover h3 {
  color: #043E62;
  text-decoration: none;
}

/* doc type */
.searchResults li a b.docType {
  background-image: url(../graphics/download-ready.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.searchResults li a:hover b.docType {
  background-image: url(../graphics/download-hover.png);
}

/* calendars */
.dateCalBlock .dateCalBlockTitle {
  color: #000;
}

.dateCal span {
  display: block;
  clear: both;
}

.dateMonthAbbr {
  background-color: #AD3211 !important;
  color: #FFF;
  text-transform: uppercase;
}

.dateDayNum {
  border-color: #d4d7d9;
  color: #444;
  font-size: 18px;
  background-color: #FFF;
  font-weight: 700;
}

/* hints */
.hint {
  border-radius: 15px;
  background-color: #000;
  color: #fff !important;
  font-weight: 600;
}

/* loading */
.loader .loader-bar {
  border-radius: 4px;
  background-color: #888 !important;
}

/* a to z footer & header  */
.atozHeader {
  background-color: #FFF;
}

.atozFooter {
  background-color: #f6f6f6;
}

.azNav {
  font-weight: 300;
}

.azNav li {
  text-transform: uppercase;
  font-size: 1em;
}

.atozHeader .azNav li a {
  color: #000;
  border: 1px solid #d4d7d9;
}

.atozFooter .azNav li a {
  color: #000;
  border: 1px solid transparent;
}

.azNav li a:hover {
  border-color: #043E62;
  color: #043E62;
}

.azNav li a.active {
  background-color: #043E62;
  color: #FFF;
}

/* global footer */
.footer .footerLinks {
  background-color: #4F4F4F;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.footer .footerBlockTitle {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.footer a {
  color: #FFF;
  text-decoration: none;
  border-bottom: dotted 1px #8a8a8a;
}
.footer a:hover {
  text-decoration: none;
  border-bottom: 0px;
}
.footer .logoLink {
  margin-bottom: 2em;
  width: 95%;
  border-bottom: 0px !important;
}
.footer .logoLink:focus {
  background: transparent !important;
}

.vcard time {
  display: block !important;
}

/* synicate */
.syndicate,
.syndicate a {
  color: #fff;
}

/* social */
.social {
  background-image: url(../graphics/winchester-city-skyline-grey-2020.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #4F4F4F;
  padding-top: 5rem;
}

.badgeButtons img {
  max-width: 44px;
  max-height: 44px;
}

.badgeButtons {
  font-family: felt-tip-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* credits */
a.credit {
  font-family: felt-tip-roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-bottom: 0px !important;
}

/* back-to-top floating button */
a.back-to-top {
  background: #043e62;
  background-color: #043e62;
  color: #ffffff;
  border: 1px solid #fff;
}

a.back-to-top:hover {
  background-color: #043e62;
  color: #FFF;
}

/* medium */
@media screen and (min-width: 40em) {
  /* change base font size for the design - default 16px upped to 18px - this is moved into the medium media query to avoid class with mobile  */
  .container {
    font-size: 112.5%;
  }
  /* display options toggle verb */
  /* all services 'ALL' */
  .allServicesButton span {
    display: none !important;
  }
  /* content with aside background lines */
  .withSidebarRight {
    background-image: url(../graphics/sidebar.gif);
  }
  .sidebar {
    background-color: transparent;
  }
  .withSidebarRight .columns.content.paddingRight {
    padding-right: 0.625rem !important;
  }
  .withSidebarRight .columns.sidebar.paddingLeft {
    padding-left: 0.625rem !important;
  }
  .withSidebarRight .columns.sidebar {
    border-top: none;
  }
  /* sign buttons need to be rescaled up a bit from the smallest viewports */
  .signButtons .buttonPanel a .icon {
    height: 95px;
  }
  .signButtons .buttonPanel a .buttonText {
    padding-bottom: 10px !important;
  }
  /* first heading */
  .main .content h1:first-of-type {
    margin-top: 1.125rem;
  }
  /* content area chapter nav */
  .pageNav a.chapterNav:first-of-type .blockParent {
    border-bottom: 1px solid #d4d7d9;
  }
  /* left arrow */
  .sidebar .sideNav ul.nav a:hover:after,
  .sidebar .sideNav ul.nav a:hover:before,
  .sidebar .sideNav ul.nav a.active:after,
  .sidebar .sideNav ul.nav a.active:before,
  a.chapterNav.next .blockParent:after,
  a.chapterNav.next .blockParent:before,
  a.chapterNav.prev .blockParent:after,
  a.chapterNav.prev .blockParent:before,
  a.chapterNav.active .blockParent:after,
  a.chapterNav.active .blockParent:before {
    display: block !important;
  }
  /* social */
  .social {
    padding-top: 13vh;
  }
  .badgeButtons {
    padding-top: 0px;
  }
  a.liveHelp {
    top: 22%;
    height: 130px;
  }
  a.liveHelp span.icon {
    display: block;
  }
  a.liveHelp span.text {
    top: 48px;
  }
  /* back-to-top floating button */
  .back-to-top {
    /* reset because of position of live help widget */
    right: 20px;
    left: auto;
  }
}
/* large */
@media screen and (min-width: 64em) {
  /* display options toggle verb */ /* all services 'ALL' */
  .toggleLabel,
  .allServicesButton span {
    display: inline-block !important;
  }
  /* content with aside background lines */
  .withSidebarRight {
    background-image: url(../graphics/sidebar.gif);
  }
  .sidebar {
    background-color: transparent;
  }
  .withSidebarRight .columns.content.paddingRight {
    padding-right: 1.125rem !important;
  }
  .withSidebarRight .columns.sidebar.paddingLeft {
    padding-left: 1.125rem !important;
  }
  .withSidebarRight .columns.sidebar {
    border-top: none;
  }
  /* social */
  .social {
    padding-top: 27vh;
    background-image: url(../graphics/winchester-city-skyline-hires-grey-2020.png);
  }
}
/* contrast */
body.contrastView .smallViewportHeader {
  background-color: #333;
}

body.contrastView .social {
  background: none;
  padding-top: 20px;
}

body.contrastView .syndicate {
  background-color: #000 !important;
}

/*body.contrastView .atozFooter { border-bottom:1px solid #555555}*/
body.contrastView .toolRow {
  border-bottom: 1px solid #555555;
}

body.contrastView .footerLinks {
  border-top: 1px solid #555555;
}

body.contrastView .allServicesButton {
  background-image: url("../graphics/menu-bars-icon-invert.png");
}

body.zoomed #news-pager a span {
  font-size: 10px !important;
  line-height: 1 !important;
}
body.zoomed .smallViewport .logo {
  width: 44px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
body.zoomed .smallViewport .icon {
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
body.zoomed .breadcrumb ul {
  margin: 0px !important;
  line-height: 0;
}
body.zoomed .breadcrumb ul a,
body.zoomed .breadcrumb ul span {
  font-size: 5px !important;
  margin: 1px 0;
}
body.zoomed .cookieControlTrigger {
  left: 0;
  bottom: -30px;
  z-index: 2;
}
body.zoomed .cookieControlTrigger a {
  padding: 5px 5px 35px !important;
  font-size: 9px !important;
}
