/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Open Sans, Segoe UI, Tahoma, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

.bg-white {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-darkblue {
  --bg-opacity: 1;
  background-color: #000066;
  background-color: rgba(0, 0, 102, var(--bg-opacity));
}

.bg-linkblueongrey {
  --bg-opacity: 1;
  background-color: #005984;
  background-color: rgba(0, 89, 132, var(--bg-opacity));
}

.bg-purple {
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
}

.bg-deeppurple {
  --bg-opacity: 1;
  background-color: #630056;
  background-color: rgba(99, 0, 86, var(--bg-opacity));
}

.bg-darkgrey {
  --bg-opacity: 1;
  background-color: #333333;
  background-color: rgba(51, 51, 51, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #006699;
  background-color: rgba(0, 102, 153, var(--bg-opacity));
}

.bg-green {
  --bg-opacity: 1;
  background-color: #08802F;
  background-color: rgba(8, 128, 47, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #CC0033;
  background-color: rgba(204, 0, 51, var(--bg-opacity));
}

.bg-yellow {
  --bg-opacity: 1;
  background-color: #FF9900;
  background-color: rgba(255, 153, 0, var(--bg-opacity));
}

.bg-violet {
  --bg-opacity: 1;
  background-color: #4C2C92;
  background-color: rgba(76, 44, 146, var(--bg-opacity));
}

.bg-lightgrey {
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.bg-orange {
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #D6D7D9;
  background-color: rgba(214, 215, 217, var(--bg-opacity));
}

.hover\:bg-purple:hover {
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
}

.focus\:bg-deeppurple:focus {
  --bg-opacity: 1;
  background-color: #630056;
  background-color: rgba(99, 0, 86, var(--bg-opacity));
}

.border-collapse {
  border-collapse: collapse;
}

.border-white {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-darkgrey {
  --border-opacity: 1;
  border-color: #333333;
  border-color: rgba(51, 51, 51, var(--border-opacity));
}

.border-blue {
  --border-opacity: 1;
  border-color: #006699;
  border-color: rgba(0, 102, 153, var(--border-opacity));
}

.border-green {
  --border-opacity: 1;
  border-color: #08802F;
  border-color: rgba(8, 128, 47, var(--border-opacity));
}

.border-yellow {
  --border-opacity: 1;
  border-color: #FF9900;
  border-color: rgba(255, 153, 0, var(--border-opacity));
}

.border-lightgrey {
  --border-opacity: 1;
  border-color: #F6F6F6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
}

.border-midgrey {
  --border-opacity: 1;
  border-color: #6F777B;
  border-color: rgba(111, 119, 123, var(--border-opacity));
}

.border-orange {
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #D6D7D9;
  border-color: rgba(214, 215, 217, var(--border-opacity));
}

.border-error {
  --border-opacity: 1;
  border-color: #D4351C;
  border-color: rgba(212, 53, 28, var(--border-opacity));
}

.hover\:border-purple:hover {
  --border-opacity: 1;
  border-color: #993399;
  border-color: rgba(153, 51, 153, var(--border-opacity));
}

.focus\:border-orange:focus {
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.font-sans {
  font-family: Open Sans, Segoe UI, Tahoma, sans-serif;
}

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

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

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.text-sm {
  font-size: 0.8888rem;
}

.text-base {
  font-size: 1.05555rem;
}

.text-lg {
  font-size: 1.33333rem;
}

.text-xl {
  font-size: 2rem;
}

.text-2xl {
  font-size: 2.66667rem;
}

.text-m-xl {
  font-size: 1.77777rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.list-none {
  list-style-type: none;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.-mr-2 {
  margin-right: -0.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.placeholder-primarytext::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--placeholder-opacity));
}

.placeholder-primarytext:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--placeholder-opacity));
}

.placeholder-primarytext::placeholder {
  --placeholder-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--placeholder-opacity));
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.resize {
  resize: both;
}

.fill-current {
  fill: currentColor;
}

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

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

.text-white {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-nearblack {
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
}

.text-darkblue {
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
}

.text-linkblue {
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
}

.text-purple {
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
}

.text-darkgrey {
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.text-lightgrey {
  --text-opacity: 1;
  color: #F6F6F6;
  color: rgba(246, 246, 246, var(--text-opacity));
}

.text-primarytext {
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.text-error {
  --text-opacity: 1;
  color: #D4351C;
  color: rgba(212, 53, 28, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.ordinal {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal;
}

.align-top {
  vertical-align: top;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.break-all {
  word-break: break-all;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 1280px){
  .component-max-width{
    max-width:44rem
  }
}

.outline-orange{
  outline:#f60 solid 2px
}

.outline-orange-inset{
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.outline-orange-inset-lg{
  outline:#f60 solid 4px;
  outline-offset:-4px
}

.container-break-out{
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw
}

.fill-blue{
  fill:#069
}

.fill-purple{
  fill:#7d006b
}

.fill-darkblue{
  fill:#006
}

.fill-nearblack{
  fill:#191919
}

body{
  margin:0
}

@font-face{
  font-family:'Open Sans', 'Segoe UI', Tahoma, sans-serif;

  src:url("fonts/opensans-regular-webfont.woff2") format("woff2"),url("fonts/opensans-regular-webfont.woff") format("woff");

  font-weight:normal;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Open Sans', 'Segoe UI', Tahoma, sans-serif;

  src:url("fonts/opensans-italic-webfont.woff2") format("woff2"),url("fonts/opensans-italic-webfont.woff") format("woff");

  font-weight:normal;

  font-style:italic;

  font-display:swap
}

@font-face{
  font-family:'Open Sans', 'Segoe UI', Tahoma, sans-serif;

  src:url("fonts/opensans-bold-webfont.woff2") format("woff2"),url("fonts/opensans-bold-webfont.woff") format("woff");

  font-weight:bold;

  font-style:normal;

  font-display:swap
}

#google_translate_element a{
  color:#fff !important
}

:root{
  --spacing: 1rem;
  --vertical-rhythm-spacing: 2rem;
  --banner-content-width: 100%;
  --banner-content-margin: 0;
  --banner-content-padding: var(--spacing);
  --banner-content-text-color: #000;
  --banner-content-bg-color: #F6F6F6
}

html{
  font-size:18px
}

body{
  font-family: Open Sans, Segoe UI, Tahoma, sans-serif
}

.sr-only,.visually-hidden{
  background-color:black;
  color:white
}

.block-system-main-block,.storybook-default{
  font-size: 1.05555rem
}

h1{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.25
}

@media (min-width: 640px){
  h1{
    font-size: 2.333333rem
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 2.66667rem;
    line-height: 1.375;
    overflow-wrap:normal
  }
}

h2{
  font-size: 1.77777rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.25
}

@media (min-width: 1024px){
  h2{
    font-size: 2rem
  }
}

h3{
  font-size: 1.33333rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.25
}

h4{
  font-size: 1.05555rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.25
}

.placeholder-opacity-100::-moz-placeholder{
  opacity:1
}

.placeholder-opacity-100:-ms-input-placeholder{
  opacity:1
}

.placeholder-opacity-100::placeholder{
  opacity:1
}

.placeholder-opacity-50::-moz-placeholder{
  opacity:0.5
}

.placeholder-opacity-50:-ms-input-placeholder{
  opacity:0.5
}

.placeholder-opacity-50::placeholder{
  opacity:0.5
}

@media (min-width: 768px){
  .measure{
    max-width: 36rem
  }
}

hr{
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #F6F6F6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
  margin-bottom: 1.5rem;
  margin-top: 1rem
}

.linksongrey a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word;
  --text-opacity: 1;
  color: #005984;
  color: rgba(0, 89, 132, var(--text-opacity))
}

.linksongrey a:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.linksongrey a:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

.linksongrey a:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

.linksongrey a:active,.linksongrey a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.links a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word
}

.links a:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.links a:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

.links a:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

.links a:active,.links a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.typography p,.typography--moderngov p,.cke_editable p{
  margin-bottom: 1rem
}

.typography p:last-of-type,.typography--moderngov p:last-of-type,.cke_editable p:last-of-type{
  margin-bottom: 0
}

.typography p:last-of-type+ul,.typography--moderngov p:last-of-type+ul,.typography p:last-of-type+ol,.typography--moderngov p:last-of-type+ol,.cke_editable p:last-of-type+ul,.cke_editable p:last-of-type+ol{
  padding-top: 1.5rem
}

.typography p+h2,.typography--moderngov p+h2,.typography p+h3,.typography--moderngov p+h3,.cke_editable p+h2,.cke_editable p+h3{
  padding-top: 1rem
}

.typography a,.typography--moderngov a,.cke_editable a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word
}

.typography a:hover,.typography--moderngov a:hover,.cke_editable a:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.typography a:visited,.typography--moderngov a:visited,.cke_editable a:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

.typography a:visited:hover,.typography--moderngov a:visited:hover,.cke_editable a:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

.typography a:active,.typography--moderngov a:active,.typography a:focus,.typography--moderngov a:focus,.cke_editable a:active,.cke_editable a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.typography p+table,.typography--moderngov p+table,.typography h2+table,.typography--moderngov h2+table,.typography h3+table,.typography--moderngov h3+table,.typography h4+table,.typography--moderngov h4+table,.typography h2+h3,.typography--moderngov h2+h3,.typography h2+h4,.typography--moderngov h2+h4,.typography h3+h4,.typography--moderngov h3+h4,.cke_editable p+table,.cke_editable h2+table,.cke_editable h3+table,.cke_editable h4+table,.cke_editable h2+h3,.cke_editable h2+h4,.cke_editable h3+h4{
  padding-top: 1rem
}

.typography ul+p,.typography--moderngov ul+p,.typography ol+p,.typography--moderngov ol+p,.cke_editable ul+p,.cke_editable ol+p{
  padding-top: 1.5rem
}

.typography ul+h2,.typography--moderngov ul+h2,.typography ul+h3,.typography--moderngov ul+h3,.typography ul+h4,.typography--moderngov ul+h4,.typography ol+h2,.typography--moderngov ol+h2,.typography ol+h3,.typography--moderngov ol+h3,.typography ol+h4,.typography--moderngov ol+h4,.typography table+h2,.typography--moderngov table+h2,.typography table+h3,.typography--moderngov table+h3,.typography table+h4,.typography--moderngov table+h4,.cke_editable ul+h2,.cke_editable ul+h3,.cke_editable ul+h4,.cke_editable ol+h2,.cke_editable ol+h3,.cke_editable ol+h4,.cke_editable table+h2,.cke_editable table+h3,.cke_editable table+h4{
  padding-top: 2rem
}

.typography ul,.typography--moderngov ul,.cke_editable ul{
  list-style:none;
  padding-left: 1.25rem
}

.typography ul li+li,.typography--moderngov ul li+li,.cke_editable ul li+li{
  padding-top: 0.5rem
}

.typography ul li:before,.typography--moderngov ul li:before,.cke_editable ul li:before{
  content:'\2022';
  color:inherit;
  display:inline-block;
  width:1em;
  margin-left:-1em
}

.typography ol,.typography--moderngov ol,.cke_editable ol{
  list-style:decimal;
  padding-left: 1.25rem
}

.typography ol li+li,.typography--moderngov ol li+li,.cke_editable ol li+li{
  padding-top: 0.5rem
}

.typography dl dt,.typography--moderngov dl dt,.cke_editable dl dt{
  font-weight: 700
}

.typography dl dd+dt,.typography--moderngov dl dd+dt,.cke_editable dl dd+dt{
  padding-top: 1rem
}

.typography--moderngov h1{
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: 2rem
}

@media (min-width: 640px){
  .typography--moderngov h1{
    font-size: 2.333333rem
  }
}

@media (min-width: 1024px){
  .typography--moderngov h1{
    font-size: 2.66667rem
  }
}

@media (min-width: 768px){
  .typography--moderngov h1{
    max-width: 48rem
  }
}

.typography--moderngov ul li:before{
  display:none
}

.typography--moderngov ul li+li{
  padding:unset
}

.typography--moderngov ol li+li{
  padding:unset
}

.typography--moderngov #modgov h1{
  margin-bottom: 2rem
}

.moderngov-nav .subsite-section-nav__link--active{
  font-weight: 700
}

.icon--small{
  width:20px;
  height:20px
}

.icon--inline{
  display:inline-block;
  margin-bottom:2px
}

.icons-demo{
  display:flex
}

.icons-demo .icon{
  height:100px;
  width:100px
}

.icons-demo pre{
  background-color:clr(muted);
  font-size:0.8rem;
  margin:0;
  text-align:center
}

.icons-demo__item{
  border:1px solid clr(muted)
}

.new-social-menu__icon{
  max-width:22.5px;
  max-height:25.59px;
  width:100%;
  display:block
}

figure{
  margin:0
}

.figure__caption{
  font-style:italic
}

.button,input.form-submit{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.05555rem;
  display: inline-block
}

.button--primary,input.form-submit{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700
}

.button--primary:hover,input.form-submit:hover{
  --bg-opacity: 1;
  background-color: #7D006B;
  background-color: rgba(125, 0, 107, var(--bg-opacity))
}

.button--primary:focus,.button--primary:active,input.form-submit:focus,input.form-submit:active{
  --bg-opacity: 1;
  background-color: #630056;
  background-color: rgba(99, 0, 86, var(--bg-opacity));
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.button--small{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.button--primary.button--inactive{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  --border-opacity: 1;
  border-color: #6F777B;
  border-color: rgba(111, 119, 123, var(--border-opacity));
  border-width: 2px
}

.button--primary.button--inactive:hover{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  --border-opacity: 1;
  border-color: #6F777B;
  border-color: rgba(111, 119, 123, var(--border-opacity));
  border-width: 2px
}

a.cta-link{
  display:inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0.125rem;
  line-height: 1.25
}

a.cta-link:focus,a.cta-link:active{
  outline:#f60 solid 2px;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  outline-offset:-2px;
  outline-width:4px
}

a.cta-link--primary{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity))
}

a.cta-link--primary:link,a.cta-link--primary:visited{
  color:white;
  text-decoration:none
}

a.cta-link--primary:link:hover,a.cta-link--primary:visited:hover{
  --bg-opacity: 1;
  background-color: #7D006B;
  background-color: rgba(125, 0, 107, var(--bg-opacity));
  color:white
}

a.cta-link--primary:focus,a.cta-link--primary:active{
  --bg-opacity: 1;
  background-color: #7D006B;
  background-color: rgba(125, 0, 107, var(--bg-opacity));
  color:white
}

a.cta-link--secondary{
  border-width: 2px;
  --border-opacity: 1;
  border-color: #006699;
  border-color: rgba(0, 102, 153, var(--border-opacity));
  border-radius: 0.125rem
}

a.cta-link--secondary:link,a.cta-link--secondary:visited{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

a.cta-link--secondary:link:hover,a.cta-link--secondary:visited:hover{
  --bg-opacity: 1;
  background-color: #006699;
  background-color: rgba(0, 102, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

a.cta-link--secondary:focus,a.cta-link--secondary:active{
  --bg-opacity: 1;
  background-color: #006699;
  background-color: rgba(0, 102, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

a.cta-link--arrow:after{
  background-image:url(images/forward-sprite.svg);
  background-repeat:no-repeat;
  background-position:100% -80px;
  content:'';
  display:inline-block;
  width:1.6em;
  height:1em;
  position:relative;
  margin-bottom:-0.15em
}

a.cta-link--arrow--last:after{
  display:none
}

a.cta-link--arrow--last span.last{
  display:inline-block
}

a.cta-link--arrow--last span.last:after{
  background-image:url(images/forward-sprite.svg);
  background-repeat:no-repeat;
  background-position:100% 0;
  content:'';
  display:inline-block;
  width:1.5em;
  height:1em;
  position:relative;
  margin-bottom:-0.15em
}

a.cta-link--arrow:hover:after{
  background-position:100% -80px
}

a.cta-link--arrow:hover--last:after{
  display:none
}

a.cta-link--arrow:hover--last span.last:after{
  background-position:100% -80px
}

a.cta-link--thin{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

a.cta-link--thin--arrow:after{
  height:1.07em
}

a.cta-link.cta-link--secondary.cta-link--arrow:after{
  background-position:100% 0
}

a.cta-link.cta-link--secondary.cta-link--arrow:hover:after{
  background-position:100% -80px
}

a.cta-link.cta-link--primary.cta-link--arrow:after{
  background-position:100% -80px
}

a.cta-link.cta-link--primary.cta-link--arrow--last:after{
  display:none
}

a.cta-link.cta-link--primary.cta-link--arrow--last span.last:after{
  background-position:100% -80px
}

.link{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word
}

.link:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.link:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

.link:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

.link:active,.link:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.link--no-visited:visited{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline
}

.link--no-visited:visited:focus{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.link--no-outline{
  outline: 0
}

.link--large{
  font-size: 1.33333rem;
  font-weight: 700
}

.link--chevron:focus:hover svg{
  fill:#191919
}

.link--chevron:focus svg{
  fill:#191919
}

.link--chevron svg{
  fill:#069
}

.link--chevron:hover svg{
  fill:#006
}

.typography table,.typography--moderngov table,.cke_editable table{
  line-height: 1.375;
  overflow-x:auto;
  border-collapse:separate
}

.typography table caption,.typography--moderngov table caption,.cke_editable table caption{
  display:table-caption;
  font-weight: 700;
  text-align: left;
  padding-top: 1rem
}

.typography table thead tr,.typography--moderngov table thead tr,.cke_editable table thead tr{
  border-spacing:0;
  border-collapse:collapse
}

.typography table thead th,.typography--moderngov table thead th,.cke_editable table thead th{
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #333333;
  border-color: rgba(51, 51, 51, var(--border-opacity));
  text-align: left;
  vertical-align: top;
  font-weight: 700
}

.typography table thead th:last-child,.typography--moderngov table thead th:last-child,.cke_editable table thead th:last-child{
  padding-right: 0
}

.typography table tbody th,.typography--moderngov table tbody th,.cke_editable table tbody th{
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #333333;
  border-color: rgba(51, 51, 51, var(--border-opacity));
  text-align: left;
  vertical-align: top;
  font-weight: 700
}

.typography table tbody tr,.typography--moderngov table tbody tr,.cke_editable table tbody tr{
  border-spacing:0;
  border-collapse:collapse
}

.typography table tbody td,.typography--moderngov table tbody td,.cke_editable table tbody td{
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #333333;
  border-color: rgba(51, 51, 51, var(--border-opacity));
  text-align: left;
  vertical-align: top
}

.typography table tbody td:last-child,.typography--moderngov table tbody td:last-child,.cke_editable table tbody td:last-child{
  padding-right: 0
}

.typography table+p,.typography--moderngov table+p,.cke_editable table+p{
  margin-top: 1.5rem
}

@media (min-width: 768px){
  .last-two-words{
    white-space:nowrap
  }
}

.lede>p{
  margin-bottom: 1rem
}

.lede>p:last-of-type{
  margin: 0
}

.tile{
  width:100%;
  overflow-wrap:break-word
}

@media (min-width: 768px){
  .tile{
    width: 50%
  }
}

@media (min-width: 1024px){
  .tile{
    width: 33.333333%
  }
}

.tile>a:focus{
  outline:#f60 solid 4px;
  outline-offset:-4px
}

.video-wrapper{
  position: relative;
  height: 0;
  padding-bottom:calc(.5625 * 100%);
  padding-bottom:calc(var(--aspect-ratio, .5625) * 100%)
}

.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0
}

.paragraph--type--localgov-accordion{
  margin-bottom:24px
}

.paragraph--type--localgov-accordion:last-child{
  margin-bottom:0px
}

.accordion>h1,.accordion>h2,.accordion>h3,.accordion>h4,.accordion>h5,.accordion>h6{
  margin-bottom:24px;
  overflow-wrap:anywhere
}

.accordion-pane{
  margin-bottom:24px
}

.accordion-pane:last-child{
  margin-bottom:0
}

.accordion-pane .accordion-pane__title h1,.accordion-pane .accordion-pane__title h2,.accordion-pane .accordion-pane__title h3,.accordion-pane .accordion-pane__title h4,.accordion-pane .accordion-pane__title h5,.accordion-pane .accordion-pane__title h6{
  margin:0
}

.accordion-pane .accordion-pane__title button{
  font-size:19px;
  line-height:23.75px;
  border-radius:2.25px;
  overflow-wrap:anywhere;
  display:block;
  width:100%;
  padding-top:13.5px;
  padding-right:30px;
  padding-bottom:13.5px;
  padding-left:18px;
  font-weight:700;
  text-align:left;
  border-width:0;
  border-color:transparent;
  position:relative
}

.accordion-pane .accordion-pane__title button::after{
  color:inherit;
  color:currentColor;
  display:inline-block;
  content:"-";
  content:"-" / "";
  position:absolute;
  top:10px;
  right:14px;
  font-size:1.6em
}

.accordion-pane .accordion-pane__title button[aria-expanded="false"]::after{
  content:"+";
  content:"+" / "";
  top:13px;
  right:12px
}

.accordion-pane .accordion-pane__content{
  margin-top:24px;
  overflow-wrap:anywhere
}

.accordion-pane .accordion-pane__content .media--type-image{
  margin-top:1rem
}

@media (min-width: 1280px){
  .banner-header{
    max-width:100%
  }
}

@media (min-width: 1280px){
  .banner-header{
    max-width:80rem
  }
}

@media (min-width: 1280px){
  .subsite-banner--overview .subsite-banner__image{
    -webkit-mask-image:url(images/mask-banner.svg);
            mask-image:url(images/mask-banner.svg);
    -webkit-mask-position:50% 100%;
            mask-position:50% 100%;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat
  }
}

@media (min-width: 1280px){
  .banner-cta{
    padding-left:2rem;
    padding-right:2rem
  }
}

.banner-cta,.banner-cta--tertiary{
  font-size:1rem
}

@media (min-width: 768px){
  .banner-cta,.banner-cta--tertiary{
    font-size:1.1rem
  }
}

@media (min-width: 1280px){
  .banner-cta,.banner-cta--tertiary{
    font-size:0.9rem
  }
}

@media (min-width: 1280px){
  .banner-cta,.banner-cta--tertiary{
    font-size:1rem
  }
}

.banner-cta__title{
  font-size:1.6em
}

.banner-cta__text{
  font-size:1.3em
}

.banner-cta__logo{
  width:6em
}

@media (min-width: 1280px){
  .banner-cta__logo{
    width:5em
  }
}

@media (min-width: 1280px){
  .banner-cta__logo{
    width:5em
  }
}

.banner-cta__link .icon{
  width:16px;
  height:16px;
  fill:#069
}

@media (max-width: 1279px){
  .banner-cta-wrapper{
    padding:0;
    max-width:none;
    margin:0
  }
}

.banner-cta-wrapper .banner-cta{
  padding-left:1rem;
  padding-right:1rem;
  margin-left:auto;
  margin-right:auto;
  max-width:640px
}

@media (min-width: 768px){
  .banner-cta-wrapper .banner-cta{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .banner-cta-wrapper .banner-cta{
    max-width:1024px;
    padding-left:2rem;
    padding-right:2rem
  }
}

@media (min-width: 1280px){
  .banner-cta-wrapper .banner-cta{
    max-width:32rem;
    margin-left:0
  }
}

.layout-columns--one .card-call-to-action .text-area{
  font-size: 1.33333rem
}

@supports (display: flex){
  .content-component--call-to-action{
    display: flex;
    flex-direction: column;
    height: 100%
  }
}

.card-feature{
  flex-direction:column
}

@supports (display: flex){
  .card-feature{
    display: flex;
    height: 100%
  }
}

.layout-columns--one .card-feature{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity))
}

.without-nav .layout-columns--two .card-feature,.without-nav .layout-columns--three .card-feature{
  flex-direction:row;
  flex-wrap:wrap
}

@media (min-width: 1024px){
  .without-nav .layout-columns--two .card-feature,.without-nav .layout-columns--three .card-feature{
    flex-direction:column
  }
}

@media (min-width: 768px){
  .with-nav .layout-columns--two .card-feature,.with-nav .layout-columns--three .card-feature{
    flex-direction:row;
    flex-wrap:wrap
  }
}

@media (min-width: 1024px){
  .with-nav .layout-columns--two .card-feature .card-feature__title,.with-nav .layout-columns--three .card-feature .card-feature__title{
    font-size:1.2rem
  }

  .with-nav .layout-columns--two .card-feature .card-feature__link,.with-nav .layout-columns--three .card-feature .card-feature__link{
    font-size:0.95em
  }
}

@media (min-width: 1280px){
  .with-nav .layout-columns--two .card-feature,.with-nav .layout-columns--three .card-feature{
    flex-direction:column
  }
}

@supports (display: flex){
  .card-feature .card-feature__info{
    display: flex;
    flex-direction: column;
    flex-grow: 1
  }
}

.layout-columns--one .card-feature .card-feature__info{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem
}

.card-feature .card-feature__link{
  line-height: 1.25
}

.layout-columns--one .card-feature .card-feature__link{
  display: none
}

.layout-columns--one .card-feature .card-feature__link--cta{
  display: block
}

.card-feature__image img{
  width:100%
}

@media (min-width: 768px){
  .layout-columns--one .card-feature__image{
    width: 50%;
    margin-bottom: 0
  }

  .layout-columns--one .card-feature__image article,.layout-columns--one .card-feature__image div:not(.contextual):not(.visually-hidden),.layout-columns--one .card-feature__image picture{
    height:100%
  }

  .layout-columns--one .card-feature__image img{
    width:100%
  }

  .with-nav .layout-columns--two .card-feature__image,.with-nav .layout-columns--three .card-feature__image{
    width: 50%;
    margin-bottom: 0
  }

  .layout-columns--one .card-feature__info{
    width: 50%;
    padding-left: 1.5rem
  }

  .with-nav .layout-columns--two .card-feature__info,.with-nav .layout-columns--three .card-feature__info{
    width: 50%;
    padding-left: 1.5rem;
    margin-bottom: 0
  }
}

.layout-columns--two .with-nav .card-feature__image,.layout-columns--three .with-nav .card-feature__image{
  width: 50%;
  margin-bottom: 0
}

.layout-columns--two .with-nav .card-feature__info,.layout-columns--three .with-nav .card-feature__info{
  width: 50%;
  padding-left: 1.5rem
}

@media (min-width: 1280px){
  .layout-columns--two .with-nav .card-feature__info,.layout-columns--three .with-nav .card-feature__info{
    width: 100%
  }
}

@media (min-width: 768px){
  .without-nav .layout-columns--two .card-feature__image,.without-nav .layout-columns--three .card-feature__image{
    width: 50%;
    margin-bottom: 0
  }

  .without-nav .layout-columns--two .card-feature__info,.without-nav .layout-columns--three .card-feature__info{
    width: 50%;
    padding-left: 1.5rem
  }

  .layout-columns--one .card-feature__info{
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem
  }
}

@media (min-width: 1024px){
  .without-nav .layout-columns--two .card-feature__image,.without-nav .layout-columns--three .card-feature__image{
    width: 100%;
    margin-bottom: 1rem
  }

  .without-nav .layout-columns--two .card-feature__info,.without-nav .layout-columns--three .card-feature__info{
    width: 100%;
    padding-left: 0
  }

  .layout-columns--one .layout-col--first .card-feature__text{
    flex-shrink: 1;
    flex-grow: 0
  }
}

@media (min-width: 1280px){
  .without-nav .layout-columns--one .card-feature__title{
    font-size: 2rem
  }

  .with-nav .layout-columns--two .card-feature__image,.with-nav .layout-columns--three .card-feature__image{
    width: 100%;
    margin-bottom: 1rem
  }

  .with-nav .layout-columns--two .card-feature__info,.with-nav .layout-columns--three .card-feature__info{
    width: 100%;
    padding-left: 0
  }

  .layout-columns--two .layout-col--second .card-feature__info{
    flex-shrink: 1;
    flex-grow: 0
  }
}

.image-card .image-card__caption{
  font-size: 0.8888rem;
  font-style: italic
}

@media (min-width: 1280px){
  .layout-columns--one .image-card{
    max-width:44rem
  }
}

.listing-card__title a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word
}

.listing-card__title a:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.listing-card__title a:visited{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline
}

.listing-card__title a:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

.listing-card__title a:active,.listing-card__title a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.listing-card-date{
  font-size:1rem
}

.listing-card-date__title{
  font-size:1.2em;
  line-height: 1.25;
  padding-top: 1rem;
  font-weight: 700
}

.listing-card-date__day{
  font-size:6em;
  letter-spacing:-0.03em
}

.listing-card-date__month{
  font-size:2em
}

.listing-card-date__year{
  font-size:1.2em
}

.listing-card__meta{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap
}

.listing-card__meta li{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.8888rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  border-radius: 0.125rem
}

.listing-card__meta li:last-of-type{
  margin-right: 0
}

.listing-card__categories{
  margin-top: 1rem
}

.listing-card__categories .item-list ul,.listing-card__categories ul{
  display:flex;
  flex-wrap:wrap;
  margin:0
}

.listing-card__categories .item-list ul li,.listing-card__categories ul li{
  margin:0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  --bg-opacity: 1;
  background-color: #4C2C92;
  background-color: rgba(76, 44, 146, var(--bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.8888rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  border-radius: 0.125rem
}

.listing-card__categories .item-list ul li:last-of-type,.listing-card__categories ul li:last-of-type{
  margin-right: 0
}

.leaflet-popup-content .listing-card--directory{
  border-left:0;
  background:transparent;
  font-size:18px
}

.leaflet-popup-content .listing-card--directory .listing-card__wrapper{
  padding:0
}

.leaflet-popup-content .listing-card--directory .listing-card__title{
  font-size:18px;
  margin-bottom: 0.5rem
}

.leaflet-popup-content .listing-card--directory .listing-card__contact,.leaflet-popup-content .listing-card--directory .listing-card__address,.leaflet-popup-content .listing-card--directory .listing-card__text,.leaflet-popup-content .listing-card--directory .listing-card__image{
  display:none
}

.leaflet-popup-content .listing-card--directory .listing-card__cta a.cta-link{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.leaflet-popup-content a,.leaflet-container a{
  text-decoration:underline
}

.event-card--mini .listing-card-date{
  font-size:0.5rem
}

.event-card--mini .listing-card-date__day{
  font-size:5em;
  line-height:1
}

.event-card--mini .listing-card-date__year{
  font-size:1.6em
}

.location-card__accessibility table+p{
  margin-top: 1rem
}

@media (min-width: 768px){
  .location-card__map--with-address{
    width: 66.666667%
  }

  .location--full-width .location-card__map--with-address{
    width: 100%
  }
}

.location-card__address--with-map{
  margin-bottom: 1rem
}

@media (min-width: 768px){
  .location-card__address--with-map{
    width: 33.333333%
  }

  .location--full-width .location-card__address--with-map{
    width: 100%
  }
}

form .form-group--error,form div.form-item.form-item--error,form fieldset.form-item.form-item--error{
  --border-opacity: 1;
  border-color: #D4351C;
  border-color: rgba(212, 53, 28, var(--border-opacity));
  border-left-width: 4px;
  padding-left: 1rem;
  box-shadow:none
}

form fieldset{
  border:none
}

fieldset.form-composite legend{
  font-size: 1.33333rem
}

.form-item input.error,.form-item textarea.error,.form-item optgroup.error,.form-item select.error{
  --border-opacity: 1;
  border-color: #D4351C;
  border-color: rgba(212, 53, 28, var(--border-opacity))
}

.form-item--error-message{
  --text-opacity: 1;
  color: #D4351C;
  color: rgba(212, 53, 28, var(--text-opacity));
  margin-bottom: 1rem
}

legend+.fieldset-wrapper{
  padding-top:1rem
}

form fieldset.form-item,form div.form-item,form div.form-actions{
  padding-left: 0
}

form div.form-actions,.form-group+.form-group,.form-group+.form-item,.form-item+.form-group{
  margin-top: 2rem
}

form>.form-item+.form-item{
  margin-top: 2rem
}

form>.form-item>*{
  max-width:100%
}

form .form-required .form-optional-text{
  display:none
}

#google_translate_element .goog-te-combo{
  font-size:1rem;
  padding: 0.5rem;
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

#google_translate_element .goog-te-gadget{
  --text-opacity: 1;
  color: #F6F6F6;
  color: rgba(246, 246, 246, var(--text-opacity))
}

#google_translate_element .goog-te-gadget div{
  display:block !important
}

#google_translate_element .goog-te-gadget div span a{
  --text-opacity: 1;
  color: #F6F6F6;
  color: rgba(246, 246, 246, var(--text-opacity))
}

#google_translate_element .goog-te-gadget .goog-logo-link,#google_translate_element .goog-te-gadget .goog-logo-link:link,#google_translate_element .goog-te-gadget .goog-logo-link:visited,#google_translate_element .goog-te-gadget .goog-logo-link:hover,#google_translate_element .goog-te-gadget .goog-logo-link:active{
  --text-opacity: 1;
  color: #F6F6F6;
  color: rgba(246, 246, 246, var(--text-opacity))
}

#google_translate_element .goog-te-gadget .goog-logo-link img,#google_translate_element .goog-te-gadget .goog-logo-link:link img,#google_translate_element .goog-te-gadget .goog-logo-link:visited img,#google_translate_element .goog-te-gadget .goog-logo-link:hover img,#google_translate_element .goog-te-gadget .goog-logo-link:active img{
  display:inline
}

.breadcrumb{
  display:flex;
  flex-wrap:wrap;
  font-size: 1.05555rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem
}

.breadcrumb__item{
  display:flex;
  flex-shrink:1;
  flex-grow:0;
  justify-content:flex-start;
  line-height: 1.25;
  padding-bottom: 0.5rem
}

.breadcrumb__item span.icon{
  align-self:flex-start;
  display:inline-block;
  margin-top:-1px;
  margin-right: 0.75rem;
  padding-left: 0.75rem
}

.breadcrumb__item span.icon svg{
  width:14px;
  height:14px;
  display:inline-block
}

.breadcrumb__item:first-of-type a{
  padding-left: 0
}

.breadcrumb__last{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity))
}

.breadcrumb__link{
  flex-grow:0;
  flex-shrink:1;
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline
}

.breadcrumb__link:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

.breadcrumb__link:active,.breadcrumb__link:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.footer-menu{
  --bg-opacity: 1;
  background-color: #333333;
  background-color: rgba(51, 51, 51, var(--bg-opacity))
}

.footer-menu a{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.guide-previous-next a{
  flex-basis:50%;
  text-align:center;
  display:flex;
  flex-grow:0;
  justify-content:center
}

@media (min-width: 768px){
  .guide-previous-next a{
    min-width:12rem;
    flex-basis:auto
  }
}

.main-nav{
  display:none
}

@media (min-width: 1024px){
  .main-nav{
    display:flex;
    align-items:flex-end;
    position:static
  }
}

.main-menu{
  z-index:10;
  display:block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1024px){
  .main-menu{
    display:flex;
    border-bottom:none;
    padding-left:0;
    padding-right:0;
    margin:0;
    max-width:100%
  }
}

.main-menu__item{
  position:relative
}

.main-menu__item .full-width-wrapper{
  display:none
}

.main-menu__item .expand-sub{
  display:none
}

@media (min-width: 768px){
  .main-menu__item{
    border-top:none;
    display:block
  }

  .main-menu__item .expand-sub{
    display:flex
  }

  .main-menu__item:not(.main-menu__item--sub){
    display:flex
  }

  .main-menu__item:not(.main-menu__item--sub):after{
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #6F777B;
    border-color: rgba(111, 119, 123, var(--border-opacity));
    display:inline-block;
    position:relative;
    bottom:-0.35rem;
    content:'';
    height: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .main-menu__item:not(.main-menu__item--sub)>a:after{
    border-right-width: 1px
  }

  .main-menu__item:not(.main-menu__item--sub):last-of-type:after{
    display: none
  }

  .main-menu__item:not(.main-menu__item--sub):hover{
    --bg-opacity: 1;
    background-color: #333333;
    background-color: rgba(51, 51, 51, var(--bg-opacity));
    transition:all 0.2s
  }

  .main-menu__item:not(.main-menu__item--sub).sub-open>a{
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .main-menu__item:not(.main-menu__item--sub).sub-open>.full-width-wrapper{
    display:block
  }
}

.main-menu__item:hover .main-menu__link:after{
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity))
}

@media (min-width: 1024px){
  .main-menu__item:not(.main-menu__item--sub):after{
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }
}

@media (min-width: 768px){
  .main-menu__item--with-sub:not(.main-menu__item--sub):after{
    margin-left: 1rem
  }
}

.expand-sub{
  cursor:pointer;
  display:flex;
  align-items:center;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left:4px
}

@media (min-width: 768px){
  .expand-sub .triangle-down__icon{
    width:8px;
    height:8px
  }

  @-moz-document url-prefix(){
    .expand-sub .triangle-down__icon{
      margin-top:6px
    }
  }
}

.expand-sub--open{
  --text-opacity: 1;
  color: #D6D7D9;
  color: rgba(214, 215, 217, var(--text-opacity))
}

@media (min-width: 768px){
  .main-menu__item--sub{
    display:block
  }

  .main-menu__item--sub:not(:first-child){
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #D6D7D9;
    border-color: rgba(214, 215, 217, var(--border-opacity))
  }
}

.main-menu__link{
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  display:block;
  font-size: 1.33333rem;
  line-height:1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  text-decoration:none;
  font-weight:bold
}

@media (min-width: 768px){
  .main-menu__link{
    display:inline-block;
    font-size: 0.8888rem;
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-transform:none;
    position:relative;
    width:auto;
    box-sizing:border-box;
    border-bottom-width:3px;
    --border-opacity: 1;
    border-color: #333333;
    border-color: rgba(51, 51, 51, var(--border-opacity));
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.25rem;
    padding-left: 0
  }

  .main-menu__link:active,.main-menu__link:hover{
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .main-menu__link:focus{
    --border-opacity: 1;
    border-color: #FF6600;
    border-color: rgba(255, 102, 0, var(--border-opacity));
    outline: 0
  }

  .main-menu__link:focus:active{
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity))
  }

  .main-menu__link--sub:after{
    display:none
  }

  .main-menu__link:hover{
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  .main-menu__link:hover:after{
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity))
  }
}

.main-menu__link--with-sub{
  width:80%
}

@media (min-width: 768px){
  .main-menu__link--with-sub{
    width:auto;
    display:flex
  }
}

@media (min-width: 768px){
  .main-menu__link:not(.main-menu__link--sub){
    font-size:0.8rem
  }
}

@media (min-width: 1024px){
  .main-menu__link:not(.main-menu__link--sub){
    font-size: 0.8888rem
  }
}

.toggle-expand{
  display: flex;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 0.5rem;
  justify-content: flex-end;
  flex-grow: 0;
  border-width: 0;
  text-decoration:none
}

@media (min-width: 1024px){
  .toggle-expand{
    display:none
  }
}

.toggle-expand__text{
  font-size: 1.05555rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 0.75rem
}

.toggle-expand--open .toggle-expand__text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.toggle-expand__icon,.toggle-close__icon{
  width: 1.25rem;
  height: 1.5rem;
  margin:0 auto;
  fill:white
}

.toggle-expand__open{
  display: flex;
  align-items: flex-end
}

.toggle-expand--open .toggle-expand__open{
  display:none
}

.toggle-expand__close{
  display: none;
  align-items: flex-end
}

.toggle-expand--open .toggle-expand__close{
  display:flex
}

.mobile-menu-list{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem
}

.mobile-menu-list li{
  padding-bottom: 0.25rem;
  font-size: 1.33333rem;
  font-weight: 700
}

.mobile-menu-list li a:hover,.mobile-menu-list li a:active{
  text-decoration: underline;
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity))
}

.mobile-menu-list li a:focus{
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
  outline: 0
}

.menu--mobile-extras:before{
  content:'';
  display:block;
  max-width:10rem;
  padding-top: 1rem;
  border-top:1px solid #CCCDCD
}

.menu--mobile-extras .menu{
  padding-bottom: 1rem;
  font-size:1.2rem
}

.menu--mobile-extras .menu li{
  padding-bottom: 0.25rem
}

.menu--mobile-extras .menu a:focus{
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
  outline: 0
}

.services-menu-list{
  -moz-column-gap:2em;
       column-gap:2em
}

@media (min-width: 1024px){
  .services-menu-list{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.05555rem;
    display: block
  }

  .services-menu-list .main-menu__item{
    display:block
  }
}

@media (min-width: 1024px){
  .services-menu-list{
    -moz-column-count:2;
         column-count:2
  }
}

@media (min-width: 1280px){
  .services-menu-list{
    -moz-column-count:3;
         column-count:3
  }
}

.services-menu-list li{
  page-break-inside:avoid;
  -moz-column-break-inside:avoid;
       break-inside:avoid;
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-weight: 400;
  font-size: 1.33333rem
}

@media (min-width: 768px){
  .services-menu-list li{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.05555rem
  }

  .services-menu-list li a:hover{
    --text-opacity: 1;
    color: #005e8e;
    color: rgba(0, 94, 142, var(--text-opacity));
    text-decoration: underline
  }

  .services-menu-list li a:focus{
    --text-opacity: 1;
    color: #005e8e;
    color: rgba(0, 94, 142, var(--text-opacity));
    --border-opacity: 1;
    border-color: #FF6600;
    border-color: rgba(255, 102, 0, var(--border-opacity));
    border-bottom-width: 2px;
    outline: 0
  }
}

.pager__item a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline
}

.pager__item.is-active a{
  text-decoration: none;
  font-size: 1.05555rem;
  font-weight: 400
}

.social-menu__link{
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  text-decoration:none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.8888rem;
  padding-bottom: 0.5rem
}

.social-menu__link:hover{
  text-decoration:underline
}

.social-menu__icon{
  height:2.6em;
  width:1.6rem;
  fill:currentColor
}

.social-menu__text{
  padding-top:0.1rem;
  padding-left:0.5rem
}

.subsite-nav{
  padding-bottom: 1rem
}

@media (min-width: 1280px){
  .subsite-nav{
    display: flex;
    padding-bottom: 0
  }
}

.subsite-nav--sub-1{
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

@media (min-width: 1280px){
  .subsite-nav--sub-1{
    display: none
  }
}

@media (min-width: 1280px){
  .subsite-nav__item{
    padding-right: 1rem;
    line-height: 1.25
  }

  .subsite-nav__item:last-of-type a:after{
    display:none
  }
}

.subsite-nav__link{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  position: relative
}

.subsite-nav__link:focus{
  text-decoration: none;
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.subsite-nav__link--sub{
  font-weight: 400
}

.subsite-nav__link--sub:before{
  content:'-';
  padding-right: 0.5rem;
  display:inline-block
}

@media (min-width: 1280px){
  .subsite-nav__link{
    padding-right: 1rem;
    padding-left: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
    font-weight: 700;
    text-decoration: none
  }

  .subsite-nav__link:before{
    content:'';
    display:inline-block;
    height:calc(100% - 1.75rem);
    width:2px;
    position:absolute;
    left:0;
    top:1rem;
    background-color:rgba(255,255,255,0.5)
  }

  .subsite-nav__link:hover,.subsite-nav__link:active,.subsite-nav__link--is-active,.subsite-nav__link--active{
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #191919;
    color: rgba(25, 25, 25, var(--text-opacity))
  }

  .subsite-nav__link:focus{
    outline:#f60 solid 2px;
    outline-offset:-2px
  }

  .subsite-nav__link--with-sub span{
    display:none
  }
}

.subsite-nav__number-of-items--7 .subsite-nav__item,.subsite-nav__number-of-items--8 .subsite-nav__item{
  padding-right: 0.75rem
}

.subsite-nav__number-of-items--7 a,.subsite-nav__number-of-items--8 a{
  font-size:0.95em
}

.subsite-nav-wrapper__container{
  padding-left:1rem;
  padding-right:1rem;
  margin-left:auto;
  margin-right:auto;
  max-width:640px
}

@media (min-width: 768px){
  .subsite-nav-wrapper__container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .subsite-nav-wrapper__container{
    max-width:1024px;
    padding-left:2rem;
    padding-right:2rem
  }
}

@media (min-width: 1280px){
  .subsite-nav-wrapper__container{
    max-width:1280px
  }
}

.subsite-nav-wrapper__header>a{
  padding-bottom: 1rem;
  word-break: break-all
}

.subsite-nav-wrapper__header>a:focus,.subsite-nav-wrapper__header>a:active{
  outline:#f60 solid 2px
}

.subsite-nav-wrapper__header .subsite-nav-wrapper__toggle{
  padding-left: 0;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media screen and (min-width: 500px){
  .subsite-nav-wrapper__header{
    display:flex
  }

  .subsite-nav-wrapper__header>a{
    padding-bottom: 0;
    width: 50%
  }

  .subsite-nav-wrapper__header .subsite-nav-wrapper__toggle{
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%
  }
}

@media (min-width: 1280px){
  .subsite-nav-wrapper__header{
    display:block
  }

  .subsite-nav-wrapper__header>a{
    width: 100%;
    padding-bottom: 1rem
  }

  .subsite-nav-wrapper__header .subsite-nav-wrapper__toggle{
    display: none
  }
}

#subsites-nav-area{
  overflow:hidden;
  height:0;
  transition:height 0.4s ease-in-out
}

@media (min-width: 1280px){
  #subsites-nav-area{
    overflow:visible;
    height:auto !important;
    transition:unset
  }
}

.toggle-subsite-nav__text{
  line-height: 1.25
}

#toggle-subsite-nav:active,#toggle-subsite-nav:focus{
  outline:#f60 solid 2px;
  outline-offset:-2px
}

#toggle-subsite-nav .toggle-subsite-nav--open,#toggle-subsite-nav .toggle-subsite-nav--close{
  text-align:left
}

#toggle-subsite-nav .toggle-subsite-nav--open{
  display:flex
}

#toggle-subsite-nav .toggle-subsite-nav--close{
  display:none
}

#toggle-subsite-nav.active .toggle-subsite-nav--open{
  display:none
}

#toggle-subsite-nav.active .toggle-subsite-nav--close{
  display:flex
}

.subsite-section-nav-wrapper{
  padding-top: 1.5rem
}

@media (min-width: 1024px){
  .subsite-section-nav-wrapper{
    padding-top: 0
  }
}

@media (min-width: 1024px){
  .subsite-section-nav-wrapper .container-break-out{
    width:auto;
    position:static;
    left:0;
    right:auto;
    margin:0
  }
}

@media (min-width: 1024px){
  .subsite-section-nav-wrapper .container{
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }
}

.subsite-section-nav{
  padding-left: 0;
  padding-top: 1.5rem
}

@media (min-width: 1024px){
  .subsite-section-nav{
    padding-left: 1rem
  }
}

li.subsite-section-nav__item>ul{
  display:none
}

li.subsite-section-nav__item.subsite-section-nav__item--active>ul{
  display:block
}

.subsite-section-nav__item{
  padding-bottom: 0.5rem
}

.subsite-section-nav--sub{
  padding-left: 1rem;
  padding-top: 0.75rem
}

.subsite-section-nav__link{
  font-weight: 700;
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  display: inline-block;
  text-decoration: underline
}

@media (min-width: 768px){
  .subsite-section-nav__link{
    --text-opacity: 1;
    color: #005e8e;
    color: rgba(0, 94, 142, var(--text-opacity))
  }
}

.subsite-section-nav__link:focus{
  text-decoration: none;
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.subsite-section-nav__link--sub{
  padding-left:1.5rem;
  text-indent:-0.5rem;
  font-weight: 400
}

.subsite-section-nav__link--sub:before{
  content:'-';
  padding-right: 0.5rem;
  display:inline-block
}

.messages{
  margin-bottom: 2rem;
  padding: 1rem;
  background-color:none;
  box-shadow:none
}

.messages a{
  text-decoration: underline
}

.messages a:active,.messages a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.messages.messages--error{
  font-size: 1.33333rem;
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  font-weight: 700;
  border-width: 4px;
  --border-opacity: 1;
  border-color: #D4351C;
  border-color: rgba(212, 53, 28, var(--border-opacity));
  box-shadow:none
}

.messages.messages--error:focus,.messages.messages--error:focus-within{
  outline:0.2em solid #FD0;
  outline-offset:0
}

.messages.messages--error ul{
  --text-opacity: 1;
  color: #D4351C;
  color: rgba(212, 53, 28, var(--text-opacity));
  display: block;
  font-size: 1.05555rem;
  margin-top: 0.5rem
}

.messages.messages--error ul.item-list__comma-list li{
  display:block
}

.messages.messages--error ul.item-list__comma-list li:after{
  display:none
}

.messages.messages--error a{
  text-decoration: underline
}

.messages.messages--error a:active,.messages.messages--error a:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

.messages.messages--status{
  font-size: 1.33333rem;
  --border-opacity: 1;
  border-color: #08802F;
  border-color: rgba(8, 128, 47, var(--border-opacity));
  border-width: 4px
}

.search-input{
  padding-top:0.35rem;
  padding-bottom:0.35rem
}

.search-input:focus{
  outline:#f60 solid 2px
}

.search-action:focus{
  outline:#f60 solid 2px
}

.search-action>svg{
  width:22px;
  height:22px
}

.mobile-widgets .site-search-wrapper{
  padding-bottom: 0.5rem
}

@media (min-width: 768px){
  .mobile-widgets .site-search-wrapper{
    max-width: 32rem
  }
}

.mobile-widgets .site-search-wrapper .search-input{
  flex-basis:100%
}

.tabs__link,.tabs__link--local-tasks{
  --bg-opacity: 1;
  background-color: #D6D7D9;
  background-color: rgba(214, 215, 217, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #F6F6F6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
  border-bottom-width: 0;
  --text-opacity: 1;
  color: #333333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-size: 1.33333rem;
  display: block;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  text-decoration:none;
  transition:color 0.3s
}

@media (min-width: 768px){
  .tabs__link,.tabs__link--local-tasks{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #F6F6F6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
    font-size: 1.05555rem;
    display:inline-block;
    position:relative;
    top:1px;
    width:auto
  }
}

.tabs__link:hover,.tabs__link--local-tasks:hover{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity))
}

.tabs .tabs__link.is-active,.tabs .tabs__link--local-tasks.is-active{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
  border-right-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 768px){
  .tabs .tabs__link.is-active,.tabs .tabs__link--local-tasks.is-active{
    border-width: 1px
  }
}

.tabs__nav{
  border-style: none
}

@media (min-width: 768px){
  .tabs__nav{
    display: flex;
    border-style: none
  }
}

.tabs__tab{
  display:none
}

.tabs__tab.is-active{
  display:block
}

.tabs__content{
  padding:1.5rem
}

.tabs.no-js .tabs__tab.is-active{
  display:block
}

.tabs__nav--local-tasks{
  margin:1em 0 0.5em;
  padding:0
}

.tabs__link--local-tasks{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.tile-grid{
  display:flex
}

.localgov_alert_banner--full-page{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  z-index:1000;
  display:none
}

.localgov_alert_banner--full-page .localgov_alert_banner--actions button:hover{
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
  --text-opacity: 1;
  color: #FF6600;
  color: rgba(255, 102, 0, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--actions button:focus,.localgov_alert_banner--full-page .localgov_alert_banner--actions button:active{
  --border-opacity: 1;
  border-color: #FF6600;
  border-color: rgba(255, 102, 0, var(--border-opacity));
  outline: 0;
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--actions button:focus:hover,.localgov_alert_banner--full-page .localgov_alert_banner--actions button:active:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body p{
  display: block
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a{
  text-decoration: underline;
  font-weight: 700;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:hover{
  --text-opacity: 1;
  color: #FF6600;
  color: rgba(255, 102, 0, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:focus,.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:active{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:focus:hover,.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:active:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:visited{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--full-page .localgov_alert_banner--content-body a:visited:hover{
  --text-opacity: 1;
  color: #FF6600;
  color: rgba(255, 102, 0, var(--text-opacity))
}

.localgov_alert_banner__modal-overlay{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:999;
  --bg-opacity: 1;
  background-color: #333333;
  background-color: rgba(51, 51, 51, var(--bg-opacity))
}

.localgov_alert_banner--full-page.is-open{
  display:block
}

.localgov_alert_banner__modal-inner{
  overflow-y:auto;
  max-height:100vh;
  padding-top: 6rem;
  padding-bottom: 5rem;
  width: 100%
}

@media (min-width: 1024px){
  .localgov_alert_banner__modal-inner{
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

.localgov_alert_banner--actions button *{
  pointer-events:none
}

.localgov_alert_banner{
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  background-color:#00856A
}

.localgov_alert_banner .cta-link.cta-link--arrow.cta-link--primary{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity))
}

.localgov_alert_banner .cta-link.cta-link--arrow.cta-link--primary:hover{
  --bg-opacity: 1;
  background-color: #7D006B;
  background-color: rgba(125, 0, 107, var(--bg-opacity))
}

.localgov_alert_banner button{
  color:#121212
}

.localgov_alert_banner--actions button{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--actions button:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  --border-opacity: 1;
  border-color: #191919;
  border-color: rgba(25, 25, 25, var(--border-opacity))
}

.localgov_alert_banner--actions button:focus{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  --border-opacity: 1;
  border-color: #191919;
  border-color: rgba(25, 25, 25, var(--border-opacity));
  outline-color:#f60;
  outline-width:2px
}

.localgov_alert_banner--minor .localgov_alert_banner--actions button{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--actions button:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--actions button:focus{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  outline-color:white;
  outline-width:1px
}

.localgov_alert_banner--announcement{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--announcement a,.localgov_alert_banner--announcement a:visited{
  color:#FFFFFF !important
}

.localgov_alert_banner--announcement a:hover{
  color:#000000 !important
}

.localgov_alert_banner--minor{
  --bg-opacity: 1;
  background-color: #FF9900;
  background-color: rgba(255, 153, 0, var(--bg-opacity))
}

.localgov_alert_banner--content-body p{
  display:inline
}

.localgov_alert_banner--content-body a{
  text-decoration: underline
}

.localgov_alert_banner--content-body a:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--content-body a:focus,.localgov_alert_banner--content-body a:active{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  outline:2px solid #f60;
  outline-offset:2px
}

.localgov_alert_banner--content-body a:focus:hover,.localgov_alert_banner--content-body a:active:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--content-body a:visited{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--content-body a:visited:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--content-body a:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--content-body a:focus,.localgov_alert_banner--minor .localgov_alert_banner--content-body a:active{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  outline:2px solid white;
  outline-offset:2px
}

.localgov_alert_banner--minor .localgov_alert_banner--content-body a:focus:hover,.localgov_alert_banner--minor .localgov_alert_banner--content-body a:active:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--content-body a:visited{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--minor .localgov_alert_banner--content-body a:visited:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-decoration: underline
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a:focus,.localgov_alert_banner--major .localgov_alert_banner--content-body a:active{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  outline:2px solid #191919;
  outline-offset:2px
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a:focus:hover,.localgov_alert_banner--major .localgov_alert_banner--content-body a:active:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a:visited{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.localgov_alert_banner--major .localgov_alert_banner--content-body a:visited:hover{
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity))
}

.localgov_alert_banner--major{
  --bg-opacity: 1;
  background-color: #CC0033;
  background-color: rgba(204, 0, 51, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.guide-nav ul,.guide-nav ol{
  padding-left:0;
  -moz-column-rule-width:1px;
       column-rule-width:1px;
  -moz-column-rule-style:solid;
       column-rule-style:solid;
  -moz-column-rule-color:#eee;
       column-rule-color:#eee;
  -moz-column-gap:2rem;
       column-gap:2rem
}

.guide-nav ul li,.guide-nav ol li{
  margin-left:1.5rem;
  -moz-column-break-inside:avoid;
       break-inside:avoid;
  line-height: 1.25;
  margin-bottom:0.35rem
}

.guide-nav ul li:before,.guide-nav ol li:before{
  margin-left:-1.25em;
  width:0.75em
}

.guide-nav ul li+li,.guide-nav ol li+li{
  padding-top:0
}

.guide-nav ul li:last-of-type,.guide-nav ol li:last-of-type{
  margin-bottom:0
}

@media (min-width: 768px){
  .guide-nav.col--2 ul,.guide-nav.col--2 ol{
    -moz-column-count:2;
         column-count:2
  }
}

@media (min-width: 768px){
  .guide-nav.col--3 ul,.guide-nav.col--3 ol{
    -moz-column-count:2;
         column-count:2
  }
}

@media (min-width: 1024px){
  .guide-nav.col--3 ul,.guide-nav.col--3 ol{
    -moz-column-count:3;
         column-count:3
  }
}

.guide-nav .progress--step{
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.guide-nav .progress--active{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: none
}

.listing.listing--bacas form{
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  align-items: flex-end;
  margin-bottom: 1.5rem
}

.listing.listing--bacas form .form-item{
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem
}

.listing.listing--bacas form input.form-text{
  width: 100%
}

.listing.listing--bacas form input.form-date{
  width: 100%;
  max-width:12rem
}

.listing.listing--bacas form>.form-item+.form-item{
  margin-top:0
}

.listing.listing--bacas form .form-actions{
  padding-left: 1rem
}

.listing.listing--bacas form .form-select{
  width: 100%
}

.listing.listing--bacas table{
  margin-bottom: 1.5rem;
  width: 100%
}

.listing.listing--bacas table caption{
  padding-bottom: 1rem
}

@media (min-width: 768px){
  .listing-consultations__tabs-wrapper{
    margin-bottom:-2px
  }

  .listing-consultations__tabs-wrapper .button--inactive{
    border-bottom:none
  }

  .listing-consultations__tabs-wrapper .button--inactive:hover{
    border-bottom-color:white
  }
}

.directory-listing__content .measure+.views-element-container{
  padding-top: 2rem
}

.listing--directory{
  padding-top: 1rem
}

.listing__filters .block-facets{
  padding-top: 2rem
}

.block-facet-blocklocalgov-directories-facets .facet-group__title{
  font-size: 2rem
}

.block-facet-blocklocalgov-directories-facets .facet-item{
  font-size: 1.33333rem
}

.listing--directory--fid .listing__filters select{
  width:100%
}

.listing--directory--fid .listing__filters .facets-widget-links>ul>li>a{
  font-weight: 700
}

.listing--directory--fid .listing__filters .facets-widget-links a{
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  line-height: 1.25;
  display: block
}

.listing--directory--fid .listing__filters .facets-widget-links a span.js-facet-deactivate{
  display:inline-block;
  width:20px;
  height:20px;
  background-image:url(images/icons/close-sprite.svg);
  background-repeat:no-repeat;
  background-position:100% 0
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--collapsed+.facet-item--expanded{
  margin-top: 1rem
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded{
  padding-bottom: 1rem
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded>a{
  --bg-opacity: 1;
  background-color: #006699;
  background-color: rgba(0, 102, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --border-opacity: 1;
  border-color: #006699;
  border-color: rgba(0, 102, 153, var(--border-opacity));
  border-left-width: 2px;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded>a:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000066;
  background-color: rgba(0, 0, 102, var(--bg-opacity))
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul{
  padding-left: 1rem;
  padding-top: 0.5rem;
  --border-opacity: 1;
  border-color: #006699;
  border-color: rgba(0, 102, 153, var(--border-opacity));
  border-left-width: 2px;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity))
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul .facet-item--expanded>a{
  --bg-opacity: 1;
  background-color: #08802F;
  background-color: rgba(8, 128, 47, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --border-opacity: 1;
  border-color: #08802F;
  border-color: rgba(8, 128, 47, var(--border-opacity));
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul .facet-item--expanded>a:hover{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000066;
  background-color: rgba(0, 0, 102, var(--bg-opacity))
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul .facet-item--expanded ul{
  --border-opacity: 1;
  border-color: #08802F;
  border-color: rgba(8, 128, 47, var(--border-opacity))
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul .facet-item--expanded ul a.is-active{
  --bg-opacity: 1;
  background-color: #FF9900;
  background-color: rgba(255, 153, 0, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #FF9900;
  border-color: rgba(255, 153, 0, var(--border-opacity));
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem
}

.listing--directory--fid .listing__filters .facets-widget-links .facet-item--expanded ul .facet-item--expanded ul a.is-active:hover{
  --bg-opacity: 1;
  background-color: #000066;
  background-color: rgba(0, 0, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.listing .listing__filters.listing__filters--one-col .views-exposed-form .form-item{
  margin-right:0
}

.listing .listing__filters.listing__filters--one-col .form--inline{
  display:flex;
  flex-wrap:wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  align-items: flex-end
}

.listing .listing__filters.listing__filters--one-col .form--inline .form-item{
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem
}

.listing .listing__filters.listing__filters--one-col .form--inline .form-actions{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

.listing .bef-exposed-form .form--inline>.form-item{
  float:none
}

.listing .views-exposed-form .form-optional-text{
  display:none
}

.listing details summary{
  line-height:normal
}

.listing details summary:focus{
  outline-offset:4px
}

.listing .view-empty{
  font-size: 1.33333rem;
  margin-top: 0.5rem;
  font-weight: 700
}

.listing .listing__search{
  position:relative;
  padding-bottom: 2rem
}

.listing .listing__search .form-item{
  margin-right:0
}

.listing .listing__search .form-item input{
  width:100%
}

.listing .listing__search .form-actions{
  padding-top: 1rem
}

.listing .listing__search:after{
  content:' ';
  position:absolute;
  display:block;
  width:100%;
  bottom:0;
  left:0;
  height:1px;
  --bg-opacity: 1;
  background-color: #D6D7D9;
  background-color: rgba(214, 215, 217, var(--bg-opacity))
}

.listing .listing__filters label{
  font-size: 1.33333rem
}

.listing .listing__filters .form--inline{
  display:flex;
  flex-wrap:wrap
}

@media (min-width: 1024px){
  .listing .listing__filters .form--inline{
    display:block
  }
}

.listing .listing__filters .form--inline .form-item{
  display:block
}

.listing .listing__filters input.form-text{
  width:100%
}

.listing .listing__filters legend{
  display:flex;
  width:100%
}

.listing .listing__filters .fieldset-legend{
  display:block;
  font-size:1.8em;
  width:100%;
  font-weight:bold;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  position:relative
}

.listing .listing__filters .fieldset-legend:before{
  content:' ';
  position:absolute;
  display:block;
  width:100%;
  top:0;
  left:0;
  height:1px;
  --bg-opacity: 1;
  background-color: #D6D7D9;
  background-color: rgba(214, 215, 217, var(--bg-opacity))
}

.listing .listing__filters .fieldset-wrapper{
  padding:0
}

.listing .listing__filters .form-select,.listing .listing__filters .form-date{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.listing .listing__filters .form-item-dates{
  width:100%
}

.listing .listing__filters .views-exposed-form .form-item{
  margin-top: 1.5rem;
  margin-right: 1.5rem
}

@media (min-width: 1024px){
  .listing .listing__filters .views-exposed-form .form-item{
    margin-right: 0
  }
}

@media (min-width: 1024px){
  .listing .listing__filters .views-exposed-form .form-item:first-of-type{
    margin-top: 0
  }
}

.listing .listing__filters .views-exposed-form .form-actions{
  padding-top: 1rem
}

.listing .listing__filters .views-exposed-form .form-actions--first{
  padding-top:0
}

.listing .listing__filters .item-list__checkbox{
  margin-top: 1rem
}

.listing .listing__filters .facet-group__title{
  font-size:1.6em;
  font-weight:bold
}

.search-form.google-cse{
  margin-bottom: 2rem
}

.search-form.google-cse .form-submit{
  border-radius: 0;
  border-style: none
}

.search-form.google-cse .container-inline{
  display: flex;
  align-items: flex-end
}

.search-form.google-cse .container-inline .form-item{
  padding-right: 1.5rem
}

.search-form.google-cse .search-input-google input{
  width:100%;
  min-height:1.9em
}

.search-form.google-cse label .form-optional-text{
  display:none
}

.search-form.google-cse label:after{
  display:none
}

.search-form.google-cse .search-help-link{
  display:none
}

#google-cse-results{
  background:none;
  border:none;
  padding:0
}

@media (min-width: 1024px){
  #google-cse-results{
    max-width:66.6%
  }
}

#google-cse-results .gsc-result-info-container .gsc-result-info{
  font-size: 0.8888rem
}

#google-cse-results .gsc-orderby{
  font-size: 0.8888rem
}

#google-cse-results .gsc-orderby .gsc-selected-option-container{
  font-size: 0.8888rem
}

#google-cse-results .gsc-control-cse{
  font-size: 1.05555rem;
  font-family: Open Sans, Segoe UI, Tahoma, sans-serif;
  padding: 0
}

#google-cse-results .gsc-webResult .gsc-result{
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  padding: 1rem;
  margin-bottom: 1rem;
  border:none
}

#google-cse-results .gsc-webResult .gsc-result:hover{
  border:none;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity))
}

#google-cse-results .gs-title{
  font-size: 1.33333rem;
  padding-bottom: 0.75rem;
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word;
  --text-opacity: 1;
  color: #005984;
  color: rgba(0, 89, 132, var(--text-opacity))
}

#google-cse-results .gs-title:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

#google-cse-results .gs-title:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

#google-cse-results .gs-title:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

#google-cse-results .gs-title:active,#google-cse-results .gs-title:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

#google-cse-results .gs-title b{
  font-size: 1.33333rem;
  font-weight: 700
}

#google-cse-results .gsc-thumbnail-inside,#google-cse-results .gsc-table-result{
  padding:0
}

#google-cse-results .gs-web-image-box,#google-cse-results .gs-promotion-image-box{
  width:auto;
  padding-right: 1rem
}

#google-cse-results .gs-web-image-box .gs-image,#google-cse-results .gs-promotion-image-box .gs-promotion-image{
  border:none;
  max-width:40vw;
  max-height:8rem;
  width:auto
}

@media (min-width: 768px){
  #google-cse-results .gs-web-image-box .gs-image,#google-cse-results .gs-promotion-image-box .gs-promotion-image{
    max-width:100%
  }
}

#google-cse-results .gsc-url-top{
  display: none
}

#google-cse-results .gs-snippet{
  font-size: 1.05555rem
}

#google-cse-results .gsc-cursor-box{
  display: flex;
  justify-content: center
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline;
  overflow-wrap:break-word;
  background:none;
  text-decoration: underline;
  margin-right: 1rem
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity));
  text-decoration: underline
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page:visited{
  --text-opacity: 1;
  color: #993399;
  color: rgba(153, 51, 153, var(--text-opacity));
  text-decoration: underline
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page:visited:hover{
  --text-opacity: 1;
  color: #000066;
  color: rgba(0, 0, 102, var(--text-opacity))
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page:active,#google-cse-results .gsc-cursor-box .gsc-cursor-page:focus{
  --bg-opacity: 1;
  background-color: #FF6600;
  background-color: rgba(255, 102, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #191919;
  color: rgba(25, 25, 25, var(--text-opacity));
  text-decoration: none
}

#google-cse-results .gcsc-find-more-on-google{
  padding-top: 2rem
}

#google-cse-results .gcsc-find-more-on-google svg{
  float:left;
  display:inline-block;
  width:18px;
  height:18px;
  margin-top:8px
}

#google-cse-results .gcsc-find-more-on-google-branding{
  padding-top: 2rem
}

#google-cse-results .gcsc-more-maybe-branding-box{
  border:none
}

.footer__inner{
  display:flex;
  flex-flow:column nowrap
}

.footer-menu a:hover{
  color:#fff;
  text-decoration:underline
}

.page-footer .logo-link img{
  width:100%
}

.header-logo{
  padding-bottom:0.65rem;
  width:114px;
  flex-basis:114px
}

.header-logo img{
  width:100%
}

.header-logo a:focus{
  outline:#f60 solid 2px
}

@media (min-width: 1024px){
  .header-logo{
    flex-shrink:1
  }
}

.main-menu .menu--main.contextual-region{
  position:static
}

.phase-banner .beta{
  padding:5px 8px 6px;
  letter-spacing:0.75px;
  margin-top:0.1rem;
  text-transform: uppercase;
  font-size: 0.8888rem;
  line-height: .75rem;
  font-weight: 700;
  --bg-opacity: 1;
  background-color: #005984;
  background-color: rgba(0, 89, 132, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity))
}

@media (min-width: 640px){
  .container-header{
    max-width:35.4rem
  }
}

@media (min-width: 768px){
  .container-header{
    max-width: 768px
  }
}

@media (min-width: 1024px){
  .container-header{
    max-width:100%
  }
}

@media (min-width: 1280px){
  .container-header{
    max-width:80rem
  }
}

.services-menu{
  overflow:hidden;
  height:0;
  transition:height 0.4s ease-in-out
}

.services-menu[aria-expanded="true"]{
  border-bottom:1px solid #E6E6E6
}

@media screen and (max-width: 1023px){
  .services-menu{
    display:none
  }
}

@media (min-width: 1024px){
  .mobile-widgets{
    display:none
  }
}

.mobile-menu{
  overflow:hidden;
  height:0;
  transition:height 0.4s ease-in-out
}

@supports (display: flex){
  .subsite-header{
    display:flex;
    flex-direction:column
  }
}

.subsite-nav-wrapper,.banner-cta-wrapper,.subsite-section-nav__title-wrapper{
  background-color:#069;
  color:#fff
}

@media (min-width: 1280px){
  .banner-cta-wrapper{
    background-color:transparent !important
  }
}

@media (min-width: 1280px){
  .theme--teal .banner-cta{
    background-color:#066e6b
  }
}

.theme--teal a.cta-link.cta-link--primary{
  background-color:#066e6b
}

.theme--teal .subsite-nav-wrapper,.theme--teal .banner-cta-wrapper,.theme--teal .subsite-section-nav__title-wrapper{
  background-color:#066e6b
}

.theme--teal .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--teal .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--teal .subsite-nav-wrapper .subsite-nav__link:focus,.theme--teal .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ffd7bc
}

.theme--teal .accordion-pane__title button{
  background-color:#066e6b;
  border-color:#066e6b
}

.theme--teal a.cta-link.cta-link--primary:focus,.theme--teal a.cta-link.cta-link--primary:active{
  outline-color:#ffa162
}

.theme--teal a.cta-link.cta-link--primary:hover{
  background-color:#108481
}

.theme--teal .accordion-pane__title button{
  color:#fff
}

.theme--teal .accordion-pane__title button:focus,.theme--teal .accordion-pane__title button:active{
  outline-color:#ffa162
}

.theme--teal .accordion-pane__title button:hover{
  background-color:#108481
}

@media (min-width: 1280px){
  .theme--blue .banner-cta{
    background-color:#069
  }
}

.theme--blue a.cta-link.cta-link--primary{
  background-color:#069
}

.theme--blue .subsite-nav-wrapper,.theme--blue .banner-cta-wrapper,.theme--blue .subsite-section-nav__title-wrapper{
  background-color:#069
}

.theme--blue .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--blue .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--blue .subsite-nav-wrapper .subsite-nav__link:focus,.theme--blue .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ffd2b5
}

.theme--blue .accordion-pane__title button{
  background-color:#069;
  border-color:#069
}

.theme--blue a.cta-link.cta-link--primary:focus,.theme--blue a.cta-link.cta-link--primary:active{
  outline-color:#ff9d5c
}

.theme--blue a.cta-link.cta-link--primary:hover{
  background-color:#087db7
}

.theme--blue .accordion-pane__title button{
  color:#fff
}

.theme--blue .accordion-pane__title button:focus,.theme--blue .accordion-pane__title button:active{
  outline-color:#ff9d5c
}

.theme--blue .accordion-pane__title button:hover{
  background-color:#087db7
}

@media (min-width: 1280px){
  .theme--red .banner-cta{
    background-color:#c03
  }
}

.theme--red a.cta-link.cta-link--primary{
  background-color:#c03
}

.theme--red .subsite-nav-wrapper,.theme--red .banner-cta-wrapper,.theme--red .subsite-section-nav__title-wrapper{
  background-color:#c03
}

.theme--red .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--red .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--red .subsite-nav-wrapper .subsite-nav__link:focus,.theme--red .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ffddc6
}

.theme--red .accordion-pane__title button{
  background-color:#c03;
  border-color:#c03
}

.theme--red a.cta-link.cta-link--primary:focus,.theme--red a.cta-link.cta-link--primary:active{
  outline-color:#ffa66b
}

.theme--red a.cta-link.cta-link--primary:hover{
  background-color:#eb0841
}

.theme--red .accordion-pane__title button{
  color:#fff
}

.theme--red .accordion-pane__title button:focus,.theme--red .accordion-pane__title button:active{
  outline-color:#ffa66b
}

.theme--red .accordion-pane__title button:hover{
  background-color:#eb0841
}

@media (min-width: 1280px){
  .theme--darkred .banner-cta{
    background-color:#9e0924
  }
}

.theme--darkred a.cta-link.cta-link--primary{
  background-color:#9e0924
}

.theme--darkred .subsite-nav-wrapper,.theme--darkred .banner-cta-wrapper,.theme--darkred .subsite-section-nav__title-wrapper{
  background-color:#9e0924
}

.theme--darkred .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--darkred .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--darkred .subsite-nav-wrapper .subsite-nav__link:focus,.theme--darkred .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ffad77
}

.theme--darkred .accordion-pane__title button{
  background-color:#9e0924;
  border-color:#9e0924
}

.theme--darkred a.cta-link.cta-link--primary:focus,.theme--darkred a.cta-link.cta-link--primary:active{
  outline-color:#ff7214
}

.theme--darkred a.cta-link.cta-link--primary:hover{
  background-color:#e60d34
}

.theme--darkred .accordion-pane__title button{
  color:#fff
}

.theme--darkred .accordion-pane__title button:focus,.theme--darkred .accordion-pane__title button:active{
  outline-color:#ff7214
}

.theme--darkred .accordion-pane__title button:hover{
  background-color:#e60d34
}

@media (min-width: 1280px){
  .theme--green .banner-cta{
    background-color:#08802f
  }
}

.theme--green a.cta-link.cta-link--primary{
  background-color:#08802f
}

.theme--green .subsite-nav-wrapper,.theme--green .banner-cta-wrapper,.theme--green .subsite-section-nav__title-wrapper{
  background-color:#08802f
}

.theme--green .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--green .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--green .subsite-nav-wrapper .subsite-nav__link:focus,.theme--green .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ffefe4
}

.theme--green .accordion-pane__title button{
  background-color:#08802f;
  border-color:#08802f
}

.theme--green a.cta-link.cta-link--primary:focus,.theme--green a.cta-link.cta-link--primary:active{
  outline-color:#ffb98b
}

.theme--green a.cta-link.cta-link--primary:hover{
  background-color:#138739
}

.theme--green .accordion-pane__title button{
  color:#fff
}

.theme--green .accordion-pane__title button:focus,.theme--green .accordion-pane__title button:active{
  outline-color:#ffb98b
}

.theme--green .accordion-pane__title button:hover{
  background-color:#138739
}

@media (min-width: 1280px){
  .theme--midgrey .banner-cta{
    background-color:#6f777b
  }
}

.theme--midgrey a.cta-link.cta-link--primary{
  background-color:#6f777b
}

.theme--midgrey .subsite-nav-wrapper,.theme--midgrey .banner-cta-wrapper,.theme--midgrey .subsite-section-nav__title-wrapper{
  background-color:#6f777b
}

.theme--midgrey .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--midgrey .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--midgrey .subsite-nav-wrapper .subsite-nav__link:focus,.theme--midgrey .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#050403
}

.theme--midgrey .accordion-pane__title button{
  background-color:#6f777b;
  border-color:#6f777b
}

.theme--midgrey a.cta-link.cta-link--primary:focus,.theme--midgrey a.cta-link.cta-link--primary:active{
  outline-color:#442612
}

.theme--midgrey a.cta-link.cta-link--primary:hover{
  background-color:#70777a
}

.theme--midgrey .accordion-pane__title button{
  color:#fff
}

.theme--midgrey .accordion-pane__title button:focus,.theme--midgrey .accordion-pane__title button:active{
  outline-color:#442612
}

.theme--midgrey .accordion-pane__title button:hover{
  background-color:#70777a
}

@media (min-width: 1280px){
  .theme--violet .banner-cta{
    background-color:#4c2c92
  }
}

.theme--violet a.cta-link.cta-link--primary{
  background-color:#4c2c92
}

.theme--violet .subsite-nav-wrapper,.theme--violet .banner-cta-wrapper,.theme--violet .subsite-section-nav__title-wrapper{
  background-color:#4c2c92
}

.theme--violet .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--violet .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--violet .subsite-nav-wrapper .subsite-nav__link:focus,.theme--violet .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#ff924a
}

.theme--violet .accordion-pane__title button{
  background-color:#4c2c92;
  border-color:#4c2c92
}

.theme--violet a.cta-link.cta-link--primary:focus,.theme--violet a.cta-link.cta-link--primary:active{
  outline-color:#f60
}

.theme--violet a.cta-link.cta-link--primary:hover{
  background-color:#6d44c7
}

.theme--violet .accordion-pane__title button{
  color:#fff
}

.theme--violet .accordion-pane__title button:focus,.theme--violet .accordion-pane__title button:active{
  outline-color:#f60
}

.theme--violet .accordion-pane__title button:hover{
  background-color:#6d44c7
}

@media (min-width: 1280px){
  .theme--black .banner-cta{
    background-color:#000
  }
}

.theme--black a.cta-link.cta-link--primary{
  background-color:#000
}

.theme--black .subsite-nav-wrapper,.theme--black .banner-cta-wrapper,.theme--black .subsite-section-nav__title-wrapper{
  background-color:#000
}

.theme--black .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--black .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--black .subsite-nav-wrapper .subsite-nav__link:focus,.theme--black .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#f60
}

.theme--black .accordion-pane__title button{
  background-color:#000;
  border-color:#000
}

.theme--black a.cta-link.cta-link--primary:focus,.theme--black a.cta-link.cta-link--primary:active{
  outline-color:#f60
}

.theme--black a.cta-link.cta-link--primary:hover{
  background-color:#262626
}

.theme--black .accordion-pane__title button{
  color:#fff
}

.theme--black .accordion-pane__title button:focus,.theme--black .accordion-pane__title button:active{
  outline-color:#f60
}

.theme--black .accordion-pane__title button:hover{
  background-color:#262626
}

@media (min-width: 1280px){
  .theme--darkblue .banner-cta{
    background-color:#006
  }
}

.theme--darkblue a.cta-link.cta-link--primary{
  background-color:#006
}

.theme--darkblue .subsite-nav-wrapper,.theme--darkblue .banner-cta-wrapper,.theme--darkblue .subsite-section-nav__title-wrapper{
  background-color:#006
}

.theme--darkblue .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--darkblue .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--darkblue .subsite-nav-wrapper .subsite-nav__link:focus,.theme--darkblue .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#f60
}

.theme--darkblue .accordion-pane__title button{
  background-color:#006;
  border-color:#006
}

.theme--darkblue a.cta-link.cta-link--primary:focus,.theme--darkblue a.cta-link.cta-link--primary:active{
  outline-color:#f60
}

.theme--darkblue a.cta-link.cta-link--primary:hover{
  background-color:#0000b3
}

.theme--darkblue .accordion-pane__title button{
  color:#fff
}

.theme--darkblue .accordion-pane__title button:focus,.theme--darkblue .accordion-pane__title button:active{
  outline-color:#f60
}

.theme--darkblue .accordion-pane__title button:hover{
  background-color:#0000b3
}

@media (min-width: 1280px){
  .theme--yellow .banner-cta{
    background-color:#f90
  }
}

.theme--yellow a.cta-link.cta-link--primary{
  background-color:#f90
}

.theme--yellow .subsite-nav-wrapper,.theme--yellow .banner-cta-wrapper,.theme--yellow .subsite-section-nav__title-wrapper{
  background-color:#f90;
  color:#000
}

.theme--yellow .subsite-nav-wrapper a,.theme--yellow .banner-cta-wrapper a,.theme--yellow .subsite-section-nav__title-wrapper a{
  color:#000
}

.theme--yellow .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--yellow .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--yellow .subsite-nav-wrapper .subsite-nav__link:focus,.theme--yellow .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#6b3613
}

.theme--yellow .accordion-pane__title button{
  background-color:#f90;
  border-color:#f90
}

.theme--yellow .toggle-expand__icon,.theme--yellow .subsite-nav-wrapper__toggle{
  color:#000
}

.theme--yellow #toggle-subsite-nav{
  border-color:#000
}

.theme--yellow a.cta-link.cta-link--primary{
  color:#000
}

.theme--yellow a.cta-link.cta-link--primary span.last:after{
  background-position:100% 0
}

.theme--yellow a.cta-link.cta-link--primary:focus,.theme--yellow a.cta-link.cta-link--primary:active{
  outline-color:#974610
}

.theme--yellow a.cta-link.cta-link--primary:hover{
  background-color:#b36b00
}

.theme--yellow a.cta-link.cta-link--primary:hover span.last:after{
  background-position:100% 0
}

@media (min-width: 1280px){
  .theme--yellow .subsite-nav__link:before{
    background-color:#000
  }
}

.theme--yellow .accordion-pane__title button{
  color:#000
}

.theme--yellow .accordion-pane__title button:focus,.theme--yellow .accordion-pane__title button:active{
  outline-color:#974610
}

.theme--yellow .accordion-pane__title button:hover{
  background-color:#b36b00
}

@media (min-width: 1280px){
  .theme--orange .banner-cta{
    background-color:#f60
  }
}

.theme--orange a.cta-link.cta-link--primary{
  background-color:#f60
}

.theme--orange .subsite-nav-wrapper,.theme--orange .banner-cta-wrapper,.theme--orange .subsite-section-nav__title-wrapper{
  background-color:#f60;
  color:#000
}

.theme--orange .subsite-nav-wrapper a,.theme--orange .banner-cta-wrapper a,.theme--orange .subsite-section-nav__title-wrapper a{
  color:#000
}

.theme--orange .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--orange .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--orange .subsite-nav-wrapper .subsite-nav__link:focus,.theme--orange .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#492812
}

.theme--orange .accordion-pane__title button{
  background-color:#f60;
  border-color:#f60
}

.theme--orange .toggle-expand__icon,.theme--orange .subsite-nav-wrapper__toggle{
  color:#000
}

.theme--orange #toggle-subsite-nav{
  border-color:#000
}

.theme--orange a.cta-link.cta-link--primary{
  color:#000
}

.theme--orange a.cta-link.cta-link--primary span.last:after{
  background-position:100% 0
}

.theme--orange a.cta-link.cta-link--primary:focus,.theme--orange a.cta-link.cta-link--primary:active{
  outline-color:#763a12
}

.theme--orange a.cta-link.cta-link--primary:hover{
  background-color:#cc5200
}

.theme--orange a.cta-link.cta-link--primary:hover span.last:after{
  background-position:100% 0
}

@media (min-width: 1280px){
  .theme--orange .subsite-nav__link:before{
    background-color:#000
  }
}

.theme--orange .accordion-pane__title button{
  color:#000
}

.theme--orange .accordion-pane__title button:focus,.theme--orange .accordion-pane__title button:active{
  outline-color:#763a12
}

.theme--orange .accordion-pane__title button:hover{
  background-color:#cc5200
}

@media (min-width: 1280px){
  .theme--turquoise .banner-cta{
    background-color:#09a9a4
  }
}

.theme--turquoise a.cta-link.cta-link--primary{
  background-color:#09a9a4
}

.theme--turquoise .subsite-nav-wrapper,.theme--turquoise .banner-cta-wrapper,.theme--turquoise .subsite-section-nav__title-wrapper{
  background-color:#09a9a4;
  color:#000
}

.theme--turquoise .subsite-nav-wrapper a,.theme--turquoise .banner-cta-wrapper a,.theme--turquoise .subsite-section-nav__title-wrapper a{
  color:#000
}

.theme--turquoise .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--turquoise .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--turquoise .subsite-nav-wrapper .subsite-nav__link:focus,.theme--turquoise .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#4b2912
}

.theme--turquoise .accordion-pane__title button{
  background-color:#09a9a4;
  border-color:#09a9a4
}

.theme--turquoise .toggle-expand__icon,.theme--turquoise .subsite-nav-wrapper__toggle{
  color:#000
}

.theme--turquoise #toggle-subsite-nav{
  border-color:#000
}

.theme--turquoise a.cta-link.cta-link--primary{
  color:#000
}

.theme--turquoise a.cta-link.cta-link--primary span.last:after{
  background-position:100% 0
}

.theme--turquoise a.cta-link.cta-link--primary:focus,.theme--turquoise a.cta-link.cta-link--primary:active{
  outline-color:#763a12
}

.theme--turquoise a.cta-link.cta-link--primary:hover{
  background-color:#078682
}

.theme--turquoise a.cta-link.cta-link--primary:hover span.last:after{
  background-position:100% 0
}

@media (min-width: 1280px){
  .theme--turquoise .subsite-nav__link:before{
    background-color:#000
  }
}

.theme--turquoise .accordion-pane__title button{
  color:#000
}

.theme--turquoise .accordion-pane__title button:focus,.theme--turquoise .accordion-pane__title button:active{
  outline-color:#763a12
}

.theme--turquoise .accordion-pane__title button:hover{
  background-color:#078682
}

@media (min-width: 1280px){
  .theme--lime .banner-cta{
    background-color:#cc0
  }
}

.theme--lime a.cta-link.cta-link--primary{
  background-color:#cc0
}

.theme--lime .subsite-nav-wrapper,.theme--lime .banner-cta-wrapper,.theme--lime .subsite-section-nav__title-wrapper{
  background-color:#cc0;
  color:#000
}

.theme--lime .subsite-nav-wrapper a,.theme--lime .banner-cta-wrapper a,.theme--lime .subsite-section-nav__title-wrapper a{
  color:#000
}

.theme--lime .subsite-nav-wrapper .subsite-nav-wrapper__header>a:focus,.theme--lime .subsite-nav-wrapper .subsite-nav-wrapper__header>a:active,.theme--lime .subsite-nav-wrapper .subsite-nav__link:focus,.theme--lime .subsite-nav-wrapper .subsite-nav__link:active{
  outline-color:#823f12
}

.theme--lime .accordion-pane__title button{
  background-color:#cc0;
  border-color:#cc0
}

.theme--lime .toggle-expand__icon,.theme--lime .subsite-nav-wrapper__toggle{
  color:#000
}

.theme--lime #toggle-subsite-nav{
  border-color:#000
}

.theme--lime a.cta-link.cta-link--primary{
  color:#000
}

.theme--lime a.cta-link.cta-link--primary span.last:after{
  background-position:100% 0
}

.theme--lime a.cta-link.cta-link--primary:focus,.theme--lime a.cta-link.cta-link--primary:active{
  outline-color:#b44f0d
}

.theme--lime a.cta-link.cta-link--primary:hover{
  background-color:olive
}

.theme--lime a.cta-link.cta-link--primary:hover span.last:after{
  background-position:100% 0
}

@media (min-width: 1280px){
  .theme--lime .subsite-nav__link:before{
    background-color:#000
  }
}

.theme--lime .accordion-pane__title button{
  color:#000
}

.theme--lime .accordion-pane__title button:focus,.theme--lime .accordion-pane__title button:active{
  outline-color:#b44f0d
}

.theme--lime .accordion-pane__title button:hover{
  background-color:olive
}

@media (min-width: 768px){
  @supports (display: flexbox){
    body{
      display:flex;
      min-height:100vh;
      flex-direction:column
    }

    body .dialog-off-canvas-main-canvas,body .layout-container{
      display:flex;
      flex-direction:column;
      flex-grow:1;
      flex-shrink:1
    }

    @media (min-width: 768px){
      body .dialog-off-canvas-main-canvas,body .layout-container{
        overflow:hidden
      }
    }
  }

  body .main{
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding-bottom: 2rem
  }

  body .layout-container{
    --bg-opacity: 1;
    background-color: #333333;
    background-color: rgba(51, 51, 51, var(--bg-opacity))
  }
}

.main-content .sidebar-area{
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media (min-width: 1024px){
  .main-content--with-sidebar{
    display:flex;
    flex-wrap:wrap
  }

  .main-content--with-sidebar>.block{
    flex-shrink:0;
    flex-grow:0;
    width:100%
  }

  .main-content--with-sidebar>.block.block-system-main-block{
    flex-basis:60%;
    flex-grow:1
  }

  .main-content .sidebar-area{
    width:31%;
    margin: 0;
    padding-left: 2rem
  }
}

@media (min-width: 1280px){
  .main-content--with-sidebar>.block{
    flex-grow:1
  }

  .main-content .sidebar-area{
    width:33%;
    flex-basis:33%;
    flex-shrink:0
  }
}

@media (min-width: 1024px){
  .without-nav .layout-columns--two,.with-aside .layout-columns--two,.without-nav .layout-columns--three,.with-aside .layout-columns--three{
    display: flex
  }
}

.with-nav .layout-columns--two,.with-nav .layout-columns--three{
  display: block
}

@media (min-width: 1280px){
  .with-nav .layout-columns--two,.with-nav .layout-columns--three{
    display: flex
  }
}

@media (min-width: 1024px){
  .layout-col{
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width: 1280px){
  .layout-col{
    flex-shrink: 0;
    flex-grow: 0
  }
}

.with-nav .layout-columns--two .layout-col,.with-nav .layout-columns--three .layout-col{
  width: 100%;
  margin-bottom: 2rem
}

@media (min-width: 1280px){
  .with-nav .layout-columns--two .layout-col,.with-nav .layout-columns--three .layout-col{
    width: 33.333333%;
    margin-bottom: 0
  }
}

@media (min-width: 1280px){
  .layout-columns--two>.layout-col--first{
    width: 66.666667%
  }
}

@media (min-width: 1280px){
  .with-nav .layout-columns--two>.layout-col--first{
    width: 50%
  }
}

@media (min-width: 1024px){
  .with-aside .layout-columns--two>.layout-col--first{
    width: 66.666667%;
    flex-shrink: 0;
    flex-grow: 0
  }
}

@media (min-width: 1280px){
  .layout-columns--three>.layout-col--first{
    width: 33.333333%
  }
}

@media (min-width: 1280px){
  .layout-columns--two>.layout-col--second{
    width: 33.333333%;
    padding-left:calc(0.5rem + 3px)
  }
}

@media (min-width: 1280px){
  .with-nav .layout-columns--two>.layout-col--second{
    width: 50%
  }
}

@media (min-width: 1024px){
  .with-aside .layout-columns--two>.layout-col--second{
    width: 33.333333%;
    flex-shrink: 0;
    flex-grow: 0
  }
}

@media (min-width: 1280px){
  .layout-columns--three>.layout-col--second{
    width: 33.333333%
  }
}

@media (min-width: 1280px){
  .layout-columns--three>.layout-col--third{
    width: 33.333333%
  }
}

.content-component+.content-component{
  margin-top: 2rem
}

@media (min-width: 1024px){
  .without-nav .page-columns--two,.with-aside .page-columns--two,.without-nav .page-columns--three,.with-aside .page-columns--three{
    display: flex
  }
}

.with-nav .page-columns--two,.with-nav .page-columns--three{
  display: block
}

@media (min-width: 1280px){
  .with-nav .page-columns--two,.with-nav .page-columns--three{
    display: flex
  }
}

@media (min-width: 1024px){
  .page-col{
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width: 1280px){
  .page-col{
    flex-shrink: 0;
    flex-grow: 0
  }
}

.with-nav .page-columns--two .page-col,.with-nav .page-columns--three .page-col{
  width: 100%;
  margin-bottom: 2rem
}

@media (min-width: 1280px){
  .with-nav .page-columns--two .page-col,.with-nav .page-columns--three .page-col{
    width: 33.333333%;
    margin-bottom: 0
  }
}

@media (min-width: 1280px){
  .page-columns--two>.page-col--first{
    width: 66.666667%
  }
}

@media (min-width: 1280px){
  .with-nav .page-columns--two>.page-col--first{
    width: 50%
  }
}

@media (min-width: 1024px){
  .with-aside .page-columns--two>.page-col--first{
    width: 66.666667%;
    flex-shrink: 0;
    flex-grow: 0
  }
}

@media (min-width: 1280px){
  .page-columns--three>.page-col--first{
    width: 33.333333%
  }
}

@media (min-width: 1280px){
  .page-columns--two>.page-col--second{
    width: 33.333333%;
    padding-left:calc(0.5rem + 3px)
  }
}

@media (min-width: 1280px){
  .with-nav .page-columns--two>.page-col--second{
    width: 50%
  }
}

@media (min-width: 1024px){
  .with-aside .page-columns--two>.page-col--second{
    width: 33.333333%;
    flex-shrink: 0;
    flex-grow: 0
  }
}

@media (min-width: 1280px){
  .page-columns--three>.page-col--second{
    width: 33.333333%
  }
}

@media (min-width: 1280px){
  .page-columns--three>.page-col--third{
    width: 33.333333%
  }
}

.place-holder{
  --text-opacity: 1;
  color: #F6F6F6;
  color: rgba(246, 246, 246, var(--text-opacity));
  border-width: 4px;
  --border-opacity: 1;
  border-color: #F6F6F6;
  border-color: rgba(246, 246, 246, var(--border-opacity));
  padding:50px
}

.place-holder__content{
  font-size:3.2rem;
  line-height:1.4;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.page-node-type-localgov-publication-cover-page .publication-document div a{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  text-decoration: underline
}

.page-node-type-localgov-publication-cover-page .publication-document div a:focus{
  text-decoration: none;
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.page-node-type-localgov-publication-page .main-content .banner-header,.page-node-type-localgov-publication-page .main-content .banner__content,.page-node-type-localgov-publication-page .main-content .content-component{
  margin-bottom: 3rem
}

.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-video{
  margin-bottom: 0.5rem
}

.page-node-type-localgov-publication-page .main-content .banner-cta{
  --bg-opacity: 1;
  background-color: #006699;
  background-color: rgba(0, 102, 153, var(--bg-opacity))
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications{
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  margin-bottom: 1rem
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul{
  --text-opacity: 1;
  color: #005e8e;
  color: rgba(0, 94, 142, var(--text-opacity));
  font-size: 1.05555rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul li{
  padding-bottom: 0.5rem;
  margin: 0
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul li a{
  text-decoration: underline
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul li a:focus{
  text-decoration: none;
  outline:#f60 solid 2px;
  outline-offset:-2px
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul li ul{
  font-weight: 400;
  padding-left: 1rem;
  padding-top: 0.75rem;
  margin: 0
}

.page-node-type-localgov-publication-page .main-content .block-localgov-publications ul li ul li:before{
  content:'-';
  padding-right: 0.5rem;
  display:inline-block
}

.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-accordion{
  margin-bottom: 1.5rem
}

.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-accordion .accordion-pane__title button{
  --bg-opacity: 1;
  background-color: #993399;
  background-color: rgba(153, 51, 153, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  border-radius: 0
}

.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-accordion .accordion-pane__title button:hover{
  --bg-opacity: 1;
  background-color: #7D006B;
  background-color: rgba(125, 0, 107, var(--bg-opacity))
}

.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-accordion .accordion-pane__title button:focus,.page-node-type-localgov-publication-page .main-content .paragraph--type--localgov-accordion .accordion-pane__title button:active{
  --bg-opacity: 1;
  background-color: #630056;
  background-color: rgba(99, 0, 86, var(--bg-opacity));
  outline:#f60 solid 2px;
  outline-offset:-2px
}

@media (min-width: 640px) {
  .sm\:text-m-2xl {
    font-size: 2.333333rem;
  }
}

@media (min-width: 768px) {
  .md\:rounded-t-lg {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:text-sm {
    font-size: 0.8888rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:text-base {
    font-size: 1.05555rem;
  }

  .lg\:text-xl {
    font-size: 2rem;
  }

  .lg\:text-2xl {
    font-size: 2.66667rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .xl\:rounded-lg {
    border-radius: 1rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:text-xl {
    font-size: 2rem;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:w-auto {
    width: auto;
  }
}

