﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(worksans.css);
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

.row {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

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

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.875rem;
  }
  h6 {
    font-size: 0.625rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #0a0a0a;
}

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

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

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

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

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

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

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

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

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

@media print {
  /** {
    @if $print-transparent-backgrounds {
      background: transparent !important;
    }

    box-shadow: none !important;

    color: black !important; // Black prints faster: h5bp.com/s
    text-shadow: none !important;
  }*/
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

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

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

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

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

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

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

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

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

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

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

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

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

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

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

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
.orbit {
  position: relative;
}

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

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

.orbit-figure {
  margin: 0;
}

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

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

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

.orbit-previous {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

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

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

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

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

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

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

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

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

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

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

/*@include motion-ui-transitions;
@include motion-ui-animations;*/
.v-aligner-small {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.v-aligner-small > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  float: none !important;
}
@media screen and (max-width: 39.9375em) {
  .v-aligner-small-only {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .v-aligner-small-only > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (min-width: 40em) {
  .v-aligner-medium {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .v-aligner-medium > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .v-aligner-medium-only {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .v-aligner-medium-only > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (min-width: 64em) {
  .v-aligner-large {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .v-aligner-large > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    float: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .v-aligner-large-only {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .v-aligner-large-only > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    float: none !important;
  }
}

.plsa-accordion {
  position: relative;
}
.plsa-accordion.plsa-accordion-activated .plsa-accordion-head {
  cursor: pointer;
  border-bottom: none;
}
.plsa-accordion.plsa-accordion-activated .plsa-accordion-head + .plsa-accordion-content {
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.plsa-accordion.plsa-accordion-activated.plsa-accordion-open .plsa-accordion-head + .plsa-accordion-content {
  height: auto;
}
.plsa-accordion .plsa-accordion-content {
  -webkit-transition: height 0.2s ease-in-out 0s;
  -moz-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
}

.DnnModule-Authentication .dnnLoginRememberMe, .DnnModule-Authentication .dnnFormItem > label.dnnFormLabel, footer .footerAdditionalMenuWrapper .contactInfo .description a, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a, .plsa-sidemenu.lvl-2 > li > a, .plsa-c8, .plsa-c7, .plsa-c6, .plsa-c5, .plsa-c4, .plsa-c3, .plsa-c2, .plsa-c1, .plsa-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-c8-small, .plsa-c7-small, .plsa-c6-small, .plsa-c5-small, .plsa-c4-small, .plsa-c3-small, .plsa-c2-small, .plsa-c1-small, .plsa-text-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-dispatchArticle-home .newsInfo .author, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventTime, .plsa-c8-medium, .plsa-c7-medium, .plsa-c6-medium, .plsa-c5-medium, .plsa-c4-medium, .plsa-c3-medium, .plsa-c2-medium, .plsa-c1-medium, .plsa-text-medium {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketTotal .totalLabel, .plsa-c8-large, .plsa-c7-large, .plsa-c6-large, .plsa-c5-large, .plsa-c4-large, .plsa-c3-large, .plsa-c2-large, .plsa-c1-large, .plsa-text-large {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-c8-xlarge, .plsa-c7-xlarge, .plsa-c6-xlarge, .plsa-c5-xlarge, .plsa-c4-xlarge, .plsa-c3-xlarge, .plsa-c2-xlarge, .plsa-c1-xlarge, .plsa-text-xlarge {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-dispatchArticle-news .articleTitle, .plsa-dispatchArticle-home .newsHeader > h2, .control-group label.control-label, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem, .my-plsa-container .my-plsa-banner .basket-container #basketNumberOfItems, .plsa-page-shareableActions .plsa-share-social .plsa-share-text, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a, h1, h2, h3, h4, h5, h6, .plsa-c8-emp, .plsa-c7-emp, .plsa-c6-emp, .plsa-c5-emp, .plsa-c4-emp, .plsa-c3-emp, .plsa-c2-emp, .plsa-c1-emp, .plsa-text-emp, .mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}
.plsa-c8-emp-small, .plsa-c7-emp-small, .plsa-c6-emp-small, .plsa-c5-emp-small, .plsa-c4-emp-small, .plsa-c3-emp-small, .plsa-c2-emp-small, .plsa-c1-emp-small, .plsa-text-emp-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}
.plsa-dispatchArticle-home .newsInfo .date, .plsa-dispatchArticle-home .newsHeader > label span, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .confirmation.ordersummary legend, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout legend, .my-plsa-container .my-plsa-banner .details-container .register-number, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text, .plsa-c8-emp-medium, .plsa-c7-emp-medium, .plsa-c6-emp-medium, .plsa-c5-emp-medium, .plsa-c4-emp-medium, .plsa-c3-emp-medium, .plsa-c2-emp-medium, .plsa-c1-emp-medium, .plsa-text-emp-medium {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventDate, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName > span, .my-plsa-container .my-plsa-banner .basket-container .my-basket, .plsa-c8-emp-large, .plsa-c7-emp-large, .plsa-c6-emp-large, .plsa-c5-emp-large, .plsa-c4-emp-large, .plsa-c3-emp-large, .plsa-c2-emp-large, .plsa-c1-emp-large, .plsa-text-emp-large, .mainContent .DnnModule-DNN_HTML .plsa-container .page_title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}
.my-plsa-container .my-plsa-banner .welcome-container, .plsa-c8-emp-xlarge, .plsa-c7-emp-xlarge, .plsa-c6-emp-xlarge, .plsa-c5-emp-xlarge, .plsa-c4-emp-xlarge, .plsa-c3-emp-xlarge, .plsa-c2-emp-xlarge, .plsa-c1-emp-xlarge, .plsa-text-emp-xlarge {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

.plsa-c1-emp-xlarge, .plsa-c1-emp-large, .plsa-c1-emp-medium, .plsa-c1-emp-small, .plsa-c1-emp, .plsa-c1-xlarge, .plsa-c1-large, .plsa-c1-medium, .plsa-c1-small, .plsa-c1 {
  color: #57CFA3;
}
.plsa-dispatchArticle-news .articleDateName, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventDate, .DnnModule-SilverbearPasswordReset .dnnFormSectionHead span, .plsa-page-shareableActions .plsa-share-social .plsa-share-text, footer .footerAdditionalMenuWrapper .contactInfo .description a, footer .footerAdditionalMenuWrapper .footerAdditionalMenu .description, .plsa-c2-emp-xlarge, .plsa-c2-emp-large, .plsa-c2-emp-medium, .plsa-c2-emp-small, .plsa-c2-emp, .plsa-c2-xlarge, .plsa-c2-large, .plsa-c2-medium, .plsa-c2-small, .plsa-c2 {
  color: #012837;
}
.plsa-dispatchArticle-news .articleTitle, .plsa-dispatchArticle-home .newsInfo .date, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-icon-fa-sidemenu-dropdown, .plsa-c3-emp-xlarge, .plsa-c3-emp-large, .plsa-c3-emp-medium, .plsa-c3-emp-small, .plsa-c3-emp, .plsa-c3-xlarge, .plsa-c3-large, .plsa-c3-medium, .plsa-c3-small, .plsa-c3 {
  color: #FF6E6B;
}
.plsa-dispatchArticle-home .newsInfo .author, .plsa-c4-emp-xlarge, .plsa-c4-emp-large, .plsa-c4-emp-medium, .plsa-c4-emp-small, .plsa-c4-emp, .plsa-c4-xlarge, .plsa-c4-large, .plsa-c4-medium, .plsa-c4-small, .plsa-c4 {
  color: #01BBE9;
}
.plsa-c5-emp-xlarge, .plsa-c5-emp-large, .plsa-c5-emp-medium, .plsa-c5-emp-small, .plsa-c5-emp, .plsa-c5-xlarge, .plsa-c5-large, .plsa-c5-medium, .plsa-c5-small, .plsa-c5 {
  color: #FFD64F;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a, .plsa-c6-emp-xlarge, .plsa-c6-emp-large, .plsa-c6-emp-medium, .plsa-c6-emp-small, .plsa-c6-emp, .plsa-c6-xlarge, .plsa-c6-large, .plsa-c6-medium, .plsa-c6-small, .plsa-c6 {
  color: #000000;
}
.plsa-dispatchArticle-home .newsHeader, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName > span, .my-plsa-container .my-plsa-banner .details-container .register-number, .my-plsa-container .my-plsa-banner .welcome-container, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle .fa, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle, .plsa-c7-emp-xlarge, .plsa-c7-emp-large, .plsa-c7-emp-medium, .plsa-c7-emp-small, .plsa-c7-emp, .plsa-c7-xlarge, .plsa-c7-large, .plsa-c7-medium, .plsa-c7-small, .plsa-c7 {
  color: #FFFFFF;
}
.plsa-c8-emp-xlarge, .plsa-c8-emp-large, .plsa-c8-emp-medium, .plsa-c8-emp-small, .plsa-c8-emp, .plsa-c8-xlarge, .plsa-c8-large, .plsa-c8-medium, .plsa-c8-small, .plsa-c8 {
  color: #E6E6E6;
}

.my-plsa-container .my-plsa-banner .details-container div.update-details a.plsa-button-1, .plsa-button {
  padding: 12px;
}
.plsa-button-small {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px;
}
.plsa-button-medium {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 18px;
}
.plsa-button-large {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px;
}

.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span.active-filter-tagset-tag, .dispatch-search__button, .control-group div.controls .btn.btn-success.submitbutton, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a, .DnnModule-SilverbearMyGroupsAndRegions input[type=button], .DnnModule-SilverbearInvoices .btnPay, .DnnModule-SilverbearInvoices .btnBack, .DnnModule-SilverbearRegistration .btn.submitbutton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton, header .topHeader nav#topRightHeaderNav .loginAction a, .ui-button.dnnPrimaryAction, a.dnnPrimaryAction, .plsa-button-1 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #012837;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span.active-filter-tagset-tag:hover, .dispatch-search__button:hover, .control-group div.controls .btn.btn-success.submitbutton:hover, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input:hover, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a:hover, .DnnModule-SilverbearMyGroupsAndRegions input[type=button]:hover, .DnnModule-SilverbearInvoices .btnPay:hover, .DnnModule-SilverbearInvoices .btnBack:hover, .DnnModule-SilverbearRegistration .btn.submitbutton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton:hover, header .topHeader nav#topRightHeaderNav .loginAction a:hover, .ui-button.dnnPrimaryAction:hover, a.dnnPrimaryAction:hover, .plsa-button-1:hover {
  color: #01BBE9;
  background: #012837;
  text-decoration: underline;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span.active-filter-tagset-tag:focus, .dispatch-search__button:focus, .control-group div.controls .btn.btn-success.submitbutton:focus, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input:focus, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a:focus, .DnnModule-SilverbearMyGroupsAndRegions input[type=button]:focus, .DnnModule-SilverbearInvoices .btnPay:focus, .DnnModule-SilverbearInvoices .btnBack:focus, .DnnModule-SilverbearRegistration .btn.submitbutton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton:focus, header .topHeader nav#topRightHeaderNav .loginAction a:focus, .ui-button.dnnPrimaryAction:focus, a.dnnPrimaryAction:focus, .plsa-button-1:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  text-decoration: underline;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span.disabled.active-filter-tagset-tag, .disabled.dispatch-search__button, .control-group div.controls .disabled.btn.btn-success.submitbutton, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input.disabled, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a.disabled, .DnnModule-SilverbearMyGroupsAndRegions input.disabled[type=button], .DnnModule-SilverbearInvoices .disabled.btnPay, .DnnModule-SilverbearInvoices .disabled.btnBack, .DnnModule-SilverbearRegistration .disabled.btn.submitbutton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.disabled.continueShopping, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.disabled.buyNowButton, header .topHeader nav#topRightHeaderNav .loginAction a.disabled, .disabled.ui-button.dnnPrimaryAction, a.disabled.dnnPrimaryAction, .disabled.plsa-button-1 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href].active-filter-tagset-tag:visited, [href].dispatch-search__button:visited, .control-group div.controls [href].btn.btn-success.submitbutton:visited, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:visited, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a[href]:visited, .DnnModule-SilverbearMyGroupsAndRegions input[href][type=button]:visited, .DnnModule-SilverbearInvoices [href].btnPay:visited, .DnnModule-SilverbearInvoices [href].btnBack:visited, .DnnModule-SilverbearRegistration [href].btn.submitbutton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:visited, header .topHeader nav#topRightHeaderNav .loginAction a[href]:visited, [href].ui-button.dnnPrimaryAction:visited, a[href].dnnPrimaryAction:visited, [href].plsa-button-1:visited {
  color: #FFFFFF;
  background: #012837;
  border: none;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href].active-filter-tagset-tag:hover, [href].dispatch-search__button:hover, .control-group div.controls [href].btn.btn-success.submitbutton:hover, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:hover, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a[href]:hover, .DnnModule-SilverbearMyGroupsAndRegions input[href][type=button]:hover, .DnnModule-SilverbearInvoices [href].btnPay:hover, .DnnModule-SilverbearInvoices [href].btnBack:hover, .DnnModule-SilverbearRegistration [href].btn.submitbutton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:hover, header .topHeader nav#topRightHeaderNav .loginAction a[href]:hover, [href].ui-button.dnnPrimaryAction:hover, a[href].dnnPrimaryAction:hover, [href].plsa-button-1:hover, .DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href].active-filter-tagset-tag:focus, [href].dispatch-search__button:focus, .control-group div.controls [href].btn.btn-success.submitbutton:focus, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:focus, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child > a[href]:focus, .DnnModule-SilverbearMyGroupsAndRegions input[href][type=button]:focus, .DnnModule-SilverbearInvoices [href].btnPay:focus, .DnnModule-SilverbearInvoices [href].btnBack:focus, .DnnModule-SilverbearRegistration [href].btn.submitbutton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:focus, header .topHeader nav#topRightHeaderNav .loginAction a[href]:focus, [href].ui-button.dnnPrimaryAction:focus, a[href].dnnPrimaryAction:focus, [href].plsa-button-1:focus {
  color: #01BBE9;
  background: #012837;
  border: 1px solid none;
}

.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span, .control-group input[name=postal-code] + button, .control-group div.controls .btn.btn-success, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a, .DnnModule-SilverbearReportViewer input#btnPrintReport, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a, .DnnModule-FetchXmlViewer .btn.btn-info, .DnnModule-SilverbearInvoices .btnCancel, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn, .ui-button.dnnSecondaryAction, .postcodeLookupModal .btn.cancelLookup, .lookupModal .btn.cancelLookup, a.dnnSecondaryAction, .plsa-button-2 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #012837;
  background: #FFFFFF;
  border: 1px solid #012837;
  min-width: 115px;
  text-align: center;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span:hover, .control-group input[name=postal-code] + button:hover, .control-group div.controls .btn.btn-success:hover, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a:hover, .DnnModule-SilverbearReportViewer input#btnPrintReport:hover, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a:hover, .DnnModule-FetchXmlViewer .btn.btn-info:hover, .DnnModule-SilverbearInvoices .btnCancel:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn:hover, .ui-button.dnnSecondaryAction:hover, .postcodeLookupModal .btn.cancelLookup:hover, .lookupModal .btn.cancelLookup:hover, a.dnnSecondaryAction:hover, .plsa-button-2:hover {
  color: #012837;
  background: #FFFFFF;
  border: 1px solid #012837;
  text-decoration: underline;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span:focus, .control-group input[name=postal-code] + button:focus, .control-group div.controls .btn.btn-success:focus, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a:focus, .DnnModule-SilverbearReportViewer input#btnPrintReport:focus, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a:focus, .DnnModule-FetchXmlViewer .btn.btn-info:focus, .DnnModule-SilverbearInvoices .btnCancel:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn:focus, .ui-button.dnnSecondaryAction:focus, .postcodeLookupModal .btn.cancelLookup:focus, .lookupModal .btn.cancelLookup:focus, a.dnnSecondaryAction:focus, .plsa-button-2:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(1, 40, 55, 0.9);
  text-decoration: underline;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span.disabled, .control-group input[name=postal-code] + button.disabled, .control-group div.controls .disabled.btn.btn-success, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a.disabled, .DnnModule-SilverbearReportViewer input.disabled#btnPrintReport, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a.disabled, .DnnModule-FetchXmlViewer .disabled.btn.btn-info, .DnnModule-SilverbearInvoices .disabled.btnCancel, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .disabled.removeItem, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .disabled.btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .disabled.btn.toggle-on, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .disabled.btn.toggle-off, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.previousButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.nextButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .disabled.btn, .disabled.ui-button.dnnSecondaryAction, .postcodeLookupModal .disabled.btn.cancelLookup, .lookupModal .disabled.btn.cancelLookup, a.disabled.dnnSecondaryAction, .disabled.plsa-button-2 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href]:visited, .control-group input[name=postal-code] + button[href]:visited, .control-group div.controls [href].btn.btn-success:visited, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a[href]:visited, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:visited, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:visited, .DnnModule-FetchXmlViewer [href].btn.btn-info:visited, .DnnModule-SilverbearInvoices [href].btnCancel:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:visited, [href].ui-button.dnnSecondaryAction:visited, .postcodeLookupModal [href].btn.cancelLookup:visited, .lookupModal [href].btn.cancelLookup:visited, a[href].dnnSecondaryAction:visited, [href].plsa-button-2:visited {
  color: #012837;
  background: #FFFFFF;
  border: #012837;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href]:hover, .control-group input[name=postal-code] + button[href]:hover, .control-group div.controls [href].btn.btn-success:hover, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a[href]:hover, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:hover, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:hover, .DnnModule-FetchXmlViewer [href].btn.btn-info:hover, .DnnModule-SilverbearInvoices [href].btnCancel:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:hover, [href].ui-button.dnnSecondaryAction:hover, .postcodeLookupModal [href].btn.cancelLookup:hover, .lookupModal [href].btn.cancelLookup:hover, a[href].dnnSecondaryAction:hover, [href].plsa-button-2:hover, .DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span[href]:focus, .control-group input[name=postal-code] + button[href]:focus, .control-group div.controls [href].btn.btn-success:focus, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a[href]:focus, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:focus, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:focus, .DnnModule-FetchXmlViewer [href].btn.btn-info:focus, .DnnModule-SilverbearInvoices [href].btnCancel:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:focus, [href].ui-button.dnnSecondaryAction:focus, .postcodeLookupModal [href].btn.cancelLookup:focus, .lookupModal [href].btn.cancelLookup:focus, a[href].dnnSecondaryAction:focus, [href].plsa-button-2:focus {
  color: #012837;
  background: #FFFFFF;
  border: 1px solid #012837;
}

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon, .postcodeLookupModal .btn.selectResult, .lookupModal .btn.selectResult, .plsa-button-3 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #012837;
  background: #57CFA3;
  border: 1px solid #012837;
  min-width: 115px;
  text-align: center;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton:hover, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:hover, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:hover, .postcodeLookupModal .btn.selectResult:hover, .lookupModal .btn.selectResult:hover, .plsa-button-3:hover {
  color: #012837;
  background: #57CFA3;
  text-decoration: underline;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton:focus, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:focus, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:focus, .postcodeLookupModal .btn.selectResult:focus, .lookupModal .btn.selectResult:focus, .plsa-button-3:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  text-decoration: underline;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .disabled.btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .disabled.changeButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.clearCartButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.disabled.addToBasketButton, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.disabled.plsa-icon, header .header.search-expanded .dnnUserMenu .searchAction > span > a.disabled.plsa-icon, .postcodeLookupModal .disabled.btn.selectResult, .lookupModal .disabled.btn.selectResult, .disabled.plsa-button-3 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:visited, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:visited, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:visited, .postcodeLookupModal [href].btn.selectResult:visited, .lookupModal [href].btn.selectResult:visited, [href].plsa-button-3:visited {
  color: #012837;
  background: #57CFA3;
  border: #012837;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:hover, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:hover, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:hover, .postcodeLookupModal [href].btn.selectResult:hover, .lookupModal [href].btn.selectResult:hover, [href].plsa-button-3:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:focus, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:focus, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:focus, .postcodeLookupModal [href].btn.selectResult:focus, .lookupModal [href].btn.selectResult:focus, [href].plsa-button-3:focus {
  color: #012837;
  background: #57CFA3;
  border: 1px solid none;
}

.my-plsa-container .my-plsa-banner .basket-container .basket-button a, .plsa-button-4 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #012837;
  background: #FFFFFF;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a:hover, .plsa-button-4:hover {
  color: #4d6a71;
  background: #EEF0F0;
  text-decoration: underline;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a:focus, .plsa-button-4:focus {
  -webkit-box-shadow: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a.disabled, .disabled.plsa-button-4 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:visited, [href].plsa-button-4:visited {
  color: #012837;
  background: #FFFFFF;
  border: none;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:hover, [href].plsa-button-4:hover, .my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:focus, [href].plsa-button-4:focus {
  color: #4d6a71;
  background: #EEF0F0;
  border: 1px solid none;
}

.plsa-button-5 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #60bdf6;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-5:hover {
  color: #FFFFFF;
  background: #60bdf6;
  text-decoration: underline;
}
.plsa-button-5:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(96, 189, 246, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(96, 189, 246, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(96, 189, 246, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-5 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-5:visited {
  color: #FFFFFF;
  background: #60bdf6;
  border: none;
}
[href].plsa-button-5:hover, [href].plsa-button-5:focus {
  color: #FFFFFF;
  background: #60bdf6;
  border: 1px solid none;
}

.plsa-button-6 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #00569A;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-6:hover {
  color: #FFFFFF;
  background: rgba(0, 86, 154, 0.9);
  text-decoration: underline;
}
.plsa-button-6:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 86, 154, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 86, 154, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(0, 86, 154, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-6 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-6:visited {
  color: #FFFFFF;
  background: #00569A;
  border: none;
}
[href].plsa-button-6:hover, [href].plsa-button-6:focus {
  color: #FFFFFF;
  background: rgba(0, 86, 154, 0.9);
  border: 1px solid none;
}

.plsa-button-7 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #5D378D;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-7:hover {
  color: #FFFFFF;
  background: rgba(93, 55, 141, 0.9);
  text-decoration: underline;
}
.plsa-button-7:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(93, 55, 141, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(93, 55, 141, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(93, 55, 141, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-7 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-7:visited {
  color: #FFFFFF;
  background: #5D378D;
  border: none;
}
[href].plsa-button-7:hover, [href].plsa-button-7:focus {
  color: #FFFFFF;
  background: rgba(93, 55, 141, 0.9);
  border: 1px solid none;
}

.plsa-button-8 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #A994C6;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-8:hover {
  color: #FFFFFF;
  background: rgba(169, 148, 198, 0.9);
  text-decoration: underline;
}
.plsa-button-8:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(169, 148, 198, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(169, 148, 198, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(169, 148, 198, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-8 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-8:visited {
  color: #FFFFFF;
  background: #A994C6;
  border: none;
}
[href].plsa-button-8:hover, [href].plsa-button-8:focus {
  color: #FFFFFF;
  background: rgba(169, 148, 198, 0.9);
  border: 1px solid none;
}

.plsa-button-9 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #007375;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-9:hover {
  color: #FFFFFF;
  background: rgba(0, 115, 117, 0.9);
  text-decoration: underline;
}
.plsa-button-9:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 115, 117, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 115, 117, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(0, 115, 117, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-9 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-9:visited {
  color: #FFFFFF;
  background: #007375;
  border: none;
}
[href].plsa-button-9:hover, [href].plsa-button-9:focus {
  color: #FFFFFF;
  background: rgba(0, 115, 117, 0.9);
  border: 1px solid none;
}

.plsa-button-10 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #00ABAA;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-10:hover {
  color: #FFFFFF;
  background: rgba(0, 171, 170, 0.9);
  text-decoration: underline;
}
.plsa-button-10:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 171, 170, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 171, 170, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(0, 171, 170, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-10 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-10:visited {
  color: #FFFFFF;
  background: #00ABAA;
  border: none;
}
[href].plsa-button-10:hover, [href].plsa-button-10:focus {
  color: #FFFFFF;
  background: rgba(0, 171, 170, 0.9);
  border: 1px solid none;
}

.plsa-button-11 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #5D9345;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-11:hover {
  color: #FFFFFF;
  background: rgba(93, 147, 69, 0.9);
  text-decoration: underline;
}
.plsa-button-11:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(93, 147, 69, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(93, 147, 69, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(93, 147, 69, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-11 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-11:visited {
  color: #FFFFFF;
  background: #5D9345;
  border: none;
}
[href].plsa-button-11:hover, [href].plsa-button-11:focus {
  color: #FFFFFF;
  background: rgba(93, 147, 69, 0.9);
  border: 1px solid none;
}

.plsa-button-12 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #FFD11B;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-12:hover {
  color: #012837;
  background: rgba(255, 209, 27, 0.9);
  text-decoration: underline;
}
.plsa-button-12:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 209, 27, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 209, 27, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(255, 209, 27, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-12 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-12:visited {
  color: #FFFFFF;
  background: #FFD11B;
  border: none;
}
[href].plsa-button-12:hover, [href].plsa-button-12:focus {
  color: #012837;
  background: rgba(255, 209, 27, 0.9);
  border: 1px solid none;
}

.plsa-button-13 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #BE8E00;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-13:hover {
  color: #FFFFFF;
  background: rgba(190, 142, 0, 0.9);
  text-decoration: underline;
}
.plsa-button-13:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(190, 142, 0, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(190, 142, 0, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(190, 142, 0, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-13 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-13:visited {
  color: #FFFFFF;
  background: #BE8E00;
  border: none;
}
[href].plsa-button-13:hover, [href].plsa-button-13:focus {
  color: #FFFFFF;
  background: rgba(190, 142, 0, 0.9);
  border: 1px solid none;
}

.plsa-button-14 {
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  padding: 12px;
  color: #FFFFFF;
  background: #ED6A53;
  border: 1px solid none;
  min-width: 115px;
  text-align: center;
}
.plsa-button-14:hover {
  color: #FFFFFF;
  background: rgba(237, 106, 83, 0.9);
  text-decoration: underline;
}
.plsa-button-14:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(237, 106, 83, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(237, 106, 83, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(237, 106, 83, 0.9);
  text-decoration: underline;
}
.disabled.plsa-button-14 {
  color: #bbbbbb;
  background: #dedede;
  border: #d0d0d0;
}
[href].plsa-button-14:visited {
  color: #FFFFFF;
  background: #ED6A53;
  border: none;
}
[href].plsa-button-14:hover, [href].plsa-button-14:focus {
  color: #FFFFFF;
  background: rgba(237, 106, 83, 0.9);
  border: 1px solid none;
}

nav#headerNav .submenu .level-2 a, .plsa-hyperlink {
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-hyperlink-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-hyperlink-medium {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.plsa-hyperlink-large {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: Verdana, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.bannerTitle .plsa-accordion-content a, .plsa-dispatchArticle-news .articleURL, .plsa-dispatchArticle-home .newsContent .article-newsURL a, .plsa-page-shareableActions .plsa-page-action a, .plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a, .plsa-hyperlink-emp {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
footer .footerWrapper .footerMenu a, footer .footerWrapper .footerMenu span, footer .footerWrapper .copyright a, footer .footerWrapper .copyright span, header .topHeader a, .plsa-hyperlink-emp-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu a, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon, footer .footerAdditionalMenuWrapper a, header .header-sticky.header-is-stuck .header .dnnUserMenu a, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon, nav#headerNav a, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a, .plsa-sidemenu.lvl-1 > li > a, .plsa-hyperlink-emp-medium {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span, .plsa-hyperlink-emp-large {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}

.plsa-dispatchArticle-news .articleURL, .plsa-dispatchArticle-home .newsContent .article-newsURL a, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span, .plsa-page-shareableActions .plsa-page-action a, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a, footer .footerWrapper .footerMenu a, footer .footerWrapper .footerMenu span, footer .footerWrapper .copyright a, footer .footerWrapper .copyright span, footer .footerAdditionalMenuWrapper a, header .topHeader a, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text, a, .plsa-hyperlink-1, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
  font-weight: 600;
}
.plsa-dispatchArticle-news .articleURL:visited, .plsa-dispatchArticle-home .newsContent .article-newsURL a:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:visited, .plsa-page-shareableActions .plsa-page-action a:visited, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:visited, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:visited, footer .footerWrapper .footerMenu a:visited, footer .footerWrapper .footerMenu span:visited, footer .footerWrapper .copyright a:visited, footer .footerWrapper .copyright span:visited, footer .footerAdditionalMenuWrapper a:visited, header .topHeader a:visited, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:visited, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected:visited, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text:visited, a:visited, .plsa-hyperlink-1:visited, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-dispatchArticle-news .articleURL:hover, .plsa-dispatchArticle-home .newsContent .article-newsURL a:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:hover, .plsa-page-shareableActions .plsa-page-action a:hover, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:hover, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:hover, footer .footerWrapper .footerMenu a:hover, footer .footerWrapper .footerMenu span:hover, footer .footerWrapper .copyright a:hover, footer .footerWrapper .copyright span:hover, footer .footerAdditionalMenuWrapper a:hover, header .topHeader a:hover, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:hover, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected:hover, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text:hover, a:hover, .plsa-hyperlink-1:hover, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:hover, .plsa-dispatchArticle-news .articleURL:focus, .plsa-dispatchArticle-home .newsContent .article-newsURL a:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:focus, .plsa-page-shareableActions .plsa-page-action a:focus, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:focus, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:focus, footer .footerWrapper .footerMenu a:focus, footer .footerWrapper .footerMenu span:focus, footer .footerWrapper .copyright a:focus, footer .footerWrapper .copyright span:focus, footer .footerAdditionalMenuWrapper a:focus, header .topHeader a:focus, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:focus, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected:focus, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text:focus, a:focus, .plsa-hyperlink-1:focus, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:focus {
  color: #012837;
  text-decoration: underline;
}
.plsa-dispatchArticle-news .disabled.articleURL, .plsa-dispatchArticle-home .newsContent .article-newsURL a.disabled, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .disabled.tab-title-normal, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .disabled.tab-title-mobile, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span.disabled, .plsa-page-shareableActions .plsa-page-action a.disabled, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a.disabled, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a.disabled, footer .footerWrapper .footerMenu a.disabled, footer .footerWrapper .footerMenu span.disabled, footer .footerWrapper .copyright a.disabled, footer .footerWrapper .copyright span.disabled, footer .footerAdditionalMenuWrapper a.disabled, header .topHeader a.disabled, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a.disabled, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.disabled.plsa-sidemenu-dropdown-selected, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.disabled.plsa-dropdown-default-text, a.disabled, .disabled.plsa-hyperlink-1, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button.disabled {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:last-child, header .topHeader nav#topRightHeaderNav .searchAction > a, .plsa-hyperlink-2 {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:visited:last-child, header .topHeader nav#topRightHeaderNav .searchAction > a:visited, .plsa-hyperlink-2:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:hover:last-child, header .topHeader nav#topRightHeaderNav .searchAction > a:hover, .plsa-hyperlink-2:hover, .plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:focus:last-child, header .topHeader nav#topRightHeaderNav .searchAction > a:focus, .plsa-hyperlink-2:focus {
  color: #012837;
  text-decoration: underline;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a.disabled:last-child, header .topHeader nav#topRightHeaderNav .searchAction > a.disabled, .disabled.plsa-hyperlink-2 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-hyperlink-3 {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-hyperlink-3:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-hyperlink-3:hover, .plsa-hyperlink-3:focus {
  color: #012837;
  text-decoration: underline;
}
.disabled.plsa-hyperlink-3 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.off-canvas .offCanvasMenu nav#OffCanvasMainMenu a, header .header-sticky.header-is-stuck .header .dnnUserMenu a, nav#headerNav a, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a, .plsa-hyperlink-4 {
  cursor: pointer;
  color: #FFFFFF;
  background: transparent;
  border: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu a:visited, header .header-sticky.header-is-stuck .header .dnnUserMenu a:visited, nav#headerNav a:visited, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:visited, .plsa-hyperlink-4:visited {
  color: #FFFFFF;
  background: transparent;
  border: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu a:hover, header .header-sticky.header-is-stuck .header .dnnUserMenu a:hover, nav#headerNav a:hover, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:hover, .plsa-hyperlink-4:hover, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu a:focus, header .header-sticky.header-is-stuck .header .dnnUserMenu a:focus, nav#headerNav a:focus, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:focus, .plsa-hyperlink-4:focus {
  color: #E6E6E6;
  text-decoration: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu a.disabled, header .header-sticky.header-is-stuck .header .dnnUserMenu a.disabled, nav#headerNav a.disabled, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a.disabled, .disabled.plsa-hyperlink-4 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a, .plsa-sidemenu.lvl-1 > li > a, .plsa-hyperlink-5 {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a:visited, .plsa-sidemenu.lvl-1 > li > a:visited, .plsa-hyperlink-5:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a:hover, .plsa-sidemenu.lvl-1 > li > a:hover, .plsa-hyperlink-5:hover, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a:focus, .plsa-sidemenu.lvl-1 > li > a:focus, .plsa-hyperlink-5:focus {
  color: #012837;
  text-decoration: underline;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a.disabled, .plsa-sidemenu.lvl-1 > li > a.disabled, .disabled.plsa-hyperlink-5 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-hyperlink-6 {
  cursor: pointer;
  color: #FF6E6B;
  background: transparent;
  border: none;
}
.plsa-hyperlink-6:visited {
  color: #FF6E6B;
  background: transparent;
  border: none;
}
.plsa-hyperlink-6:hover, .plsa-hyperlink-6:focus {
  color: #5c9da1;
  text-decoration: underline;
}
.disabled.plsa-hyperlink-6 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-sidemenu.lvl-2 > li.selected > a, .plsa-sidemenu.lvl-1 > li.selected > a, .plsa-hyperlink-7 {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-2 > li.selected > a:visited, .plsa-sidemenu.lvl-1 > li.selected > a:visited, .plsa-hyperlink-7:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-2 > li.selected > a:hover, .plsa-sidemenu.lvl-1 > li.selected > a:hover, .plsa-hyperlink-7:hover, .plsa-sidemenu.lvl-2 > li.selected > a:focus, .plsa-sidemenu.lvl-1 > li.selected > a:focus, .plsa-hyperlink-7:focus {
  color: #012837;
  text-decoration: underline;
}
.plsa-sidemenu.lvl-2 > li.selected > a.disabled, .plsa-sidemenu.lvl-1 > li.selected > a.disabled, .disabled.plsa-hyperlink-7 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a, .plsa-hyperlink-8 {
  cursor: pointer;
  color: #818181;
  background: transparent;
  border: none;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:visited, .plsa-hyperlink-8:visited {
  color: #818181;
  background: transparent;
  border: none;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:hover, .plsa-hyperlink-8:hover, .plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:focus, .plsa-hyperlink-8:focus {
  color: #818181;
  text-decoration: underline;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a.disabled, .disabled.plsa-hyperlink-8 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-sidemenu.lvl-2 > li > a, .plsa-sidemenu.lvl-1 > li.parentSelected > a, .plsa-hyperlink-9 {
  cursor: pointer;
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-2 > li > a:visited, .plsa-sidemenu.lvl-1 > li.parentSelected > a:visited, .plsa-hyperlink-9:visited {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-2 > li > a:hover, .plsa-sidemenu.lvl-1 > li.parentSelected > a:hover, .plsa-hyperlink-9:hover, .plsa-sidemenu.lvl-2 > li > a:focus, .plsa-sidemenu.lvl-1 > li.parentSelected > a:focus, .plsa-hyperlink-9:focus {
  color: #4d6a71;
  text-decoration: underline;
}
.plsa-sidemenu.lvl-2 > li > a.disabled, .plsa-sidemenu.lvl-1 > li.parentSelected > a.disabled, .disabled.plsa-hyperlink-9 {
  color: #bbbbbb;
  background: none;
  border: none;
}

.plsa-page-shareableActions .plsa-share-social .page-share-twitter:after, .plsa-icon-fa-brands-twitter-before:before, .plsa-icon-fa-brands-twitter-after:after, .plsa-icon-fa-brands-twitter {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
  font-size: 98%;
  font-weight: 400;
}
.plsa-icon-fa-brands-youtube-before:before, .plsa-icon-fa-brands-youtube-after:after, .plsa-icon-fa-brands-youtube {
  font-family: "Font Awesome 6 Brands";
  content: "\f16a";
  font-size: 98%;
  font-weight: 400;
}
.plsa-page-shareableActions .plsa-share-social .page-share-linkedin:after, .plsa-icon-fa-brands-linkedin-before:before, .plsa-icon-fa-brands-linkedin-after:after, .plsa-icon-fa-brands-linkedin {
  font-family: "Font Awesome 6 Brands";
  content: "\f0e1";
  font-size: 98%;
  font-weight: 400;
}
.plsa-page-shareableActions .plsa-share-social .page-share-facebook:after, .plsa-icon-fa-brands-facebook-before:before, .plsa-icon-fa-brands-facebook-after:after, .plsa-icon-fa-brands-facebook {
  font-family: "Font Awesome 6 Brands";
  content: "\f09a";
  font-size: 98%;
  font-weight: 400;
}

.DnnModule-PLSACentralResourceCentre .search-container.plsa-accordion.plsa-accordion-activated .plsa-accordion-head:after, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName:after, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-icon-fa-sidemenu-dropdown:after, .plsa-icon-fa-caret-down-before:before, .plsa-icon-fa-caret-down-after:after, .plsa-icon-fa-caret-down {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-size: 98%;
  display: inline;
}
.plsa-icon-fa-caret-up-before:before, .plsa-icon-fa-caret-up-after:after, .plsa-icon-fa-caret-up {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0d8";
  font-size: 98%;
  display: inline;
}
.plsa-dispatchArticle-news .articleURL:after, .plsa-dispatchArticle-home .newsContent .article-newsURL a:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:after, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a::after, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a::after, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol li > a::after, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a:after, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:after, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a:before, .plsa-icon-fa-caret-right-before:before, .plsa-icon-fa-caret-right-after:after, .plsa-icon-fa-caret-right {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-size: 98%;
  display: inline;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a::before, .plsa-icon-fa-caret-left-before:before, .plsa-icon-fa-caret-left-after:after, .plsa-icon-fa-caret-left {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0d9";
  font-size: 98%;
  display: inline;
}
.plsa-icon-fa-user-circle-o-before:before, .plsa-icon-fa-user-circle-o-after:after, .plsa-icon-fa-user-circle-o {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f2be";
  font-size: 98%;
}
.plsa-icon-fa-user-before:before, .plsa-icon-fa-user-after:after, .plsa-icon-fa-user {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-size: 98%;
}
.plsa-icon-fa-user-times-before:before, .plsa-icon-fa-user-times-after:after, .plsa-icon-fa-user-times {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f235";
  font-size: 98%;
}
.plsa-icon-fa-bars-before:before, .plsa-icon-fa-bars-after:after, .plsa-icon-fa-bars {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0c9";
  font-size: 98%;
}
.plsa-icon-fa-close-before:before, .plsa-icon-fa-close-after:after, .plsa-icon-fa-close {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-size: 98%;
}
.plsa-icon-fa-search-before:before, .plsa-icon-fa-search-after:after, .plsa-icon-fa-search {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f002";
  font-size: 98%;
  display: inline-block;
}
.plsa-page-shareableActions .plsa-page-action a:after, .plsa-icon-fa-print-before:before, .plsa-icon-fa-print-after:after, .plsa-icon-fa-print {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f02f";
  font-size: 98%;
}
.plsa-icon-fa-warning-before:before, .plsa-icon-fa-warning-after:after, .plsa-icon-fa-warning {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f071";
  font-size: 98%;
}
.plsa-page-shareableActions .plsa-share-social .page-share-email:after, a[href^="mailto:"]:before, .plsa-icon-fa-email-before:before, .plsa-icon-fa-email-after:after, .plsa-icon-fa-email {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-size: 98%;
}
.plsa-icon-fa-rss-before:before, .plsa-icon-fa-rss-after:after, .plsa-icon-fa-rss {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f09e";
  font-size: 98%;
}
.plsa-icon-fa-feed-before:before, .plsa-icon-fa-feed-after:after, .plsa-icon-fa-feed {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f09e";
  font-size: 98%;
}
a[href^="tel:"]:before, .plsa-icon-fa-phone-before:before, .plsa-icon-fa-phone-after:after, .plsa-icon-fa-phone {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-size: 98%;
}
.plsa-icon-fa-chevron-up-before:before, .plsa-icon-fa-chevron-up-after:after, .plsa-icon-fa-chevron-up {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  font-size: 98%;
}
.plsa-icon-fa-chevron-right-before:before, .plsa-icon-fa-chevron-right-after:after, .plsa-icon-fa-chevron-right {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: 98%;
}
.plsa-icon-fa-chevron-down-before:before, .plsa-icon-fa-chevron-down-after:after, .plsa-icon-fa-chevron-down, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-size: 98%;
}
.plsa-icon-fa-chevron-left-before:before, .plsa-icon-fa-chevron-left-after:after, .plsa-icon-fa-chevron-left {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-size: 98%;
}
.DnnModule-PLSACentralResourceCentre .search-container.plsa-accordion.plsa-accordion-activated.plsa-accordion-open .plsa-accordion-head:after, .plsa-icon-fa-minus-square-o-before:before, .plsa-icon-fa-minus-square-o-after:after, .plsa-icon-fa-minus-square-o, .hideAndSeekTable .hide-and-seek-on-small.is-activated .hideAndSeekTable-respRow-HeaderBtnWrapper button:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f147";
  font-size: 98%;
}
.plsa-icon-fa-square-before:before, .plsa-icon-fa-square-after:after, .plsa-icon-fa-square {
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
  font-size: 98%;
  font-size: 5px;
  vertical-align: middle;
}
.ModTopicListingC .topic-listing-container .topicArea h2:before, footer .footerAdditionalMenuWrapper a:after, .plsa-icon-fa-circle-before:before, .plsa-icon-fa-circle-after:after, .plsa-icon-fa-circle, body:not(.edit) .DnnModule-SilverbearEventDetail ol li:before, body:not(.edit) .DnnModule-SilverbearEventDetail ul li:before, .DnnModule-SilverbearInvoices span:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-normal:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-mobile:before, .mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul li:before, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li:before, .plsa-bulletPoint-1-small:before, .plsa-bulletPoint-1-medium:before, .plsa-bulletPoint-1-large:before, .plsa-bulletPoint-1:before, .mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2:before {
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-size: 98%;
  font-size: 5px;
  vertical-align: middle;
}
.plsa-icon-fa-plus-square-o-before:before, .plsa-icon-fa-plus-square-o-after:after, .plsa-icon-fa-plus-square-o {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f196";
  font-size: 98%;
}
.plsa-icon-fa-calendar-before:before, .plsa-icon-fa-calendar-after:after, .plsa-icon-fa-calendar {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f073";
  font-size: 98%;
}
.plsa-icon-fa-clock-o-before:before, .plsa-icon-fa-clock-o-after:after, .plsa-icon-fa-clock-o {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f017";
  font-size: 98%;
}
.plsa-icon-fa-ticket-before:before, .plsa-icon-fa-ticket-after:after, .plsa-icon-fa-ticket {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f145";
  font-size: 98%;
}

.plsa-icon-plsa-diamond-1-after:after, .plsa-icon-plsa-diamond-1-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/icon-bullet-retina.png);
  background-position-y: 0px;
  -o-background-size: 12px 12px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}
.plsa-dispatchArticle-home .paginationGrid span.currentArticle, .plsa-icon-plsa-diamond-1-large-after:after, .plsa-icon-plsa-diamond-1-large-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/icon-bullet-retina.png);
  background-position-y: 0px;
  -o-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}
.plsa-icon-plsa-diamond-1-medium-after:after, .plsa-icon-plsa-diamond-1-medium-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/icon-bullet-retina.png);
  background-position-y: 0px;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
}
.plsa-icon-plsa-diamond-1-small-after:after, .plsa-icon-plsa-diamond-1-small-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/icon-bullet-retina.png);
  background-position-y: 0px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}

.plsa-icon-color-diamond-1-after:after, .plsa-icon-color-diamond-1-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 12px 48px;
  -webkit-background-size: 12px 48px;
  -moz-background-size: 12px 48px;
  background-size: 12px 48px;
  height: 12px;
  width: 12px;
}
.plsa-icon-color-diamond-1-large-after:after, .plsa-icon-color-diamond-1-large-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 16px 64px;
  -webkit-background-size: 16px 64px;
  -moz-background-size: 16px 64px;
  background-size: 16px 64px;
  height: 16px;
  width: 16px;
}
.plsa-icon-color-diamond-1-medium-after:after, .plsa-icon-color-diamond-1-medium-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 14px 56px;
  -webkit-background-size: 14px 56px;
  -moz-background-size: 14px 56px;
  background-size: 14px 56px;
  height: 14px;
  width: 14px;
}
.plsa-icon-color-diamond-1-small-after:after, .plsa-icon-color-diamond-1-small-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 10px 40px;
  -webkit-background-size: 10px 40px;
  -moz-background-size: 10px 40px;
  background-size: 10px 40px;
  height: 10px;
  width: 10px;
}

.plsa-icon-color-diamond-2-after:after, .plsa-icon-color-diamond-2-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -12px;
  -o-background-size: 12px 48px;
  -webkit-background-size: 12px 48px;
  -moz-background-size: 12px 48px;
  background-size: 12px 48px;
  height: 12px;
  width: 12px;
}
.plsa-icon-color-diamond-2-large-after:after, .plsa-icon-color-diamond-2-large-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -16px;
  -o-background-size: 16px 64px;
  -webkit-background-size: 16px 64px;
  -moz-background-size: 16px 64px;
  background-size: 16px 64px;
  height: 16px;
  width: 16px;
}
.plsa-icon-color-diamond-2-medium-after:after, .plsa-icon-color-diamond-2-medium-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -14px;
  -o-background-size: 14px 56px;
  -webkit-background-size: 14px 56px;
  -moz-background-size: 14px 56px;
  background-size: 14px 56px;
  height: 14px;
  width: 14px;
}
.plsa-icon-color-diamond-2-small-after:after, .plsa-icon-color-diamond-2-small-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -10px;
  -o-background-size: 10px 40px;
  -webkit-background-size: 10px 40px;
  -moz-background-size: 10px 40px;
  background-size: 10px 40px;
  height: 10px;
  width: 10px;
}

.plsa-icon-color-diamond-3-after:after, .plsa-icon-color-diamond-3-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -24px;
  -o-background-size: 12px 48px;
  -webkit-background-size: 12px 48px;
  -moz-background-size: 12px 48px;
  background-size: 12px 48px;
  height: 12px;
  width: 12px;
}
.plsa-icon-color-diamond-3-large-after:after, .plsa-icon-color-diamond-3-large-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -32px;
  -o-background-size: 16px 64px;
  -webkit-background-size: 16px 64px;
  -moz-background-size: 16px 64px;
  background-size: 16px 64px;
  height: 16px;
  width: 16px;
}
.plsa-icon-color-diamond-3-medium-after:after, .plsa-icon-color-diamond-3-medium-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -28px;
  -o-background-size: 14px 56px;
  -webkit-background-size: 14px 56px;
  -moz-background-size: 14px 56px;
  background-size: 14px 56px;
  height: 14px;
  width: 14px;
}
.plsa-icon-color-diamond-3-small-after:after, .plsa-icon-color-diamond-3-small-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -20px;
  -o-background-size: 10px 40px;
  -webkit-background-size: 10px 40px;
  -moz-background-size: 10px 40px;
  background-size: 10px 40px;
  height: 10px;
  width: 10px;
}

.plsa-icon-color-diamond-4-after:after, .plsa-icon-color-diamond-4-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -36px;
  -o-background-size: 12px 48px;
  -webkit-background-size: 12px 48px;
  -moz-background-size: 12px 48px;
  background-size: 12px 48px;
  height: 12px;
  width: 12px;
}
.plsa-dispatchArticle-home .paginationGrid span, .plsa-icon-color-diamond-4-large-after:after, .plsa-icon-color-diamond-4-large-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -48px;
  -o-background-size: 16px 64px;
  -webkit-background-size: 16px 64px;
  -moz-background-size: 16px 64px;
  background-size: 16px 64px;
  height: 16px;
  width: 16px;
}
.plsa-icon-color-diamond-4-medium-after:after, .plsa-icon-color-diamond-4-medium-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -42px;
  -o-background-size: 14px 56px;
  -webkit-background-size: 14px 56px;
  -moz-background-size: 14px 56px;
  background-size: 14px 56px;
  height: 14px;
  width: 14px;
}
.plsa-icon-color-diamond-4-small-after:after, .plsa-icon-color-diamond-4-small-before:before {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -30px;
  -o-background-size: 10px 40px;
  -webkit-background-size: 10px 40px;
  -moz-background-size: 10px 40px;
  background-size: 10px 40px;
  height: 10px;
  width: 10px;
}

@media screen and (min-width: 40em) {
  .plsa-quote-1-after:after, .plsa-quote-1-before:before {
    width: 24px;
    height: 12px;
  }
}
@media screen and (min-width: 40em) {
  .plsa-quote-1-after-large:after, .plsa-quote-1-before-large:before {
    width: 36px;
    height: 18px;
  }
}
@media screen and (min-width: 40em) {
  .plsa-quote-1-after-medium:after, .plsa-quote-1-before-medium:before {
    width: 32px;
    height: 16px;
  }
}
@media screen and (min-width: 40em) {
  .plsa-quote-1-after-small:after, .plsa-quote-1-before-small:before {
    width: 20px;
    height: 10px;
  }
}

@media screen and (min-width: 40em) {
  .plsa-quote-1-after-small:after, .plsa-quote-1-after-medium:after, .plsa-quote-1-after-large:after, .plsa-quote-1-after:after, .plsa-quote-1-before-small:before, .plsa-quote-1-before-medium:before, .plsa-quote-1-before-large:before, .plsa-quote-1-before:before {
    content: "";
    display: inline-block;
    background-image: url(../png/icon-quote-retina.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center left;
    vertical-align: top;
    margin-top: 4px;
  }
}

.plsa-underline-1:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  height: 12px;
}
.plsa-underline-1-large:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
}
.plsa-underline-1-medium:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 14px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
  height: 14px;
}
.plsa-underline-1-small:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: 0px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  height: 10px;
}

.plsa-underline-2:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -12px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  height: 12px;
}
.plsa-underline-2-large:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -16px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
}
.plsa-underline-2-medium:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -14px;
  -o-background-size: 14px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
  height: 14px;
}
.plsa-underline-2-small:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -10px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  height: 10px;
}

.plsa-underline-3:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -24px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  height: 12px;
}
.plsa-underline-3-large:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -32px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
}
.plsa-underline-3-medium:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -28px;
  -o-background-size: 14px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
  height: 14px;
}
.plsa-underline-3-small:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -20px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  height: 10px;
}

.plsa-underline-4:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -36px;
  -o-background-size: 12px;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  background-size: 12px;
  height: 12px;
}
.plsa-underline-4-large:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -48px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
}
.plsa-underline-4-medium:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -42px;
  -o-background-size: 14px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
  height: 14px;
}
.plsa-underline-4-small:after {
  content: "";
  display: block;
  background-position-x: left;
  background-repeat: repeat-x;
  background-image: url(../png/plsa-diamond-color-retina.png);
  background-position-y: -30px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  height: 10px;
}

.plsa-top-border {
  border-top: 2px solid #012837;
}

.plsa-bottom-border {
  border-bottom: 2px solid #012837;
}

.plsa-left-border {
  border-left: 2px solid #012837;
}

.plsa-right-border {
  border-right: 2px solid #012837;
}

.plsa-horizontally-border {
  border-left: 2px solid #012837;
  border-right: 2px solid #012837;
}

.plsa-vertically-border {
  border-top: 2px solid #012837;
  border-bottom: 2px solid #012837;
}

.plsa-all-border {
  border: 2px solid #012837;
}

input[type=checkbox], .plsa-checkbox-left {
  display: none;
  width: 100%;
  cursor: pointer;
}
input[type=checkbox] + label:before, .plsa-checkbox-left + label:before, input[type=checkbox] + span:before, .plsa-checkbox-left + span:before {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  display: inline-block;
  border: 1px solid #012837;
  background: #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 5px;
  content: "\f00c";
}
input[type=checkbox]:checked + label:before, .plsa-checkbox-left:checked + label:before, input[type=checkbox]:checked + span:before, .plsa-checkbox-left:checked + span:before {
  color: #57CFA3;
}

.plsa-checkbox-right {
  display: none;
  width: 100%;
  cursor: pointer;
}
.plsa-checkbox-right + label:after, .plsa-checkbox-right + span:after {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
  font-family: FontAwesome;
  display: inline-block;
  border: 1px solid #012837;
  background: #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 5px;
  content: "\f00c";
}
.plsa-checkbox-right:checked + label:after, .plsa-checkbox-right:checked + span:after {
  color: #57CFA3;
}

input[type=radio], .plsa-radio-left {
  display: none;
  width: 100%;
  cursor: pointer;
}
input[type=radio] + label:before, .plsa-radio-left + label:before, input[type=radio] + span:before, .plsa-radio-left + span:before {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: sub;
  font-family: FontAwesome;
  display: inline-block;
  color: #012837;
  cursor: pointer;
  margin: 0 5px;
  content: "\f10c";
}
input[type=radio]:checked + label:before, .plsa-radio-left:checked + label:before, input[type=radio]:checked + span:before, .plsa-radio-left:checked + span:before {
  color: #57CFA3;
  content: "\f058";
}

.plsa-radio-right {
  display: none;
  width: 100%;
  cursor: pointer;
}
.plsa-radio-right + label:after, .plsa-radio-right + span:after {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 18px;
  vertical-align: sub;
  font-family: FontAwesome;
  display: inline-block;
  color: #012837;
  cursor: pointer;
  margin: 0 5px;
  content: "\f10c";
}
.plsa-radio-right:checked + label:after, .plsa-radio-right:checked + span:after {
  color: #57CFA3;
  content: "\f058";
}

body:not(.edit) .DnnModule-SilverbearEventDetail ol li:before, body:not(.edit) .DnnModule-SilverbearEventDetail ul li:before, .mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul li:before, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li:before, .plsa-bulletPoint-1:before {
  width: 12px;
  height: 12px;
}
.plsa-bulletPoint-1-large:before {
  width: 16px;
  height: 16px;
}
.DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-normal:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-mobile:before, .plsa-bulletPoint-1-medium:before, .mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2:before {
  width: 14px;
  height: 14px;
}
.plsa-bulletPoint-1-small:before {
  width: 10px;
  height: 10px;
}

body:not(.edit) .DnnModule-SilverbearEventDetail ol li:before, body:not(.edit) .DnnModule-SilverbearEventDetail ul li:before, .DnnModule-SilverbearInvoices span:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-normal:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-mobile:before, .mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul li:before, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li:before, .plsa-bulletPoint-1-small:before, .plsa-bulletPoint-1-medium:before, .plsa-bulletPoint-1-large:before, .plsa-bulletPoint-1:before, .mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2:before {
  margin-right: 10px;
}

.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions, .postcodeLookupModal table, .lookupModal table, .plsa-table {
  border-collapse: collapse;
  margin-bottom: 0;
  color: #012837;
  background: transparent;
  border: none;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions p, .postcodeLookupModal table p, .lookupModal table p, .plsa-table p {
  margin-bottom: 0;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead, .postcodeLookupModal table thead, .lookupModal table thead, .plsa-table thead, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody, .postcodeLookupModal table tbody, .lookupModal table tbody, .plsa-table tbody, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tfoot, .postcodeLookupModal table tfoot, .lookupModal table tfoot, .plsa-table tfoot {
  border: none;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions th, .postcodeLookupModal table th, .lookupModal table th, .plsa-table th, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions td, .postcodeLookupModal table td, .lookupModal table td, .plsa-table td {
  padding: 16px;
  border: none;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead, .postcodeLookupModal table thead, .lookupModal table thead, .plsa-table thead {
  border: none;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead tr, .postcodeLookupModal table thead tr, .lookupModal table thead tr, .plsa-table thead tr {
  color: #FFFFFF;
  background: #FF6E6B !important;
  border-bottom: 5px solid transparent;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody, .postcodeLookupModal table tbody, .lookupModal table tbody, .plsa-table tbody {
  background: transparent;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody tr:nth-child(even), .postcodeLookupModal table tbody tr:nth-child(even), .lookupModal table tbody tr:nth-child(even), .plsa-table tbody tr:nth-child(even) {
  border-bottom: 5px solid transparent;
  background: transparent !important;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody tr:nth-child(odd), .postcodeLookupModal table tbody tr:nth-child(odd), .lookupModal table tbody tr:nth-child(odd), .plsa-table tbody tr:nth-child(odd) {
  background: #86c4c3;
  border-bottom: 5px solid transparent !important;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tfoot tr, .postcodeLookupModal table tfoot tr, .lookupModal table tfoot tr, .plsa-table tfoot tr {
  background: #FFFFFF;
}
.DnnModule-SilverbearMyGroupsAndRegions table.info-table.SBGroupsandRegions, .postcodeLookupModal table.info-table, .lookupModal table.info-table, .info-table.plsa-table {
  border: 1px solid #86c4c3;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
}

.normalTable {
  margin: 0;
  border-collapse: collapse;
}
.normalTable thead, .normalTable tbody, .normalTable tfoot {
  background: none;
  background-color: transparent;
  border: none;
}

.normalTable-scrollTable {
  max-width: 100%;
  width: 100%;
  border: 1px solid #E6E6E6;
  display: inline-block;
  overflow: auto;
}
.normalTable-fixedColumn.normalTable-scrollTable {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .normalTable-scrollTable {
    width: 50%;
    max-width: -webkit-calc(100% - 150px); /** Safari 6, Chrome 19-25 **/
    max-width: -moz-calc(100% - 150px); /** FF 4-15  **/
    max-width: calc(100% - 150px);
    border-left: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .normalTable-fixedColumn.normalTable-scrollTable {
    display: inline-block;
    width: 50%;
    min-width: 150px;
    max-width: none;
    border: 1px solid #E6E6E6;
  }
  .normalTable-scrollTable:not(.normalTable-fixedColumn) tr th:first-child, .normalTable-scrollTable:not(.normalTable-fixedColumn) tr td:first-child {
    display: none;
  }
}

.hideAndSeekTable {
  border: none;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.hideAndSeekTable thead {
  border: none;
}
.hideAndSeekTable thead tr {
  color: #FFFFFF;
  background: #FF6E6B !important;
  border-bottom: 5px solid transparent;
}
.hideAndSeekTable thead tr th {
  border: none;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-Header {
  width: 90%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-Header * {
  margin: 0;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper {
  width: 10%;
  text-align: right;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button {
  width: 20px;
  height: 20px;
  min-width: 0;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:after {
  display: inline-block;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-Content {
  height: 0;
  overflow: hidden;
  background: #01BBE9 !important;
  color: #FFFFFF;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-ContentItem {
  padding: 10px;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-ContentTitle {
  font-weight: 600;
}
.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-ContentValue {
  margin-bottom: 5px;
}
.hideAndSeekTable .hide-and-seek-on-small.is-activated .hideAndSeekTable-respRow-HeaderBtnWrapper button:after {
  display: inline-block;
}
.hideAndSeekTable .hide-and-seek-on-small.is-activated .hideAndSeekTable-respRow-Content {
  height: auto;
}
.hideAndSeekTable tbody tr:nth-child(4n+1), .hideAndSeekTable tbody tr:nth-child(4n+2) {
  background: #86c4c3 !important;
}
.hideAndSeekTable tbody tr:nth-child(4n+3), .hideAndSeekTable tbody tr:nth-child(4n) {
  background: transparent !important;
}
.hideAndSeekTable tbody tr td {
  vertical-align: text-top;
  border: none;
}

.plsa-table-programme {
  border-spacing: 0 2px;
  border-collapse: separate;
  display: block;
}
.plsa-table-programme .smallColumn-c1 {
  width: 120px;
  vertical-align: top;
  background: #012837;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c2 {
  width: 120px;
  vertical-align: top;
  background: #012837;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c3 {
  width: 120px;
  vertical-align: top;
  background: #FF6E6B;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c4 {
  width: 120px;
  vertical-align: top;
  background: #01BBE9;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c5 {
  width: 120px;
  vertical-align: top;
  background: #FFD64F;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c6 {
  width: 120px;
  vertical-align: top;
  background: #000000;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c7 {
  width: 120px;
  vertical-align: top;
  background: #FFFFFF;
  color: #012837;
  white-space: normal;
}
.plsa-table-programme .smallColumn-c8 {
  width: 120px;
  vertical-align: top;
  background: #E6E6E6;
  color: #012837;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c1 {
  vertical-align: top;
  background: #012837;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c2 {
  vertical-align: top;
  background: #012837;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c3 {
  vertical-align: top;
  background: #FF6E6B;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c4 {
  vertical-align: top;
  background: #01BBE9;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c5 {
  vertical-align: top;
  background: #FFD64F;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c6 {
  vertical-align: top;
  background: #000000;
  color: #FFFFFF;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c7 {
  vertical-align: top;
  background: #FFFFFF;
  color: #012837;
  white-space: normal;
}
.plsa-table-programme .tableColumn-c8 {
  vertical-align: top;
  background: #E6E6E6;
  color: #012837;
  white-space: normal;
}
@media screen and (max-width: 39.9375em) {
  .plsa-table-programme .smallColumn-c1, .plsa-table-programme .smallColumn-c2, .plsa-table-programme .smallColumn-c3, .plsa-table-programme .smallColumn-c4, .plsa-table-programme .smallColumn-c5, .plsa-table-programme .smallColumn-c6, .plsa-table-programme .smallColumn-c7, .plsa-table-programme .smallColumn-c8 {
    width: 70px;
    padding: 8px 0 8px 6px;
  }
  .plsa-table-programme > tbody > tr > td:not(:first-child) {
    width: -webkit-calc(100% - 70px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 70px); /** FF 4-15  **/
    width: calc(100% - 70px);
  }
  .plsa-table-programme > tbody > tr.scrollableRowWrapper > td:not(:first-child) {
    max-width: -webkit-calc(100% - 70px); /** Safari 6, Chrome 19-25 **/
    max-width: -moz-calc(100% - 70px); /** FF 4-15  **/
    max-width: calc(100% - 70px);
  }
}
.plsa-table-programme > tbody {
  border: none;
  background-color: transparent;
  display: block;
}
.plsa-table-programme > tbody > tr {
  display: block;
  font-size: 0;
  margin-bottom: 8px;
}
.plsa-table-programme > tbody > tr.scrollableRowWrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.plsa-table-programme > tbody > tr.scrollableRowWrapper > td:not(:first-child) {
  width: auto;
}
@media screen and (min-width: 64em) {
  .plsa-table-programme > tbody > tr.scrollableRowWrapper > td:not(:first-child) {
    max-width: -webkit-calc(100% - 120px); /** Safari 6, Chrome 19-25 **/
    max-width: -moz-calc(100% - 120px); /** FF 4-15  **/
    max-width: calc(100% - 120px);
  }
}
.plsa-table-programme > tbody > tr > td {
  display: inline-block;
  font-size: 16px;
  min-height: 42px;
}
@media screen and (min-width: 40em) {
  .plsa-table-programme > tbody > tr > td:not(:first-child) {
    width: -webkit-calc(100% - 120px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 120px); /** FF 4-15  **/
    width: calc(100% - 120px);
  }
}
.plsa-table-programme tbody th, .plsa-table-programme tbody td {
  vertical-align: text-top;
  padding: 8px 16px;
}
.plsa-table-programme .scrollableRow {
  display: block;
  white-space: nowrap;
}
.plsa-table-programme .scrollableRow > div > div {
  display: inline-block;
  min-width: 200px;
  padding-left: 16px;
  vertical-align: text-top;
}
.plsa-table-programme .scrollableRow > div > div:first-child {
  padding-left: 0;
}
.plsa-table-programme .scrollableRow > div > div > * {
  white-space: normal;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .plsa-table-programme .scrollableRow > div > div {
    min-width: 200px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .plsa-table-programme .scrollableRow > div > div {
    min-width: 0;
    width: -webkit-calc(100% - 120px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 120px); /** FF 4-15  **/
    width: calc(100% - 120px);
    max-width: -webkit-calc(100% - 120px); /** Safari 6, Chrome 19-25 **/
    max-width: -moz-calc(100% - 120px); /** FF 4-15  **/
    max-width: calc(100% - 120px);
  }
}
.plsa-table-programme .scrollableRowWrapper.col2 .scrollableRow > div > div {
  width: 49%;
}
.plsa-table-programme .scrollableRowWrapper.col3 .scrollableRow > div > div {
  width: 33%;
}
.plsa-table-programme .scrollableRowWrapper.col4 .scrollableRow > div > div {
  width: 24%;
}
.plsa-table-programme .row {
  margin-bottom: 0 !important;
}
.plsa-table-programme .row::before, .plsa-table-programme .row::after {
  display: block;
}

.plsa-table-like-block {
  text-align: center;
}
.plsa-table-like-block tbody {
  background-color: transparent;
}
.plsa-table-like-block tr {
  display: inline;
  width: 100%;
  text-align: center;
}
.plsa-table-like-block tr td {
  display: inline-block;
  min-width: 20%;
  max-width: 30%;
  vertical-align: top;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .plsa-table-like-block tr td {
    min-width: 49%;
    max-width: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .plsa-table-like-block tr td {
    min-width: 100%;
    max-width: none;
  }
}

.anchorOffset:before, *[id^=anchor_]:before, *[name^=anchor_]:before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.mainContent .DnnModule-DNN_HTML .plsa-container #right_box {
  margin-bottom: 20px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container #right_box a img {
  width: 100%;
  height: auto;
}
.mainContent .DnnModule-DNN_HTML .plsa-container a.pensionsConnection-twitter:hover, .mainContent .DnnModule-DNN_HTML .plsa-container a.pensionsConnection-twitter:focus {
  text-decoration: none;
}
.mainContent .DnnModule-DNN_HTML .plsa-container a.pensionsConnection-twitter:after {
  content: "\f099";
  font-family: "FontAwesome";
  color: #60bdf6;
  font-size: 22px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .middleBg, .mainContent .DnnModule-DNN_HTML .plsa-container .bottomBg {
  background: #E6E6E6;
  padding: 16px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .middleBg a > img[alt=Bullet], .mainContent .DnnModule-DNN_HTML .plsa-container .middleBg a > img[alt="Go to PensionsConnection"], .mainContent .DnnModule-DNN_HTML .plsa-container .bottomBg a > img[alt=Bullet], .mainContent .DnnModule-DNN_HTML .plsa-container .bottomBg a > img[alt="Go to PensionsConnection"] {
  float: right;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .bottomBg {
  padding-top: 0;
}
.mainContent .DnnModule-DNN_HTML .plsa-container ul.SitecoreIcon {
  list-style-type: none;
  margin: 0 0 0.5rem;
  font-size: 18px;
  color: #012837;
  font-weight: 600;
}
.mainContent .DnnModule-DNN_HTML .plsa-container ul.SitecoreIcon li:before {
  content: none;
}
.mainContent .DnnModule-DNN_HTML .plsa-container ul li {
  margin-bottom: 5px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .page_title {
  margin-bottom: 15px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .summary table p {
  margin-bottom: 0;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxmidbg {
  background-color: #E6E6E6;
  padding: 16px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg {
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg p {
  margin-bottom: 0;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg:before, .mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg:after {
  position: absolute;
  background-color: #E6E6E6;
  content: "";
  width: 100%;
  left: 0px;
  z-index: -1;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg:before {
  height: 57px;
  top: 0px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg:after {
  height: -webkit-calc(100% - 57px); /** Safari 6, Chrome 19-25 **/
  height: -moz-calc(100% - 57px); /** FF 4-15  **/
  height: calc(100% - 57px);
  bottom: 0px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2 {
  margin: 0;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2:before {
  float: left;
  margin-top: 8px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2 a {
  display: inline-block;
  width: -webkit-calc(100% - 20px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 20px); /** FF 4-15  **/
  width: calc(100% - 20px);
}
.mainContent .DnnModule-DNN_HTML .plsa-container .gen-paraDiv {
  min-height: 175px;
  width: 100%;
  display: inline-block;
}

.plsa-row .plsa-auto-columns-right-small {
  width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 300px); /** FF 4-15  **/
  width: calc(100% - 300px);
  padding-left: 3%;
  position: relative;
  right: 0;
  float: right !important;
}
.plsa-row .plsa-auto-columns-right-small-up {
  width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 300px); /** FF 4-15  **/
  width: calc(100% - 300px);
  padding-left: 3%;
  position: relative;
  right: 0;
  float: right !important;
}
@media screen and (max-width: 39.9375em) {
  .plsa-row .plsa-auto-columns-right-small-down {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media print, screen and (min-width: 40em) {
  .plsa-row .plsa-auto-columns-right-medium {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media screen and (min-width: 40em) {
  .plsa-row .plsa-auto-columns-right-medium-up {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .plsa-row .plsa-auto-columns-right-medium-down {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media print, screen and (min-width: 64em) {
  .plsa-row .plsa-auto-columns-right-large {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row .plsa-auto-columns-right-large-up {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .plsa-row .plsa-auto-columns-right-large-down {
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
    padding-left: 3%;
    position: relative;
    right: 0;
    float: right !important;
  }
}
.plsa-row .plsa-fixed-columns-left-small {
  width: 300px;
  position: relative;
  left: 0;
  float: left !important;
}
.plsa-row .plsa-fixed-columns-left-small-up {
  width: 300px;
  position: relative;
  left: 0;
  float: left !important;
}
@media screen and (max-width: 39.9375em) {
  .plsa-row .plsa-fixed-columns-left-small-down {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media print, screen and (min-width: 40em) {
  .plsa-row .plsa-fixed-columns-left-medium {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media screen and (min-width: 40em) {
  .plsa-row .plsa-fixed-columns-left-medium-up {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .plsa-row .plsa-fixed-columns-left-medium-down {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media print, screen and (min-width: 64em) {
  .plsa-row .plsa-fixed-columns-left-large {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row .plsa-fixed-columns-left-large-up {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .plsa-row .plsa-fixed-columns-left-large-down {
    width: 300px;
    position: relative;
    left: 0;
    float: left !important;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row .plsa-fixed-columns-right-large-up {
    width: 300px;
    float: right !important;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row .plsa-auto-columns-middle-large-up {
    width: calc(100% - 600px);
    padding: 0 3%;
    float: left !important;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row.flex-row {
    display: flex;
  }
  .plsa-row.flex-row .large-order-1 {
    order: 1;
  }
  .plsa-row.flex-row .large-order-2 {
    order: 2;
  }
  .plsa-row.flex-row .large-order-3 {
    order: 3;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row.flex-row.resizable .plsa-fixed-columns-left-large-up {
    width: 20%;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row.flex-row.resizable .plsa-fixed-columns-right-large-up {
    width: 20%;
  }
}
@media screen and (min-width: 64em) {
  .plsa-row.flex-row.resizable .plsa-auto-columns-middle-large-up {
    width: 60%;
  }
}

.plsa-html-background-image-wrapper-zoom {
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-color: #a4d2d2;
  background-position: center center !important;
  /*@include breakpoint(small down) {
      @include background-size( 185% 125% !important);

      > div {
          min-width: 100%;
      }
  }*/
}

.plsa-html-background-image-full-width {
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 39.9375em) {
  .plsa-html-background-image-full-width > div {
    min-width: 100%;
  }
}

.plsa-html-background-text-width-50 {
  width: 50%;
}
.plsa-html-background-text-width-80 {
  width: 80%;
}
.plsa-html-background-text-width-90 {
  width: 90%;
}

.event-banner-wrapper {
  color: #FFFFFF;
  padding: 35px;
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 640px) {
  .event-banner-wrapper {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .event-banner-wrapper.align-left {
    padding-left: calc(20% + 40px);
    text-align: left;
  }
}
.event-banner-wrapper h1 {
  margin-bottom: 35px;
}
.event-banner-wrapper h1.plsa-c1-emp-xlarge > a {
  color: #012837;
}
.event-banner-wrapper h1.plsa-c2-emp-xlarge > a {
  color: #012837;
}
.event-banner-wrapper h1.plsa-c3-emp-xlarge > a {
  color: #FF6E6B;
}
.event-banner-wrapper h1.plsa-c4-emp-xlarge > a {
  color: #01BBE9;
}
.event-banner-wrapper h1.plsa-c5-emp-xlarge > a {
  color: #FFD64F;
}
.event-banner-wrapper h1.plsa-c6-emp-xlarge > a {
  color: #000000;
}
.event-banner-wrapper h1.plsa-c7-emp-xlarge > a {
  color: #FFFFFF;
}
.event-banner-wrapper h2 {
  margin-bottom: 5px;
}
.event-banner-wrapper h2.plsa-c1-emp-large > a {
  color: #012837;
}
.event-banner-wrapper h2.plsa-c2-emp-large > a {
  color: #012837;
}
.event-banner-wrapper h2.plsa-c3-emp-large > a {
  color: #FF6E6B;
}
.event-banner-wrapper h2.plsa-c4-emp-large > a {
  color: #01BBE9;
}
.event-banner-wrapper h2.plsa-c5-emp-large > a {
  color: #FFD64F;
}
.event-banner-wrapper h2.plsa-c6-emp-large > a {
  color: #000000;
}
.event-banner-wrapper h2.plsa-c7-emp-large > a {
  color: #FFFFFF;
}
.event-banner-wrapper p {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 25px;
}

.video-banner {
  position: relative;
  overflow: hidden;
}
.video-banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.plsa-add-margin-top {
  margin-top: 8px;
}
.plsa-add-margin-right {
  margin-right: 8px;
}
.plsa-add-margin-bottom {
  margin-bottom: 8px;
}
.plsa-add-margin-left {
  margin-left: 8px;
}
.plsa-add-margin-vertically {
  margin-top: 8px;
  margin-bottom: 8px;
}
.plsa-add-margin-horizontally {
  margin-left: 8px;
  margin-right: 8px;
}
.plsa-add-margin-all {
  margin: 8px;
}
.plsa-add-margin-small-top {
  margin-top: 5px;
}
.plsa-add-margin-small-right {
  margin-right: 5px;
}
.plsa-add-margin-small-bottom {
  margin-bottom: 5px;
}
.plsa-add-margin-small-left {
  margin-left: 5px;
}
.plsa-add-margin-small-vertically {
  margin-top: 5px;
  margin-bottom: 5px;
}
.plsa-add-margin-small-horizontally {
  margin-left: 5px;
  margin-right: 5px;
}
.plsa-add-margin-small-all {
  margin: 5px;
}
.plsa-add-margin-medium-top {
  margin-top: 10px;
}
.plsa-add-margin-medium-right {
  margin-right: 10px;
}
.plsa-add-margin-medium-bottom {
  margin-bottom: 10px;
}
.plsa-add-margin-medium-left {
  margin-left: 10px;
}
.plsa-add-margin-medium-vertically {
  margin-top: 10px;
  margin-bottom: 10px;
}
.plsa-add-margin-medium-horizontally {
  margin-left: 10px;
  margin-right: 10px;
}
.plsa-add-margin-medium-all {
  margin: 10px;
}
.plsa-add-margin-large-top {
  margin-top: 15px;
}
.plsa-add-margin-large-right {
  margin-right: 15px;
}
.plsa-add-margin-large-bottom {
  margin-bottom: 15px;
}
.plsa-add-margin-large-left {
  margin-left: 15px;
}
.plsa-add-margin-large-vertically {
  margin-top: 15px;
  margin-bottom: 15px;
}
.plsa-add-margin-large-horizontally {
  margin-left: 15px;
  margin-right: 15px;
}
.plsa-add-margin-large-all {
  margin: 15px;
}
.plsa-add-padding-top {
  padding-top: 8px;
}
.plsa-add-padding-right {
  padding-right: 8px;
}
.plsa-add-padding-bottom {
  padding-bottom: 8px;
}
.plsa-add-padding-left {
  padding-left: 8px;
}
.plsa-add-padding-vertically {
  padding-top: 8px;
  padding-bottom: 8px;
}
.plsa-add-padding-horizontally {
  padding-left: 8px;
  padding-right: 8px;
}
.plsa-add-padding-all {
  padding: 8px;
}
.plsa-add-padding-small-top {
  padding-top: 5px;
}
.plsa-add-padding-small-right {
  padding-right: 5px;
}
.plsa-add-padding-small-bottom {
  padding-bottom: 5px;
}
.plsa-add-padding-small-left {
  padding-left: 5px;
}
.plsa-add-padding-small-vertically {
  padding-top: 5px;
  padding-bottom: 5px;
}
.plsa-add-padding-small-horizontally {
  padding-left: 5px;
  padding-right: 5px;
}
.plsa-add-padding-small-all {
  padding: 5px;
}
.plsa-add-padding-medium-top {
  padding-top: 10px;
}
.plsa-add-padding-medium-right {
  padding-right: 10px;
}
.plsa-add-padding-medium-bottom {
  padding-bottom: 10px;
}
.plsa-add-padding-medium-left {
  padding-left: 10px;
}
.plsa-add-padding-medium-vertically {
  padding-top: 10px;
  padding-bottom: 10px;
}
.plsa-add-padding-medium-horizontally {
  padding-left: 10px;
  padding-right: 10px;
}
.plsa-add-padding-medium-all {
  padding: 10px;
}
.plsa-add-padding-large-top {
  padding-top: 15px;
}
.plsa-add-padding-large-right {
  padding-right: 15px;
}
.plsa-add-padding-large-bottom {
  padding-bottom: 15px;
}
.plsa-add-padding-large-left {
  padding-left: 15px;
}
.plsa-add-padding-large-vertically {
  padding-top: 15px;
  padding-bottom: 15px;
}
.plsa-add-padding-large-horizontally {
  padding-left: 15px;
  padding-right: 15px;
}
.plsa-add-padding-large-all {
  padding: 15px;
}

.plsa-icon-fa-caret-down-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-caret-down-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-caret-up-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-caret-up-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-caret-left-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-caret-left-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-caret-right-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-caret-right-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-user-circle-o-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-user-circle-o-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-user-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-user-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-user-times-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-user-times-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-bars-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-bars-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-close-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-close-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-search-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-search-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-print-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-print-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-warning-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-warning-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-email-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-email-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-phone-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-phone-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-chevron-up-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-chevron-up-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-chevron-right-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-chevron-right-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-chevron-down-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-chevron-down-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-chevron-left-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-chevron-left-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-minus-square-o-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-minus-square-o-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-plus-square-o-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-plus-square-o-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-square-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-square-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-circle-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-circle-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-calendar-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-calendar-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-clock-o-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-clock-o-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-ticket-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-ticket-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-rss-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-rss-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-feed-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-feed-before:before {
  padding-right: 7px;
}

.plsa-icon-fa-brands-twitter-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-brands-twitter-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-brands-youtube-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-brands-youtube-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-brands-linkedin-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-brands-linkedin-before:before {
  padding-right: 7px;
}
.plsa-icon-fa-brands-facebook-after:after {
  padding-left: 7px;
}
.plsa-icon-fa-brands-facebook-before:before {
  padding-right: 7px;
}

a.plsa-icon-fa-brands-twitter, a.plsa-icon-fa-brands-twitter-after, a.plsa-icon-fa-brands-twitter-before, a.plsa-icon-fa-brands-linkedin, a.plsa-icon-fa-brands-linkedin-after, a.plsa-icon-fa-brands-linkedin-before, a.plsa-icon-fa-brands-facebook, a.plsa-icon-fa-brands-facebook-after, a.plsa-icon-fa-brands-facebook-before, a.plsa-icon-fa-brands-youtube, a.plsa-icon-fa-brands-youtube-after, a.plsa-icon-fa-brands-youtube-before {
  text-transform: none;
}

a.secondary.plsa-icon-fa-brands-twitter, a.secondary.plsa-icon-fa-brands-twitter-after, a.secondary.plsa-icon-fa-brands-twitter-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
a.secondary.plsa-icon-fa-brands-twitter:hover:after, a.secondary.plsa-icon-fa-brands-twitter-after:hover:after, a.secondary.plsa-icon-fa-brands-twitter-before:hover:after {
  display: inline-block;
  color: #60bdf6;
}
a.secondary.plsa-icon-fa-brands-linkedin, a.secondary.plsa-icon-fa-brands-linkedin-after, a.secondary.plsa-icon-fa-brands-linkedin-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
a.secondary.plsa-icon-fa-brands-linkedin:hover:after, a.secondary.plsa-icon-fa-brands-linkedin-after:hover:after, a.secondary.plsa-icon-fa-brands-linkedin-before:hover:after {
  display: inline-block;
  color: #0077b5;
}
a.secondary.plsa-icon-fa-brands-facebook, a.secondary.plsa-icon-fa-brands-facebook-after, a.secondary.plsa-icon-fa-brands-facebook-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
a.secondary.plsa-icon-fa-brands-facebook:hover:after, a.secondary.plsa-icon-fa-brands-facebook-after:hover:after, a.secondary.plsa-icon-fa-brands-facebook-before:hover:after {
  display: inline-block;
  color: #39579a;
}
a.secondary.plsa-icon-fa-brands-youtube, a.secondary.plsa-icon-fa-brands-youtube-after, a.secondary.plsa-icon-fa-brands-youtube-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
a.secondary.plsa-icon-fa-brands-youtube:hover:after, a.secondary.plsa-icon-fa-brands-youtube-after:hover:after, a.secondary.plsa-icon-fa-brands-youtube-before:hover:after {
  display: inline-block;
  color: #cd201f;
}

.plsa-quote-1-before:before {
  margin-right: 5px;
}
.plsa-quote-1-before-large:before {
  margin-right: 5px;
}
.plsa-quote-1-before-medium:before {
  margin-right: 5px;
}
.plsa-quote-1-before-small:before {
  margin-right: 5px;
}
.plsa-quote-1-after:after {
  margin-left: 5px;
}
.plsa-quote-1-after-large:after {
  margin-left: 5px;
}
.plsa-quote-1-after-medium:after {
  margin-left: 5px;
}
.plsa-quote-1-after-small:after {
  margin-left: 5px;
}

.plsa-imageshadow {
  -webkit-box-shadow: 0 0 10px 1px #012837;
  -moz-box-shadow: 0 0 10px 1px #012837;
  box-shadow: 0 0 10px 1px #012837;
  border: 2px solid #E6E6E6;
}

.searchInputContainer input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.searchInputContainer input[type=text]:-moz-placeholder {
  color: #FFFFFF;
}
.searchInputContainer input[type=text]::-moz-placeholder {
  color: #FFFFFF;
}
.searchInputContainer input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
}
.searchInputContainer input[type=text]::placeholder {
  color: #FFFFFF;
}

input[type=text]::-webkit-input-placeholder, .error input[type=text]::-webkit-input-placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #01BBE9;
}
input[type=text]:-moz-placeholder, .error input[type=text]:-moz-placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #01BBE9;
}
input[type=text]::-moz-placeholder, .error input[type=text]::-moz-placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #01BBE9;
}
input[type=text]:-ms-input-placeholder, .error input[type=text]:-ms-input-placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #01BBE9;
}
input[type=text]::placeholder, .error input[type=text]::placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #01BBE9;
}
input[type=text].plsa-placeholder, .error input[type=text].plsa-placeholder {
  font-family: Verdana, Times, "Times New Roman", serif;
  color: #012837;
}
input[type=text]:focus::-webkit-input-placeholder, .error input[type=text]:focus::-webkit-input-placeholder {
  color: #E6E6E6;
}
input[type=text]:focus:-moz-placeholder, .error input[type=text]:focus:-moz-placeholder {
  color: #E6E6E6;
}
input[type=text]:focus::-moz-placeholder, .error input[type=text]:focus::-moz-placeholder {
  color: #E6E6E6;
}
input[type=text]:focus:-ms-input-placeholder, .error input[type=text]:focus:-ms-input-placeholder {
  color: #E6E6E6;
}
input[type=text]:focus::placeholder, .error input[type=text]:focus::placeholder {
  color: #E6E6E6;
}
input[type=text]:focus.plsa-placeholder, .error input[type=text]:focus.plsa-placeholder {
  color: #E6E6E6;
}

.plsa-like-table-layout {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  table-layout: fixed;
}

.plsa-like-table-row {
  display: table-row;
}

.plsa-like-table-cell {
  display: table-cell;
}
.plsa-like-table-cell.plsa-align-top {
  vertical-align: top;
}
.plsa-like-table-cell.plsa-align-middle {
  vertical-align: middle;
}
.plsa-like-table-cell.plsa-align-bottom {
  vertical-align: bottom;
}

table p {
  margin-bottom: 0;
}
table tbody tr:nth-child(even) {
  background-color: transparent;
}

.plsa-hide-on-small {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .plsa-hide-on-small-down {
    display: none;
  }
}
.plsa-hide-on-small-up {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .plsa-hide-on-medium {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .plsa-hide-on-medium-down {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .plsa-hide-on-medium-up {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .plsa-hide-on-large {
    display: none;
  }
}
@media screen and (max-width: 74.9375em) {
  .plsa-hide-on-large-down {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .plsa-hide-on-large-up {
    display: none;
  }
}

/* DNN and additional resets */
.DnnModule p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* DNN Foundation fixes */
#ControlBar,
#ControlBar ul,
#ControlBar li,
#ControlBar a,
#ControlBar p {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dnnFormMessage {
  max-width: 62.5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  border-radius: 0;
  text-align: left;
}

.dnnDropDownList .selected-item a,
.dnnDropDownList .selected-item a:link,
.dnnDropDownList .selected-item a:visited,
.dnnDropDownList .selected-item a:hover,
.dnnDropDownList .selected-item a:active,
.dnnDropDownList .dt-container .search-container input.search-input,
.RadComboBox_Default .rcbInput,
.RadComboBox_DnnBlack .rcbInput,
#ControlBar_Module_AddNewModule .search-container input.search-input,
.dnnPermissionsGrid > .dnnFormItem input {
  height: 31px !important;
}

.RadComboBox_Default .rcbInput {
  padding: 8px !important;
  font-size: 16px !important;
}

.dnnFileUploadScope .dnnFormItem span,
.urlControlTab .dnnFormItem > span {
  width: 80px;
}

.RadGrid .rgPagerLabel,
.RadGrid .rgPager .RadComboBox,
.RadGrid .rgPager .RadInput {
  min-width: 80px;
}

#redactor-modal > footer {
  display: none;
}
#redactor-modal #redactor-modal-image-insert {
  overflow: auto;
}

#ControlBar .RadComboBox_DnnBlack td.rcbInputCellLeft,
#ControlBar .RadComboBox_DnnBlack td.rcbInputCellRigh,
#ControlBar .RadComboBox_DnnBlack td.rcbArrowCellRight,
#ControlBar .RadComboBoxDropDown_DnnBlack td.rcbArrowCellLeft,
.RadComboBox_Default td.rcbArrowCellRight,
.RadComboBox_Default td.rcbArrowCellLeft {
  padding: 0;
}

#dnnModuleDigitalAssetsMainToolbar {
  height: 50px;
}

.ControlModuleContainer .RadComboBox table {
  margin-bottom: 0;
}

form#Form.showControlBar {
  height: 100%;
}

.dnnForm.ui-tabs .ui-tabs-panel {
  display: block;
}

.p {
  margin-bottom: 1rem;
}

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

@media screen and (min-width: 60em) {
  .l-main {
    padding-left: 0;
    padding-right: 1.875rem;
    width: -webkit-calc(100% - 300px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 300px); /** FF 4-15  **/
    width: calc(100% - 300px);
  }
  .l-main::before, .l-main::after {
    display: table;
    content: " ";
  }
  .l-main::after {
    clear: both;
  }
}

@media screen and (min-width: 60em) {
  .l-aside {
    padding: 0;
    width: 18.75rem;
  }
  .l-aside::before, .l-aside::after {
    display: table;
    content: " ";
  }
  .l-aside::after {
    clear: both;
  }
}

ul.ControlBar_ModuleList > li > div, ul.ControlBar_ModuleList > li > div > span {
  color: #bdbdbd;
}

#ControlEditPageMenu > li > a span {
  color: #999;
}

.dnnTooltip .dnnFormHelpContent a, .dnnTooltip .dnnFormHelpContent span, .dnnHelperTip .dnnFormHelpContent a, .dnnHelperTip .dnnFormHelpContent span {
  color: #ddd;
}

.Head {
  margin: 0;
}

#can-tilegrid-admin .tileForm .btn-upload input[type=file],
#can-tilegrid-admin .templateForm .btn-upload input[type=file] {
  position: static;
}

.Normal, .NormalDisabled, .NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#dnnModuleDigitalAssetsSelectionToolbar {
  overflow: auto;
  width: 100%;
}

.RadGrid .rgPager td {
  padding: 10px;
}

#dnnDocumentViewerSelectionToolbar {
  overflow: auto;
}

.dnnLabel {
  text-align: left;
}

#AddModule_SearchModulesInput {
  height: auto;
}

td.rwWindowContent.rwExternalContent {
  padding: 0;
}

.dnnRadiobutton .mark img, .dnnRadiobutton-checked .mark img, .dnnCheckbox .mark img, .dnnCheckbox-checked .mark img {
  display: none;
  background: none;
}

ul.redactor-toolbar > li:before {
  content: none !important;
}

.dnnFormItem input[type=number] {
  width: 45%;
  max-width: 445px;
}

html, body, body > form {
  height: 100%;
}

html, body, header, footer, main {
  width: 100%;
}

html {
  width: 100%;
  min-width: 320px;
  min-width: 20rem;
}

body {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

table {
  margin-bottom: 0;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  /* height: rem-calc($field-height); */
}

textarea {
  min-height: 6rem;
}

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

label {
  color: inherit;
}
label input,
label select,
label textarea {
  font-weight: normal;
}
label[for] {
  cursor: pointer;
}

html {
  font-family: "Work Sans", sans-serif;
}

body {
  background-image: none !important;
  color: #012837;
}
body:not(.edit) main.mainContent *:not(select, .dnnLoading) {
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 16px;
  margin-bottom: 1.25em;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 5px;
  margin-bottom: 0.625em;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.313em;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6 {
  font-size: 10px;
  font-size: 0.625rem;
}

hr {
  border-bottom: 2px solid #4d6a71;
  margin: 0;
  max-width: none;
  margin-bottom: 30px;
}

a {
  font-weight: 500;
}
a[href^="mailto:"]:before {
  margin-right: 5px;
  display: inline-block;
}
a[href^="tel:"]:before {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 0 0 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #012837;
  background: #FFFFFF;
  border: 1px solid #012837;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 24px;
  width: 100%;
  background-image: url(../png/caret-down-darkgrey.png);
  background-position: -webkit-calc(100% - 0.75rem) center;
  background-position: -moz-calc(100% - 0.75rem) center;
  background-position: calc(100% - 0.75rem) center;
  -o-background-size: 10px 8.5px;
  -webkit-background-size: 10px 8.5px;
  -moz-background-size: 10px 8.5px;
  background-size: 10px 8.5px;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: padding-box;
  background-clip: padding-box;
}
select:focus {
  color: #012837;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 40, 55, 0.9);
  -moz-box-shadow: 0px 0px 5px 0px rgba(1, 40, 55, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(1, 40, 55, 0.9);
  outline-width: 1px;
}
select[type=text] {
  padding: 0 15px;
}

textarea {
  max-height: 450px;
  overflow-y: auto;
  width: 100% !important;
}

blockquote {
  font-weight: 300;
  font-style: normal;
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
blockquote:before, blockquote:after {
  content: '"';
}

select,
textarea,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color] {
  border: 2px solid #012837;
  padding: 10px 15px;
  height: 40px;
  line-height: initial;
  margin-bottom: 5px;
}
select:focus,
textarea:focus,
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus {
  border: 2px solid #01BBE9;
  -webkit-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  -moz-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
}

strong, b {
  font-weight: 600;
}

table thead, table tbody, table tfoot {
  background-color: transparent;
  border: none;
}

iframe {
  max-width: 100%;
}

.mainContent .row {
  margin-bottom: 15px;
}
.mainContent.no-row-spacing .row {
  margin-bottom: 0;
}
.mainContent ul li {
  list-style-type: none;
}
.mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul {
  margin-left: 35px;
}
.mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul li, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li {
  text-indent: -1em;
}
.mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ul li > div, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li > div {
  display: inline;
}
.mainContent .DnnModule-Detail .plsa-container:not(.container-edit) ol, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ol {
  margin-left: 35px;
}

.button {
  margin: 0;
}

.error select,
.error textarea,
.error input[type=text],
.error input[type=password],
.error input[type=date],
.error input[type=datetime],
.error input[type=datetime-local],
.error input[type=month],
.error input[type=week],
.error input[type=email],
.error input[type=number],
.error input[type=search],
.error input[type=tel],
.error input[type=time],
.error input[type=url],
.error input[type=color] {
  border: 2px solid #01BBE9;
  color: #012837;
  padding: 10px 15px;
  height: 40px;
  line-height: initial;
}
.error select:focus,
.error textarea:focus,
.error input[type=text]:focus,
.error input[type=password]:focus,
.error input[type=date]:focus,
.error input[type=datetime]:focus,
.error input[type=datetime-local]:focus,
.error input[type=month]:focus,
.error input[type=week]:focus,
.error input[type=email]:focus,
.error input[type=number]:focus,
.error input[type=search]:focus,
.error input[type=tel]:focus,
.error input[type=time]:focus,
.error input[type=url]:focus,
.error input[type=color]:focus {
  border: 2px solid #01BBE9;
  color: #012837;
  -webkit-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  -moz-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
}

.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

a.dnnPrimaryAction {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  margin: 0;
}

a.dnnSecondaryAction {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  margin: 0 0 15px;
}

.plsa-sidemenu ol, .plsa-sidemenu ul, .plsa-sidemenu li {
  list-style-type: none;
  margin: 0;
}
.plsa-sidemenu ol ol, .plsa-sidemenu ol ul, .plsa-sidemenu ul ol, .plsa-sidemenu ul ul, .plsa-sidemenu li ol, .plsa-sidemenu li ul {
  margin: 0;
}
.plsa-sidemenu ol li:before, .plsa-sidemenu ul li:before {
  content: none;
}
.plsa-sidemenu a:hover:after {
  text-decoration: none;
}
.plsa-sidemenu.lvl-root {
  background: #E6E6E6;
  padding: 20px 16px;
}
.plsa-sidemenu.lvl-1 > li {
  margin-bottom: 3px;
}
.plsa-sidemenu.lvl-1 > li.last {
  padding-bottom: 0;
  margin-bottom: 0px;
}
.plsa-sidemenu.lvl-1 > li > a {
  display: inline-block;
  line-height: 1;
}
.plsa-sidemenu.lvl-1 > li > a i {
  display: inline;
  padding-left: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #012837;
}
.plsa-sidemenu.lvl-1 > li > a:hover {
  text-decoration: none;
}
.plsa-sidemenu.lvl-1 > li > a:hover span {
  text-decoration: underline;
}
.plsa-sidemenu.lvl-1 > li.selected > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.plsa-sidemenu.lvl-1 > li.selected > a i {
  color: #012837;
}
.plsa-sidemenu.lvl-1 > li.selected > a:hover {
  text-decoration: none;
}
.plsa-sidemenu.lvl-1 > li.selected > a:hover span {
  text-decoration: underline;
}
.plsa-sidemenu.lvl-1 > li.parentSelected > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.plsa-sidemenu.lvl-1 > li.parentSelected > i {
  color: #012837;
}
.plsa-sidemenu.lvl-2 {
  padding: 7px 16px 0 0;
}
.plsa-sidemenu.lvl-2 > li {
  margin: 7px 0;
}
.plsa-sidemenu.lvl-2 > li.first {
  margin: 0;
}
.plsa-sidemenu.lvl-2 > li > a {
  line-height: 1.15;
  display: block;
}
.plsa-sidemenu.lvl-2 > li.selected > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion {
  background: #E6E6E6;
  padding: 10px 15px;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head {
  margin-bottom: 0;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected {
  width: calc(100% - 15px);
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected + span.plsa-dropdown-default-text {
  display: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text {
  display: inline-block;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected:hover, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text:hover {
  text-decoration: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-sidemenu-dropdown-selected:not([href]), .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-dropdown-default-text:not([href]) {
  color: #012837;
  background: transparent;
  border: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-icon-fa-sidemenu-dropdown:after {
  float: right;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content {
  background: #E6E6E6;
  padding: 0 15px;
  max-height: 200px;
  overflow: auto;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown {
  margin-bottom: 5px;
  border-top: none;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a {
  line-height: 1.1;
  display: block;
  margin: 5px 0;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 {
  padding-left: 20px;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a:before {
  margin-right: 2px;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion.plsa-accordion-open .plsa-accordion-head {
  border-bottom: 2px solid #012837;
  padding-bottom: 8px;
  margin-bottom: -10px;
}
.plsa-sidemenu.lvl-dropdown.plsa-accordion.plsa-accordion-open .plsa-accordion-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-year {
  padding-left: 10px;
}
.plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-year > p {
  margin: 0;
}
.plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-month, .plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-article {
  padding-left: 10px;
}
.plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-month i, .plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-article i {
  padding-left: 5px;
  color: #012837;
}
.plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-month.selected > a, .plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-article.selected > a {
  color: #012837;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

ul.breadcrumbTabbedMenu {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 10px 0 15px;
}
ul.breadcrumbTabbedMenu > li {
  display: inline-block;
}
ul.breadcrumbTabbedMenu > li.selected a {
  text-decoration: underline;
}
ul.breadcrumbTabbedMenu > li a {
  padding: 0 12px;
  display: inline-block;
}
ul.breadcrumbTabbedMenu > li a:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #012837;
  position: relative;
  display: inline-block;
  left: 13px;
  top: 1px;
}
ul.breadcrumbTabbedMenu > li:first-child a {
  padding-left: 2px;
}
ul.breadcrumbTabbedMenu > li:last-child a {
  padding-right: 0;
}
ul.breadcrumbTabbedMenu > li:last-child a:after {
  height: 0;
}

.my-plsa-menu-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .my-plsa-menu-container {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.my-plsa-menu-container .menuInstruction {
  border-bottom: 2px solid #012837;
  margin-bottom: 0.7rem;
}
.my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu {
  margin: 0;
  padding: 18px 45px;
  background: #FF6E6B;
  display: block;
  width: 100%;
}
.my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li {
    padding-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:hover {
  text-decoration: none;
}
.my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:after {
  color: #01BBE9;
  padding-left: 10px;
}
.my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li.selected > a:after {
  content: "\f0d7";
  color: #FFFFFF;
}
.my-plsa-menu-container .my-plsa-mobile-menu .menuToggle {
  position: relative;
}
.my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle {
  display: block;
  cursor: pointer;
  background: #5c9da1;
  padding: 16px;
  min-height: 55px;
}
.my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle .fa {
  padding-top: 5px;
  padding-top: 0.3125rem;
  float: right;
}
.my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle .plsa-menuOpened {
  display: none;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu {
  display: none;
  margin: 0;
  background: #FF6E6B;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: auto;
  padding-bottom: 8px;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li.noItem {
  border-top: 3px solid #FFFFFF;
  margin: 0 16px 8px;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li.selected a {
  color: #86c4c3;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a {
  display: block;
  padding: 8px 16px;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a:after {
  float: right;
  margin-right: 7px;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a:hover {
  text-decoration: none;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu:hover li a {
  color: #86c4c3;
}
.my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu:hover li:hover a {
  color: #FFFFFF;
}

.dnnEditHtml .dnnTextPanelView {
  height: auto;
}

.reDropDownBody.reApplyClass {
  min-width: 400px;
}

.reDropdown span.ApplyClass {
  min-width: 400px;
  display: inline-block;
}

.reDropDownBody.reApplyClass table tbody tr div {
  display: block !important;
}

.ui-dialog {
  max-width: 75%;
  padding: 16px;
  margin: 0 !important;
  z-index: 10000;
  background: #FFFFFF;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-position: center !important;
  background-color: #01BBE9;
  height: 32px !important;
  width: 32px !important;
  top: 14px !important;
  right: 14px !important;
}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:focus {
  outline: none;
}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:hover {
  background-color: #86c4c3;
}

.postcodeLookupModal table tbody td:not(:first-child), .lookupModal table tbody td:not(:first-child) {
  text-align: center;
}
.dnnDialogBlue.ui-dialog-content.ui-widget-content {
  height: auto !important;
  left: 0;
  right: 0;
}

.blueIcon {
  background-position: 0% 50% !important;
  padding: 1px 0 0 40px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.noTittle.ui-draggable {
  position: fixed;
  left: 25% !important;
  top: 35% !important;
  text-align: center;
  width: 50% !important;
  background: none;
}

.ui-button.dnnPrimaryAction {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.ui-button.dnnPrimaryAction:after {
  content: none;
}

.ui-button.dnnSecondaryAction {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.dnnFormPopup .ui-dialog-buttonpane button {
  padding: 16px;
  margin-right: 16px !important;
}
.dnnFormPopup .ui-dialog-buttonpane button:last-child {
  margin-right: 0 !important;
}

.dnnFormPopup .ui-dialog-titlebar {
  position: static;
}

.alert.ui-pnotify-container.alert-info {
  min-height: 16px;
  overflow: hidden;
  background-color: #eceeee;
  text-align: center;
}
.alert.ui-pnotify-container.alert-info .ui-pnotify-icon {
  float: none;
  display: block;
}
.alert.ui-pnotify-container.alert-info .ui-pnotify-icon .picon {
  display: block;
  margin: auto;
}
.alert.ui-pnotify-container.alert-info .ui-pnotify-text {
  text-align: left;
}

body #Form.showControlBar #plsa_offCanvas .offCanvasWrapper {
  padding-top: 54px;
}
body #Form.showControlBar .off-canvas-content header .header-is-stuck {
  margin-top: 54px !important;
}
body #Form.showModulePane .off-canvas-content header .header-is-stuck {
  margin-top: 303px !important;
}
body.dnnEditState #Form.showControlBar .off-canvas-content footer {
  padding-bottom: 80px !important;
}
body.dnnEditState .DNNModuleContent .redactor-box .redactor-editor {
  display: block;
  min-height: 0;
  height: auto;
}
body.dnnEditState .DNNModuleContent .redactor-box .redactor-editor strong, body.dnnEditState .DNNModuleContent .redactor-box .redactor-editor b {
  font-weight: 600;
}
body .dnnPermissionsGrid > .dnnFormItem > .rightGroup > .dnnSecondaryAction {
  position: static;
}
body .dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook {
  min-height: 48px;
}

nav {
  font-size: 14px;
  font-size: 0.875rem;
}
nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ol > li {
  display: inline-block;
}
nav#headerNav {
  width: 100%;
}
nav#headerNav ol:hover > li > a {
  color: #4d6a71;
}
nav#headerNav ol:hover > li:hover > a {
  color: #E6E6E6;
}
@media screen and (max-width: 74.9375em) {
  nav#headerNav {
    font-size: 1.2vw;
  }
  nav#headerNav > ol.cantarus-megamenu > li {
    /*@include padding( left right, 3%);*/
  }
  nav#headerNav > ol.cantarus-megamenu > li .submenu {
    min-height: 1.2vw;
  }
}
nav#headerNav .is-dropdown-submenu {
  background: none;
}
nav#headerNav .is-dropdown-submenu-parent {
  position: static;
}
nav#headerNav > ol {
  white-space: nowrap;
  display: inline-block;
}
nav#headerNav > ol > li {
  height: 100%;
  display: inline-block;
  text-align: left;
  padding: 0 20px;
}
nav#headerNav > ol > li > a {
  height: 100%;
}
nav#headerNav > ol > li > .submenu {
  display: none;
  top: 100%;
  left: 0;
  background: #012837;
  margin: 5px 15px 0;
  width: auto;
  min-width: -webkit-calc(100% - 1.875rem); /** Safari 6, Chrome 19-25 **/
  min-width: -moz-calc(100% - 1.875rem); /** FF 4-15  **/
  min-width: calc(100% - 1.875rem);
}
nav#headerNav .submenu {
  border: none;
}
nav#headerNav .submenu.js-dropdown-active {
  display: block;
}
nav#headerNav .submenu.js-dropdown-active .submenu {
  display: block;
}
nav#headerNav .submenu .items {
  position: static;
  background: none;
}
nav#headerNav .submenu .level-1 {
  min-height: 0px;
  margin-top: 5px;
  left: 0;
  top: 100% !important;
  padding: 15px;
}
nav#headerNav .submenu .li-page, nav#headerNav .submenu .li-html {
  margin-top: 10px;
  padding: 10px 0;
  white-space: normal;
  min-height: 115px;
}
nav#headerNav .submenu .li-page:first-child, nav#headerNav .submenu .li-html:first-child {
  margin-top: 0;
}
nav#headerNav .submenu .li-page > a:after {
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-size: 98%;
  border: 0;
  position: static;
  display: inline;
  padding-left: 7px;
  color: #FFFFFF;
  font-size: 5px;
  vertical-align: middle;
}
nav#headerNav .submenu .li-html {
  white-space: normal;
}
nav#headerNav .submenu .li-html h5.plsa-hyperlink-4, nav#headerNav .submenu .li-html span.plsa-hyperlink-4 {
  color: #FFFFFF;
  cursor: default;
}
nav#headerNav .submenu .li-html span.plsa-hyperlink-4 {
  text-transform: capitalize;
  font-weight: normal;
}
nav#headerNav .submenu .li-html h5 {
  margin-bottom: 5px;
}
nav#headerNav .submenu .li-html > div {
  margin-bottom: 38px;
}
nav#headerNav .submenu .li-html .plsa-icon-fa-caret-right-after:after {
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-size: 98%;
  border: 0;
  position: static;
  display: inline;
  padding-left: 7px;
  color: #FFFFFF;
  font-size: 5px;
  vertical-align: middle;
}
nav#headerNav .submenu .level-2 {
  margin: 5px 0;
}
nav#headerNav .submenu .level-2 a {
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: normal;
  display: block;
  white-space: normal;
  line-height: 1.1;
  margin-bottom: 8px;
}
nav#headerNav .submenu .level-2 a:nth-child(n+3) {
  display: none;
}
@media screen and (max-width: 74.9375em) {
  nav#topLeftHeaderNav, nav#topRightHeaderNav {
    font-size: 1.2vw;
  }
  nav#topLeftHeaderNav > ol.cantarus-megamenu > li, nav#topRightHeaderNav > ol.cantarus-megamenu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav#topLeftHeaderNav > ol.cantarus-megamenu > li .submenu, nav#topRightHeaderNav > ol.cantarus-megamenu > li .submenu {
    min-height: 1.2vw;
  }
}
nav#topLeftHeaderNav > ol, nav#topRightHeaderNav > ol {
  height: 100%;
  white-space: nowrap;
}
nav#topLeftHeaderNav > ol > li, nav#topRightHeaderNav > ol > li {
  height: 100%;
  display: inline-block;
  text-align: left;
  padding: 0 20px;
}
nav#topLeftHeaderNav > ol > li > a, nav#topRightHeaderNav > ol > li > a {
  height: 100%;
}
nav#topLeftHeaderNav > ol > li > .submenu, nav#topRightHeaderNav > ol > li > .submenu {
  display: none;
}
nav#topLeftHeaderNav > ol > li:first-child {
  padding-left: 0;
}
nav#topRightHeaderNav {
  text-align: right;
}

header {
  margin-bottom: 5px;
  background: transparent;
}
header .header-sticky-container {
  position: relative;
}
header #___gcse_0 {
  display: flex;
}
header #___gcse_0 .gsc-control-cse {
  padding: 0px;
  background-color: transparent;
  border: none;
  width: 100%;
}
header #___gcse_0 .gsc-input-box {
  background: transparent;
  border: none;
  border-bottom: 2px solid #4d6a71;
  margin-left: 20px;
  height: 50px;
  border-radius: 0px;
}
header #___gcse_0 .gsc-input-box table {
  height: 100%;
}
header #___gcse_0 .gsc-input-box .gsc-input {
  background: transparent !important;
  color: white;
}
header #___gcse_0 .gsc-input-box .gsc-input input {
  box-shadow: none;
  height: 40px !important;
}
header .plsa-icon .fa-search {
  color: white;
}
header .fa-times {
  display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  header .plsa-icon .fa-search {
    display: block;
  }
  header #___gcse_0 {
    display: none;
  }
  header .header.search-expanded .plsa-icon .fa-search {
    display: none;
  }
  header .header.search-expanded #___gcse_0 {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  header .plsa-icon .fa-search {
    display: block;
  }
  header .search-icon-text {
    display: block;
    color: white;
  }
  header #___gcse_0 {
    display: flex;
  }
  header #___gcse_0 .gsc-control-cse {
    display: none;
  }
}
header .header {
  padding: 0;
  position: relative;
  /* header_defaultTop - Level #1 */
  /* header_defaultTop - Level #2 */
  /* header_defaultTop - Level #3 */
  /* Search functionality */
}
header .header .logo {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 5px;
  width: 170px;
  height: 80px;
  max-height: 80px;
}
header .header .logo > a {
  background: #012837;
  padding: 16px;
  height: 100%;
  width: 100%;
  display: inline-block;
}
header .header .logo > a img {
  height: 100%;
  vertical-align: middle;
}
header .header .mainMenu {
  width: -webkit-calc(100% - 170px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 170px); /** FF 4-15  **/
  width: calc(100% - 170px);
  max-height: 80px;
  background: #012837;
}
header .header .mainMenu > div {
  margin: 0;
}
header .header .social, header .header .headerMenu {
  height: 100%;
  min-height: 80px;
  height: 80px;
}
header .header .social {
  width: 15%;
  white-space: nowrap;
}
header .header .headerMenu {
  text-align: right;
  width: 85%;
  padding: 0;
}
header .header .headerMenu > div {
  margin: 0;
}
header .header .mobileMenuToggler button {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
header .header .mobileMenuToggler button:before {
  padding-right: 5px;
  display: inline-block;
}
header .header .mobileMenuToggler button:hover {
  text-decoration: underline;
}
header .header .mobileMenuToggler button:hover:before {
  color: #FFFFFF;
}
header .header .dnnUserMenu {
  display: none;
}
header .header .searchInputContainer {
  display: none !important;
  overflow: hidden;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .header .searchInputContainer::before {
  content: "";
  height: 100%;
  vertical-align: middle;
}
header .header .searchInputContainer > *, header .header .searchInputContainer::before {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
header .header.search-expanded {
  background: transparent;
  /* header_defaultTop - Level #2 */
  /* header_defaultTop - Level #3 */
}
header .header.search-expanded .social {
  width: 100% !important;
  text-align: left;
  max-width: none;
}
header .header.search-expanded .plsa-icon .fa-search {
  display: none;
}
header .header.search-expanded #close-search {
  position: absolute;
  right: 4%;
  bottom: 40%;
}
header .header.search-expanded #close-search .fa-times {
  color: white;
  display: block;
}
header .header.search-expanded .headerMenu {
  display: none;
}
header .header.search-expanded .socialMenu {
  display: none;
}
header .header.search-expanded .dnnUserMenu {
  display: block;
  width: -webkit-calc(100% - 80px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 80px); /** FF 4-15  **/
  width: calc(100% - 80px);
  float: left;
  padding: 0 10px;
}
header .header.search-expanded .dnnUserMenu .searchAction > span .searchInputContainer {
  overflow: visible;
  display: inline-block !important;
  width: 100%;
  opacity: 1;
}
header .header.search-expanded .dnnUserMenu .searchAction > span .searchInputContainer:before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-size: 98%;
  color: white;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 45px;
  z-index: 200;
  text-align: right;
  display: inline-block;
  padding: 10px 15px 10px 45px;
  display: inline-block;
}
header .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox {
  margin: 0;
  padding: 25px;
  border: none;
  border-bottom: 2px solid #4d6a71;
  background: none;
  color: #fff;
}
header .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .header.search-expanded .dnnUserMenu .searchAction > span .dnnSearchBoxClearText.dnnShow {
  display: none !important;
}
header .header.search-expanded .dnnUserMenu .searchAction > span ul.searchSkinObjectPreview {
  width: 100%;
  left: 0;
}
header .header.search-expanded .dnnUserMenu .searchAction > span ul.searchSkinObjectPreview > li > span {
  white-space: normal;
}
@media screen and (max-width: 39.9375em) {
  header .header.search-expanded .dnnUserMenu .searchAction > span ul.searchSkinObjectPreview > li {
    max-height: 60px;
    overflow: hidden;
  }
  header .header.search-expanded .dnnUserMenu .searchAction > span ul.searchSkinObjectPreview > li > p {
    display: none;
  }
  header .header.search-expanded .dnnUserMenu .searchAction > span ul.searchSkinObjectPreview > li:last-child > a {
    color: #012837;
  }
}
header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon {
  padding: 10px;
  margin: 0 20px;
  width: 100px;
  text-align: center;
  border-bottom: 2px solid #57CFA3;
  min-width: 0;
  vertical-align: middle;
}
header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:hover {
  border-bottom-color: #57CFA3;
}
header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
}
header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:visited {
  color: #012837;
  background: #57CFA3;
  border: none;
}
@media screen and (min-width: 64em) {
  header .header.search-expanded .dnnUserMenu .searchAction:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-size: 98%;
    color: white;
    cursor: pointer;
    margin-right: -24px;
    top: 35%;
    position: absolute;
  }
}
header .header.search-expanded .dnnUserMenu .loginAction, header .header.search-expanded .dnnUserMenu .userAction, header .header.search-expanded .dnnUserMenu .toTopAction {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  header .header {
    /* header_defaultTop - Level #1 */
    /* header_defaultTop - Level #2 */
    /* header_defaultTop - Level #3 */
  }
  header .header .social {
    width: 66.66%;
    max-width: none;
    text-align: center;
    padding: 0;
  }
  header .header .headerMenu {
    width: 33.33%;
    text-align: center;
    padding: 0;
  }
  header .header .mobileMenuToggler button {
    margin-right: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  header .header .socialMenu {
    display: none;
  }
  header .header .dnnUserMenu {
    display: block;
  }
  header .header .dnnUserMenu > div {
    display: inline-block;
    width: 50%;
  }
  header .header .dnnUserMenu .searchAction .dnnSearchBoxClearText {
    display: none !important;
  }
  header .header .dnnUserMenu .searchAction > span > a.plsa-icon {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
  }
  header .header .dnnUserMenu .searchAction > span > a.plsa-icon:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    font-size: initial;
    margin-right: 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
  header .header .dnnUserMenu .searchAction > span > a.plsa-icon {
    font-size: 0;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  header .header .dnnUserMenu .userAction {
    display: inline-block;
  }
  header .header .dnnUserMenu .userAction > a {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
  }
  header .header .dnnUserMenu .userAction > a:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f007";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    color: #FFFFFF;
    margin-right: 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
  header .header .dnnUserMenu .userAction > a {
    font-size: 0;
    width: 0;
    height: 0;
    display: inline;
  }
}
@media screen and (max-width: 63.9375em) {
  header .header .dnnUserMenu .userAction.plsa-user > a:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f2be";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    color: #FFFFFF;
  }
  header .header .dnnUserMenu .loginAction {
    display: none;
  }
  header .header .dnnUserMenu .loginAction > a {
    font-size: 0;
    width: 0;
    height: 0;
  }
  header .header .dnnUserMenu .loginAction > a:not([onclick]):after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f235";
    font-size: 98%;
  }
  header .header .dnnUserMenu .loginAction > a:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f007";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    font-size: initial;
    color: white;
  }
  header .header .dnnUserMenu .toTopAction {
    display: none;
  }
  header .header.search-expanded {
    /* header_defaultTop - Level #1 */
    /* header_defaultTop - Level #2 */
    /* header_defaultTop - Level #3 */
  }
  header .header.search-expanded .logo {
    display: none;
  }
  header .header.search-expanded .mainMenu {
    width: 100%;
  }
  header .header.search-expanded .headerMenu {
    display: none;
  }
  header .header.search-expanded #close-search {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  header .header.search-expanded #___gcse_0 {
    width: 90%;
  }
  header .header.search-expanded #___gcse_0 .gsc-control-cse {
    display: block;
  }
  header .header.search-expanded .fa-times {
    color: white;
    display: block;
  }
  header .header.search-expanded .dnnUserMenu {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 10px;
  }
  header .header.search-expanded .dnnUserMenu > div {
    padding: 0;
  }
  header .header.search-expanded .dnnUserMenu .searchAction {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  header .header.search-expanded .dnnUserMenu .searchAction > span .searchInputContainer {
    display: inline-block !important;
    width: -webkit-calc(100% - 80px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 80px); /** FF 4-15  **/
    width: calc(100% - 80px);
  }
  header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon {
    font-size: 0;
    width: 50px;
    height: auto;
  }
  header .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox {
    padding: 25px 0;
  }
  header .header.search-expanded .dnnUserMenu .loginAction, header .header.search-expanded .dnnUserMenu .userAction, header .header.search-expanded .dnnUserMenu .toTopAction {
    display: none;
  }
}
header .header-sticky {
  z-index: 1000;
  max-width: none;
  margin-top: 0;
  bottom: auto;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .header-sticky.plsa-force-mobile .topHeader {
  display: none;
}
header .header-sticky.plsa-force-mobile #headerNav {
  display: none;
}
header .header-sticky.plsa-force-mobile .mobileMenuToggler {
  display: block !important;
}
header .header-sticky.plsa-force-mobile.header-is-anchored {
  padding-top: 0.875rem;
}
header .header-sticky.header-is-anchored {
  width: 100%;
  position: relative;
  right: auto;
  left: auto;
}
@media screen and (min-width: 64em) {
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .social {
    width: 80%;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .headerMenu {
    width: 20%;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .socialMenu {
    display: inline-block;
    width: 48%;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu {
    display: inline-block;
    width: 48%;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .toTopAction, header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .loginAction {
    display: none;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction, header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction {
    display: inline-block;
    width: 48%;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction .dnnSearchBoxClearText {
    display: none !important;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction > span > a.plsa-icon {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction > span > a.plsa-icon:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    font-size: initial;
    margin-right: 7px;
    display: inline-block;
  }
}
@media screen and (min-width: 64em) and (max-width: 39.9375em) {
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction > span > a.plsa-icon {
    font-size: 0;
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 64em) {
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction {
    display: inline-block;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction > a {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction > a:before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f007";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
    color: #FFFFFF;
    margin-right: 7px;
    display: inline-block;
  }
  header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction.plsa-user > a:before {
    content: "\f2be";
  }
}
@media screen and (max-width: 63.9375em) {
  header .header-sticky.header-is-anchored {
    padding-top: 0.875rem;
  }
}
header .topHeader {
  padding: 15px 0;
}
header .topHeader nav#topLeftHeaderNav {
  margin-top: 10px;
}
header .topHeader nav#topRightHeaderNav > ol, header .topHeader nav#topRightHeaderNav .loginAction, header .topHeader nav#topRightHeaderNav .searchAction, header .topHeader nav#topRightHeaderNav .userAction, header .topHeader nav#topRightHeaderNav .membersAction {
  display: inline-block;
}
header .topHeader nav#topRightHeaderNav .searchAction {
  padding-left: 20px;
  padding-right: 20px;
}
header .topHeader nav#topRightHeaderNav .searchAction .plsa-icon {
  color: #012837;
}
header .topHeader nav#topRightHeaderNav .searchAction > .searchInputContainer {
  display: none !important;
  border: 1px solid red !important;
}
header .topHeader nav#topRightHeaderNav .loginAction {
  padding-left: 20px;
}
header .topHeader nav#topRightHeaderNav .membersAction {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
header .topHeader nav#topRightHeaderNav .membersAction > a {
  color: #FFFFFF;
  padding: 5px 8px 4px 8px;
  background-color: #012837;
  border-radius: 3px;
  display: block;
}
header .topHeader nav#topRightHeaderNav .userAction {
  padding-left: 20px;
}
header .topHeader nav#topRightHeaderNav .userAction > a {
  font-size: 0;
  width: 0;
  height: 0;
  color: #012837;
}
header .topHeader nav#topRightHeaderNav .userAction > a:before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-size: 98%;
  padding-right: 5px;
  display: inline-block;
  font-size: 19px;
}
@media screen and (max-width: 74.9375em) {
  header .topHeader {
    font-size: 1.2vw;
  }
  header .topHeader nav#topRightHeaderNav .searchAction, header .topHeader nav#topLeftHeaderNav .searchAction {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .topHeader nav#topRightHeaderNav .loginAction, header .topHeader nav#topRightHeaderNav .userAction, header .topHeader nav#topLeftHeaderNav .loginAction, header .topHeader nav#topLeftHeaderNav .userAction {
    padding-left: 10px;
  }
}

@media screen\0  {
  header .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox {
    padding: 0 25px;
  }
}
@media screen and (max-width: 39.9375em) {
  header .header .mobileMenuToggler button .closeButtonText {
    display: none;
  }
}
header .header-sticky.header-is-stuck {
  background: rgba(1, 40, 55, 0.9);
  width: 100%;
  position: fixed;
  z-index: 5;
}
header .header-sticky.header-is-stuck .header {
  /* header_defaultSticky - Level #1 */
  /* header_defaultSticky - Level #2 */
  /* header_defaultSticky - Level #3 */
  /* Search Functionality */
}
header .header-sticky.header-is-stuck .header .logo {
  padding-left: 0px;
  padding-right: 0px;
  border-right: none;
  background: none;
}
header .header-sticky.header-is-stuck .header .logo a {
  background: none;
}
header .header-sticky.header-is-stuck .header .logo img {
  width: auto;
  height: 100%;
}
header .header-sticky.header-is-stuck .header #___gcse_0 {
  display: none;
}
header .header-sticky.header-is-stuck .header .mainMenu {
  background: none;
  padding: 0;
}
header .header-sticky.header-is-stuck .header .headerMenu {
  padding: 0;
}
header .header-sticky.header-is-stuck .header .headerMenu nav#headerNav ol:hover > li > a:hover {
  color: #FFFFFF;
}
header .header-sticky.header-is-stuck .header .headerMenu nav#headerNav .submenu, header .header-sticky.header-is-stuck .header .headerMenu nav#headerNav .submenu.js-dropdown-active {
  display: none;
}
header .header-sticky.header-is-stuck .header .socialMenu {
  display: none;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu {
  display: block;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu a {
  font-size: 14px;
  font-size: 0.875rem;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu a:hover {
  color: #FFFFFF;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu > div {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu .userAction {
  display: none;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu .toTopAction {
  cursor: pointer;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu .toTopAction .plsa-icon-fa-caret-up-after {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
}
header .header-sticky.header-is-stuck .header .dnnUserMenu .toTopAction .plsa-icon-fa-caret-up-after:after {
  margin-left: 5px;
}
header .header-sticky.header-is-stuck .header .mobileMenuToggler button {
  margin-right: 10px;
}
header .header-sticky.header-is-stuck .header .mobileMenuToggler button:after {
  color: white;
}
header .header-sticky.header-is-stuck .header.search-expanded #___gcse_0 {
  display: flex;
}
header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu {
  width: -webkit-calc(100% - 100px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 100px); /** FF 4-15  **/
  width: calc(100% - 100px);
  margin: 0;
}
header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu > div {
  padding: 0;
}
header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction {
  display: block;
}
header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .loginAction, header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .userAction, header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .toTopAction {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  header .header-sticky.header-is-stuck .header {
    /* header_defaultSticky - Level #1 */
    /* header_defaultSticky - Level #2 */
    /* header_defaultSticky - Level #3 */
  }
  header .header-sticky.header-is-stuck .header .logo {
    display: none;
  }
  header .header-sticky.header-is-stuck .header .mainMenu {
    width: 100%;
  }
  header .header-sticky.header-is-stuck .header .mobileMenuToggler button {
    width: auto;
    text-align: right;
  }
  header .header-sticky.header-is-stuck .header .social {
    text-align: left;
    max-width: 30%;
  }
  header .header-sticky.header-is-stuck .header .social > div {
    margin: 0;
  }
  header .header-sticky.header-is-stuck .header .headerMenu {
    text-align: right;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu > div {
    padding: 0;
    width: auto;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction > span > a.plsa-icon {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction > span > a.plsa-icon:after {
    content: none;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction, header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction .plsa-icon {
    padding: 10px 2px;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .loginAction > a {
    font-size: 14px;
    font-size: 0.875rem;
    width: auto;
    height: auto;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .loginAction > a:after {
    content: none;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .loginAction, header .header-sticky.header-is-stuck .header .dnnUserMenu .loginAction a {
    padding: 10px 2px;
  }
  header .header-sticky.header-is-stuck .header .dnnUserMenu .toTopAction, header .header-sticky.header-is-stuck .header .dnnUserMenu .toTopAction > span > span {
    padding: 10px 2px;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .social {
    max-width: 100%;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu {
    width: 100%;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction {
    display: flex;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction > span .searchInputContainer {
    padding-left: 0px;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon {
    font-size: 0px;
    font-size: 0;
    display: none;
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:after {
    content: '\f002';
  }
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox {
    padding: 25px 0;
  }
}
header .header-sticky.header-is-stuck .topHeader {
  display: none;
}

@media screen\0  {
  header .header-sticky.header-is-stuck .header.search-expanded .dnnUserMenu .searchAction > span .NormalTextBox {
    padding: 0;
  }
}
footer .footerInfoBanner .footerInfoContent {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 40em) {
  footer .footerInfoBanner .footerInfoContent {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footerInfoBanner .footerInfoContent > div {
  vertical-align: initial;
  padding: 0;
}
@media screen and (min-width: 40em) {
  footer .footerInfoBanner .footerInfoContent > div > .footerInfoTxt {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  footer .footerInfoBanner .footerInfoContent > div > .footerInfoTxt {
    width: 78%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer .footerInfoBanner .footerInfoContent > div > .footerInfoTxt {
    width: 65%;
  }
}
footer .footerInfoBanner .footerInfoContent > div > .footerInfoTxt span {
  position: relative;
  top: 0;
  display: inline-block;
  text-align: left;
}
footer .footerInfoBanner .footerInfoContent > div > .footerInfoBtn {
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  footer .footerInfoBanner .footerInfoContent > div > .footerInfoBtn {
    width: 20%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer .footerInfoBanner .footerInfoContent > div > .footerInfoBtn {
    width: 33%;
  }
}
footer .footerInfoBanner .footerInfoContent > div > .footerInfoBtn > a {
  display: inline-block;
  padding-bottom: 5px;
}
footer .footerAdditionalMenuWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footerAdditionalMenuWrapper a:after {
  margin-left: 5px;
  color: #012837;
}
footer .footerAdditionalMenuWrapper a:hover:after {
  text-decoration: none;
  display: inline-block;
}
footer .footerAdditionalMenuWrapper .footerAdditionalMenu .description {
  padding-right: 30%;
}
@media screen and (min-width: 40em) {
  footer .footerAdditionalMenuWrapper .footerAdditionalMenu {
    padding: 0;
  }
}
footer .footerAdditionalMenuWrapper .contactInfo .description a {
  font-size: 100%;
}
footer .footerAdditionalMenuWrapper .contactInfo .description a:after {
  content: none;
}
footer .footerAdditionalMenuWrapper .contactInfo .description a:hover {
  color: #012837;
}
@media screen and (max-width: 39.9375em) {
  footer .footerAdditionalMenuWrapper .contactInfo {
    text-align: left;
  }
}
footer .footerWrapper .footerMenu, footer .footerWrapper .copyright {
  padding: 20px 0;
  border-top: 2px solid #012837;
}
footer .footerWrapper .footerMenu li:not(:last-child) a {
  padding-right: 15px;
}
footer .footerWrapper .copyright {
  text-align: right;
}
footer .footerWrapper .copyright span:not([href]) {
  color: #012837;
  cursor: default;
}
footer .footerWrapper .copyright span:not([href]):hover {
  text-decoration: none;
}
@media screen and (max-width: 39.9375em) {
  footer .footerWrapper .footerMenu nav ol > li {
    display: block;
  }
}

.off-canvas {
  background-color: white;
  padding: 0 5px;
}
.off-canvas .offCanvasHeader {
  margin-bottom: 20px;
  background: transparent;
}
.off-canvas .offCanvasHeader .logo {
  background: #012837;
  padding: 0;
  border-right: 5px solid white;
  width: 170px;
  max-height: 80px;
  height: 80px;
}
.off-canvas .offCanvasHeader .logo > a {
  padding: 16px;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.off-canvas .offCanvasHeader .logo > a img {
  height: 100%;
  vertical-align: middle;
}
.off-canvas .offCanvasHeader .mainMenu {
  width: -webkit-calc(100% - 170px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 170px); /** FF 4-15  **/
  width: calc(100% - 170px);
  background: #012837;
  padding: 0;
}
.off-canvas .offCanvasHeader .mainMenu > div {
  margin: 0;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu {
  display: block;
  text-align: center;
  padding: 0;
  max-height: 80px;
  min-height: 80px;
  height: 80px;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu > div {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction, .off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction, .off-canvas .offCanvasHeader .offCanvasHeaderMenu .closeAction {
  width: 32%;
  text-align: center;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .closeAction .plsa-icon-fa-close-after:after {
  padding-left: 0;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction .searchInputContainer {
  display: none !important;
  overflow: hidden;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction .searchInputContainer::before {
  content: "";
  height: 100%;
  vertical-align: middle;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction .searchInputContainer > *, .off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction .searchInputContainer::before {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction .dnnSearchBoxClearText {
  display: none !important;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction > span > a.plsa-icon {
  font-size: 0;
  width: 0;
  height: 0;
  min-width: 0;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f002";
  font-size: 98%;
  font-size: 16px;
  font-size: 1rem;
  font-size: initial;
  color: white;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:hover:after {
  color: #01BBE9;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:visited {
  color: #012837;
  background: #57CFA3;
  border: none;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a {
  font-size: 0;
  width: 0;
  height: 0;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a:not([onclick]):after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f235";
  font-size: 98%;
  font-size: 16px;
  font-size: 1rem;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-size: 98%;
  font-size: 16px;
  font-size: 1rem;
  font-size: initial;
  color: white;
}
.off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a:hover:after {
  color: #01BBE9;
}
.off-canvas .offCanvasHeader.search-expanded .logo {
  display: none;
}
.off-canvas .offCanvasHeader.search-expanded .mainMenu {
  width: 100%;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu {
  display: block;
  width: 100%;
  float: left;
  padding: 0 10px;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction {
  width: 100%;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .searchInputContainer {
  overflow: visible;
  display: inline-block !important;
  width: -webkit-calc(100% - 80px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 80px); /** FF 4-15  **/
  width: calc(100% - 80px);
  opacity: 1;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .searchInputContainer:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-size: 98%;
  color: white;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 45px;
  width: 35px;
  padding: 10px 13px 10px 22px;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .NormalTextBox {
  margin: 0;
  padding: 25px 0;
  border: none;
  border-bottom: 2px solid #4d6a71;
  background: none;
  color: #fff;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .NormalTextBox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .dnnSearchBoxClearText.dnnShow {
  display: none !important;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span ul.searchSkinObjectPreview {
  /*@include calc( ('width' : "100% + 70px" ));*/
  width: 100%;
  left: 4px;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span ul.searchSkinObjectPreview > li > span {
  white-space: normal;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon {
  min-width: 0;
  font-size: 0;
  width: 50px;
  height: auto;
  padding: 10px;
  margin: 0 0 0 20px;
  text-align: center;
  border-bottom: 2px solid #57CFA3;
  vertical-align: middle;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:hover {
  border-bottom-color: #57CFA3;
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:focus {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  -moz-box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
  box-shadow: 0px 0px 0px 1px rgba(87, 207, 163, 0.9);
}
.off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .userAction, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .closeAction {
  display: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu {
  padding: 0;
  background: #012837;
  margin-bottom: 15px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown {
  min-height: 0 !important;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown li {
  padding: 5px 0;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-duration: 0.01s;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back {
  border-bottom: 5px solid white;
  margin-top: -8px;
  padding-bottom: 8px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a {
  padding-left: 10px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a:hover {
  color: #E6E6E6;
  text-decoration: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a::before {
  color: #012837;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  border-right-width: 0;
  position: static;
  margin-top: 0;
  margin-left: 5px;
  float: left;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a::after {
  content: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back + li {
  border-bottom: 2px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back + li a {
  padding-left: 11px;
  font-size: 18px;
  font-size: 1.125rem;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back + li a:after {
  margin-right: 16px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active.is-closing {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu a:not([href]) {
  color: #FFFFFF;
  background: transparent;
  border: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol {
  width: 100%;
  padding-bottom: 2px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol > li {
  padding-top: 8px;
  display: block;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol > li > a ::after {
  margin-right: 10px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol li > a {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  padding-left: 16px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol li > a::after {
  display: inline;
  width: auto;
  height: auto;
  border: none;
  border-right-width: 0;
  position: static;
  margin-top: 0;
  margin-left: 5px;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol li.li-html > :not(a) {
  display: none;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol:hover > li > a {
  color: #4d6a71;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol:hover > li:hover > a {
  color: #E6E6E6;
}
.off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol .submenu.is-drilldown-submenu.is-active {
  position: static;
  min-height: 0;
  background: transparent;
  display: block;
  padding-bottom: 5px;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu {
  padding-left: 16px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu ol > li {
  display: block;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a::after {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  border-right-width: 0;
  position: static;
  margin-top: 0;
  margin-left: 5px;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu {
  padding-left: 16px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu ol > li {
  display: block;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu ol > li:first-child {
  padding-left: 0;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu ol > li:last-child {
  padding-right: 0;
}
.off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a::after {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  border-right-width: 0;
  position: static;
  margin-top: 0;
  margin-left: 5px;
}
.off-canvas .closeMobileMainMenu > div > .columns {
  padding: 0;
}
.off-canvas .closeMobileMainMenu button {
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.off-canvas.is-transition-push::after {
  content: none;
}
@media print, screen and (min-width: 40em) {
  .off-canvas.position-right {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .off-canvas.position-right ~ .off-canvas-content .header-sticky.header-is-stuck {
    -webkit-transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
    width: 100%;
  }
  .off-canvas.position-right.is-open ~ .off-canvas-content .header-sticky.header-is-stuck {
    width: 60%;
  }
}
.off-canvas .offCanvasWrapper {
  padding-top: 0.875rem;
}
@media screen and (max-width: 39.9375em) {
  .off-canvas.position-right {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .off-canvas.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas.position-right.is-open ~ .off-canvas-content .header-sticky.header-is-stuck {
    width: 0%;
  }
}

@media screen\0  {
  .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span .NormalTextBox {
    padding: 0;
  }
}
.js-off-canvas-overlay {
  background-color: rgba(32, 32, 32, 0.7);
}

.plsaBreadCrumbRow {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #818181;
  margin: 0 !important;
}
.plsaBreadCrumbRow.no-border {
  border-bottom: 0;
}
.plsaBreadCrumbRow .breadcrubm-back-btn {
  color: #012837;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  padding-left: 0;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb {
  padding: 0;
  position: relative;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a {
  margin-left: 5px;
  margin-right: 5px;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:first-child {
  margin-left: 0;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a:last-child {
  margin-right: 0;
}
.plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain span.SkinObject {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
}
.dropdown-container {
  width: fit-content;
}

.breadcrumb-dropdown {
  z-index: 1;
  position: absolute;
  background-color: #002A34;
  display: none;
  padding: 9px 0;
}
.breadcrumb-dropdown .subPage {
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb-dropdown .subPage a {
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrubm-back-btn {
  color: #52AAA9;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  padding-left: 0;
}

.clicked-dropdown {
  display: none;
}

.plsa-page-shareableActions {
  padding: 0;
  text-align: right;
}
.plsa-page-shareableActions .plsa-page-action {
  display: inline-block;
}
.plsa-page-shareableActions .plsa-page-action a {
  margin-right: 5px;
}
.plsa-page-shareableActions .plsa-page-action a:not([href]) {
  color: #012837;
  background: transparent;
  border: none;
}
@media screen and (max-width: 39.9375em) {
  .plsa-page-shareableActions .plsa-page-action {
    display: none;
  }
}
.plsa-page-shareableActions .plsa-share-social, .plsa-page-shareableActions .plsa-share-social .plsa-share-options {
  display: inline-block;
}
.plsa-page-shareableActions .plsa-share-social .plsa-share-options a {
  padding-left: 10px;
}
.plsa-page-shareableActions .plsa-share-social .page-share-twitter {
  color: #60bdf6;
}
.plsa-page-shareableActions .plsa-share-social .page-share-twitter:hover {
  color: #60bdf6;
  text-decoration: underline;
}
.plsa-page-shareableActions .plsa-share-social .page-share-linkedin {
  color: #0077b5;
}
.plsa-page-shareableActions .plsa-share-social .page-share-linkedin:hover {
  color: #0077b5;
  text-decoration: underline;
}
.plsa-page-shareableActions .plsa-share-social .page-share-facebook {
  color: #39579a;
}
.plsa-page-shareableActions .plsa-share-social .page-share-facebook:hover {
  color: #758ab8;
  text-decoration: underline;
}
.plsa-page-shareableActions .plsa-share-social .page-share-email {
  color: #012837;
}
.plsa-page-shareableActions .plsa-share-social .page-share-email:hover {
  color: #4d6a71;
  text-decoration: underline;
}

#cconsent-bar {
  padding: 0 40px !important;
  margin: 0 !important;
}
#cconsent-bar .ccb__wrapper {
  flex-wrap: nowrap !important;
}
#cconsent-bar .ccb__wrapper .ccb__close-popup {
  display: none;
}
#cconsent-bar .ccb__wrapper .ccb__left {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 40px 0;
}
#cconsent-bar .ccb__wrapper .ccb__left .cc-text {
  line-height: 1.5;
}
#cconsent-bar .ccb__wrapper .ccb__right {
  font-size: 18px;
  line-height: 22px;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button {
  display: flex;
}
#cconsent-bar .ccb__wrapper .ccb__right button {
  font-size: 18px;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  padding: 13px 38px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #cconsent-bar .ccb__wrapper {
    flex-direction: column;
  }
  #cconsent-bar .ccb__wrapper .ccb__button {
    flex-direction: column-reverse;
  }
  #cconsent-bar .ccb__wrapper .ccb__button button {
    margin-bottom: 20px;
  }
}

#cconsent-modal .ccm__content {
  max-width: 744px !important;
  border-radius: 5px;
}
#cconsent-modal .ccm__content .ccm__content__heading #ccm__content__title {
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: 24px;
}
#cconsent-modal .ccm__content .ccm__content__heading #ccm__content__title h2 {
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
}
#cconsent-modal .ccm__content .ccm__content__heading p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 25.2px;
}
#cconsent-modal .ccm__content .ccm__content__body .ccm__list {
  display: none;
}
#cconsent-modal .ccm__content .ccm__footer {
  display: flex;
}
#cconsent-modal .ccm__content .ccm__footer button, #cconsent-modal .ccm__content .ccm__footer button:hover {
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #012837;
  background-color: #012837;
}
#cconsent-modal .ccm__content .ccm__footer button .consent-give, #cconsent-modal .ccm__content .ccm__footer button:hover .consent-give {
  margin-left: 20px;
}
#cconsent-modal .ccm__content .ccm__footer #ccm__footer__consent-modal-submit {
  color: #012837;
}
@media only screen and (max-width: 600px) {
  #cconsent-modal .ccm__content .ccm__footer {
    flex-direction: column;
  }
  #cconsent-modal .ccm__content .ccm__footer button {
    width: 100%;
  }
  #cconsent-modal .ccm__content .ccm__footer #ccm__footer__consent-modal-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.dnnSearchBoxPanel {
  display: none;
}

.dnnSearchResultPanel {
  display: none;
}

.dnnSearchLoading {
  max-width: 50px;
  max-height: 50px;
  left: 50%;
  position: fixed;
}

.dnnSearchResultContainer {
  width: 70%;
  margin: auto;
}
.dnnSearchResultContainer .dnnSearchResultItem {
  margin-top: 40px;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title {
  font-size: 26px;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a {
  color: #B9005A;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.dnnSearchResultPager {
  width: 70%;
  margin: auto !important;
}

.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage.tabs-layout {
  max-width: none;
  background: none;
  padding: 0;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:hover > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:visited > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:focus > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:hover > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:visited > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:focus > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:hover > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:visited > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:focus > * {
  text-decoration: none;
  color: #012837;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:after {
  margin-left: 5px;
  color: #FF6E6B;
  display: inline-block;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdownWrapper {
  border-bottom: none;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdownWrapper.addOverflow > .tabsHeader-scrollLeft, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdownWrapper.addOverflow > .tabsHeader-scrollRight {
  display: none;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdownWrapper.addOverflow > ul {
  width: 100%;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-panel {
  padding: 0;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title {
  cursor: default;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title.isHyperlink {
  cursor: pointer;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:hover {
  text-decoration: none;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title.first, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-panel.first {
  padding-left: 0;
}
.DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title.last, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-panel.last {
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-panel {
    display: inline-block !important;
    float: left;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title {
    margin: 0;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:hover, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:hover > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:visited, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:visited > *, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:focus, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title > a:focus > * {
    text-decoration: none;
    color: #012837;
  }
}
@media screen and (max-width: 63.9375em) {
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdownWrapper {
    position: static;
    background: none;
    padding: 0;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tabsHeaderDropdown {
    display: none;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs {
    display: block;
    position: static;
    width: 100%;
    background: none;
    padding: 0;
    border-bottom: none;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li:first-child {
    padding-top: 0;
    border-top: none;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.tab-title {
    display: inline-block;
    width: auto;
    margin: 0 4% 0 0;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.tab-title:last-child {
    padding: 0;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span {
    color: #012837;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.ui-tabs-active.ui-state-active span:after {
    content: "\f0da";
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile {
    color: #bbbbbb;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-normal:after, .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage .tab-title-mobile:after {
    content: "\f0d7";
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .plsa-homepage ul.tabs > li.tab-title {
    margin: 0 9px 0 0;
  }
}
@media screen and (min-width: 64em) {
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .panesRow .tab-panel[aria-hidden=false] {
    display: flex !important;
    flex-direction: row;
  }
  .DnnModule-Panes .cantarusPanesDefault.tabPanes .panesRow .tab-panel[aria-hidden=false] .multi-panel {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 639px) {
  .DnnModule-Panes .cantarusPanesDefault .tabsHeaderDropdownWrapper .tabsHeaderDropdown:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    display: inline;
    float: right;
    color: #FF6E6B;
    position: relative;
    top: -3px;
  }
}
.DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .collapsablePanes {
  width: 100%;
}
.DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-normal, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-mobile {
  border: none;
  background: none;
  color: #012837;
  padding: 0;
}
.DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title.ui-state-active .tab-title-normal:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title.ui-state-active .tab-title-mobile:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gsc-adBlock {
  display: none !important;
}

#___gcse_0 .gsc-results-wrapper-visible {
  height: 65vh;
  top: 70px;
}
#___gcse_0 .gsc-results-wrapper-visible .gcsc-find-more-on-google {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-image {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title {
  text-align: start;
  color: #57CFA3 !important;
  font-size: 17px;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title b {
  color: #57CFA3 !important;
  font-size: 17px;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title b:hover {
  text-decoration: underline;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title:hover {
  text-decoration: underline;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-snippet {
  color: #FF6E6B;
  font-size: 15px;
  white-space: normal;
}
#___gcse_0 .gsc-results-wrapper-visible .gsc-url-top {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gsc-table-cell-thumbnail {
  display: none;
}
@media screen and (max-width: 600px) {
  #___gcse_0 .gsc-results-wrapper-visible {
    height: 40vh;
  }
}

.my-plsa-container .my-plsa-banner {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-position: top right;
  background-position: 90% 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .my-plsa-container .my-plsa-banner {
    background-size: 100% 100%;
  }
}
.my-plsa-container .my-plsa-banner .welcome-container {
  position: absolute;
  top: 9%;
  left: 16px;
}
.my-plsa-container .my-plsa-banner .details-container {
  position: absolute;
  bottom: 9%;
  left: 16px;
}
.my-plsa-container .my-plsa-banner .details-container .register-number {
  margin-bottom: 15px;
}
.my-plsa-container .my-plsa-banner .details-container div.update-details a.plsa-button-1:hover, .my-plsa-container .my-plsa-banner .details-container div.update-details a.plsa-button-1:focus {
  text-decoration: none;
}
.my-plsa-container .my-plsa-banner .basket-img {
  height: 100%;
  float: right;
}
.my-plsa-container .my-plsa-banner .basket-container {
  position: absolute;
  bottom: 9%;
  right: 16px;
  color: #FFFFFF;
  text-align: right;
}
.my-plsa-container .my-plsa-banner .basket-container .my-basket {
  margin-bottom: 5px;
  display: block;
}
.my-plsa-container .my-plsa-banner .basket-container .my-basket .fa {
  padding-right: 10px;
}
.my-plsa-container .my-plsa-banner .basket-container #basketNumberOfItems {
  margin-bottom: 15px;
  font-size: 18px;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a {
  letter-spacing: 0.01rem;
  width: 150px;
  float: right;
  text-align: center;
}
.my-plsa-container .my-plsa-banner .basket-container .basket-button a:hover, .my-plsa-container .my-plsa-banner .basket-container .basket-button a:focus {
  text-decoration: none;
  background: #E6E6E6;
}
.my-plsa-container .my-plsa-banner .basket-container .miniCart {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .my-plsa-container .my-plsa-banner .welcome-container, .my-plsa-container .my-plsa-banner .details-container {
    position: relative;
    left: 16px;
    z-index: 2;
  }
  .my-plsa-container .my-plsa-banner .welcome-container {
    top: 16px;
  }
  .my-plsa-container .my-plsa-banner .details-container {
    top: 40px;
  }
  .my-plsa-container .my-plsa-banner .basket-container {
    left: 16px;
    bottom: 20px;
    z-index: 2;
    /*text-align: left;*/
  }
  .my-plsa-container .my-plsa-banner .basket-container .basket-button a {
    float: none;
  }
  .my-plsa-container .my-plsa-banner .basket-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.my-plsa-container h1 {
  margin-bottom: 25px;
}
.my-plsa-container h2 {
  margin-top: 32px;
  color: #012837;
  margin-bottom: 15px;
}
.my-plsa-container hr.header-separator {
  border-width: 3px;
  border-color: #002a35;
  margin-top: 12px;
  margin-bottom: 45px;
}
@media screen and (max-width: 39.9375em) {
  .my-plsa-container hr.header-separator {
    margin-bottom: 20px;
  }
}

.DnnModule-SilverbearFormViewer .control-group div.controls {
  display: inline-block;
  width: 60%;
  min-height: 40px;
  vertical-align: top;
}
.DnnModule-SilverbearFormViewer .radio {
  vertical-align: baseline;
  display: inline-block;
  min-width: 160px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .DnnModule-SilverbearFormViewer .control-group div.controls {
    display: inline-block;
    width: 69%;
  }
  .DnnModule-SilverbearFormViewer .control-group div.controls .btn.btn-success.submitbutton {
    margin-left: 0;
    width: 30%;
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearFormViewer .control-group div.controls {
    display: block;
    width: 100%;
  }
  .DnnModule-SilverbearFormViewer .control-group div.controls .btn.btn-success.submitbutton {
    margin-left: 0;
    width: 30%;
  }
}

.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-widget {
  background: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-widget.categoryTabs {
  background: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer {
  width: 5%;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li.ui-state-default {
  background: #FF6E6B !important;
  border: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li.ui-state-default > a {
  color: #86c4c3;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li.ui-state-active {
  background: #FF6E6B !important;
  border: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li.ui-state-active > a {
  color: #FFFFFF;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .ui-tabs-panel, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs .category.ui-tabs-panel, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs .ui-tabs-panel {
  padding: 0 1em 1em;
  width: 35%;
  border: 1px solid #4d6a71;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .categoryDetail .sortBy select {
  padding: 10px 15px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .productListHead .title {
  padding: 10px 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .productListBody .listItem {
  border-bottom: 1px solid #4d6a71;
  padding: 15px 11px 25px;
  margin-bottom: 0px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .productListBody .listItem .itemDetail {
  max-width: -webkit-calc(100% - 100px); /** Safari 6, Chrome 19-25 **/
  max-width: -moz-calc(100% - 100px); /** FF 4-15  **/
  max-width: calc(100% - 100px);
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .itemThumbnail img {
  width: auto;
  height: 125px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .productListFoot {
  margin-top: 15px;
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer:before, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer:after {
    display: table;
    content: " ";
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer:after {
    clear: both;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li {
    float: left;
    margin: 1%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li.ui-state-default {
    width: 48%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .ui-tabs-vertical .tabcontainer li > a {
    min-height: 85px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerPrev > a {
    font-size: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerPrev > a:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerNext > a {
    font-size: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerNext > a:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-size: 98%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn {
  min-height: 50px;
  max-width: 48%;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn.viewCartButton {
  display: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productDetail {
  background: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingRow {
  margin-bottom: 10px;
  width: auto;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .quantityRow .priceRowValue select {
  min-width: 75px;
  padding-left: 30%;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button {
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton {
  min-width: 160px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton {
  min-width: 160px;
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .priceListProduct .itemImage {
    float: none;
    margin: 0 auto;
    width: 45%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productDetail {
    padding: 1em 0 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productDetail .productInfo {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button {
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingRow {
    float: none;
    width: 100%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingRow .priceRowLabel, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingRow .priceRowValue {
    float: none;
    display: inline-block;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productDescription {
    margin: 0;
  }
}

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .ModSilverbearDnnExtensionsCrmWebShopCheckoutC > div > div > div > div > .webshopBreadcrumb {
  margin: 0 0 20px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn {
  margin-top: 3px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb {
  background-color: #86c4c3 !important;
  line-height: normal;
  clear: none;
  overflow: auto;
  padding: 0 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem {
  background-color: #86c4c3 !important;
  padding: 16px 25px;
  color: #a4d2d2;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem.current {
  background-color: #86c4c3 !important;
  color: #012837;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb span {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb span.breadcrumbDivider {
  -o-background-size: auto 100% !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-color: #86c4c3 !important;
  height: 100%;
  min-height: 50px;
  width: 35px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb span.breadcrumbDivider.before, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb span.breadcrumbDivider.after {
  background: url(https://www.pensionsuk.org.uk/DesktopModules/SilverbearWebshopCheckout/Images/breadcrumbDivider.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout legend {
  text-decoration: underline;
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn {
  width: 160px !important;
  height: 40px !important;
  line-height: 1.15;
  margin-top: 10px !important;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn.btn.btn-sm.btn-success {
  width: 10px;
  height: 36px;
  line-height: 1.15;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off {
  color: #FFFFFF;
  line-height: 1.15;
  max-width: none;
  text-align: center;
  min-width: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods {
  margin-bottom: 30px;
  border: 2px solid #012837;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls {
  margin-bottom: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn:hover {
  background: #012837;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem:not(.isSelected) .btn {
  background: #FFFFFF;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem:not(.isSelected) .btn:hover {
  background: #012837;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems {
  border: 2px solid #012837;
  padding: 16px 45px;
  margin-bottom: 30px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems fieldset > .basketItem {
  border-bottom: 1px solid #4d6a71;
  padding: 0;
  margin: 10px 0 20px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems fieldset > .basketItem:last-child {
  border-bottom: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemImage {
  width: 200px;
  max-width: none;
  height: 100%;
  min-height: 150px;
  padding: 0 16px 16px;
  vertical-align: top;
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails {
  width: -webkit-calc(100% - 205px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 205px); /** FF 4-15  **/
  width: calc(100% - 205px);
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails > * {
  display: block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails p {
  font-size: 16px;
  font-size: 1rem;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails p.productName {
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  margin-bottom: 8px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails span.itemQuantityLabel {
  width: 175px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails span.itemQuantityLabel:before {
  content: "Quantity: ";
  display: inline;
  font-weight: 600;
  margin-right: 8px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails select {
  display: block;
  width: 350px;
  margin: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton {
  display: inline-block;
  width: 160px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem {
  top: 40%;
  width: 160px;
  margin: 0;
  float: right;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .itemPrice {
  padding-bottom: 0;
  margin: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .itemPrice dd {
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .text-error {
  padding: 8px 0 0;
  width: auto;
  font-weight: bold;
  color: red;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails label.checkbox {
  font-weight: 600;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts {
  border: 2px solid #012837;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .control-group input[type=text] {
  width: -webkit-calc(100% - 200px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 200px); /** FF 4-15  **/
  width: calc(100% - 200px);
  display: inline-block;
  padding: 8px 15px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn {
  width: 160px;
  line-height: 1.15;
  padding: 11px;
  vertical-align: middle;
  float: right;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketTotal .totalLabel {
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketTotal .totalLabel .itemPrice dt, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketTotal .totalLabel .itemPrice dd {
  display: inline-block;
  width: auto;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .container-fluid, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .container-fluid {
  border: 2px solid #012837;
  padding: 16px 45px;
  margin-bottom: 20px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group {
  display: block;
  width: auto;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > label, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > label {
  display: inline-block;
  width: 20%;
  float: none;
  padding: 0;
  vertical-align: top;
  padding-top: 8px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > .controls, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > .controls {
  float: none;
  display: inline-block;
  width: 40%;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group select, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group select {
  width: 100%;
  margin: 0 0 1rem;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[name=postal-code] + button, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[name=postal-code] + button {
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .contactOrgLookupWrapper .control-group > label, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .contactOrgLookupWrapper .control-group > label {
  width: auto;
  margin-right: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .contactOrgLookupWrapper .control-group .btn.btn-success, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .contactOrgLookupWrapper .control-group .btn.btn-success {
  width: 160px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-billingAddress, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-shippingAddress {
  border: 2px solid #012837;
  display: inline-block;
  width: 49%;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-billingAddress {
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart {
  border: 2px solid #012837;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart fieldset > .basketItem {
  border-bottom: 1px solid #012837;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart fieldset > .basketItem:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemImage {
  width: 200px;
  max-width: none;
  height: 100%;
  min-height: 150px;
  padding: 0 16px 16px;
  vertical-align: top;
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails {
  width: -webkit-calc(100% - 205px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 205px); /** FF 4-15  **/
  width: calc(100% - 205px);
  float: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails > * {
  display: block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails p {
  font-size: 16px;
  font-size: 1rem;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails p.productName {
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  margin-bottom: 8px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails span.itemQuantityLabel {
  width: 175px;
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails span.itemQuantityLabel:before {
  content: "Quantity: ";
  display: inline;
  font-weight: 600;
  margin-right: 8px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails .itemPrice {
  padding-bottom: 0;
  margin: 0;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner > .basketItemDetails .itemPrice dd {
  margin-bottom: 10px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.shippingrate {
  border: 2px solid #012837;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.ordersummary {
  border: 2px solid #012837;
  padding: 16px 45px;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .confirmation.ordersummary legend {
  padding: 0;
  border-bottom: none;
  border-top: none;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .confirmation.ordersummary .OrderSummary {
  text-align: left;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .confirmation.ordersummary .OrderSummary .SummaryLabel {
  font-weight: 600;
  width: 120px;
  display: inline-block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .row-fluid, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .row-fluid .span6 {
  width: 100%;
  display: block;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .DeliveryContainer .BusyCalcs, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .productBusy {
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 2;
}
.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .DeliveryContainer .BusyCalcsSpinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  display: block;
  width: 10%;
  height: 10%;
  background: url(../loading-2.html);
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb {
    background-color: transparent !important;
    padding: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem {
    display: none;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem.current {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: transparent !important;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb span.breadcrumbDivider {
    display: none;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods {
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems {
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem {
    position: static;
    margin-bottom: 10px;
    width: 100%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails select {
    width: 100%;
    margin-bottom: 10px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton {
    width: -webkit-calc(100% - 184px); /** Safari 6, Chrome 19-25 **/
    width: -moz-calc(100% - 184px); /** FF 4-15  **/
    width: calc(100% - 184px);
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts {
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .container-fluid, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .container-fluid {
    border: 2px solid #012837;
    padding: 16px 15px;
    margin-bottom: 20px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > label, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > label {
    width: 30%;
    margin-right: 4%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > .controls, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > .controls {
    width: 65%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group select, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group select {
    width: 100%;
    margin: 0 0 1rem;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[name=postal-code] + button, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[name=postal-code] + button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItem {
    border-bottom: none;
    margin-bottom: 40px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems {
    border: none;
    padding: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner {
    border: 2px solid #002a34;
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemImage {
    display: block;
    margin: 0 auto;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails {
    display: block;
    width: 100%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts {
    border: 2px solid #002a34;
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .control-group input[type=text] {
    width: 100%;
    display: block;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn {
    width: 100%;
    vertical-align: baseline;
    float: none;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > label, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > label {
    width: 100%;
    display: block;
    line-height: 20px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group > .controls, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group > .controls {
    display: block;
    width: 100%;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group select, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[type=text], .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group select {
    width: 100%;
    margin: 0 0 1rem;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.addressDetails .billingAddressWrapper .billingAddress .control-group input[name=postal-code] + button, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .shippingAddressWrapper .address.shipping .control-group input[name=postal-code] + button {
    margin-bottom: 10px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-billingAddress, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-shippingAddress {
    display: block;
    width: 100%;
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-billingAddress {
    margin-bottom: 30px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-shippingAddress {
    float: none;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.shippingrate, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.ordersummary {
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart {
    border: none;
    padding: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItem {
    border-bottom: none;
    padding-bottom: 0;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart fieldset > .basketItem {
    border-bottom: none;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner:not(.basketAddOns) {
    border: 2px solid #002a34;
    padding: 16px;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner:not(.basketAddOns) > .basketItemImage {
    display: block;
    margin: 0 auto;
  }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart .basketItemInner:not(.basketAddOns) > .basketItemDetails {
    display: block;
    width: 100%;
  }
}

.DnnModule-Authentication .LoginPanel {
  width: auto;
  float: none;
  padding: 0;
}
.DnnModule-Authentication .dnnFormItem > label.dnnFormLabel {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.DnnModule-Authentication .dnnFormItem input[type=text],
.DnnModule-Authentication .dnnFormItem input[type=password],
.DnnModule-Authentication .dnnFormItem input[type=email],
.DnnModule-Authentication .dnnFormItem input[type=tel],
.DnnModule-Authentication .dnnFormItem select,
.DnnModule-Authentication .dnnFormItem textarea {
  max-width: none;
  border: 2px solid #01BBE9;
  padding: 10px 15px;
  height: 40px;
  line-height: initial;
  border-radius: 0;
}
.DnnModule-Authentication .dnnFormItem input[type=text]:focus,
.DnnModule-Authentication .dnnFormItem input[type=password]:focus,
.DnnModule-Authentication .dnnFormItem input[type=email]:focus,
.DnnModule-Authentication .dnnFormItem input[type=tel]:focus,
.DnnModule-Authentication .dnnFormItem select:focus,
.DnnModule-Authentication .dnnFormItem textarea:focus {
  border: 2px solid #01BBE9;
  -webkit-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  -moz-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
}
.DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin {
  width: auto;
  padding: 32px 16px;
  margin: 0 auto;
  background: rgba(230, 230, 230, 0.9);
  /*border: 2px solid $plsa-color-c2;*/
}
.DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(1), .DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(2) {
  margin-bottom: 15px;
}
.DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(1) .dnnFormLabel, .DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(2) .dnnFormLabel {
  display: block;
  width: 100%;
}
.DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(1) input[type=text], .DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(1) input[type=password], .DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(2) input[type=text], .DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin .dnnFormItem:nth-child(2) input[type=password] {
  width: 100%;
  display: block;
}
.DnnModule-Authentication .dnnLoginRememberMe {
  display: block;
  position: absolute;
  top: 0;
  height: 40px;
}
.DnnModule-Authentication .dnnLoginRememberMe .dnnCheckbox {
  margin: 0;
}
.DnnModule-Authentication a.dnnPrimaryAction {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.DnnModule-Authentication a.dnnPrimaryAction:hover:after {
  content: none;
}
.DnnModule-Authentication a.dnnSecondaryAction {
  display: block;
}
.DnnModule-Authentication .dnnLoginActions {
  width: 100%;
}
.DnnModule-Authentication .dnnLoginActions ul {
  display: block;
  width: 100%;
  padding-top: 0;
  margin-top: 15px;
}
.DnnModule-Authentication .dnnLoginActions ul > li {
  display: block;
  width: 100%;
}
.DnnModule-Authentication .dnnLoginActions ul > li:first-child {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-Authentication {
    margin-top: 20px;
  }
}

.DnnModule-SilverbearRegistration h2 {
  text-decoration: underline;
}
.DnnModule-SilverbearRegistration h2.yourOrg {
  margin-bottom: 0;
}
.DnnModule-SilverbearRegistration .btn.submitbutton:hover:after {
  content: none;
}
.DnnModule-SilverbearRegistration .formField:first-child .control-group label.control-label {
  line-height: 28px;
  position: relative;
}
.DnnModule-SilverbearRegistration .formField:first-child .control-group div.controls span:empty:after {
  content: " ";
  white-space: pre;
}
.DnnModule-SilverbearRegistration .input-medium {
  border: 2px solid #01BBE9;
  padding: 5px 16px 3px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.DnnModule-SilverbearRegistration .input-medium + .btn {
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .DnnModule-SilverbearRegistration .control-group {
    position: relative;
  }
  .DnnModule-SilverbearRegistration .control-group label.control-label {
    padding-left: 0;
    padding-top: 6px;
    vertical-align: top;
    float: left;
    line-height: 28px;
    position: relative;
  }
  .DnnModule-SilverbearRegistration .control-group label.control-label:after {
    font-size: 16pt;
  }
  .DnnModule-SilverbearRegistration .control-group.success div.controls:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    float: right;
    top: 6px;
    right: -23px;
  }
  .DnnModule-SilverbearRegistration .control-group div.controls {
    display: inline-block;
    width: 70%;
  }
  .DnnModule-SilverbearRegistration .control-group div.controls.input-append .btn.btn-success {
    width: auto;
    min-width: 160px;
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearRegistration .formField:first-child .control-group div.controls {
    display: none;
  }
  .DnnModule-SilverbearRegistration .control-group label.control-label {
    padding-left: 0;
    padding-top: 6px;
    vertical-align: top;
    float: none;
    display: block;
  }
  .DnnModule-SilverbearRegistration .control-group div.controls {
    display: block;
    width: 100%;
  }
  .DnnModule-SilverbearRegistration .control-group div.controls.input-append .btn.btn-success {
    width: auto;
    min-width: 160px;
  }
}

.DnnModule-SilverbearInvoices br {
  display: none;
}
.DnnModule-SilverbearInvoices .Head {
  display: none;
}
.DnnModule-SilverbearInvoices h3 {
  text-decoration: underline;
  color: #FF6E6B;
}
.DnnModule-SilverbearInvoices textarea {
  width: 100%;
  min-width: 100%;
  max-height: 350px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.DnnModule-SilverbearInvoices textarea + h2 {
  margin-top: 10px;
}
.DnnModule-SilverbearInvoices textarea + h2 ~ span:not(:last-child):before {
  display: none;
}
.DnnModule-SilverbearInvoices span {
  word-break: break-word;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 63.9375em) {
  .DnnModule-SilverbearInvoices table.addressTable > tbody {
    background-color: #86c4c3;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td {
    display: block;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td:nth-child(even) {
    background-color: #01BBE9;
    margin: 0 0.625rem;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td.plsa-invisibile-column {
    display: none;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div table[id*=PaymentSummary_tblShipping] tr {
    background-color: #86c4c3 !important;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div table[id*=PaymentSummary_tblShipping] tr:last-child {
    background-color: transparent !important;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div table:not([id*=PaymentSummary_tblShipping]) {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div table:not([id*=PaymentSummary_tblShipping]) tr {
    background-color: transparent !important;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div .toggleVisibilityButtonWrapper {
    width: 10%;
    display: inline-block;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div .toggleVisibilityButtonWrapper button#visibilityToggler {
    color: #4d6a71;
    width: 20px;
    height: 20px;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div .toggleVisibilityButtonWrapper button#visibilityToggler.icon:after {
    font-family: "FontAwesome";
    content: "\f147";
    font-style: normal;
    font-weight: normal;
    font-size: 98%;
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div .toggleVisibilityButtonWrapper button#visibilityToggler.plsa-icon-dash:after {
    content: "\f147";
  }
  .DnnModule-SilverbearInvoices table.addressTable > tbody > tr > td > div .toggleVisibilityButtonWrapper button#visibilityToggler.plsa-icon-dropdown:after {
    content: "\f078";
  }
}

.DnnModule-FetchXmlViewer .viewData {
  overflow: auto;
  display: block;
  margin-bottom: 15px;
}
.DnnModule-FetchXmlViewer .viewData > table {
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .DnnModule-FetchXmlViewer .btn.btn-info {
    margin-top: 5px;
    min-width: 175px;
    width: auto;
  }
}

.DnnModule-SilverbearPasswordReset .dnnFormSectionHead {
  margin-top: 0;
  border-bottom: 2px solid #012837;
}
.DnnModule-SilverbearPasswordReset .dnnFormSectionHead span {
  font-size: 22px;
  font-size: 1.375rem;
}
.DnnModule-SilverbearPasswordReset .dnnFormItem {
  margin-bottom: 10px;
}
.DnnModule-SilverbearPasswordReset .dnnFormItem > .dnnLabel {
  width: 150px;
}
.DnnModule-SilverbearPasswordReset .dnnFormItem .dnnTooltip, .DnnModule-SilverbearPasswordReset .dnnFormItem .dnnFormHelp {
  display: none;
}
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=text],
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=password],
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=email],
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=tel],
.DnnModule-SilverbearPasswordReset .dnnFormItem select,
.DnnModule-SilverbearPasswordReset .dnnFormItem textarea {
  width: -webkit-calc(100% - 170px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 170px); /** FF 4-15  **/
  width: calc(100% - 170px);
  max-width: none;
  border-radius: 0;
  border: 2px solid #01BBE9;
}
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=text]:focus,
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=password]:focus,
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=email]:focus,
.DnnModule-SilverbearPasswordReset .dnnFormItem input[type=tel]:focus,
.DnnModule-SilverbearPasswordReset .dnnFormItem select:focus,
.DnnModule-SilverbearPasswordReset .dnnFormItem textarea:focus {
  border: 2px solid #01BBE9;
  -webkit-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  -moz-box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
  box-shadow: 0 0 10px 3px rgba(1, 187, 233, 0.25);
}
.DnnModule-SilverbearPasswordReset input[type=password] + span {
  color: #c60c30;
}
@media screen and (min-width: 64em) {
  .DnnModule-SilverbearPasswordReset {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearPasswordReset .dnnFormItem > .dnnLabel {
    width: 100%;
    max-width: none;
    display: block;
  }
  .DnnModule-SilverbearPasswordReset .dnnFormItem input[type=text],
  .DnnModule-SilverbearPasswordReset .dnnFormItem input[type=password],
  .DnnModule-SilverbearPasswordReset .dnnFormItem input[type=email],
  .DnnModule-SilverbearPasswordReset .dnnFormItem input[type=tel],
  .DnnModule-SilverbearPasswordReset .dnnFormItem select,
  .DnnModule-SilverbearPasswordReset .dnnFormItem textarea {
    width: 100%;
    max-width: none;
    display: block;
  }
}

.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions {
  margin-bottom: 15px;
}
.DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(odd), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(even), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(4n), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(4n+1), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(4n+2), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions > tbody > tr:nth-child(4n+3) {
  background: transparent !important;
}
.DnnModule-SilverbearMyGroupsAndRegions input[type=button] {
  min-width: 150px;
}

.DnnModule-SilverbearEntityViewer .sbEntityViewer {
  overflow: auto;
}

.DnnModule-SilverbearReportViewer table tr {
  background-color: transparent !important;
}
.DnnModule-SilverbearReportViewer table tbody th, .DnnModule-SilverbearReportViewer table tbody td {
  padding: 0.5rem 0;
}

body:not(.edit) .DnnModule-SilverbearEventListing .listing-events-wrapper > table, body:not(.edit) .DnnModule-SilverbearEventListing .listing-events-wrapper ~ table {
  display: table;
}

.ModCriteriaSelectorC {
  background-color: #F8F8F8;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}
.ModCriteriaSelectorC br {
  display: none;
}
.ModCriteriaSelectorC input:not([type=submit]), .ModCriteriaSelectorC select:not([type=submit]) {
  display: inline-block;
  width: 270px;
  border: 1px solid #CBCBCB;
  box-shadow: none;
  background: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .ModCriteriaSelectorC input:not([type=submit]), .ModCriteriaSelectorC select:not([type=submit]) {
    width: 210px;
  }
}
@media screen and (max-width: 660px) {
  .ModCriteriaSelectorC input:not([type=submit]), .ModCriteriaSelectorC select:not([type=submit]) {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.ModCriteriaSelectorC select {
  height: 41px;
}
.ModCriteriaSelectorC select:focus {
  border: 2px solid #52AAA9;
  -webkit-box-shadow: 0 0 10px 3px rgba(82, 170, 169, 0.25);
  -moz-box-shadow: 0 0 10px 3px rgba(82, 170, 169, 0.25);
  box-shadow: 0 0 10px 3px rgba(82, 170, 169, 0.25);
}
.ModCriteriaSelectorC input[type=submit] {
  position: absolute;
  right: 100px;
  background-color: #012837;
  border-radius: 5px;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  padding: 10px 40px;
  width: auto !important;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 1300px) {
  .ModCriteriaSelectorC input[type=submit] {
    right: 20px;
  }
}
@media screen and (max-width: 1021px) {
  .ModCriteriaSelectorC input[type=submit] {
    top: 24px;
  }
}
@media screen and (max-width: 660px) {
  .ModCriteriaSelectorC input[type=submit] {
    position: relative;
    top: 17px;
    left: 20px;
  }
}
.ModCriteriaSelectorC > div > div:nth-child(2) {
  padding-left: 60px;
}
@media screen and (max-width: 1300px) {
  .ModCriteriaSelectorC > div > div:nth-child(2) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1021px) {
  .ModCriteriaSelectorC > div > div:nth-child(2) {
    padding-left: 0;
  }
}
.ModCriteriaSelectorC > div > div {
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 1021px) {
  .ModCriteriaSelectorC > div > div {
    display: block;
  }
  .ModCriteriaSelectorC > div > div:first-of-type {
    margin-bottom: 20px;
  }
}
.ModCriteriaSelectorC > div > div > span {
  padding: 0 20px;
  display: inline-block;
  width: unset !important;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #52AAA9;
}
@media screen and (max-width: 1021px) {
  .ModCriteriaSelectorC > div > div > span {
    min-width: 200px;
  }
}
@media screen and (max-width: 660px) {
  .ModCriteriaSelectorC > div > div > span {
    display: block !important;
  }
}

.DnnModule-SilverbearEventListing br {
  display: none;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper br {
  display: block;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .listing-events.plsa-accordion-open .eventsName:after {
  content: "\f0da";
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName {
  background: #5c9da1;
  padding: 16px;
  margin-bottom: 30px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName:after {
  float: right;
  color: #FFFFFF;
  font-size: 140%;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper {
  margin: 0;
  padding: 0;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div {
  margin: 16px 0;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div:nth-child(4n) .event, .DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div:nth-child(4n+1) .event {
  background: none;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div:nth-child(4n+2) .event, .DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div:nth-child(4n+3) .event {
  background: #E6E6E6;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .event {
  padding: 0;
  height: 350px;
  position: relative;
  margin-top: 20px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop {
  position: absolute;
  background-color: rgba(1, 40, 55, 0.9);
  bottom: 0%;
  width: 100%;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop .eventTitle {
  padding: 12px 18px;
  width: 70%;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop .eventTitle > h2 {
  color: white;
  line-height: 22px;
  margin-bottom: 0px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop .eventType {
  font-family: "Work Sans", sans-serif;
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #57CFA3;
  color: #012837;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 14px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventImage {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center !important;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .separator {
  padding: 0 3px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper {
  margin-bottom: 18px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventDate {
  margin-right: 8px;
  line-height: normal;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventTime {
  text-transform: lowercase;
  font-weight: normal;
  line-height: normal;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventBottom {
  background-color: #E6E6E6;
  overflow: -webkit-paged-x;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventInfo {
  padding: 13px 20px;
  font-size: 14px;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions {
  margin-bottom: 12px;
  padding: 12px;
  padding-top: 0;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton {
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:first-child {
    margin-bottom: 10px;
  }
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a {
  background-color: transparent;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a[href]:hover, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton > a[href]:focus {
  background-color: transparent;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton:not([custom-book-now=""]) a.evocos-url {
  display: none;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions .eventButton[custom-book-now=""] a.custom-url {
  display: none;
}
.DnnModule-SilverbearEventListing .listing-events-wrapper .plsa-accordion.plsa-accordion-activated .plsa-accordion-head + .plsa-accordion-content {
  position: static;
}
@media screen and (max-width: 63.9375em) {
  .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName {
    margin-bottom: 0;
  }
  .DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper > div {
    margin-top: 0;
  }
  .DnnModule-SilverbearEventListing .listing-events-wrapper .event-wrapper .event {
    padding: 16px;
  }
  .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDate {
    margin-right: 10px;
  }
  .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions {
    position: static;
    width: 100%;
  }
  .DnnModule-SilverbearEventListing .listing-events-wrapper .eventActions > a {
    width: 100%;
  }
}

.DnnModule-SilverbearEventDetail br {
  display: none;
}
.DnnModule-SilverbearEventDetail .EventDetailsTemplate br {
  display: inline;
}
.DnnModule-SilverbearEventDetail .plsa-button-1:hover:after {
  content: none;
}
.DnnModule-SilverbearEventDetail #eventMapPanel {
  margin-bottom: 15px;
}
.DnnModule-SilverbearEventDetail img.eventBanner {
  width: 100%;
  margin-bottom: 45px;
}
.DnnModule-SilverbearEventDetail .event-title p {
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
  color: #002A34;
  font-weight: bold;
  border-bottom: #52AAA9 solid 1px;
  padding-bottom: 5px;
}
.DnnModule-SilverbearEventDetail .event-title h3.eventDateTime {
  color: #007273;
  font-size: 18px;
  font-weight: bold;
  font-family: Georgia;
  text-transform: capitalize;
}
.DnnModule-SilverbearEventDetail .mainPanel {
  color: #002A34;
  font-size: 16px;
}
.DnnModule-SilverbearEventDetail .type {
  margin-bottom: 13px;
}
.DnnModule-SilverbearEventDetail .type span.event-type {
  margin-bottom: 0px;
  font-size: 19px;
  color: #012837;
  font-weight: bold;
  vertical-align: bottom;
}
.DnnModule-SilverbearEventDetail .location {
  margin-bottom: 13px;
}
.DnnModule-SilverbearEventDetail .location span.event-location {
  margin-bottom: 0px;
  font-size: 19px;
  color: #012837;
  font-weight: bold;
}
.DnnModule-SilverbearEventDetail .continueEventButton {
  width: 209px;
  height: 52px;
  background-color: #01ABAA;
  border-radius: 5px;
  text-align: center;
  display: inline-table;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.DnnModule-SilverbearEventDetail .continueEventButton a {
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}
.DnnModule-SilverbearEventDetail select {
  background-image: url(../png/icon-dropdown-18.png);
  background-position: -webkit-calc(100% - 0.75rem) center;
  background-position: -moz-calc(100% - 0.75rem) center;
  background-position: calc(100% - 0.75rem) center;
  -o-background-size: 10px 8.5px;
  -webkit-background-size: 10px 8.5px;
  -moz-background-size: 10px 8.5px;
  background-size: 10px 8.5px;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}
.DnnModule-SilverbearEventDetail select:focus {
  -webkit-box-shadow: 0 0 5px #E6E6E6;
  -moz-box-shadow: 0 0 5px #E6E6E6;
  box-shadow: 0 0 5px #E6E6E6;
}
@media screen and (min-width: 64em) {
  .DnnModule-SilverbearEventDetail .plsa-event-terms {
    padding-left: 9%;
    width: 90%;
  }
}
@media screen and (max-width: 39.9375em) {
  .DnnModule-SilverbearEventDetail .location .address br {
    display: none;
  }
}

body:not(.edit) .DnnModule-SilverbearEventDetail ol, body:not(.edit) .DnnModule-SilverbearEventDetail ul {
  margin-bottom: 15px;
}
.control-group {
  margin-bottom: 10px;
}
.control-group label.control-label {
  display: inline-block;
  width: 30%;
  padding-left: 9%;
  padding-top: 8px;
}
.control-group div.controls input[type=text], .control-group div.controls select {
  padding: 8px 16px;
}
.control-group div.controls select {
  background-image: url(../png/icon-dropdown-18.png);
  background-position: -webkit-calc(100% - 0.75rem) center;
  background-position: -moz-calc(100% - 0.75rem) center;
  background-position: calc(100% - 0.75rem) center;
  -o-background-size: 10px 8.5px;
  -webkit-background-size: 10px 8.5px;
  -moz-background-size: 10px 8.5px;
  background-size: 10px 8.5px;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}
.control-group div.controls select:focus {
  -webkit-box-shadow: 0 0 5px #E6E6E6;
  -moz-box-shadow: 0 0 5px #E6E6E6;
  box-shadow: 0 0 5px #E6E6E6;
}
.control-group div.controls span.input-xlarge {
  display: inline-block;
  padding: 8px 16px;
}
.control-group div.controls span.error {
  display: none;
}
.control-group div.controls .btn.btn-success.submitbutton {
  margin-left: 15%;
}
.control-group.error label.control-label {
  color: initial;
}
.control-group.error label.control-label:after {
  display: inline;
  content: " *";
  color: #012837;
}
.control-group input[name=postal-code] + button {
  margin-bottom: 10px;
  width: 160px;
}
@media screen and (max-width: 63.9375em) {
  .control-group label.control-label {
    padding-left: 0;
    vertical-align: middle;
    line-height: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .control-group label.control-label {
    display: block;
    width: 100%;
  }
  .control-group div.controls .btn.btn-success {
    width: 160px;
  }
}

body.page404 .userAction, body.page404 .loginAction {
  display: none !important;
}

body.home .homeRowEq1 {
  height: 100%;
}
body.home .homeRowEq1 div {
  height: 100%;
}
body.home .homeRowEq1 .plsa-html-background-image-zoom-content {
  position: relative;
  height: 100%;
  min-height: 300px;
}
body.home .homeRowEq1 .plsa-html-background-image-zoom-content div {
  height: auto;
}
body.home .homeRowEq1 .btnInCorner {
  position: absolute;
  left: 5%;
  bottom: 20px;
  margin-bottom: 0;
}
body.home .homeRowEq2 {
  height: 100%;
}
body.home .homeRowEq2 div {
  height: 100%;
}
body.home .homeRowEq2 .plsa-temp-row-eq > div {
  height: -webkit-calc(50% - 10px); /** Safari 6, Chrome 19-25 **/
  height: -moz-calc(50% - 10px); /** FF 4-15  **/
  height: calc(50% - 10px);
  min-height: 225px;
  position: relative;
}
body.home .homeRowEq2 .btnInCorner {
  position: absolute;
  left: 5%;
  bottom: 20px;
  margin: 0;
}
body.home .homeRowEq2 .btnInCorner a:after {
  display: inline-block;
}
body.home .homeRowEq2 h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 80em) {
  body.home .show-for-customLarge {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.home .homeRowEq2 .plsa-temp-row-eq > div {
    width: 49.5% !important;
    display: inline-block;
    vertical-align: top;
    height: 200px;
    min-height: 200px;
  }
  body.home .homeRowEq2 .plsa-temp-row-eq > div:last-child {
    float: right;
  }
}
@media screen and (max-width: 39.9375em) {
  body.home .homeRowEq1 .plsa-html-background-image-zoom-content {
    width: 100% !important;
    height: 100% !important;
  }
  body.home .homeRowEq1 .btnInCorner {
    position: static;
  }
  body.home .homeRowEq2 .plsa-temp-row-eq > div {
    height: 175px;
    min-height: 175px;
  }
  body.home .homeRowEq2 .btnInCorner {
    bottom: 10px;
  }
}

.gallery-images-container .gallery-images-list-item {
  width: 16.6%;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 64em) {
  .gallery-images-container .gallery-images-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 40em) {
  .gallery-images-container .gallery-images-list-item {
    width: 100%;
  }
}

body.logout .logout-container {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
body.logout .logout-container a {
  background: #012837;
  padding: 16px;
}
body.logout .logout-container span {
  padding-top: 15px;
}
body.logout iframe {
  display: none;
}

.plsa-container {
  margin-bottom: 15px;
}

img {
  object-fit: contain;
}

.image-right, .redactor-box .image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.image-left, .redactor-box .image-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-center, .redactor-box .image-center {
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.plsa-module-background-full {
  position: relative;
}
.plsa-module-background-full .plsa-module-background-image-wrapper {
  position: relative;
  left: 100%;
  margin-left: -200%;
  width: 100%;
  z-index: -1;
}
.plsa-module-background-full .plsa-module-background-image-wrapper img {
  width: 100%;
  height: 100%;
}
.plsa-module-background-full .plsa-module-background-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.plsa-module-background-full .plsa-module-background-content-wrapper p, .plsa-module-background-full .plsa-module-background-content-wrapper p span {
  letter-spacing: 0.7px;
}

.plsa-images-full-height img {
  height: 100%;
  width: auto;
}

.plsa-images-full-width img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.plsa-dispatchArticle-home .newsGridContainer > div {
  padding-left: 0;
}
.plsa-dispatchArticle-home .newsGridContainer > div.last {
  padding-right: 0;
}
.plsa-dispatchArticle-home .listing-container > div {
  margin: 0;
}
.plsa-dispatchArticle-home .newsArticle > div {
  padding: 20px;
}
.plsa-dispatchArticle-home .newsArticle > div.newsInfo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 76px;
}
.plsa-dispatchArticle-home .newsHeader {
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  height: 180px;
  margin-bottom: 3px;
}
.plsa-dispatchArticle-home .newsHeader > label span {
  font-weight: normal;
}
.plsa-dispatchArticle-home .newsHeader > h2 {
  letter-spacing: 1px;
}
.plsa-dispatchArticle-home .newsInfo {
  position: relative;
  min-height: 85px;
  background-color: #E6E6E6;
}
.plsa-dispatchArticle-home .newsInfo img.thumbnailImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.plsa-dispatchArticle-home .newsContent {
  word-break: break-word;
  word-wrap: break-word;
}
.plsa-dispatchArticle-home .newsContent .article-newsURL {
  margin-top: 5px;
}
.plsa-dispatchArticle-home .newsContent .article-newsURL a:after {
  display: inline-block;
  color: #01BBE9;
  margin-left: 5px;
}
.plsa-dispatchArticle-home .newsGridPagination {
  display: none;
  padding: 0 20px;
  margin-top: 2px;
}
.plsa-dispatchArticle-home .paginationGrid {
  display: inline-block;
  margin-top: 4px;
}
.plsa-dispatchArticle-home .paginationGrid span {
  display: inline-block;
}
.plsa-dispatchArticle-home .paginationBorderBottom {
  display: none;
}
.plsa-dispatchArticle-home .paginationBorderBottom > div {
  margin-top: 5px;
  border-bottom: 2px solid #012837;
}
@media screen and (max-width: 63.9375em) {
  .plsa-dispatchArticle-home .newsGridContainer > div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 39.9375em) {
  .plsa-dispatchArticle-home .newsGridContainer > div {
    padding: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .DnnModule-DispatchListing .plsa-dispatchArticle-home .newsGridContainer > div:not(.currentArticle) {
    display: none;
  }
  .DnnModule-DispatchListing .plsa-dispatchArticle-home .newsGridPagination, .DnnModule-DispatchListing .plsa-dispatchArticle-home .paginationBorderBottom {
    display: block;
  }
  .DnnModule-DispatchListing .plsa-dispatchArticle-home .paginationBorderBottom {
    padding: 0;
  }
}

.plsa-dispatchArticle-news .newsArticle {
  margin: 30px 0 0;
  border-bottom: 1px solid #012837;
  padding-bottom: 15px;
  margin-top: 15px;
}
.plsa-dispatchArticle-news .newsArticle:first-child {
  margin-top: 0;
}
.plsa-dispatchArticle-news .newsArticle:last-child {
  border-bottom: none;
}
.plsa-dispatchArticle-news .newsArticle > div {
  display: inline-block;
}
.plsa-dispatchArticle-news .newsArticleImage {
  vertical-align: top;
}
.plsa-dispatchArticle-news .newsImage {
  width: 165px;
  /*min-height: 81px;*/
  height: 81px;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: 6px;
}
.plsa-dispatchArticle-news .newsArticleContent {
  width: -webkit-calc(100% - 180px); /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 180px); /** FF 4-15  **/
  width: calc(100% - 180px);
  padding-left: 25px;
  word-break: break-word;
  word-wrap: break-word;
}
.plsa-dispatchArticle-news .newsArticleContent span {
  font-size: 0.875rem;
  display: block;
  line-height: 1.8;
}
.plsa-dispatchArticle-news .articleURL:after {
  margin-left: 5px;
  display: inline-block;
  color: #012837;
}
.plsa-dispatchArticle-news .newsArticle-pager {
  margin: 10px 0;
}
.plsa-dispatchArticle-news .newsArticle-pager > div {
  display: inline-block;
  height: 40px;
}
.plsa-dispatchArticle-news .pageCounter {
  max-width: -webkit-calc(100% - 320px); /** Safari 6, Chrome 19-25 **/
  max-width: -moz-calc(100% - 320px); /** FF 4-15  **/
  max-width: calc(100% - 320px);
  width: 50%;
  line-height: 40px;
  text-align: right;
}
.plsa-dispatchArticle-news .pageActions {
  width: 320px;
  float: right;
  text-align: right;
}
@media screen and (max-width: 63.9375em) {
  .plsa-dispatchArticle-news .newsArticle > div {
    display: block;
  }
  .plsa-dispatchArticle-news .newsImage {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .plsa-dispatchArticle-news .newsArticleContent {
    width: 100%;
    padding-left: 0px;
  }
  .plsa-dispatchArticle-news .newsArticle-pager > div {
    display: block;
  }
  .plsa-dispatchArticle-news .pageCounter {
    width: 100%;
    padding-left: 0%;
    text-align: center;
    display: block;
    max-width: none;
  }
  .plsa-dispatchArticle-news .pageActions {
    float: none;
    width: 100%;
    text-align: center;
  }
  .plsa-dispatchArticle-news .pageActions a {
    width: 49%;
  }
}

.newsArticle-full .newsArticle-content {
  border-bottom: 3px solid #012837;
}
.newsArticle-full .newsArticle-header, .newsArticle-full .newsArticle-content {
  margin-bottom: 20px;
}
.newsArticle-full .articleDatePlace img {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-right: 5px;
}
.newsArticle-full .author-bio img {
  float: left;
  width: 75px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 40em) {
  .newsArticle-full .newsArticle-header, .newsArticle-full .newsArticle-content {
    margin-right: 10%;
  }
}

.article-header-details {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 800px;
  background: rgba(1, 40, 55, 0.9);
  padding: 40px 56px;
}

.no-image .article-header-details {
  position: relative;
  margin-left: 40px;
  bottom: 0;
}

.newsArticle-header-featuredImage img {
  width: 100%;
}

.newsArticle-header-featuredImage {
  position: relative;
  margin-bottom: 50px;
}

.article-header-details h1 {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
}

.article-header-details .date-name {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 20px;
}

.article-headline-container {
  margin: 50px 250px;
}

.article-headline-border-container {
  position: absolute;
}

.article-headline-border {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  display: block;
  transform: rotate(45deg);
  margin-bottom: 3px;
}

.article-headline {
  font-weight: 500;
  font-size: 32px;
  line-height: 55px;
  color: #012837;
  text-transform: none;
}

.article-content.clearfix {
  padding: 0 250px;
}

.article-quote {
  margin-left: calc(-0.9375rem - 250px);
  margin-right: -100px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.article-quote.right-image {
  margin-left: -100px;
  margin-right: calc(-0.9375rem - 250px);
  flex-direction: row-reverse;
}

.article-quote figure {
  flex: 0 0 595px;
  position: relative;
  z-index: 10;
}

.article-quote-content {
  background: rgba(1, 40, 55, 0.9);
  padding: 65px 40px;
  margin-left: -100px;
  flex: 1 1 auto;
  position: relative;
  z-index: 11;
}

.article-quote.right-image .article-quote-content {
  margin-left: 0;
  margin-right: -100px;
}

.article-quote-content p {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
}

.article-footer {
  margin: 30px 250px;
  border-top: 2px solid #012837;
  padding-top: 40px;
}

.author-bio img {
  width: 110px !important;
  margin-right: 30px !important;
}

.author {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #012837;
  margin-bottom: 10px;
  display: inline-block;
}

.author-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #012837;
}

@media only screen and (max-width: 900px) {
  .article-header-details {
    position: relative;
    left: 25px;
    bottom: auto;
    width: calc(100% - 50px);
    margin-top: -70px;
  }
  .article-header-details h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .article-headline-container {
    margin: 50px 0;
  }
  .article-headline {
    font-size: 22px;
    line-height: 26px;
  }
  .article-content.clearfix {
    padding: 0;
  }
  .article-quote figure {
    flex: 0 0 100%;
  }
  .article-quote-content {
    padding: 25px 40px;
    margin-left: 30px;
    flex: 0 0 calc(100% - 60px);
    margin-top: -100px;
  }
  .article-quote {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
  }
  .article-quote.right-image {
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
  }
  .article-quote.right-image .article-quote-content {
    margin-left: 30px;
    margin-right: auto;
  }
  .article-footer {
    margin: 30px 0;
  }
}
.plsa-dispatch-search-container {
  padding: 10px 15px;
  background: #E6E6E6;
}
.plsa-dispatch-search-container select.search__control {
  background-image: url(../png/caret-down-darkgrey.png);
  background-position: -webkit-calc(100% - 0.75rem) center;
  background-position: -moz-calc(100% - 0.75rem) center;
  background-position: calc(100% - 0.75rem) center;
  -o-background-size: 10px 8.5px;
  -webkit-background-size: 10px 8.5px;
  -moz-background-size: 10px 8.5px;
  background-size: 10px 8.5px;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: padding-box;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
}
.plsa-dispatch-search-container input.search__control, .plsa-dispatch-search-container select.search__control {
  border: 1px solid #012837;
}
.plsa-dispatch-search-container .filter-button {
  margin-top: 15px;
  width: 100%;
}
.plsa-dispatch-search-container h3.plsa-accordion-head {
  margin: 0 0 10px;
}
.plsa-dispatch-search-container h3.plsa-accordion-head .plsa-icon-fa-minus-square-o-after:after {
  display: inline-block;
  float: right;
}
@media screen and (min-width: 64em) {
  .plsa-dispatch-search-container h3.plsa-accordion-head .plsa-icon-fa-minus-square-o-after:after {
    content: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .plsa-dispatch-search-container.plsa-accordion-open h3.plsa-accordion-head .plsa-icon-fa-caret-down-after:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f147";
    font-size: 98%;
    display: inline-block;
  }
  .plsa-dispatch-search-container .plsa-accordion-content .contentSearch {
    background: #E6E6E6;
    padding: 10px 15px;
  }
}

.events-search-container.plsa-dispatch-search-container {
  padding: 25px 15px;
}
.events-search-container .contentSearch {
  position: relative;
}
.events-search-container .contentSearch .search-field {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.events-search-container .contentSearch .search-field .search-field-label {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #52AAA9;
  margin-right: 40px;
  text-align: right;
  white-space: nowrap;
}
.events-search-container .contentSearch .search-field.category-search .search-field-label {
  margin-left: 40px;
}
.events-search-container .contentSearch .search-field input, .events-search-container .contentSearch .search-field select {
  margin-bottom: 0;
  width: 250px;
}
.events-search-container .contentSearch .filter-button {
  float: right;
  width: auto;
  margin-top: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 1071px) {
  .events-search-container .contentSearch .search-field {
    display: block;
    width: 100%;
  }
  .events-search-container .contentSearch .search-field input,
  .events-search-container .contentSearch .search-field select {
    width: 50%;
  }
  .events-search-container .contentSearch .search-field.category-search .search-field-label, .events-search-container .contentSearch .search-field.keyword-search .search-field-label {
    margin-left: 0;
    width: 50%;
  }
  .events-search-container .contentSearch .filter-button {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .events-search-container .contentSearch .search-field input,
  .events-search-container .contentSearch .search-field select {
    width: 100%;
  }
  .events-search-container .contentSearch .search-field .search-field-label {
    width: 100%;
  }
  .events-search-container .contentSearch .filter-button {
    width: 100%;
    right: 0;
    position: relative;
  }
}
@media only screen and (max-width: 425px) {
  .events-search-container.plsa-dispatch-search-container {
    padding: 25px 15px 75px;
  }
}
.events-search-container .dispatch-search__control {
  display: inline-flex;
  padding: 0rem 1rem;
}
.events-search-container .dispatch-search__control label {
  display: inline-flex;
  margin-bottom: 0;
  justify-content: flex-start;
  align-items: center;
}
.events-search-container .dispatch-search__control label span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #012837;
  margin-right: 40px;
  text-align: right;
  white-space: nowrap;
}
.events-search-container .dispatch-search__control label input, .events-search-container .dispatch-search__control label select {
  display: block;
  width: 250px;
  min-height: 3.5rem;
  padding: 0.375rem 0.5rem;
  height: 40px;
  line-height: initial;
  border: 1px solid #012837;
}
.events-search-container .dispatch-search__control.submit-button {
  float: right;
}

.dispatch-search__container {
  padding: 0 !important;
}

.plsa-accordion .dispatch-search__control {
  padding: 0;
}
.plsa-accordion .dispatch-search__control span {
  display: none;
}
.plsa-accordion .dispatch-search__control .dispatch-search__button span {
  display: block;
}

.fuchsia-container .fuchsia-container-box {
  background: #fff;
  border: 4px solid #012837;
  padding: 15px 25px;
}
@media screen and (max-width: 39.9375em) {
  .fuchsia-container .fuchsia-container-box {
    margin-top: 20px;
  }
}
.fuchsia-container .fuchsia-container-box h3.box-header {
  margin-bottom: 15px;
  color: #012837;
}
.fuchsia-container .fuchsia-container-box div.box-text {
  margin-bottom: 20px;
}
.fuchsia-container .fuchsia-container-box div.box-button a.plsa-button-1 {
  padding: 15px;
  font-size: 15px;
}
.fuchsia-container .fuchsia-container-box div.box-button a.plsa-button-1:hover, .fuchsia-container .fuchsia-container-box div.box-button a.plsa-button-1:focus {
  text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
  .fuchsia-container .fuchsia-container-box div.box-button a.plsa-button-1:after {
    content: none;
  }
}

.grey-container {
  padding: 16px;
  background: #E6E6E6;
}

.plsa-htmlDocument li > div:first-child {
  display: inline;
}
.plsa-htmlDocument table.plsa-table {
  width: auto;
}
.plsa-htmlDocument table.plsa-table img {
  -webkit-box-shadow: 0 0 10px 1px #012837;
  -moz-box-shadow: 0 0 10px 1px #012837;
  box-shadow: 0 0 10px 1px #012837;
  border: 2px solid #E6E6E6;
  margin: 35px 0 5px 5px;
}
.plsa-htmlDocument table.plsa-table tr:nth-child(even), .plsa-htmlDocument table.plsa-table tr:nth-child(odd) {
  background: none;
}
.plsa-htmlDocument table.plsa-table td {
  text-align: center;
  padding: 0px;
}
@media screen and (min-width: 64em) {
  .plsa-htmlDocument {
    width: 90%;
  }
}

.plsa-login {
  margin-top: 50px;
}
@media screen and (max-width: 39.9375em) {
  .plsa-login {
    margin-top: 0px;
  }
}

.ModDNNMastersSEOSiteMapC table {
  margin: 0;
  border: none;
  width: auto;
  border-collapse: separate;
}
.ModDNNMastersSEOSiteMapC table, .ModDNNMastersSEOSiteMapC table tbody {
  background: none;
}
.ModDNNMastersSEOSiteMapC table tbody th {
  padding: 0;
  border-collapse: separate;
  border: none;
}
.ModDNNMastersSEOSiteMapC table tbody td {
  padding: 0;
  border-collapse: separate;
  border: none;
}
.ModDNNMastersSEOSiteMapC table th {
  padding: 0;
  border-collapse: separate;
  border: none;
}
.ModDNNMastersSEOSiteMapC table td {
  padding: 0;
  border-collapse: separate;
  border: none;
}
.ModDNNMastersSEOSiteMapC table.SiteMap > tbody > tr > td {
  padding: 15px;
}
.ModDNNMastersSEOSiteMapC .RootNode a {
  color: #012837;
  font-size: 0.85rem;
  text-decoration: none;
}
.ModDNNMastersSEOSiteMapC .ParentNode a {
  color: #012837;
  text-decoration: none;
  font-size: 0.75rem;
}
.ModDNNMastersSEOSiteMapC .LeafNode a {
  color: #000;
  text-decoration: none;
  font-size: 0.75rem;
}
.ModDNNMastersSEOSiteMapC .LeafNode a:hover {
  color: #000;
}

.keystats-container .keystats-wrapper {
  display: flex;
}
.keystats-container .keystats-wrapper .keystats-item {
  background-position: top center !important;
  background-size: contain !important;
  margin: 15px;
  width: 100%;
  min-width: 0;
}
.keystats-container .keystats-wrapper .keystats-item p {
  line-height: 1.3;
  text-align: center;
}
.keystats-container .keystats-wrapper .keystats-item p.number {
  padding-top: 40px;
  font-size: 59px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  color: #012837;
  margin-bottom: 0px;
}
.keystats-container .keystats-wrapper .keystats-item p.item {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .keystats-container .keystats-wrapper .keystats-item {
    margin: 10px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.number {
    padding-top: 30px;
    font-size: 55px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .keystats-container .keystats-wrapper .keystats-item {
    margin: 5px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.number {
    font-size: 42px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 840px) {
  .keystats-container .keystats-wrapper .keystats-item {
    margin: 15px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.number {
    font-size: 55px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.item {
    font-size: 22px;
  }
}
@media screen and (max-width: 839px) and (min-width: 640px) {
  .keystats-container .keystats-wrapper .keystats-item {
    margin: 15px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.number {
    font-size: 38px;
  }
  .keystats-container .keystats-wrapper .keystats-item p.item {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .keystats-container .keystats-wrapper {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .keystats-container .keystats-wrapper .keystats-item {
    margin: 20px 0px;
  }
  .keystats-container .keystats-wrapper .keystats-item p {
    line-height: 1;
  }
  .keystats-container .keystats-wrapper .keystats-item p.number {
    padding-top: 30px;
  }
}

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

.bannerActions {
  overflow: visible;
}
.bannerActions a {
  float: left;
  margin-right: 5px;
}
.bannerActions a.plsa-button-1:hover:after {
  content: none;
}
.bannerActions a:last-child {
  margin-right: 0;
}
.bannerActions:before, .bannerActions:after {
  display: table;
  content: " ";
}
.bannerActions:after {
  clear: both;
}

.bannerTitle {
  text-align: right;
}
.bannerTitle > h1 {
  float: left;
  text-align: left;
  margin: 0;
  display: inline;
}
.bannerTitle .plsa-accordion {
  line-height: 28px;
  border-bottom: 2px solid #000000;
  padding-bottom: 16px;
}
.bannerTitle .plsa-accordion-head span {
  vertical-align: text-top;
  margin-right: 15px;
}
.bannerTitle .plsa-accordion-content {
  display: inline-block;
}
.bannerTitle .plsa-accordion-content a {
  vertical-align: text-top;
  display: inline-block;
}
.bannerTitle .plsa-accordion-content a:last-child {
  margin-right: 0;
}
.bannerTitle .plsa-accordion-content a:not(:first-of-type):before {
  content: "/";
  margin: 0 10px;
}
.bannerTitle .plsa-accordion-content a:after {
  color: #FF6E6B;
  display: inline-block;
}
@media screen and (max-width: 63.9375em) {
  .bannerTitle {
    text-align: left;
  }
  .bannerTitle > h1 {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .bannerTitle .plsa-accordion {
    line-height: 28px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .bannerTitle .plsa-accordion-head span {
    display: block;
    margin-right: 0;
    vertical-align: baseline;
    border: 2px solid #012837;
    padding: 16px;
  }
  .bannerTitle .plsa-accordion-head span:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    font-size: 98%;
    float: right;
  }
  .bannerTitle .plsa-accordion-content {
    display: block;
    background: #FFFFFF;
  }
  .bannerTitle .plsa-accordion-content a {
    display: block;
    padding: 8px 16px;
  }
  .bannerTitle .plsa-accordion-content a:not(:first-of-type):before {
    content: none;
    margin: 0;
  }
  .bannerTitle .plsa-accordion-content a:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-size: 98%;
  }
  .bannerTitle .plsa-accordion.plsa-accordion-open > .plsa-accordion-head span:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f0d8";
    font-size: 98%;
  }
  .bannerTitle .plsa-accordion.plsa-accordion-open > .plsa-accordion-content {
    border: 2px solid #012837;
    border-top: none;
  }
}

.topic-widget-container {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 1000000;
}
.topic-widget-container.panel-opened .widget-panel-container {
  margin-right: 0;
  transition: margin 0.7s ease;
}
.topic-widget-container .toggle-panel-btn {
  display: inline-block;
  background-color: white;
  padding: 15px 20px;
  border: 1px solid #012837;
  border-right: 0;
  position: absolute;
  top: 0;
  left: -55px;
  cursor: pointer;
}
.topic-widget-container .widget-panel-container {
  display: inline-block;
  background-color: white;
  padding: 15px 20px;
  width: 350px;
  border: 1px solid #012837;
  border-right: 0;
  margin-right: -350px;
  transition: margin 0.7s ease;
}
.topic-widget-container .widget-panel-container .topic-marker .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #012837;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.topic-widget-container .widget-panel-container .topic-marker .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #012837;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.topic-widget-container .widget-panel-container .topic-marker .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #012837;
  }
}
.topic-widget-container .widget-panel-container .topic-data {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0s, opacity 1s linear;
}
.topic-widget-container .widget-panel-container .topic-data.is-visible {
  visibility: visible;
  opacity: 1;
  height: 80vh;
  overflow-y: scroll;
  transition: visibility 0s, opacity 1s linear;
}
.topic-widget-container .widget-panel-container .topic-data label {
  margin-left: 0;
}
.topic-widget-container .widget-panel-container .topic-data .is-featured {
  margin-bottom: 15px;
}
.topic-widget-container .widget-panel-container .topic-data .description {
  margin-bottom: 15px;
}
.topic-widget-container .widget-panel-container .topic-data .topic-saved {
  background-color: #a5efa0;
  border-color: #3adb76;
}
.topic-widget-container .page-info {
  margin-bottom: 25px;
  color: #012837;
  display: block;
}
.topic-widget-container button {
  padding: 10px;
  border: 1px solid grey;
}

﻿#crcAdminApp input[readonly] {
  cursor: pointer;
}
﻿#crcAdminApp .row {
  margin: 0 auto;
}
﻿#crcAdminApp .row .row {
  margin: 0 auto;
}

.cantarus-form {
  margin-left: 20px;
}

#crcWidgetApp.crc-widget-app .resource-form .row {
  margin: 0 10px;
}

.boolean-field-row .property-value input[type=checkbox] {
  display: block;
}

.ui-datepicker-title > select {
  padding: 0;
  width: 50px !important;
  display: inline-block;
}

.pagination li {
  margin-right: 20px;
}
.pagination .resource-pages {
  text-align: center;
  width: fit-content;
  float: right;
  margin-right: 50%;
  margin-top: 7px;
}
.pagination .resource-pages button {
  color: #012837;
  font-weight: 400;
}
.pagination .resource-pages button:hover {
  background: none;
}
.pagination .resource-pages .selected-page button {
  color: #012837;
  font-weight: 700;
  text-decoration: underline;
}

.plsa-viewpoint-article .viewpoint-articlebox {
  padding: 30px 5% 80px 5%;
  position: relative;
}
.plsa-viewpoint-article .viewpoint-articlebox .btnInCorner {
  bottom: 10px;
  position: absolute;
}

.viewpointRowEq1 {
  height: 100%;
}
.viewpointRowEq1 div {
  height: 100%;
  background-position: top right;
}

.viewpointRowEq2 {
  height: 100%;
}
.viewpointRowEq2 div {
  height: 100%;
}
.viewpointRowEq2 .plsa-temp-row-eq > div {
  height: -webkit-calc(50% - 10px); /** Safari 6, Chrome 19-25 **/
  height: -moz-calc(50% - 10px); /** FF 4-15  **/
  height: calc(50% - 10px);
  position: relative;
}

.plsa-smugmug-gallery-container {
  overflow: hidden;
}
.plsa-smugmug-gallery-container iframe {
  top: -27px;
  position: relative;
}

.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also {
  margin-bottom: 30px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also h2 {
  margin-bottom: 10px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also hr {
  margin-bottom: 0px;
  border-bottom: 2px solid #000000;
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also ul li {
  font-size: 18px;
  text-indent: 0;
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 0px;
  position: relative;
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also ul li:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: calc(50% - 10px);
}
.mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit).see-also ul li:not(:first-child) {
  border-top: 1px solid #a4d2d2;
}

.speakerpartner-columns {
  position: relative;
  bottom: 24px;
}
.speakerpartner-columns h1 {
  margin-bottom: 0px;
  color: #FFD64F;
}
.speakerpartner-columns hr {
  margin-bottom: 0px;
}
.speakerpartner-columns .partner-listing-container .listing-row {
  flex-direction: column;
}
.speakerpartner-columns .partner-listing-container .listing-row .partner-item .partner-listing-item {
  margin-bottom: 0px;
}
.speakerpartner-columns .speaker-listing-container .listing-row {
  display: inline-block;
}
.speakerpartner-columns .speaker-listing-container .listing-row .speaker-item .speaker-listing-item {
  margin: 20px 0px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.speakerpartner-columns .speaker-listing-container .listing-row .speaker-item .speaker-listing-item .speaker-photo {
  width: 40%;
  position: absolute;
}
.speakerpartner-columns .speaker-listing-container .listing-row .speaker-item .speaker-listing-item .speaker-photo img {
  width: 120px;
  max-height: 120px;
}
.speakerpartner-columns .speaker-listing-container .listing-row .speaker-item .speaker-listing-item .speaker-name {
  position: relative;
  float: right;
  width: 50%;
}
.speakerpartner-columns .speaker-listing-container .listing-row .speaker-item .speaker-listing-item .speaker-title {
  margin-right: 0px;
  position: relative;
  width: 50%;
  max-width: unset;
}

.resource-display-container .resource-display {
  display: flex;
}
.resource-display-container .resource-display .resource-content {
  width: 60%;
}
.resource-display-container .resource-display .resource-content .title {
  border-bottom: #FF6E6B 2px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: normal;
}
.resource-display-container .resource-display .resource-content .publisher {
  display: flex;
  align-items: center;
}
.resource-display-container .resource-display .resource-content .publisher .publisher-image {
  width: 100px;
  margin-left: 20px;
}
.resource-display-container .resource-display .resource-content .document-link {
  margin: 20px 0;
}
.resource-display-container .resource-display .resource-thumbnail {
  width: 40%;
  justify-content: center;
  display: flex;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper {
  height: 300px;
  position: relative;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-foreground {
  padding: 14px;
  height: 70px;
  width: 100px;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-foreground.plsa-publisher {
  background: #012837;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-foreground.ext-publisher {
  background: #FFFFFF;
  border: 2px solid #FFD64F;
  cursor: pointer;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-background {
  height: 100%;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-background.plsa-publisher {
  border: #012837 2px solid;
}
.resource-display-container .resource-display .resource-thumbnail .thumbnail-wrapper .thumbnail-background.ext-publisher {
  border: #FFD64F 2px solid;
}
.resource-display-container .topics {
  color: #52AAA9;
}
.resource-display-container .topics .topics-title {
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 1024px) {
  .resource-display-container .resource-display {
    display: block;
    margin: 0 15px;
  }
  .resource-display-container .resource-display .resource-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .resource-display-container .resource-display .resource-content .document-link {
    text-align: center;
  }
  .resource-display-container .resource-display .resource-thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
}
#FeaturedResources-ReactApp .featured-resources-container {
  background-image: url("https://www.pensionsuk.org.uk/DesktopModules/Cantarus/FeaturedResources/Images/Featured-Resources-Lichen.jpg");
  height: 450px;
  position: relative;
}
#FeaturedResources-ReactApp .featured-resources-container .featured-resources-title {
  color: #012837;
  text-align: center;
  font-size: 50px;
  font-family: "Work Sans", sans-serif;
  line-height: normal;
  font-weight: bold;
  padding-top: 20px;
}
#FeaturedResources-ReactApp .featured-resources-container .featured-resources-swiper {
  overflow: hidden;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-container {
  height: 350px;
  width: 100%;
  padding-top: 50px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-pagination {
  width: 100%;
  margin-top: 265px;
  z-index: 3;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  margin-left: 10px;
  height: 10px;
  width: 10px;
  background-color: white;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-prev, #FeaturedResources-ReactApp .featured-resources-container .swiper-button-next {
  top: 15px;
  z-index: 4;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-prev:after, #FeaturedResources-ReactApp .featured-resources-container .swiper-button-next:after {
  font-size: 30px;
  color: white;
  font-family: "FontAwesome";
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-prev {
  left: 30%;
  margin-top: 368px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-prev:after {
  content: "\f060";
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-next {
  right: 30%;
  margin-top: 368px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-button-next:after {
  content: "\f061";
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide {
  text-align: left;
  align-items: center;
  font-size: 18px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide.swiper-slide-prev, #FeaturedResources-ReactApp .featured-resources-container .swiper-slide.swiper-slide-next {
  opacity: 0.7;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card {
  width: 100%;
  align-items: center;
  background: #FFFFFF;
  display: flex;
  min-height: 207px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-thumbnail {
  position: relative;
  border: 2px solid #52AAA9;
  margin: 15px 0 15px 15px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-thumbnail .logo-image {
  height: 175px;
  object-fit: cover;
  width: 550px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card.plsa-published .resource-thumbnail {
  position: relative;
  border: 2px solid #012837;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details {
  white-space: normal;
  width: 100%;
  padding: 15px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 207px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-date {
  font-size: 14px;
  margin-bottom: 5px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-tags-list {
  line-height: 14px;
  margin-bottom: 5px;
  color: darkgray;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-tags-list .resource-tag {
  line-height: normal;
  margin-right: 15px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-title {
  font-size: 22px;
  line-height: 25px;
  overflow: hidden;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-description {
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more {
  position: absolute;
  bottom: 15px;
  padding: 6px 20px;
  font-family: "Work Sans", sans-serif;
  background: #012837;
  border-radius: 4px;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more a {
  text-decoration: none;
  color: #FFFFFF;
}
#FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  content: "\f0da";
  position: relative;
  margin-left: 10px;
}
#FeaturedResources-ReactApp .featured-resources-container:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* Media queries */
@media only screen and (max-width: 767px) {
  #FeaturedResources-ReactApp .featured-resources-container {
    height: 500px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .featured-resources-title {
    font-size: 32px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-container {
    padding-top: 20px;
    height: 500px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-container .swiper-button-prev {
    left: 20%;
    margin-top: 430px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-container .swiper-button-next {
    right: 20%;
    margin-top: 430px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-pagination {
    display: block;
    margin-top: 378px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide {
    justify-content: center;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card {
    display: block;
    padding: 15px;
    width: 250px;
    margin: auto;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-thumbnail {
    margin: 0;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-thumbnail .logo-image {
    width: 100%;
    height: 150px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details {
    padding: 15px 0 0 0;
    min-height: 170px;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .resource-tags-list {
    display: none;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more {
    text-align: center;
    width: 100%;
    bottom: 0;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more .resource-url {
    color: white;
    font-weight: normal;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-slide .featured-resource-card .resource-details .read-more:after {
    color: white;
    text-align: end;
  }
}
@media screen and (max-width: 500px) {
  #FeaturedResources-ReactApp .featured-resources-container .swiper-container .swiper-button-prev {
    left: 15%;
  }
  #FeaturedResources-ReactApp .featured-resources-container .swiper-container .swiper-button-next {
    right: 15%;
  }
}
/* Module settings */
#FeaturedResources-Settings .banner-title form {
  display: flex;
  align-items: center;
}
#FeaturedResources-Settings .banner-title form label {
  margin-right: 20px;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource {
  display: table-row;
  align-items: center;
  height: 55px;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .featured-resource-title {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .show-order {
  display: table-cell;
  align-items: center;
  vertical-align: middle;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .show-order .featured-resource-order {
  display: inline-flex;
  width: 250px;
  padding: 12px;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .edit-featured-resource {
  display: table-cell;
  align-items: center;
  vertical-align: middle;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .edit-featured-resource form {
  width: 250px;
  display: inline-flex;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .edit-featured-resource form [type=number] {
  padding: 10px;
  height: 40px;
  margin-bottom: 0;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .delete-featured-resource {
  display: table-cell;
  align-items: center;
  vertical-align: middle;
}
#FeaturedResources-Settings .resource-list .form-group .featured-resource .delete-featured-resource p {
  display: inline-flex;
  width: 250px;
}

#FeaturedResources-ReactApp button, #FeaturedResources-ReactApp [type=submit], #FeaturedResources-Settings button, #FeaturedResources-Settings [type=submit] {
  background: #B9005A;
  color: white;
  padding: 12px;
  margin: 0 5px 0 0;
  width: 110px;
  height: 50px;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: none;
}
#FeaturedResources-ReactApp button:hover, #FeaturedResources-ReactApp [type=submit]:hover, #FeaturedResources-Settings button:hover, #FeaturedResources-Settings [type=submit]:hover {
  opacity: 0.8;
}

#manageDocumentsSpotlight label {
  font-size: 1rem;
}
#manageDocumentsSpotlight .template-actions .action-button {
  display: inline-block;
  margin-right: 10px;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .spotlight-templates {
  margin-bottom: 20px;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .spotlight-templates hr {
  max-width: none;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .spotlight-templates .template-select {
  max-width: 300px;
  display: inline-block;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .preview-list .helper-message {
  display: block;
  margin: 20px 0 5px;
  font-size: 15px;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .preview-list .spotlight-documents-listing .spotlight-document {
  padding: 10px 15px;
  border: 1px solid #012837;
  margin-bottom: 10px;
  cursor: move;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .preview-list .spotlight-documents-listing .spotlight-document .fa.fa-trash {
  float: right;
  font-size: 21px;
  color: #c60c30;
  cursor: pointer;
  padding-right: 10px;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .preview-list .save-documents {
  display: inline-block;
}
#manageDocumentsSpotlight .manage-documents-spotlight-container .message-success {
  color: #3adb76;
  margin-left: 25px;
  transition: all 0.5s ease;
}
#manageDocumentsSpotlight .edit-spotlight-tempalte-container h2 {
  margin-bottom: 15px;
}
#manageDocumentsSpotlight .edit-spotlight-tempalte-container .template-list .template {
  padding: 10px 15px;
  border: 1px solid #012837;
  margin-bottom: 15px;
}
#manageDocumentsSpotlight .edit-spotlight-tempalte-container .template-list .template.selected {
  border: 2px solid #FF6E6B;
}
#manageDocumentsSpotlight .edit-spotlight-tempalte-container .template-edit textarea {
  height: 200px;
}

.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-header h2 {
  color: #FF6E6B;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-header hr {
  border-bottom: 2px solid #012837;
  max-width: none;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list {
  margin-top: 40px;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile {
  display: table;
  margin-bottom: 40px;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-image {
  display: table-cell;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-image > img {
  border: 1px solid #E6E6E6;
  width: 100%;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-info {
  display: table-cell;
  width: 75%;
  vertical-align: top;
  padding-left: 25px;
}
.spotlight-documents-module-container .spotlight-documents-container .spotlight-documents-list .document-tile .document-info .document-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #012837;
  padding-right: 10px;
  padding-bottom: 10px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-header h2 {
  color: #FF6E6B;
}
.spotlight-documents-module-container .related-documents-container .related-documents-header hr {
  border-bottom: 2px solid #012837;
  max-width: none;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile {
  display: table;
  margin-bottom: 40px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-image {
  display: table-cell;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-image img {
  border: 1px solid #E6E6E6;
  width: 100%;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info {
  display: table-cell;
  width: 92%;
  vertical-align: top;
  padding-left: 35px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info .document-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 7px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info .document-date {
  color: #012837;
  font-size: 15px;
  margin-bottom: 15px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info .document-description {
  margin-bottom: 10px;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info .document-read-more > a {
  font-size: 14px;
  font-weight: 600;
  color: #012837;
}
.spotlight-documents-module-container .related-documents-container .related-documents-list .document-tile .document-info .document-read-more > a .fa {
  color: #012837;
  padding-left: 2px;
}

.ModTopicListingC .topic-listing-container .middleBg, .ModTopicListingC .topic-listing-container .bottomBg {
  background: #ECEEEE;
  padding: 16px;
}
.ModTopicListingC .topic-listing-container .bottomBg {
  padding-top: 0;
}
.ModTopicListingC .topic-listing-container .topicArea h2 {
  display: inline-block;
  margin: 0;
}
.ModTopicListingC .topic-listing-container .topicArea h2:before {
  margin-right: 5px;
}
.ModTopicListingC .topic-listing-container .archive-list h2 {
  margin-bottom: 5px;
}
.ModTopicListingC .topic-listing-container .archive-list .topic-abstract-container {
  margin-bottom: 30px;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item {
  position: relative;
  height: 100%;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-image {
  height: 200px;
  overflow: hidden;
  position: relative;
  background-position: center;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-image img {
  width: 100%;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-title {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: "Work Sans", sans-serif;
  background-color: rgba(1, 40, 55, 0.9);
  bottom: 0;
  width: 100%;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-title a {
  color: white;
}
.ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-description {
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-description {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-description {
    height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .ModTopicListingC .topic-listing-container .tiled-list .tiled-topic-item .topic-description {
    height: 75px;
  }
}
.ModTopicListingC .topic-listing-controls {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  background: #E6E6E6;
  justify-content: space-between;
}
.ModTopicListingC .topic-listing-controls .topic-listing-control {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  justify-content: flex-start;
}
.ModTopicListingC .topic-listing-controls .topic-listing-control span {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #012837;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control span {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control span {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control span {
    width: 100%;
    text-align: center;
  }
}
.ModTopicListingC .topic-listing-controls .topic-listing-control input, .ModTopicListingC .topic-listing-controls .topic-listing-control select {
  display: inline-block;
  border: 1px solid #CBCBCB;
}
.ModTopicListingC .topic-listing-controls .topic-listing-control input:focus, .ModTopicListingC .topic-listing-controls .topic-listing-control select:focus {
  border: 2px solid #01BBE9;
}
.ModTopicListingC .topic-listing-controls .topic-listing-control #topicFilter, .ModTopicListingC .topic-listing-controls .topic-listing-control #topicKeywordSearch {
  margin-bottom: 0;
  border: 1px solid #000000;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control #topicFilter, .ModTopicListingC .topic-listing-controls .topic-listing-control #topicKeywordSearch {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ModTopicListingC .topic-listing-controls .topic-listing-control {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    max-width: 300px;
  }
}
.ModTopicListingC .topic-listing-controls .search-button-container {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.ModTopicListingC .topic-listing-controls .search-button-container #topicSearchButton {
  background-color: #012837;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 660px) {
  .ModTopicListingC .topic-listing-controls .search-button-container #topicSearchButton {
    float: left;
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 900px) {
  .ModTopicListingC .topic-listing-controls .search-button-container {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .ModTopicListingC .topic-listing-controls {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 209, 209, 0.5);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.login-overlay__spinner {
  border: 4px solid #fefefe;
  border-top: 4px solid #012837;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.login-overlay__text {
  font-size: 20px;
  color: #012837;
}

.home-content-tiles-container.dark-mode .heading-container {
  background: #012837;
}
.home-content-tiles-container.dark-mode .heading-container .heading-text-container {
  border-bottom: 1px solid #FFFFFF;
  height: 100px;
  padding-bottom: 20px;
}
.home-content-tiles-container.dark-mode .heading-container .heading-text-container .heading-label {
  color: #FFFFFF;
}
.home-content-tiles-container.dark-mode .main-content-container {
  background: #012837;
  color: #FFFFFF;
}
.home-content-tiles-container.dark-mode .link-container {
  background: #012837;
  padding: 0;
  display: flex;
  justify-content: end;
}
.home-content-tiles-container.dark-mode .link-container .link-label {
  background: #FFFFFF;
  border-radius: 0;
  color: #012837;
}
.home-content-tiles-container.light-mode .heading-container {
  border: 1px solid #012837;
}
.home-content-tiles-container.light-mode .heading-container .heading-text-container {
  max-width: 60%;
}
.home-content-tiles-container.light-mode .heading-container .heading-text-container .heading-label {
  color: #012837;
}
.home-content-tiles-container.light-mode .main-content-container {
  border-left: 1px solid #012837;
  border-right: 1px solid #012837;
}
.home-content-tiles-container.light-mode .link-container {
  padding: 18px;
  border-left: 1px solid #012837;
  border-right: 1px solid #012837;
  border-bottom: 1px solid #012837;
}

.DnnModule-PLSACentralResourceCentre {
  /* Resource Cards */
  /* Pagination */
}
.DnnModule-PLSACentralResourceCentre .search-container {
  background: #E6E6E6;
  padding: 16px 10px 16px 30px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  /*MEDIA QUERIES FOR SEARCH CONTAINER*/
}
.DnnModule-PLSACentralResourceCentre .search-container .row {
  display: flex;
  margin-bottom: 0;
}
.DnnModule-PLSACentralResourceCentre .search-container > h3 {
  padding: 10px 0;
  margin-bottom: 0;
}
.DnnModule-PLSACentralResourceCentre .search-container.plsa-accordion.plsa-accordion-activated .plsa-accordion-head + .plsa-accordion-content {
  position: relative;
}
.DnnModule-PLSACentralResourceCentre .search-container.plsa-accordion.plsa-accordion-activated .plsa-accordion-head:after {
  float: right;
}
@media screen and (min-width: 1440px) {
  .DnnModule-PLSACentralResourceCentre .search-container {
    padding-bottom: 24px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container .fa {
    top: 44px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .button-menu {
    display: contents;
  }
}
@media screen and (max-width: 1439px) {
  .DnnModule-PLSACentralResourceCentre .search-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container h4 {
    display: none;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .filter-columns {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 639px) {
  .DnnModule-PLSACentralResourceCentre .search-container {
    padding-right: 30px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .row {
    display: block;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container #search-input {
    width: 100%;
    border-right: #012837 1px solid;
    margin-bottom: 10px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container #search-button {
    width: 100%;
    border: none;
    border-radius: 4px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container #search-button #search-button-text {
    display: block;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container #search-button #search-button-icon {
    display: none;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container hr {
    display: block;
    margin: 20px 0;
    border-bottom: 2px dotted #000000;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container h4 {
    display: block;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .keyword-search-container .fa {
    top: 44px;
    right: 30px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container {
    padding-right: 0.9375rem;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .filter-sort-buttons {
    height: fit-content;
    background: none;
    color: #012837;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container #filter-button {
    padding-right: 20px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container #sort-button {
    padding-left: 20px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .button-menu {
    position: fixed;
    right: 5%;
    width: 90%;
    top: 5%;
    height: 90%;
    padding: 10%;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: scroll;
    z-index: 5;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .button-menu > i {
    display: block;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .button-menu > h4 {
    display: block;
    margin-bottom: 20px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .filter-sort-container .button-menu #selected-filters {
    margin-bottom: 20px;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .clear-filters {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .clear-filters #apply-filters-button {
    display: block;
  }
  .DnnModule-PLSACentralResourceCentre .search-container .clear-filters > h4 {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .DnnModule-PLSACentralResourceCentre .filter-sort-buttons {
    display: none;
  }
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container {
  position: relative;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container input {
  margin-bottom: 0;
  border: #012837 1px solid;
  width: calc(100% - 40px);
  float: left;
  border-right: none;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container input::placeholder {
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container button {
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border: #012837 1px solid;
  border-left: none;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container button:hover:after {
  content: "";
  margin-left: 0;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container button:focus {
  box-shadow: none;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container button #search-button-text {
  display: none;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container .fa {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 65px;
}
.DnnModule-PLSACentralResourceCentre .keyword-search-container hr {
  display: none;
}
.DnnModule-PLSACentralResourceCentre h2.documents-listing-title {
  margin-bottom: 20px;
}
.DnnModule-PLSACentralResourceCentre h3 {
  margin-bottom: 10px;
}
.DnnModule-PLSACentralResourceCentre h4 {
  margin-bottom: 10px;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container {
  padding-right: 0;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container select {
  font-size: 16px;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-container {
  float: left;
  position: relative;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-container .filter-columns {
  padding-left: 0;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .sort-container {
  position: relative;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .sort-container #sort-contents {
  padding-bottom: 20px;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-wrapper {
  vertical-align: top;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #012837;
  width: 100%;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-wrapper select {
  margin-bottom: 0;
  border: none;
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-sort-buttons {
  width: 100%;
  height: 40px;
  background: #012837;
  color: white;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  text-decoration: underline;
  font-weight: 600;
  border-radius: 4px;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .filter-sort-buttons .fa {
  margin-left: 5px;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .button-menu {
  background: #E6E6E6;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 4;
  overflow: hidden;
  padding: 20px 20px 0;
  width: 100%;
}
.DnnModule-PLSACentralResourceCentre .filter-sort-container .button-menu > i {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #00252D;
  opacity: 0.6;
}
.DnnModule-PLSACentralResourceCentre #apply-filters-button {
  display: none;
  margin-bottom: 15px;
}
.DnnModule-PLSACentralResourceCentre #apply-filters-button > button {
  width: 100%;
  height: 40px;
  background: #012837;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
}
.DnnModule-PLSACentralResourceCentre .clear-filters {
  align-self: center;
  text-align: center;
  padding-left: 0;
}
.DnnModule-PLSACentralResourceCentre .clear-filters .invisible-heading {
  visibility: hidden;
}
.DnnModule-PLSACentralResourceCentre .clear-filters a {
  color: #012837;
  text-decoration: underline;
}
.DnnModule-PLSACentralResourceCentre .selected-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Work Sans", sans-serif;
}
.DnnModule-PLSACentralResourceCentre .selected-filters .selected-filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 10px 0 0;
  padding: 5px 8px;
  border: 1px solid #52AAA9;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
}
.DnnModule-PLSACentralResourceCentre .selected-filters .selected-filter-container i {
  font-size: 18px;
  padding-right: 6px;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter {
  padding: 16px;
  border: 2px solid #012837;
  background-color: #012837;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter > div {
  margin-right: 10px;
  display: inline-block;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter > div:last-child {
  margin-right: 0;
}
.DnnModule-PLSACentralResourceCentre .sort-by-date-container .date-year-filter span {
  width: 80px;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title {
  margin-bottom: 25px;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title > h4 {
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title > div.grouped-resources {
  border: 2px solid #012837;
  padding: 10px;
  margin-bottom: 10px;
  background: #E6E6E6;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title > div.grouped-resources .resource-tile {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title > div.grouped-resources .resource-read-more > a {
  font-size: 14px;
  font-size: 0.875rem;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title:last-child {
  margin-bottom: 0;
}
.DnnModule-PLSACentralResourceCentre .resources-by-month .month-title .resource-date {
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre table span.resource-tag {
  display: block;
}
.DnnModule-PLSACentralResourceCentre li.resources-page button:hover {
  cursor: pointer;
}
.DnnModule-PLSACentralResourceCentre li.resources-page-mobile {
  display: inline-block;
}
.DnnModule-PLSACentralResourceCentre .resource-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.DnnModule-PLSACentralResourceCentre .resources-container {
  margin: 2% 1%;
  display: block;
  white-space: nowrap;
  float: left;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height: 364px;
  max-width: 312px;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card {
  display: block;
  align-items: center;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .stripe {
  height: 8px;
  background: #012837;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-thumbnail {
  border: 2px solid #012837;
  position: relative;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-thumbnail img {
  height: 193px;
  object-fit: contain;
  width: 100%;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card.plsa-published .stripe {
  background: #012837;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card.plsa-published .resource-thumbnail {
  border: 2px solid #012837;
  position: relative;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card.plsa-published .resource-thumbnail img {
  height: 193px;
  object-fit: contain;
  width: 100%;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card.plsa-published .resource-details .read-more .resource-url {
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card.plsa-published .resource-details .read-more:after {
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details {
  white-space: normal;
  width: 100%;
  padding: 8px 16px;
  height: 100%;
  position: relative;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-description {
  line-height: 18px;
  margin-top: 5px;
  overflow: hidden;
  display: none;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-date {
  font-size: 12px;
  margin-bottom: 2px;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list {
  line-height: 14px;
  margin-bottom: 2px;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list .resource-tag {
  font-size: 12px;
  color: darkgray;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .read-more {
  font-size: 16px;
  text-align: end;
  position: absolute;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .read-more .resource-url {
  text-decoration: none;
  color: #012837;
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
}
.DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .read-more:after {
  margin-left: 5px;
  margin-top: 1px;
  font-family: "FontAwesome", sans-serif;
  content: "\f0da";
  font-style: normal;
  font-weight: normal;
  display: inline;
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .pagination {
  margin-top: 50px;
  /* MEDIA QUERIES FOR PAGINATION */
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .per-page-container {
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .per-page-container > .form-group {
  display: flex;
  align-items: center;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .per-page-container label.page-label {
  font-size: 18px;
  min-width: fit-content;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .per-page-container select {
  font-size: 18px;
  height: 100%;
  min-width: 70px;
  margin-bottom: 0;
  margin-left: 15px;
  background-color: #57CFA3;
  color: #012837;
  border: none;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .resource-pages {
  margin: 0;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .resource-pages button {
  font-family: "Work Sans", sans-serif, Arial, sans-serif;
  font-size: 20px;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .resource-pages > li {
  display: inline-block;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .back-button {
  font-weight: 900;
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container #next-button {
  margin-right: 0;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .next-button {
  font-weight: 900;
  color: #012837;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .form-group .page-label {
  width: fit-content;
  float: left;
  margin-top: 7px;
  margin-right: 16px;
}
.DnnModule-PLSACentralResourceCentre .pagination .pagination-container .select-page-container .form-group .form-control {
  width: 120px;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .DnnModule-PLSACentralResourceCentre .pagination .pagination-container {
    flex-direction: column-reverse;
  }
  .DnnModule-PLSACentralResourceCentre .pagination .pagination-container .per-page-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .DnnModule-PLSACentralResourceCentre .pagination .select-page-container .resource-pages > li {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details {
    padding: 10px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-title {
    font-size: 20px;
    line-height: 22px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-description {
    line-height: 17px;
    margin-top: 0;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list {
    line-height: 14px;
    margin-bottom: 0;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list .resource-tag {
    font-size: 12px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .read-more {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-description {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-title {
    font-size: 18px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-description {
    display: none;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-date {
    font-size: 12px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list {
    line-height: 14px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .resource-tags-list .resource-tag {
    font-size: 12px;
  }
  .DnnModule-PLSACentralResourceCentre .resources-container .resource-card .resource-details .read-more {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023.99px) {
  .DnnModule-PLSACentralResourceCentre .resources-container .resources-card {
    min-height: 382px;
  }
  .DnnModule-PLSACentralResourceCentre .filter-container .crc-child-tag {
    width: 100%;
    margin: 5px 0;
  }
  .DnnModule-PLSACentralResourceCentre .resource-title {
    font-size: 20px;
  }
  .DnnModule-PLSACentralResourceCentre .resource-description {
    display: none;
  }
  .DnnModule-PLSACentralResourceCentre .read-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .DnnModule-PLSACentralResourceCentre .resources-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.home-hero-slider-container {
  position: relative;
}
.home-hero-slider-container .swiper-container.hero-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide {
  align-items: center;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  max-height: 750px;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-position: center center;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  width: 64%;
  padding: 1%;
  padding-bottom: 2%;
  gap: 20px;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .logo-container .text-wrapper h2 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 40px;
  margin-bottom: 0px;
  white-space: nowrap;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .logo-container .text-wrapper .plsa-logo {
  color: #FFFFFF;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .description-container {
  flex-grow: 1;
  font-family: "Work Sans", sans-serif;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .description-container .description-label {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #012837;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .link-container .link-label {
  background: #FFFFFF;
  color: #012837;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding: 12px 30px;
  display: inline-block;
  font-size: 20px;
  transition: all 0.5s ease;
  min-width: 150px;
  text-align: center;
}
.home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .link-container .link-label:hover {
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .logo-container, .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .description-container {
    height: fit-content !important;
  }
}
.home-hero-slider-container .swiper-button-prev:after, .home-hero-slider-container .swiper-container.hero-swiper-rtl .swiper-button-next:after, .home-hero-slider-container .swiper-button-next:after, .home-hero-slider-container .swiper-container.hero-swiper-rtl .swiper-button-prev:after {
  content: none;
}
.home-hero-slider-container .swiper-button-next .fa, .home-hero-slider-container .swiper-button-prev .fa {
  font-size: 60px;
  color: #CBCBCB;
  position: relative;
  left: 4px;
}
.home-hero-slider-container .swiper-button-next.swiper-button-disabled, .home-hero-slider-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.home-hero-slider-container .swiper-button-next {
  background: #012837;
  opacity: 0.6;
  padding: 27px;
}
.home-hero-slider-container .swiper-button-prev {
  background: #012837;
  opacity: 0.6;
  padding: 27px;
}
.home-hero-slider-container .home-hero-swiper-pagination {
  display: none;
  width: 100%;
  padding: 10px;
  align-content: center;
  justify-content: center;
}
.home-hero-slider-container .home-hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #012837;
}
.home-hero-slider-container .home-hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #012837;
}
.home-hero-slider-container .cta-bar-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.75s ease;
}
.home-hero-slider-container .cta-bar-container.hdn {
  opacity: 0;
}
.home-hero-slider-container .cta-bar-container.removed {
  display: none;
}
.home-hero-slider-container .cta-bar-container .text-container {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer;
  background-color: #012837;
}
.home-hero-slider-container .cta-bar-container .text-container .text-label {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.home-hero-slider-container .cta-bar-container .text-container .text-label .fa {
  position: relative;
  padding: 0 18px;
  top: 3px;
  font-size: 29px;
  font-size: 1.8125rem;
}
@media screen and (max-width: 440px) {
  .home-hero-slider-container .cta-bar-container .text-container .text-label {
    font-size: 16px;
    font-size: 1rem;
  }
  .home-hero-slider-container .cta-bar-container .text-container .text-label .fa {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 3px;
  }
}

@media screen and (max-width: 1440px) {
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container {
    width: 66%;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container .text-wrapper h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container {
    width: 70%;
    padding-bottom: 2%;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container .text-wrapper h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 25px;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .description-container .description-label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero-slider-container {
    height: auto;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-next, .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-prev {
    padding: 22px;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-next .fa, .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-prev .fa {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .cta-bar-container {
    display: none;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container {
    display: flex;
    background-position: 40% 60%;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container {
    width: 62%;
    height: 38%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-bottom: 1%;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container {
    flex-grow: 0;
    margin-bottom: 0;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container > * br {
    display: none;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container .text-wrapper {
    padding: 0;
    margin-bottom: 0;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container .text-wrapper h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .description-container {
    flex-grow: 0;
    max-width: 500px !important;
    width: 100%;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .description-container .description-label {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .link-container .link-label {
    padding: 6px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 640px) {
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-next, .home-hero-slider-container .swiper-container.hero-swiper .swiper-button-prev {
    display: none;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .home-hero-swiper-pagination {
    display: flex;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container {
    height: 500px;
    background-position: 40% 80%;
    gap: 5px;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container {
    width: 58%;
    height: 40%;
    padding: 10px 2%;
    gap: 5px;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container {
    flex-grow: 0;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .logo-container .text-wrapper h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .description-container .description-label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
  .home-hero-slider-container .swiper-container.hero-swiper .swiper-wrapper .swiper-slide .item-container .content-container .link-container .link-label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.image-carousel-container {
  margin: 30px 0;
}
.image-carousel-container .image-carousel, .image-carousel-container .image-carousel-full-width {
  width: 99%;
  height: 100%;
  overflow: hidden;
}
.image-carousel-container .image-carousel .image-container, .image-carousel-container .image-carousel-full-width .image-container {
  width: 90%;
}
.image-carousel-container .image-carousel .image-carousel-swiper-pagination, .image-carousel-container .image-carousel-full-width .image-carousel-swiper-pagination {
  display: flex;
  width: 100%;
  padding: 10px;
  align-content: center;
  justify-content: center;
}
.image-carousel-container .image-carousel .image-carousel-swiper-pagination .swiper-pagination-bullet, .image-carousel-container .image-carousel-full-width .image-carousel-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.image-carousel-container .image-carousel .image-carousel-swiper-pagination .swiper-pagination-bullet, .image-carousel-container .image-carousel .image-carousel-swiper-pagination .swiper-pagination-bullet-active, .image-carousel-container .image-carousel-full-width .image-carousel-swiper-pagination .swiper-pagination-bullet, .image-carousel-container .image-carousel-full-width .image-carousel-swiper-pagination .swiper-pagination-bullet-active {
  background: #012837;
}

.home-small-slider-container {
  margin: 40px -10px;
}
.home-small-slider-container .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide {
  background: transparent;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container {
  padding: 0 10px;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .heading-container {
  display: flex;
  justify-content: space-between;
  background: #D2D2D2;
  padding: 12px 19px;
  align-items: center;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .heading-container .text-container .small-heading-container .small-heading-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .heading-container .text-container .large-heading-container .large-heading-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 25px;
  color: #012837;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .heading-container .icon-heading .icon .fa {
  font-size: 38px;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .body-container {
  padding: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .body-container .description-container {
  max-width: 70%;
  margin-bottom: 15px;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .body-container .description-container .descripion-label {
  line-height: 22px;
  display: inline-block;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .body-container .link-container .link-label {
  background: #FFFFFF;
  color: #012837;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding: 12px 20px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease;
}
.home-small-slider-container .swiper-container .swiper-wrapper .swiper-slide .item-container .body-container .link-container .link-label:hover {
  opacity: 0.9;
}
.home-small-slider-container .swiper-container .home-small-swiper-pagination {
  display: flex;
  width: 100%;
  padding: 10px;
  align-content: center;
  justify-content: center;
}
.home-small-slider-container .swiper-container .home-small-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #012837;
}
.home-small-slider-container .swiper-container .home-small-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #012837;
}

.home-content-tiles-container .type-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.home-content-tiles-container .type-container a.type-link {
  display: flex;
  align-items: center;
}

.home-content-tiles-container .type-container a.type-link:hover, .home-content-tiles-container .type-container a.type-link:active, .home-content-tiles-container .type-container a.type-link:visited {
  text-decoration: none;
}

.home-content-tiles-container .type-container .type-icon .icon {
  margin-right: 5px;
}

.home-content-tiles-container .type-container .type-icon .icon .fa {
  font-size: 27px;
}

.home-content-tiles-container .type-container .type-heading-container {
  display: flex;
  align-items: center;
}

.home-content-tiles-container .type-container .type-heading-container .view-all {
  display: none;
  font-size: 14px;
  color: #2faba8;
}

.home-content-tiles-container .type-container .type-heading-container .type-heading-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.home-content-tiles-container .type-container .type-heading-container .fa {
  font-size: 20px;
  color: #2faba8;
  transition: all 0.5s ease;
  transform: translate(5px, 0);
}

.home-content-tiles-container .type-container a.type-link:hover .type-heading-container .fa {
  transform: translate(70px, 0);
}

.home-content-tiles-container .tiles-container {
  margin: 0 -10px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .home-content-tiles-container .tiles-container .tile-item-wrapper {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 640px) {
  .home-content-tiles-container .tiles-container .tile-item-wrapper {
    flex: 0 0 100%;
  }
}
.home-content-tiles-container .tiles-container .tile-item-wrapper .heading-container {
  padding: 22px 18px;
  background-position: center right;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .heading-container .heading-text-container .heading-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .main-content-container {
  padding: 18px;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .main-content-container .teaser-content-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .main-content-container .author-container .author-label {
  font-size: 17px;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .main-content-container .date-container .date-label {
  font-weight: 600;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .link-container .link-label {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding: 7px 19px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s ease;
}

.home-content-tiles-container .tiles-container .tile-item-wrapper .link-container .link-label:hover {
  opacity: 0.9;
}

.hl-widget {
  width: 370px;
  padding: 5px;
  background-color: none;
  font-family: "Work Sans", sans-serif;
}
.hl-widget * {
  font-family: "Work Sans", sans-serif;
}
.hl-widget #login-information-container {
  float: right;
  padding: 5px 10px;
  margin-right: -5px;
  color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: none;
}
.hl-widget #login-information-container a {
  color: #CBCBCB;
}
.hl-widget #login-information-container .error-message {
  color: #cd201f;
}
.hl-widget .border {
  border: solid 4px #012837;
  background-color: #012837;
  border-radius: 10px;
}
.hl-widget .container {
  background-color: white;
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
  overflow: auto;
  padding: 0;
  border-radius: 8px 8px 0 0;
}
.hl-widget ul {
  padding: 0 20px;
  margin: 0 !important;
}
.hl-widget ul li {
  list-style-type: none;
  border-bottom: solid 1px #01BBE9;
  padding: 20px;
  text-indent: 0 !important;
}
.hl-widget ul li:before {
  display: none !important;
}
.hl-widget ul li:last-child {
  list-style-type: none;
  border-bottom: none;
}
.hl-widget .item-header-container {
  display: block !important;
}
.hl-widget .item-image-container {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 5px;
}
.hl-widget .item-title-container a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif;
  color: #012837;
}
.hl-widget .item-by-line-container {
  font-style: italic;
  margin-top: 5px;
  padding-left: 69px;
}
.hl-widget .item-by-line-container span, .hl-widget .item-by-line-container a {
  font-size: 1em;
  font-weight: bold;
  color: #012837;
}
.hl-widget .item-posted-in-container {
  margin-top: 5px;
}
.hl-widget .item-posted-in-container a {
  color: #012837;
  font-size: 1em;
}
.hl-widget .item-body-container {
  margin-top: 18px;
  color: #012837;
  font-size: 1em;
}
.hl-widget .footer-container {
  background-color: #012837;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}
.hl-widget .footer-item-more a {
  font-size: 18px;
  color: #FFFFFF;
}
.hl-widget .error-message {
  color: #cd201f;
  padding: 10px;
}

.dnnFormMessage.dnnFormWarning {
  display: none;
}

#crcAdminApp ul.resource-pages li.resources-page {
  display: inline-block;
  margin-right: 10px;
}
