﻿@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(/Portals/_default/Skins/PLSA/fonts/603590/441B4C60358F22D0E.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: Georgia, 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; } }
    .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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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; } }

.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: Georgia, 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;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  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, ol ul, ul ol, 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: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Georgia, 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; } }

.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: #14679e;
    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: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      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: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .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: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .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 #52AAA9;
    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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button 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 #52AAA9;
    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: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

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

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

.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.33333% - 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.66667% - 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: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      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: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  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; } }
  .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;
  margin-top: -3px; }

[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;
    margin-top: -3px; }
  .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;
    margin-top: -3px; }
  .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; } }

.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;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .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%; } }

.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-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.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: #14679e; }
  .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-active, .switch-inactive {
  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 #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media 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: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

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

.table-scroll {
  overflow-x: auto; }
  .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: #1673b1; }

.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: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[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%; } }

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

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

.plsa-text, .plsa-c1, .plsa-c2, .plsa-c3, .plsa-c4, .plsa-c5, .plsa-c6, .plsa-c7, .plsa-c8, .plsa-sidemenu.lvl-2 > li > a, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a, footer .footerAdditionalMenuWrapper .contactInfo .description a, .DnnModule-Authentication .dnnFormItem > label.dnnFormLabel, .DnnModule-Authentication .dnnLoginRememberMe {
  font-size: 16px;
  font-size: 1rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none; }
  .plsa-text-small, .plsa-c1-small, .plsa-c2-small, .plsa-c3-small, .plsa-c4-small, .plsa-c5-small, .plsa-c6-small, .plsa-c7-small, .plsa-c8-small {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  .plsa-text-medium, .plsa-c1-medium, .plsa-c2-medium, .plsa-c3-medium, .plsa-c4-medium, .plsa-c5-medium, .plsa-c6-medium, .plsa-c7-medium, .plsa-c8-medium, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventTime, .plsa-dispatchArticle-home .newsInfo .author {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  .plsa-text-large, .plsa-c1-large, .plsa-c2-large, .plsa-c3-large, .plsa-c4-large, .plsa-c5-large, .plsa-c6-large, .plsa-c7-large, .plsa-c8-large, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketTotal .totalLabel {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }
  .plsa-text-xlarge, .plsa-c1-xlarge, .plsa-c2-xlarge, .plsa-c3-xlarge, .plsa-c4-xlarge, .plsa-c5-xlarge, .plsa-c6-xlarge, .plsa-c7-xlarge, .plsa-c8-xlarge {
    font-size: 44px;
    font-size: 2.75rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }

.mainContent .DnnModule-DNN_HTML .plsa-container .PressCentreRightBoxTopbg p, .plsa-text-emp, .plsa-c1-emp, .plsa-c2-emp, .plsa-c3-emp, .plsa-c4-emp, .plsa-c5-emp, .plsa-c6-emp, .plsa-c7-emp, .plsa-c8-emp, h1, h2, h3, h4, h5, h6, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown a, .plsa-page-shareableActions .plsa-share-social .plsa-share-text, .my-plsa-container .my-plsa-banner .basket-container #basketNumberOfItems, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshopBreadcrumb .bcItem, .control-group label.control-label, .plsa-dispatchArticle-home .newsHeader > h2, .plsa-dispatchArticle-news .articleTitle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  text-transform: uppercase;
  font-weight: 600; }
  .plsa-text-emp-small, .plsa-c1-emp-small, .plsa-c2-emp-small, .plsa-c3-emp-small, .plsa-c4-emp-small, .plsa-c5-emp-small, .plsa-c6-emp-small, .plsa-c7-emp-small, .plsa-c8-emp-small {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600; }
  .plsa-text-emp-medium, .plsa-c1-emp-medium, .plsa-c2-emp-medium, .plsa-c3-emp-medium, .plsa-c4-emp-medium, .plsa-c5-emp-medium, .plsa-c6-emp-medium, .plsa-c7-emp-medium, .plsa-c8-emp-medium, .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, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a, .my-plsa-container .my-plsa-banner .details-container .register-number, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout legend, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .BasketSummaryContainer .confirmation.ordersummary legend, .plsa-dispatchArticle-home .newsHeader > label span, .plsa-dispatchArticle-home .newsInfo .date {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600; }
  .mainContent .DnnModule-DNN_HTML .plsa-container .page_title, .plsa-text-emp-large, .plsa-c1-emp-large, .plsa-c2-emp-large, .plsa-c3-emp-large, .plsa-c4-emp-large, .plsa-c5-emp-large, .plsa-c6-emp-large, .plsa-c7-emp-large, .plsa-c8-emp-large, .my-plsa-container .my-plsa-banner .basket-container .my-basket, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName > span, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventDate {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600; }
  .plsa-text-emp-xlarge, .plsa-c1-emp-xlarge, .plsa-c2-emp-xlarge, .plsa-c3-emp-xlarge, .plsa-c4-emp-xlarge, .plsa-c5-emp-xlarge, .plsa-c6-emp-xlarge, .plsa-c7-emp-xlarge, .plsa-c8-emp-xlarge, .my-plsa-container .my-plsa-banner .welcome-container {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600; }

.plsa-c1, .plsa-c1-small, .plsa-c1-medium, .plsa-c1-large, .plsa-c1-xlarge, .plsa-c1-emp, .plsa-c1-emp-small, .plsa-c1-emp-medium, .plsa-c1-emp-large, .plsa-c1-emp-xlarge {
  color: #B9005A; }

.plsa-c2, .plsa-c2-small, .plsa-c2-medium, .plsa-c2-large, .plsa-c2-xlarge, .plsa-c2-emp, .plsa-c2-emp-small, .plsa-c2-emp-medium, .plsa-c2-emp-large, .plsa-c2-emp-xlarge, .plsa-page-shareableActions .plsa-share-social .plsa-share-text, .plsa-cookie-policy-wrapper .plsa-cookie-message, .DnnModule-SilverbearPasswordReset .dnnFormSectionHead span, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventDateWrapper .eventDate, .plsa-dispatchArticle-news .articleDate {
  color: #002A34; }

.plsa-c3, .plsa-c3-small, .plsa-c3-medium, .plsa-c3-large, .plsa-c3-xlarge, .plsa-c3-emp, .plsa-c3-emp-small, .plsa-c3-emp-medium, .plsa-c3-emp-large, .plsa-c3-emp-xlarge, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-icon-fa-sidemenu-dropdown, footer .footerAdditionalMenuWrapper .footerAdditionalMenu .description, footer .footerAdditionalMenuWrapper .contactInfo .description a, .plsa-dispatchArticle-home .newsInfo .date, .plsa-dispatchArticle-news .articleTitle {
  color: #167279; }

.plsa-c4, .plsa-c4-small, .plsa-c4-medium, .plsa-c4-large, .plsa-c4-xlarge, .plsa-c4-emp, .plsa-c4-emp-small, .plsa-c4-emp-medium, .plsa-c4-emp-large, .plsa-c4-emp-xlarge, .plsa-dispatchArticle-home .newsInfo .author {
  color: #52AAA9; }

.plsa-c5, .plsa-c5-small, .plsa-c5-medium, .plsa-c5-large, .plsa-c5-xlarge, .plsa-c5-emp, .plsa-c5-emp-small, .plsa-c5-emp-medium, .plsa-c5-emp-large, .plsa-c5-emp-xlarge {
  color: #7DBFBE; }

.plsa-c6, .plsa-c6-small, .plsa-c6-medium, .plsa-c6-large, .plsa-c6-xlarge, .plsa-c6-emp, .plsa-c6-emp-small, .plsa-c6-emp-medium, .plsa-c6-emp-large, .plsa-c6-emp-xlarge, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a {
  color: #000000; }

.plsa-c7, .plsa-c7-small, .plsa-c7-medium, .plsa-c7-large, .plsa-c7-xlarge, .plsa-c7-emp, .plsa-c7-emp-small, .plsa-c7-emp-medium, .plsa-c7-emp-large, .plsa-c7-emp-xlarge, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle, .my-plsa-menu-container .my-plsa-mobile-menu .menuToggle span.dropdownTitle .fa, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a, .my-plsa-container .my-plsa-banner .welcome-container, .my-plsa-container .my-plsa-banner .details-container .register-number, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName > span, .plsa-dispatchArticle-home .newsHeader {
  color: #FFFFFF; }

.plsa-c8, .plsa-c8-small, .plsa-c8-medium, .plsa-c8-large, .plsa-c8-xlarge, .plsa-c8-emp, .plsa-c8-emp-small, .plsa-c8-emp-medium, .plsa-c8-emp-large, .plsa-c8-emp-xlarge {
  color: #ECEEEE; }

.plsa-button, .my-plsa-container .my-plsa-banner .details-container div.update-details a.plsa-button-1 {
  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; }

.plsa-button-1, a.dnnPrimaryAction, .ui-button.dnnPrimaryAction, .plsa-cookie-policy-wrapper .plsa-cookie-actions a:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping, .DnnModule-SilverbearRegistration .btn.submitbutton, .DnnModule-SilverbearInvoices .btnPay, .DnnModule-SilverbearInvoices .btnBack, .DnnModule-SilverbearMyGroupsAndRegions input[type="button"], .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input, .control-group div.controls .btn.btn-success.submitbutton {
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  color: #FFFFFF;
  background: #B9005A;
  border: none;
  min-width: 115px;
  text-align: center; }
  .plsa-button-1:hover, a.dnnPrimaryAction:hover, .ui-button.dnnPrimaryAction:hover, .plsa-cookie-policy-wrapper .plsa-cookie-actions a:hover:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping:hover, .DnnModule-SilverbearRegistration .btn.submitbutton:hover, .DnnModule-SilverbearInvoices .btnPay:hover, .DnnModule-SilverbearInvoices .btnBack:hover, .DnnModule-SilverbearMyGroupsAndRegions input[type="button"]:hover, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input:hover, .control-group div.controls .btn.btn-success.submitbutton:hover {
    color: #FFFFFF;
    background: #ce4d8c; }
  .plsa-button-1:focus, a.dnnPrimaryAction:focus, .ui-button.dnnPrimaryAction:focus, .plsa-cookie-policy-wrapper .plsa-cookie-actions a:focus:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping:focus, .DnnModule-SilverbearRegistration .btn.submitbutton:focus, .DnnModule-SilverbearInvoices .btnPay:focus, .DnnModule-SilverbearInvoices .btnBack:focus, .DnnModule-SilverbearMyGroupsAndRegions input[type="button"]:focus, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input:focus, .control-group div.controls .btn.btn-success.submitbutton:focus {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(185, 0, 90, 0.9);
    -moz-box-shadow: 0px 0px 0px 1px rgba(185, 0, 90, 0.9);
    box-shadow: 0px 0px 0px 1px rgba(185, 0, 90, 0.9); }
  .disabled.plsa-button-1, a.disabled.dnnPrimaryAction, .disabled.ui-button.dnnPrimaryAction, .plsa-cookie-policy-wrapper .plsa-cookie-actions a.disabled:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.disabled.buyNowButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.disabled.continueShopping, .DnnModule-SilverbearRegistration .disabled.btn.submitbutton, .DnnModule-SilverbearInvoices .disabled.btnPay, .DnnModule-SilverbearInvoices .disabled.btnBack, .DnnModule-SilverbearMyGroupsAndRegions input.disabled[type="button"], .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input.disabled, .control-group div.controls .disabled.btn.btn-success.submitbutton {
    color: #bbbbbb;
    background: #dedede;
    border: #d0d0d0; }
  [href].plsa-button-1:visited, a[href].dnnPrimaryAction:visited, [href].ui-button.dnnPrimaryAction:visited, .plsa-cookie-policy-wrapper .plsa-cookie-actions a[href]:visited:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:visited, .DnnModule-SilverbearRegistration [href].btn.submitbutton:visited, .DnnModule-SilverbearInvoices [href].btnPay:visited, .DnnModule-SilverbearInvoices [href].btnBack:visited, .DnnModule-SilverbearMyGroupsAndRegions input[href][type="button"]:visited, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:visited, .control-group div.controls [href].btn.btn-success.submitbutton:visited {
    color: #FFFFFF;
    background: #B9005A;
    border: none; }
  [href].plsa-button-1:hover, a[href].dnnPrimaryAction:hover, [href].ui-button.dnnPrimaryAction:hover, .plsa-cookie-policy-wrapper .plsa-cookie-actions a[href]:hover:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:hover, .DnnModule-SilverbearRegistration [href].btn.submitbutton:hover, .DnnModule-SilverbearInvoices [href].btnPay:hover, .DnnModule-SilverbearInvoices [href].btnBack:hover, .DnnModule-SilverbearMyGroupsAndRegions input[href][type="button"]:hover, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:hover, .control-group div.controls [href].btn.btn-success.submitbutton:hover, [href].plsa-button-1:focus, a[href].dnnPrimaryAction:focus, [href].ui-button.dnnPrimaryAction:focus, .plsa-cookie-policy-wrapper .plsa-cookie-actions a[href]:focus:not([href]), .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].buyNowButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a[href].continueShopping:focus, .DnnModule-SilverbearRegistration [href].btn.submitbutton:focus, .DnnModule-SilverbearInvoices [href].btnPay:focus, .DnnModule-SilverbearInvoices [href].btnBack:focus, .DnnModule-SilverbearMyGroupsAndRegions input[href][type="button"]:focus, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input[href]:focus, .control-group div.controls [href].btn.btn-success.submitbutton:focus {
    color: #FFFFFF;
    background: #ce4d8c;
    border: none;
    text-decoration: none; }
  @media screen and (min-width: 64em) {
    .plsa-button-1:hover:after, a.dnnPrimaryAction:hover:after, .ui-button.dnnPrimaryAction:hover:after, .plsa-cookie-policy-wrapper .plsa-cookie-actions a:not([href]):hover:after, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.buyNowButton:hover:after, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons > a.continueShopping:hover:after, .DnnModule-SilverbearRegistration .btn.submitbutton:hover:after, .DnnModule-SilverbearInvoices .btnPay:hover:after, .DnnModule-SilverbearInvoices .btnBack:hover:after, .DnnModule-SilverbearMyGroupsAndRegions input[type="button"]:hover:after, .DnnModule-SilverbearEventDetail .plsa-button-1-wrapper input:hover:after, .control-group div.controls .btn.btn-success.submitbutton:hover:after {
      font-family: "FontAwesome";
      content: "\f0da";
      font-style: normal;
      font-weight: normal;
      font-size: 98%;
      margin-left: 8px;
      position: relative;
      color: #52AAA9; } }

.plsa-button-2, a.dnnSecondaryAction, .postcodeLookupModal .btn.cancelLookup, .lookupModal .btn.cancelLookup, .ui-button.dnnSecondaryAction, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem, .DnnModule-SilverbearInvoices .btnCancel, .DnnModule-FetchXmlViewer .btn.btn-info, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a, .DnnModule-SilverbearReportViewer input#btnPrintReport, .control-group div.controls .btn.btn-success, .control-group input[name="postal-code"] + button {
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  color: #FFFFFF;
  background: #002A34;
  border: none;
  min-width: 115px;
  text-align: center; }
  .plsa-button-2:hover, a.dnnSecondaryAction:hover, .postcodeLookupModal .btn.cancelLookup:hover, .lookupModal .btn.cancelLookup:hover, .ui-button.dnnSecondaryAction:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem:hover, .DnnModule-SilverbearInvoices .btnCancel:hover, .DnnModule-FetchXmlViewer .btn.btn-info:hover, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a:hover, .DnnModule-SilverbearReportViewer input#btnPrintReport:hover, .control-group div.controls .btn.btn-success:hover, .control-group input[name="postal-code"] + button:hover {
    color: #FFFFFF;
    background: #4d6a71; }
  .plsa-button-2:focus, a.dnnSecondaryAction:focus, .postcodeLookupModal .btn.cancelLookup:focus, .lookupModal .btn.cancelLookup:focus, .ui-button.dnnSecondaryAction:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.previousButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.nextButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-on:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .btn.toggle-off:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .removeItem:focus, .DnnModule-SilverbearInvoices .btnCancel:focus, .DnnModule-FetchXmlViewer .btn.btn-info:focus, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a:focus, .DnnModule-SilverbearReportViewer input#btnPrintReport:focus, .control-group div.controls .btn.btn-success:focus, .control-group input[name="postal-code"] + button:focus {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 42, 52, 0.9);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 42, 52, 0.9);
    box-shadow: 0px 0px 0px 1px rgba(0, 42, 52, 0.9); }
  .disabled.plsa-button-2, a.disabled.dnnSecondaryAction, .postcodeLookupModal .disabled.btn.cancelLookup, .lookupModal .disabled.btn.cancelLookup, .disabled.ui-button.dnnSecondaryAction, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > .disabled.btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.previousButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.nextButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .disabled.btn.toggle-on, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn .disabled.btn.toggle-off, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem .disabled.btn, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .disabled.removeItem, .DnnModule-SilverbearInvoices .disabled.btnCancel, .DnnModule-FetchXmlViewer .disabled.btn.btn-info, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a.disabled, .DnnModule-SilverbearReportViewer input.disabled#btnPrintReport, .control-group div.controls .disabled.btn.btn-success, .control-group input[name="postal-code"] + button.disabled {
    color: #bbbbbb;
    background: #dedede;
    border: #d0d0d0; }
  [href].plsa-button-2:visited, a[href].dnnSecondaryAction:visited, .postcodeLookupModal [href].btn.cancelLookup:visited, .lookupModal [href].btn.cancelLookup:visited, [href].ui-button.dnnSecondaryAction:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:visited, .DnnModule-SilverbearInvoices [href].btnCancel:visited, .DnnModule-FetchXmlViewer [href].btn.btn-info:visited, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:visited, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:visited, .control-group div.controls [href].btn.btn-success:visited, .control-group input[name="postal-code"] + button[href]:visited {
    color: #FFFFFF;
    background: #002A34;
    border: none; }
  [href].plsa-button-2:hover, a[href].dnnSecondaryAction:hover, .postcodeLookupModal [href].btn.cancelLookup:hover, .lookupModal [href].btn.cancelLookup:hover, [href].ui-button.dnnSecondaryAction:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:hover, .DnnModule-SilverbearInvoices [href].btnCancel:hover, .DnnModule-FetchXmlViewer [href].btn.btn-info:hover, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:hover, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:hover, .control-group div.controls [href].btn.btn-success:hover, .control-group input[name="postal-code"] + button[href]:hover, [href].plsa-button-2:focus, a[href].dnnSecondaryAction:focus, .postcodeLookupModal [href].btn.cancelLookup:focus, .lookupModal [href].btn.cancelLookup:focus, [href].ui-button.dnnSecondaryAction:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .controlContent > [href].btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.previousButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.nextButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-on:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .toggle.btn [href].btn.toggle-off:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem [href].btn:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].removeItem:focus, .DnnModule-SilverbearInvoices [href].btnCancel:focus, .DnnModule-FetchXmlViewer [href].btn.btn-info:focus, .DnnModule-SilverbearEntityViewer #membershipEntityViewer td > a[href]:focus, .DnnModule-SilverbearReportViewer input[href]#btnPrintReport:focus, .control-group div.controls [href].btn.btn-success:focus, .control-group input[name="postal-code"] + button[href]:focus {
    color: #FFFFFF;
    background: #4d6a71;
    border: none;
    text-decoration: none; }

.plsa-button-3, .postcodeLookupModal .btn.selectResult, .lookupModal .btn.selectResult, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn {
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  color: #FFFFFF;
  background: #52AAA9;
  border: #FFFFFF;
  min-width: 115px;
  text-align: center; }
  .plsa-button-3:hover, .postcodeLookupModal .btn.selectResult:hover, .lookupModal .btn.selectResult:hover, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:hover, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn:hover {
    color: #FFFFFF;
    background: #86c4c3; }
  .plsa-button-3:focus, .postcodeLookupModal .btn.selectResult:focus, .lookupModal .btn.selectResult:focus, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:focus, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.addToBasketButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .btn.clearCartButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .changeButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .btn:focus {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
    -moz-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
    box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9); }
  .disabled.plsa-button-3, .postcodeLookupModal .disabled.btn.selectResult, .lookupModal .disabled.btn.selectResult, header .header.search-expanded .dnnUserMenu .searchAction > span > a.disabled.plsa-icon, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.disabled.plsa-icon, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button.disabled.addToBasketButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons .disabled.btn.clearCartButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails .disabled.changeButton, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts .disabled.btn {
    color: #bbbbbb;
    background: #dedede;
    border: #d0d0d0; }
  [href].plsa-button-3:visited, .postcodeLookupModal [href].btn.selectResult:visited, .lookupModal [href].btn.selectResult:visited, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:visited, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:visited, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:visited {
    color: #FFFFFF;
    background: #52AAA9;
    border: #FFFFFF; }
  [href].plsa-button-3:hover, .postcodeLookupModal [href].btn.selectResult:hover, .lookupModal [href].btn.selectResult:hover, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:hover, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:hover, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:hover, [href].plsa-button-3:focus, .postcodeLookupModal [href].btn.selectResult:focus, .lookupModal [href].btn.selectResult:focus, header .header.search-expanded .dnnUserMenu .searchAction > span > a[href].plsa-icon:focus, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a[href].plsa-icon:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductDetail .productPricingButtons button[href].addToBasketButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .navigationRowButtons [href].btn.clearCartButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems .basketItemInner > .basketItemDetails [href].changeButton:focus, .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketDiscounts [href].btn:focus {
    color: #FFFFFF;
    background: #86c4c3;
    border: none;
    text-decoration: none; }

.plsa-button-4, .my-plsa-container .my-plsa-banner .basket-container .basket-button a {
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  color: #002A34;
  background: #FFFFFF;
  border: none;
  min-width: 115px;
  text-align: center; }
  .plsa-button-4:hover, .my-plsa-container .my-plsa-banner .basket-container .basket-button a:hover {
    color: #4d6a71;
    background: #EEF0F0; }
  .plsa-button-4:focus, .my-plsa-container .my-plsa-banner .basket-container .basket-button a: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); }
  .disabled.plsa-button-4, .my-plsa-container .my-plsa-banner .basket-container .basket-button a.disabled {
    color: #bbbbbb;
    background: #dedede;
    border: #d0d0d0; }
  [href].plsa-button-4:visited, .my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:visited {
    color: #002A34;
    background: #FFFFFF;
    border: none; }
  [href].plsa-button-4:hover, .my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:hover, [href].plsa-button-4:focus, .my-plsa-container .my-plsa-banner .basket-container .basket-button a[href]:focus {
    color: #4d6a71;
    background: #EEF0F0;
    border: none;
    text-decoration: none; }

.plsa-button-5 {
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  color: #FFFFFF;
  background: #1da1f2;
  border: none;
  min-width: 115px;
  text-align: center; }
  .plsa-button-5:hover {
    color: #FFFFFF;
    background: #60bdf6; }
  .plsa-button-5:focus {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(29, 161, 242, 0.9);
    -moz-box-shadow: 0px 0px 0px 1px rgba(29, 161, 242, 0.9);
    box-shadow: 0px 0px 0px 1px rgba(29, 161, 242, 0.9); }
  .disabled.plsa-button-5 {
    color: #bbbbbb;
    background: #dedede;
    border: #d0d0d0; }
  [href].plsa-button-5:visited {
    color: #FFFFFF;
    background: #1da1f2;
    border: none; }
  [href].plsa-button-5:hover, [href].plsa-button-5:focus {
    color: #FFFFFF;
    background: #60bdf6;
    border: none;
    text-decoration: none; }

.plsa-hyperlink, nav#headerNav .submenu .level-2 a {
  font-family: Georgia, 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: Georgia, 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: Georgia, 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: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none; }

.plsa-hyperlink-emp, .plsaBreadCrumbRow .plsa-page-breadcrumb .breadcrumb-chain a, .plsa-page-shareableActions .plsa-page-action a, .plsa-dispatchArticle-home .newsContent .article-newsURL a, .plsa-dispatchArticle-news .articleURL, .bannerTitle .plsa-accordion-content a {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em; }
  .plsa-hyperlink-emp-small, header .topHeader a, footer .footerWrapper .footerMenu a, footer .footerWrapper .footerMenu span, footer .footerWrapper .copyright a, footer .footerWrapper .copyright span {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em; }
  .plsa-hyperlink-emp-medium, .plsa-sidemenu.lvl-1 > li > a, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a, nav#headerNav a, header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon, header .header-sticky.header-is-stuck .header .dnnUserMenu a, footer .footerAdditionalMenuWrapper a, .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu a, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em; }
  .plsa-hyperlink-emp-large, .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 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em; }

.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button, .plsa-hyperlink-1, 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, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a, header .topHeader a, footer .footerAdditionalMenuWrapper a, footer .footerWrapper .footerMenu a, footer .footerWrapper .footerMenu span, footer .footerWrapper .copyright a, footer .footerWrapper .copyright span, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a, .plsa-page-shareableActions .plsa-page-action 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-dispatchArticle-home .newsContent .article-newsURL a, .plsa-dispatchArticle-news .articleURL {
  cursor: pointer;
  color: #002A34;
  background: transparent;
  border: none; }
  .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:visited, .plsa-hyperlink-1:visited, 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, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:visited, header .topHeader a:visited, footer .footerAdditionalMenuWrapper a:visited, footer .footerWrapper .footerMenu a:visited, footer .footerWrapper .footerMenu span:visited, footer .footerWrapper .copyright a:visited, footer .footerWrapper .copyright span:visited, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:visited, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:visited, .plsa-page-shareableActions .plsa-page-action 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-dispatchArticle-home .newsContent .article-newsURL a:visited, .plsa-dispatchArticle-news .articleURL:visited {
    color: #002A34;
    background: transparent;
    border: none; }
  .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:hover, .plsa-hyperlink-1:hover, 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, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:hover, header .topHeader a:hover, footer .footerAdditionalMenuWrapper a:hover, footer .footerWrapper .footerMenu a:hover, footer .footerWrapper .footerMenu span:hover, footer .footerWrapper .copyright a:hover, footer .footerWrapper .copyright span:hover, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:hover, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:hover, .plsa-page-shareableActions .plsa-page-action 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-dispatchArticle-home .newsContent .article-newsURL a:hover, .plsa-dispatchArticle-news .articleURL:hover, .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:focus, .plsa-hyperlink-1:focus, 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, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a:focus, header .topHeader a:focus, footer .footerAdditionalMenuWrapper a:focus, footer .footerWrapper .footerMenu a:focus, footer .footerWrapper .footerMenu span:focus, footer .footerWrapper .copyright a:focus, footer .footerWrapper .copyright span:focus, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a:focus, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a:focus, .plsa-page-shareableActions .plsa-page-action 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-dispatchArticle-home .newsContent .article-newsURL a:focus, .plsa-dispatchArticle-news .articleURL:focus {
    color: #4d6a71;
    text-decoration: underline; }
  .hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button.disabled, .disabled.plsa-hyperlink-1, 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, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown li.selected > a.disabled, header .topHeader a.disabled, footer .footerAdditionalMenuWrapper a.disabled, footer .footerWrapper .footerMenu a.disabled, footer .footerWrapper .footerMenu span.disabled, footer .footerWrapper .copyright a.disabled, footer .footerWrapper .copyright span.disabled, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a.disabled, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu a.disabled, .plsa-page-shareableActions .plsa-page-action 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-dispatchArticle-home .newsContent .article-newsURL a.disabled, .plsa-dispatchArticle-news .disabled.articleURL {
    color: #bbbbbb;
    background: none;
    border: none; }

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

.plsa-hyperlink-3, header .topHeader nav#topRightHeaderNav .loginAction a {
  cursor: pointer;
  color: #B9005A;
  background: transparent;
  border: none; }
  .plsa-hyperlink-3:visited, header .topHeader nav#topRightHeaderNav .loginAction a:visited {
    color: #B9005A;
    background: transparent;
    border: none; }
  .plsa-hyperlink-3:hover, header .topHeader nav#topRightHeaderNav .loginAction a:hover, .plsa-hyperlink-3:focus, header .topHeader nav#topRightHeaderNav .loginAction a:focus {
    color: #ce4d8c;
    text-decoration: underline; }
  .disabled.plsa-hyperlink-3, header .topHeader nav#topRightHeaderNav .loginAction a.disabled {
    color: #bbbbbb;
    background: none;
    border: none; }

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

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

.plsa-hyperlink-6 {
  cursor: pointer;
  color: #167279;
  background: transparent;
  border: none; }
  .plsa-hyperlink-6:visited {
    color: #167279;
    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-hyperlink-7, .plsa-sidemenu.lvl-1 > li.selected > a, .plsa-sidemenu.lvl-2 > li.selected > a {
  cursor: pointer;
  color: #B9005A;
  background: transparent;
  border: none; }
  .plsa-hyperlink-7:visited, .plsa-sidemenu.lvl-1 > li.selected > a:visited, .plsa-sidemenu.lvl-2 > li.selected > a:visited {
    color: #B9005A;
    background: transparent;
    border: none; }
  .plsa-hyperlink-7:hover, .plsa-sidemenu.lvl-1 > li.selected > a:hover, .plsa-sidemenu.lvl-2 > li.selected > a:hover, .plsa-hyperlink-7:focus, .plsa-sidemenu.lvl-1 > li.selected > a:focus, .plsa-sidemenu.lvl-2 > li.selected > a:focus {
    color: #ce4d8c;
    text-decoration: underline; }
  .disabled.plsa-hyperlink-7, .plsa-sidemenu.lvl-1 > li.selected > a.disabled, .plsa-sidemenu.lvl-2 > li.selected > a.disabled {
    color: #bbbbbb;
    background: none;
    border: none; }

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

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

.plsa-icon-fa-twitter, .plsa-icon-fa-twitter-after:after, .plsa-icon-fa-twitter-before:before, .plsa-page-shareableActions .plsa-share-social .page-share-twitter:after {
  font-family: "FontAwesome";
  content: "\f099";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-youtube, .plsa-icon-fa-youtube-after:after, .plsa-icon-fa-youtube-before:before {
  font-family: "FontAwesome";
  content: "\f16a";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-linkedin, .plsa-icon-fa-linkedin-after:after, .plsa-icon-fa-linkedin-before:before, .plsa-page-shareableActions .plsa-share-social .page-share-linkedin:after {
  font-family: "FontAwesome";
  content: "\f0e1";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-facebook, .plsa-icon-fa-facebook-after:after, .plsa-icon-fa-facebook-before:before, .plsa-page-shareableActions .plsa-share-social .page-share-facebook:after {
  font-family: "FontAwesome";
  content: "\f09a";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-caret-down, .plsa-icon-fa-caret-down-after:after, .plsa-icon-fa-caret-down-before:before, .plsa-sidemenu.lvl-dropdown.plsa-accordion h3.plsa-accordion-head span.plsa-icon-fa-sidemenu-dropdown:after, .DnnModule-SilverbearEventListing .listing-events-wrapper .eventsName:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  font-style: normal;
  font-weight: normal;
  font-size: 98%;
  display: inline; }

.plsa-icon-fa-caret-up, .plsa-icon-fa-caret-up-after:after, .plsa-icon-fa-caret-up-before:before {
  font-family: "FontAwesome";
  content: "\f0d8";
  font-style: normal;
  font-weight: normal;
  font-size: 98%;
  display: inline; }

.plsa-icon-fa-caret-right, .plsa-icon-fa-caret-right-after:after, .plsa-icon-fa-caret-right-before:before, .plsa-sidemenu.lvl-dropdown.plsa-accordion .plsa-accordion-content .plsa-sidemenu-dropdown .lvl-2 li a:before, .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu li > a:after, .my-plsa-menu-container .my-plsa-mobile-menu .myPLSAMobileMenu li a:after, footer .footerAdditionalMenuWrapper a:after, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown > ol li > a::after, .off-canvas .offCanvasMenu nav#OffCanvasTopRightHeaderMenu a::after, .off-canvas .offCanvasMenu nav#OffCanvasTopLeftHeaderMenu 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, .plsa-dispatchArticle-home .newsContent .article-newsURL a:after, .plsa-dispatchArticle-news .articleURL:after {
  font-family: "FontAwesome";
  content: "\f0da";
  font-style: normal;
  font-weight: normal;
  font-size: 98%;
  display: inline; }

.plsa-icon-fa-caret-left, .plsa-icon-fa-caret-left-after:after, .plsa-icon-fa-caret-left-before:before, .off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a::before {
  font-family: "FontAwesome";
  content: "\f0d9";
  font-style: normal;
  font-weight: normal;
  font-size: 98%;
  display: inline; }

.plsa-icon-fa-user-circle-o, .plsa-icon-fa-user-circle-o-after:after, .plsa-icon-fa-user-circle-o-before:before {
  font-family: "FontAwesome";
  content: "\f2be";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-user, .plsa-icon-fa-user-after:after, .plsa-icon-fa-user-before:before {
  font-family: "FontAwesome";
  content: "\f007";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-user-times, .plsa-icon-fa-user-times-after:after, .plsa-icon-fa-user-times-before:before {
  font-family: "FontAwesome";
  content: "\f235";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-bars, .plsa-icon-fa-bars-after:after, .plsa-icon-fa-bars-before:before {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-close, .plsa-icon-fa-close-after:after, .plsa-icon-fa-close-before:before {
  font-family: "FontAwesome";
  content: "\f00d";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-search, .plsa-icon-fa-search-after:after, .plsa-icon-fa-search-before:before {
  font-family: "FontAwesome";
  content: "\f002";
  font-style: normal;
  font-weight: normal;
  font-size: 98%;
  display: inline-block; }

.plsa-icon-fa-print, .plsa-icon-fa-print-after:after, .plsa-icon-fa-print-before:before, .plsa-page-shareableActions .plsa-page-action a:after {
  font-family: "FontAwesome";
  content: "\f02f";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-warning, .plsa-icon-fa-warning-after:after, .plsa-icon-fa-warning-before:before {
  font-family: "FontAwesome";
  content: "\f071";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-email, .plsa-icon-fa-email-after:after, .plsa-icon-fa-email-before:before, a[href^='mailto:']:before, .plsa-page-shareableActions .plsa-share-social .page-share-email:after {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-rss, .plsa-icon-fa-rss-after:after, .plsa-icon-fa-rss-before:before {
  font-family: "FontAwesome";
  content: "\f09e";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-feed, .plsa-icon-fa-feed-after:after, .plsa-icon-fa-feed-before:before {
  font-family: "FontAwesome";
  content: "\f09e";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-phone, .plsa-icon-fa-phone-after:after, .plsa-icon-fa-phone-before:before, a[href^='tel:']:before {
  font-family: "FontAwesome";
  content: "\f095";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-chevron-up, .plsa-icon-fa-chevron-up-after:after, .plsa-icon-fa-chevron-up-before:before {
  font-family: "FontAwesome";
  content: "\f077";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-chevron-right, .plsa-icon-fa-chevron-right-after:after, .plsa-icon-fa-chevron-right-before:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.hideAndSeekTable .hide-and-seek-on-small .hideAndSeekTable-respRow-HeaderWrapper .hideAndSeekTable-respRow-HeaderBtnWrapper button:after, .plsa-icon-fa-chevron-down, .plsa-icon-fa-chevron-down-after:after, .plsa-icon-fa-chevron-down-before:before {
  font-family: "FontAwesome";
  content: "\f078";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-chevron-left, .plsa-icon-fa-chevron-left-after:after, .plsa-icon-fa-chevron-left-before:before {
  font-family: "FontAwesome";
  content: "\f053";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.hideAndSeekTable .hide-and-seek-on-small.is-activated .hideAndSeekTable-respRow-HeaderBtnWrapper button:after, .plsa-icon-fa-minus-square-o, .plsa-icon-fa-minus-square-o-after:after, .plsa-icon-fa-minus-square-o-before:before {
  font-family: "FontAwesome";
  content: "\f147";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-plus-square-o, .plsa-icon-fa-plus-square-o-after:after, .plsa-icon-fa-plus-square-o-before:before {
  font-family: "FontAwesome";
  content: "\f196";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-calendar, .plsa-icon-fa-calendar-after:after, .plsa-icon-fa-calendar-before:before {
  font-family: "FontAwesome";
  content: "\f073";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-clock-o, .plsa-icon-fa-clock-o-after:after, .plsa-icon-fa-clock-o-before:before {
  font-family: "FontAwesome";
  content: "\f017";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-fa-ticket, .plsa-icon-fa-ticket-after:after, .plsa-icon-fa-ticket-before:before {
  font-family: "FontAwesome";
  content: "\f145";
  font-style: normal;
  font-weight: normal;
  font-size: 98%; }

.plsa-icon-plsa-diamond-1-before:before, .plsa-icon-plsa-diamond-1-after:after {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Portals/_default/Skins/PLSA/images/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-icon-plsa-diamond-1-large-before:before, .plsa-icon-plsa-diamond-1-large-after:after, .plsa-dispatchArticle-home .paginationGrid span.currentArticle {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-plsa-diamond-1-medium-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-plsa-diamond-1-small-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-1-after:after {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-1-large-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-1-medium-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-1-small-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-2-after:after {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-2-large-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-2-medium-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-2-small-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-3-after:after {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-3-large-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-3-medium-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-3-small-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-4-after:after {
  content: "";
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/Portals/_default/Skins/PLSA/images/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-icon-color-diamond-4-large-before:before, .plsa-icon-color-diamond-4-large-after:after, .plsa-dispatchArticle-home .paginationGrid span {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-4-medium-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-icon-color-diamond-4-small-after:after {
    content: "";
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/PLSA/images/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-before:before, .plsa-quote-1-after:after {
    width: 24px;
    height: 12px; } }

@media screen and (min-width: 40em) {
  .plsa-quote-1-before-large:before, .plsa-quote-1-after-large:after {
    width: 36px;
    height: 18px; } }

@media screen and (min-width: 40em) {
  .plsa-quote-1-before-medium:before, .plsa-quote-1-after-medium:after {
    width: 32px;
    height: 16px; } }

@media screen and (min-width: 40em) {
  .plsa-quote-1-before-small:before, .plsa-quote-1-after-small:after {
    width: 20px;
    height: 10px; } }

@media screen and (min-width: 40em) {
  .plsa-quote-1-before:before, .plsa-quote-1-before-large:before, .plsa-quote-1-before-medium:before, .plsa-quote-1-before-small:before, .plsa-quote-1-after:after, .plsa-quote-1-after-large:after, .plsa-quote-1-after-medium:after, .plsa-quote-1-after-small:after {
    content: "";
    display: inline-block;
    background-image: url(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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(/Portals/_default/Skins/PLSA/images/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 #002A34; }

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

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

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

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

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

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

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

.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 #002A34;
    background: #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 5px;
    content: '\f00c'; }
  .plsa-checkbox-right:checked + label:after, .plsa-checkbox-right:checked + span:after {
    color: #B9005A; }

.plsa-radio-left, input[type="radio"] {
  display: none;
  width: 100%;
  cursor: pointer; }
  .plsa-radio-left + label:before, input[type="radio"] + label:before, .plsa-radio-left + span:before, input[type="radio"] + span:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: sub;
    font-family: FontAwesome;
    display: inline-block;
    color: #002A34;
    cursor: pointer;
    margin: 0 5px;
    content: '\f10c'; }
  .plsa-radio-left:checked + label:before, input[type="radio"]:checked + label:before, .plsa-radio-left:checked + span:before, input[type="radio"]:checked + span:before {
    color: #B9005A;
    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: #002A34;
    cursor: pointer;
    margin: 0 5px;
    content: '\f10c'; }
  .plsa-radio-right:checked + label:after, .plsa-radio-right:checked + span:after {
    color: #B9005A;
    content: '\f058'; }

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

.mainContent .DnnModule-DNN_HTML .plsa-container .topicArea h2:before, .plsa-bulletPoint-1:before, .plsa-bulletPoint-1-large:before, .plsa-bulletPoint-1-medium:before, .plsa-bulletPoint-1-small:before, .mainContent .DnnModule-DispatchDetail .plsa-container:not(.container-edit) ul li:before, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-normal:before, .DnnModule-Panes .cantarusPanesDefault.accordionPanes .default .tab-title-mobile:before, .DnnModule-SilverbearInvoices span:before, body:not(.edit) .DnnModule-SilverbearEventDetail ol li:before, body:not(.edit) .DnnModule-SilverbearEventDetail ul li:before {
  content: "";
  display: inline-block;
  background-image: url(/Portals/_default/Skins/PLSA/images/icon-list-retina.png);
  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: center left;
  margin-right: 5px; }

.plsa-table, .postcodeLookupModal table, .lookupModal table, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions {
  border-collapse: collapse;
  margin-bottom: 0;
  color: #002A34;
  background: transparent;
  border: none; }
  .plsa-table p, .postcodeLookupModal table p, .lookupModal table p, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions p {
    margin-bottom: 0; }
  .plsa-table thead, .postcodeLookupModal table thead, .lookupModal table thead, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead, .plsa-table tbody, .postcodeLookupModal table tbody, .lookupModal table tbody, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody, .plsa-table tfoot, .postcodeLookupModal table tfoot, .lookupModal table tfoot, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tfoot {
    border: none; }
  .plsa-table th, .postcodeLookupModal table th, .lookupModal table th, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions th, .plsa-table td, .postcodeLookupModal table td, .lookupModal table td, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions td {
    padding: 16px;
    border: none; }
  .plsa-table thead, .postcodeLookupModal table thead, .lookupModal table thead, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead {
    border: none; }
    .plsa-table thead tr, .postcodeLookupModal table thead tr, .lookupModal table thead tr, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions thead tr {
      color: #FFFFFF;
      background: #167279 !important;
      border-bottom: 5px solid transparent; }
  .plsa-table tbody, .postcodeLookupModal table tbody, .lookupModal table tbody, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody {
    background: transparent; }
    .plsa-table tbody tr:nth-child(even), .postcodeLookupModal table tbody tr:nth-child(even), .lookupModal table tbody tr:nth-child(even), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody tr:nth-child(even) {
      border-bottom: 5px solid transparent;
      background: transparent !important; }
    .plsa-table tbody tr:nth-child(odd), .postcodeLookupModal table tbody tr:nth-child(odd), .lookupModal table tbody tr:nth-child(odd), .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tbody tr:nth-child(odd) {
      background: #86c4c3;
      border-bottom: 5px solid transparent !important; }
  .plsa-table tfoot tr, .postcodeLookupModal table tfoot tr, .lookupModal table tfoot tr, .DnnModule-SilverbearMyGroupsAndRegions table.SBGroupsandRegions tfoot tr {
    background: #FFFFFF; }
  .info-table.plsa-table, .postcodeLookupModal table.info-table, .lookupModal table.info-table, .DnnModule-SilverbearMyGroupsAndRegions table.info-table.SBGroupsandRegions {
    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 #ECEEEE;
  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 #ECEEEE; }
      .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: #167279 !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: #52AAA9 !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: #B9005A;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .smallColumn-c2 {
    width: 120px;
    vertical-align: top;
    background: #002A34;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .smallColumn-c3 {
    width: 120px;
    vertical-align: top;
    background: #167279;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .smallColumn-c4 {
    width: 120px;
    vertical-align: top;
    background: #52AAA9;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .smallColumn-c5 {
    width: 120px;
    vertical-align: top;
    background: #7DBFBE;
    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: #002A34;
    white-space: normal; }
  .plsa-table-programme .smallColumn-c8 {
    width: 120px;
    vertical-align: top;
    background: #ECEEEE;
    color: #002A34;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c1 {
    vertical-align: top;
    background: #B9005A;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c2 {
    vertical-align: top;
    background: #002A34;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c3 {
    vertical-align: top;
    background: #167279;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c4 {
    vertical-align: top;
    background: #52AAA9;
    color: #FFFFFF;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c5 {
    vertical-align: top;
    background: #7DBFBE;
    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: #002A34;
    white-space: normal; }
  .plsa-table-programme .tableColumn-c8 {
    vertical-align: top;
    background: #ECEEEE;
    color: #002A34;
    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; } }

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

*[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: #1da1f2;
  font-size: 22px; }

.mainContent .DnnModule-DNN_HTML .plsa-container .middleBg, .mainContent .DnnModule-DNN_HTML .plsa-container .bottomBg {
  background: #ECEEEE;
  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: #B9005A;
  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: #ECEEEE;
  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: #ECEEEE;
    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: #B9005A; }
    .event-banner-wrapper h1.plsa-c2-emp-xlarge > a {
      color: #002A34; }
    .event-banner-wrapper h1.plsa-c3-emp-xlarge > a {
      color: #167279; }
    .event-banner-wrapper h1.plsa-c4-emp-xlarge > a {
      color: #52AAA9; }
    .event-banner-wrapper h1.plsa-c5-emp-xlarge > a {
      color: #7DBFBE; }
    .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: #B9005A; }
    .event-banner-wrapper h2.plsa-c2-emp-large > a {
      color: #002A34; }
    .event-banner-wrapper h2.plsa-c3-emp-large > a {
      color: #167279; }
    .event-banner-wrapper h2.plsa-c4-emp-large > a {
      color: #52AAA9; }
    .event-banner-wrapper h2.plsa-c5-emp-large > a {
      color: #7DBFBE; }
    .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-twitter-after:after {
  padding-left: 7px; }

.plsa-icon-fa-twitter-before:before {
  padding-right: 7px; }

.plsa-icon-fa-youtube-after:after {
  padding-left: 7px; }

.plsa-icon-fa-youtube-before:before {
  padding-right: 7px; }

.plsa-icon-fa-linkedin-after:after {
  padding-left: 7px; }

.plsa-icon-fa-linkedin-before:before {
  padding-right: 7px; }

.plsa-icon-fa-facebook-after:after {
  padding-left: 7px; }

.plsa-icon-fa-facebook-before:before {
  padding-right: 7px; }

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

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

a.secondary.plsa-icon-fa-twitter, a.secondary.plsa-icon-fa-twitter-after, a.secondary.plsa-icon-fa-twitter-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px; }
  a.secondary.plsa-icon-fa-twitter:hover:after, a.secondary.plsa-icon-fa-twitter-after:hover:after, a.secondary.plsa-icon-fa-twitter-before:hover:after {
    display: inline-block;
    color: #1da1f2; }

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

a.secondary.plsa-icon-fa-facebook, a.secondary.plsa-icon-fa-facebook-after, a.secondary.plsa-icon-fa-facebook-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px; }
  a.secondary.plsa-icon-fa-facebook:hover:after, a.secondary.plsa-icon-fa-facebook-after:hover:after, a.secondary.plsa-icon-fa-facebook-before:hover:after {
    display: inline-block;
    color: #39579a; }

a.secondary.plsa-icon-fa-youtube, a.secondary.plsa-icon-fa-youtube-after, a.secondary.plsa-icon-fa-youtube-before {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px; }
  a.secondary.plsa-icon-fa-youtube:hover:after, a.secondary.plsa-icon-fa-youtube-after:hover:after, a.secondary.plsa-icon-fa-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 #002A34;
  -moz-box-shadow: 0 0 10px 1px #002A34;
  box-shadow: 0 0 10px 1px #002A34;
  border: 2px solid #ECEEEE; }

.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: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"]:-moz-placeholder, .error input[type="text"]:-moz-placeholder {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"]::-moz-placeholder, .error input[type="text"]::-moz-placeholder {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"]:-ms-input-placeholder, .error input[type="text"]:-ms-input-placeholder {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"]::placeholder, .error input[type="text"]::placeholder {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"].plsa-placeholder, .error input[type="text"].plsa-placeholder {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #52AAA9; }

input[type="text"]:focus::-webkit-input-placeholder, .error input[type="text"]:focus::-webkit-input-placeholder {
  color: #ECEEEE; }

input[type="text"]:focus:-moz-placeholder, .error input[type="text"]:focus:-moz-placeholder {
  color: #ECEEEE; }

input[type="text"]:focus::-moz-placeholder, .error input[type="text"]:focus::-moz-placeholder {
  color: #ECEEEE; }

input[type="text"]:focus:-ms-input-placeholder, .error input[type="text"]:focus:-ms-input-placeholder {
  color: #ECEEEE; }

input[type="text"]:focus::placeholder, .error input[type="text"]:focus::placeholder {
  color: #ECEEEE; }

input[type="text"]:focus.plsa-placeholder, .error input[type="text"]:focus.plsa-placeholder {
  color: #ECEEEE; }

.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: Georgia, Times, "Times New Roman", serif; }

body {
  background-repeat: no-repeat;
  background-position-y: 200px;
  color: #002A34; }
  body:not(.edit) main.mainContent *:not(select):not(.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.250em; }

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: 3px;
  margin-bottom: 0.313em; }

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 #a4d2d2;
  margin: 0;
  max-width: none;
  margin-bottom: 30px; }

a {
  font-weight: 600; }
  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: #002A34;
  background: #FFFFFF;
  border: 1px solid #002A34;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 24px;
  width: 100%;
  background-image: url(/Portals/_default/Skins/PLSA/images/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: transparent; }
  select:focus {
    color: #002A34;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 42, 52, 0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 42, 52, 0.9);
    box-shadow: 0px 0px 5px 0px rgba(0, 42, 52, 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 #52AAA9;
  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 #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); }

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 {
  margin-bottom: 10px; }
  .mainContent ul li {
    list-style-type: none; }

.mainContent .DnnModule-DispatchDetail .plsa-container:not(.container-edit) ul, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul {
  margin-left: 35px; }
  .mainContent .DnnModule-DispatchDetail .plsa-container:not(.container-edit) ul li, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li {
    text-indent: -1em; }
    .mainContent .DnnModule-DispatchDetail .plsa-container:not(.container-edit) ul li > div, .mainContent .DnnModule-DNN_HTML .plsa-container:not(.container-edit) ul li > div {
      display: inline; }

.mainContent .DnnModule-DispatchDetail .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 #52AAA9;
  color: #002A34;
  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 #52AAA9;
    color: #002A34;
    -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); }

.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: #ECEEEE;
  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;
    /*&:after {
                        @extend %plsa-icon-fa-caret-right;
                        padding-left: $plsa-megamenu-default-icons-padding;
                        color: $plsa-color-c4;
                        display: inline;
                    }*/ }
    .plsa-sidemenu.lvl-1 > li > a i {
      display: inline;
      padding-left: 5px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #52AAA9; }
    .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 {
    /*&:after {
                            @extend %plsa-icon-fa-caret-down;
                        }*/ }
    .plsa-sidemenu.lvl-1 > li.selected > a i {
      color: #B9005A; }
    .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 {
    /*&:after {
                            @extend %plsa-icon-fa-caret-down;
                        }*/ }
  .plsa-sidemenu.lvl-1 > li.parentSelected > i {
    color: #002A34; }

.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-dropdown.plsa-accordion {
  background: #ECEEEE;
  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: #002A34;
        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: #ECEEEE;
    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 .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 #002A34;
    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: #52AAA9; }
  .plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-month.selected > a, .plsa-sidemenu.plsa-viewpointmenu .viewpointmenu-article.selected > a {
    color: #B9005A; }

ul.breadcrumbTabbedMenu {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 15px; }
  ul.breadcrumbTabbedMenu > li {
    display: inline-block; }
    ul.breadcrumbTabbedMenu > li.selected a {
      color: #B9005A; }
    ul.breadcrumbTabbedMenu > li a {
      padding: 0 12px;
      display: inline-block; }
      ul.breadcrumbTabbedMenu > li a:after {
        content: '';
        width: 2px;
        height: 14px;
        background-color: #002A34;
        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 #002A34;
    margin-bottom: 0.7rem; }
  .my-plsa-menu-container .my-plsa-menu ul.myPLSAMenu {
    margin: 0;
    padding: 18px 45px;
    background: #167279;
    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: #52AAA9;
        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: #167279;
    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: #52AAA9;
  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: #ECEEEE; }
    @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: #002A34;
          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-family: "FontAwesome";
        content: "\f0da";
        font-style: normal;
        font-weight: normal;
        font-size: 98%;
        border: 0;
        position: static;
        display: inline;
        padding-left: 7px;
        color: #52AAA9; }
      nav#headerNav .submenu .li-page > a:hover:after {
        color: #52AAA9; }
      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-family: "FontAwesome";
          content: "\f0da";
          font-style: normal;
          font-weight: normal;
          font-size: 98%;
          border: 0;
          position: static;
          display: inline;
          padding-left: 7px;
          color: #52AAA9; }
        nav#headerNav .submenu .li-html .plsa-icon-fa-caret-right-after:hover:after {
          color: #52AAA9; }
      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 .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: #B9005A;
        padding: 16px;
        height: 100%;
        width: 100%;
        display: inline-block; }
    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: #002A34; }
      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 .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-family: "FontAwesome";
            content: "\f00d";
            font-style: normal;
            font-weight: normal;
            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: #002A34; } }
        header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon {
          padding: 10px;
          margin: 0 20px;
          width: 100px;
          text-align: center;
          border-bottom: 2px solid #52AAA9;
          min-width: 0;
          vertical-align: middle; }
          header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:hover {
            border-bottom-color: #86c4c3; }
          header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:focus {
            -webkit-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
            -moz-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
            box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9); }
          header .header.search-expanded .dnnUserMenu .searchAction > span > a.plsa-icon:visited {
            color: #FFFFFF;
            background: #86c4c3;
            border: none; }
        @media screen and (min-width: 64em) {
          header .header.search-expanded .dnnUserMenu .searchAction:before {
            font-family: "FontAwesome";
            content: "\f002";
            font-style: normal;
            font-weight: normal;
            font-size: 98%;
            color: white;
            position: static;
            cursor: pointer;
            margin-right: -24px; } }
        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: "Gotham XNarrow A", "Gotham XNarrow B";
            text-transform: uppercase;
            font-weight: 600; }
            header .header .dnnUserMenu .searchAction > span > a.plsa-icon:before {
              font-family: "FontAwesome";
              content: "\f002";
              font-style: normal;
              font-weight: normal;
              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: "Gotham XNarrow A", "Gotham XNarrow B";
              text-transform: uppercase;
              font-weight: 600;
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              display: inline-block;
              vertical-align: bottom; }
              header .header .dnnUserMenu .userAction > a:before {
                font-family: "FontAwesome";
                content: "\f007";
                font-style: normal;
                font-weight: normal;
                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-family: "FontAwesome";
              content: "\f2be";
              font-style: normal;
              font-weight: normal;
              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-family: "FontAwesome";
                content: "\f235";
                font-style: normal;
                font-weight: normal;
                font-size: 98%; }
              header .header .dnnUserMenu .loginAction > a:after {
                font-family: "FontAwesome";
                content: "\f007";
                font-style: normal;
                font-weight: normal;
                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 .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%; }
              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: "Gotham XNarrow A", "Gotham XNarrow B";
            text-transform: uppercase;
            font-weight: 600; }
            header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .searchAction > span > a.plsa-icon:before {
              font-family: "FontAwesome";
              content: "\f002";
              font-style: normal;
              font-weight: normal;
              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: "Gotham XNarrow A", "Gotham XNarrow B";
              text-transform: uppercase;
              font-weight: 600; }
              header .header-sticky.header-is-anchored.plsa-force-mobile .header:not(.search-expanded) .dnnUserMenu .userAction > a:before {
                font-family: "FontAwesome";
                content: "\f007";
                font-style: normal;
                font-weight: normal;
                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#topRightHeaderNav > ol, header .topHeader nav#topRightHeaderNav .loginAction, header .topHeader nav#topRightHeaderNav .searchAction, header .topHeader nav#topRightHeaderNav .userAction {
      display: inline-block; }
    header .topHeader nav#topRightHeaderNav .searchAction {
      padding-left: 20px;
      padding-right: 20px; }
      header .topHeader nav#topRightHeaderNav .searchAction > span > .searchInputContainer {
        display: none !important; }
    header .topHeader nav#topRightHeaderNav .loginAction {
      padding-left: 20px; }
    header .topHeader nav#topRightHeaderNav .userAction {
      padding-left: 20px; }
      header .topHeader nav#topRightHeaderNav .userAction > a:before {
        font-family: "FontAwesome";
        content: "\f2be";
        font-style: normal;
        font-weight: normal;
        font-size: 98%;
        padding-right: 5px;
        display: inline-block; }
    @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(185, 0, 90, 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: 90%; }
    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 {
        color: #ce4d8c; }
        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 .searchAction .searchInputContainer .NormalTextBox {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        @media screen and (min-width: 64em) {
          header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction .searchInputContainer .NormalTextBox {
            border-bottom-color: #FFFFFF; } }
      header .header-sticky.header-is-stuck .header .dnnUserMenu .searchAction .searchInputContainer > .dnnSearchBoxClearText {
        display: none !important; }
      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: #000000;
          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 .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 .dnnUserMenu {
        width: 100%; }
        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; }
          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: #52AAA9; }
  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: #5c9da1; }
  @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 #002A34; }

footer .footerWrapper .footerMenu li:not(:last-child) a {
  padding-right: 15px; }

footer .footerWrapper .copyright {
  text-align: right; }
  footer .footerWrapper .copyright span:not([href]) {
    color: #002A34;
    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: #B9005A;
      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 .mainMenu {
      width: -webkit-calc(100% - 170px);
      /** Safari 6, Chrome 19-25 **/
      width: -moz-calc(100% - 170px);
      /** FF 4-15  **/
      width: calc(100% - 170px);
      background: #002A34;
      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-family: "FontAwesome";
          content: "\f002";
          font-style: normal;
          font-weight: normal;
          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: #ce4d8c; }
        .off-canvas .offCanvasHeader .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:visited {
          color: #FFFFFF;
          background: #86c4c3;
          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-family: "FontAwesome";
          content: "\f235";
          font-style: normal;
          font-weight: normal;
          font-size: 98%;
          font-size: 16px;
          font-size: 1rem; }
        .off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a:after {
          font-family: "FontAwesome";
          content: "\f007";
          font-style: normal;
          font-weight: normal;
          font-size: 98%;
          font-size: 16px;
          font-size: 1rem;
          font-size: initial;
          color: white; }
        .off-canvas .offCanvasHeader .offCanvasHeaderMenu .userAction > a:hover:after {
          color: #ce4d8c; }
    .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-family: "FontAwesome";
            content: "\f00d";
            font-style: normal;
            font-weight: normal;
            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 #52AAA9;
          vertical-align: middle; }
          .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:hover {
            border-bottom-color: #86c4c3; }
          .off-canvas .offCanvasHeader.search-expanded .offCanvasHeaderMenu .searchAction > span > a.plsa-icon:focus {
            -webkit-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
            -moz-box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 0.9);
            box-shadow: 0px 0px 0px 1px rgba(82, 170, 169, 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: #002A34;
    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: #ECEEEE;
              text-decoration: none; }
            .off-canvas .offCanvasMenu nav#OffCanvasMainMenu .is-drilldown-submenu.is-active .js-drilldown-back > a::before {
              color: #52AAA9;
              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 {
          color: #52AAA9;
          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 {
        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: #ECEEEE; }
      .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 {
      color: #52AAA9;
      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 {
      color: #52AAA9;
      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 #a4d2d2;
  margin: 0 !important; }
  .plsaBreadCrumbRow.no-border {
    border-bottom: 0; }
  .plsaBreadCrumbRow .breadcrubm-back-btn {
    color: #52AAA9;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    text-transform: uppercase;
    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: "Gotham XNarrow A", "Gotham XNarrow B";
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      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: "Gotham XNarrow A", "Gotham XNarrow B";
  text-transform: uppercase;
  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: #002A34;
        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: #1da1f2; }
    .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: #002A34; }
    .plsa-page-shareableActions .plsa-share-social .page-share-email:hover {
      color: #4d6a71;
      text-decoration: underline; }

.plsa-cookie-policy-wrapper {
  background: #a4d2d2;
  margin-bottom: 5px; }
  .plsa-cookie-policy-wrapper .plsa-cookie-policy {
    padding-top: 10px;
    padding-bottom: 10px; }
  .plsa-cookie-policy-wrapper .plsa-cookie-message {
    text-align: justify; }
  .plsa-cookie-policy-wrapper .plsa-cookie-actions {
    text-align: right; }
    @media screen and (min-width: 40em) {
      .plsa-cookie-policy-wrapper .plsa-cookie-actions {
        width: 180px; } }
    @media screen and (max-width: 39.9375em) {
      .plsa-cookie-policy-wrapper .plsa-cookie-actions a:not([href]) {
        display: inline-block;
        width: 100%; } }

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

.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: #167279;
  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: #002A34; } }

@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: #002A34; }
    .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: #167279;
    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: #002A34;
  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); }

.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: #ECEEEE; }
    .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: #0c727a;
  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: #167279 !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: #167279 !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-family: "FontAwesome";
      content: "\f053";
      font-style: normal;
      font-weight: normal;
      font-size: 98%;
      font-size: 16px;
      font-size: 1rem; }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerNext > a {
    font-size: 0; }
    .DnnModule-SilverbearDnnExtensionsCrmWebShopProductListing .webshopProductListing .pagerNext > a:after {
      font-family: "FontAwesome";
      content: "\f054";
      font-style: normal;
      font-weight: normal;
      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: #002A34; }
  .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(/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 #002A34;
  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: #002A34; }
    .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem:not(.isSelected) .btn {
      background: #4d6a71; }
      .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketPaymentMethods .control-group > .controls .paymentMethodItem:not(.isSelected) .btn:hover {
        background: #002A34; }

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .webshop.basket .basketItems {
  border: 2px solid #002A34;
  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 #002A34;
  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 #002A34;
  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 #002A34;
  display: inline-block;
  width: 49%;
  padding: 16px 45px; }

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .address.billing .confirmation-billingAddress {
  float: none; }

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart {
  border: 2px solid #002A34;
  padding: 16px 45px; }
  .DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.cart fieldset > .basketItem {
    border-bottom: 1px solid #002A34; }
    .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 #002A34;
  padding: 16px 45px; }

.DnnModule-SilverbearDnnExtensionsCrmWebShopCheckout .confirmation.ordersummary {
  border: 2px solid #002A34;
  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(css/scss/images/loading.gif);
  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 #002A34;
    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 #52AAA9;
  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 #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); }

.DnnModule-Authentication .dnnForm.dnnLoginService.dnnClear.SilverbearLogin {
  width: auto;
  padding: 32px 16px;
  margin: 0 auto;
  background: rgba(236, 238, 238, 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 #52AAA9;
  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: #167279; }

.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: #52AAA9;
        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 #002A34; }
  .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 #52AAA9; }
    .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 #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); }

.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: white;
    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: #B9005A;
    border-radius: 5px;
    color: white;
    font-family: "Gotham XNarrow A", "Gotham XNarrow B";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    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;
      text-transform: uppercase;
      font-family: "Gotham XNarrow A", "Gotham XNarrow B";
      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: #ECEEEE; }

.DnnModule-SilverbearEventListing .listing-events-wrapper .event {
  padding: 0;
  height: 100%;
  position: relative;
  margin-top: 20px; }

.DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop {
  position: absolute;
  background-color: rgba(82, 170, 169, 0.8);
  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: "Gotham XNarrow A", "Gotham XNarrow B";
    position: absolute;
    bottom: 0%;
    right: 0%;
    background-color: #B9005A;
    color: white;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
    .DnnModule-SilverbearEventListing .listing-events-wrapper .eventTop .eventType.Conference {
      background-color: #002A34; }

.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: #F8F8F8;
  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; }
  .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 {
      font-family: "Gotham XNarrow A", "Gotham XNarrow B";
      color: white;
      font-weight: bold;
      background-color: #52AAA9;
      font-size: 14px;
      margin-left: 15px;
      border-radius: 5px;
      display: inline-block;
      padding: 7px 18px; }
    .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: "Gotham XNarrow A", "Gotham XNarrow B";
  color: #002A34;
  font-weight: bold;
  text-transform: uppercase;
  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: #002A34;
    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: #002A34;
    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: "Gotham XNarrow A", "Gotham XNarrow B"; }

.DnnModule-SilverbearEventDetail select {
  background-image: url(/Portals/_default/Skins/PLSA/images/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 #ECEEEE;
    -moz-box-shadow: 0 0 5px #ECEEEE;
    box-shadow: 0 0 5px #ECEEEE; }

@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(/Portals/_default/Skins/PLSA/images/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 #ECEEEE;
      -moz-box-shadow: 0 0 5px #ECEEEE;
      box-shadow: 0 0 5px #ECEEEE; }
  .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: #B9005A; }
  .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%; } }

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

.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: #ECEEEE; }
  .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: #52AAA9;
      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 #002A34; }

@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 #002A34;
  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% - 170px);
  /** Safari 6, Chrome 19-25 **/
  width: -moz-calc(100% - 170px);
  /** FF 4-15  **/
  width: calc(100% - 170px);
  padding-left: 25px;
  word-break: break-word;
  word-wrap: break-word; }

.plsa-dispatchArticle-news .articleURL:after {
  margin-left: 5px;
  display: inline-block;
  color: #52AAA9; }

.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 #002A34; }

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

.plsa-dispatch-search-container {
  padding: 10px 15px;
  background: #ECEEEE; }
  .plsa-dispatch-search-container select.search__control {
    background-image: url(/Portals/_default/Skins/PLSA/images/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: white; }
  .plsa-dispatch-search-container input.search__control, .plsa-dispatch-search-container select.search__control {
    border: 1px solid #002A34; }
  .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-family: "FontAwesome";
      content: "\f147";
      font-style: normal;
      font-weight: normal;
      font-size: 98%;
      display: inline-block; }
    .plsa-dispatch-search-container .plsa-accordion-content .contentSearch {
      background: #ECEEEE;
      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 {
      text-transform: uppercase;
      font-family: "Gotham XNarrow A", "Gotham XNarrow B";
      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; } }

.fuchsia-container .fuchsia-container-box {
  background: #fff;
  border: 4px solid #B9005A;
  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: #B9005A; }
  .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: #ECEEEE; }

.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 #002A34;
    -moz-box-shadow: 0 0 10px 1px #002A34;
    box-shadow: 0 0 10px 1px #002A34;
    border: 2px solid #ECEEEE;
    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: #B9005A;
  font-size: 0.85rem;
  text-decoration: none; }

.ModDNNMastersSEOSiteMapC .ParentNode a {
  color: #002A34;
  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: "Gotham XNarrow A", "Gotham XNarrow B";
      color: #B9005A;
      margin-bottom: 0px; }
    .keystats-container .keystats-wrapper .keystats-item p.item {
      font-size: 24px;
      font-weight: 300; }
  .keystats-container .keystats-wrapper .keystats-item:nth-child(1) {
    background-image: url("/portals/0/Images/Events/KeyStats/Icon-1.png"); }
  .keystats-container .keystats-wrapper .keystats-item:nth-child(2) {
    background-image: url("/portals/0/Images/Events/KeyStats/Icon-2.png"); }
  .keystats-container .keystats-wrapper .keystats-item:nth-child(3) {
    background-image: url("/portals/0/Images/Events/KeyStats/Icon-3.png"); }
  .keystats-container .keystats-wrapper .keystats-item:nth-child(4) {
    background-image: url("/portals/0/Images/Events/KeyStats/Icon-4.png"); }
  .keystats-container .keystats-wrapper .keystats-item:nth-child(5) {
    background-image: url("/portals/0/Images/Events/KeyStats/Icon-5.png"); }
  @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 black;
    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: #167279;
        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 #002A34;
      padding: 16px; }
      .bannerTitle .plsa-accordion-head span:after {
        font-family: "FontAwesome";
        content: "\f0d7";
        font-style: normal;
        font-weight: normal;
        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-family: "FontAwesome";
          content: "\f0da";
          font-style: normal;
          font-weight: normal;
          font-size: 98%; }
    .bannerTitle .plsa-accordion.plsa-accordion-open > .plsa-accordion-head span:after {
      font-family: "FontAwesome";
      content: "\f0d8";
      font-style: normal;
      font-weight: normal;
      font-size: 98%; }
    .bannerTitle .plsa-accordion.plsa-accordion-open > .plsa-accordion-content {
      border: 2px solid #002A34;
      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 #002A34;
    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 #002A34;
    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: #B9005A;
      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 #B9005A;
      animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .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 #B9005A; } }
    .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: #B9005A;
    display: block; }
  .topic-widget-container button {
    padding: 10px;
    border: 1px solid grey; }

#crcAdminApp input[readonly] {
  cursor: pointer; }

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

.pagination .resource-pages {
  text-align: center; }
  .pagination .resource-pages button {
    background: #002A34;
    color: white; }
    .pagination .resource-pages button:hover {
      background: #B9005A;
      color: white; }
  .pagination .resource-pages .selected-page button {
    background: #B9005A;
    color: white; }

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

.dnnFormMessage.dnnFormWarning {
  display: none; }

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