@charset "UTF-8";
/* Colours */
.hidden {
  display: none;
  visibility: 0;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* fonts - get them over and done with  (@fontface rules go here) */
@font-face {
  font-family: 'SourceSansProRegular';
  src: url("/assets/fonts/SourceSansPro-Regular-webfont.eot");
  src: url("/assets/fonts/SourceSansPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SourceSansPro-Regular-webfont.woff") format("woff"), url("/assets/fonts/SourceSansPro-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'YanoneKaffeesatzRegular';
  src: url("/assets/fonts/YanoneKaffeesatz-Regular-webfont.eot");
  src: url("/assets/fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/YanoneKaffeesatz-Regular-webfont.woff") format("woff"), url("/assets/fonts/YanoneKaffeesatz-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*

	CSS for PCN Britain
	by Stephen Ireland @ I V Y P A R K M E D I A

*/
html {
  background-color: #fff2de;
}

body {
  text-align: center;
  color: #4C473B;
  font: 100%/1.5 Arial, Helvetica,sans-serif;
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#container {
  overflow: hidden;
}

.inner-container {
  background-color: #10061f;
}

div.wrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

h1, h2, .price {
  font-family: 'YanoneKaffeesatzRegular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2151a7;
  margin-bottom: .5em;
  line-height: 1em;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #254484;
  margin-bottom: .5em;
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

strong, th, b {
  font-weight: bold;
}

.feedback label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #254484;
  margin-bottom: .5em;
  font-size: 18px;
}

ul, ol {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding-left: 1.25em;
}

p, ul, ol {
  margin-bottom: 1.5em;
}

p.small {
  font-size: 85%;
}

.clearfix {
  display: block;
  clear: both;
}

img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #2151a7;
  text-decoration: none;
}

a:hover {
  color: #2151a7;
}

h3 a {
  color: #2151a7;
}

h2, h2 a, aside.listing h2 a {
  color: #2151a7;
}

/* TOPPER -------------------*/
.topper {
  color: #fff;
  background-color: #254484;
  background-image: url(/assets/img/2018/blue_bg_no_star2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* HEADER/BRANDING -------------------*/
.logo {
  padding: 15px 10px 0;
}

.logo img.circle {
  width: 122px;
  height: 122px;
  margin: 0 auto 1em auto;
  display: block;
}

.logo img.logotype {
  display: block;
  float: left;
  margin-bottom: 0;
}

/* masthead -------------------*/
.masthead .intro {
  text-align: center;
}

.message-container {
  clear: both;
  overflow: hidden;
  background-image: url(/assets/img/2018/stars2.png);
  background-size: cover;
  padding: 1em 10px 2em;
}

.message-container h2 {
  color: #fff;
}

.message-quote p {
  margin-top: 0;
}

.headshot-video {
  position: relative;
  margin: 0 10%;
}

/* UTILITIES -------------------*/
#utilities {
  overflow: hidden;
}

#utilities .utilities-nav ul {
  margin: 0;
  padding: 0;
}

#utilities .utilities-nav li {
  float: left;
  list-style: none;
}

#utilities .utilities-nav li.last {
  float: right;
}

#utilities .utilities-nav li a {
  padding: 0.5em 10px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#utilities #search-box {
  clear: both;
  width: 100%;
  background-color: transparent;
  display: none;
}

#utilities #search-box .search {
  margin: 2px;
  border: 2px solid #DFC77E;
  padding: 0;
  position: relative;
}

.hiddenFields {
  position: absolute;
}

#utilities .search input {
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  color: #DFC77E;
  font-size: 16px;
  line-height: 16px;
}

#utilities .search input[type=text] {
  background-color: transparent;
  padding: 2px 6px;
  display: block;
  width: 94%;
}

#utilities .search input[type=text]:focus {
  outline: none;
}

#utilities .search .submit {
  position: absolute;
  right: 2px;
  top: 2px;
}

/* NAVIGATION -------------------*/
nav.main {
  overflow: hidden;
}

nav.main a {
  color: #DFC77E;
  font-weight: bold;
  font-size: 16px;
}

/* #menu is the original menu */
#menu {
  display: none;
}

.slicknav_menu {
  display: block;
  background: transparent;
  padding: 0;
}

.slicknav_btn {
  border-radius: 0;
  background: transparent;
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
}

.slicknav_menu ul li {
  float: left;
  width: 49%;
}

.slicknav_nav {
  background-color: #254484;
}

.slicknav_nav a {
  padding: 5px;
  text-align: center;
}

nav.main ul {
  font-size: 15px;
  padding-left: 0;
  margin-bottom: 0;
}

.slicknav_nav a:hover {
  background: transparent;
  color: #fff;
}

.menu-bg {
  background-color: #2151a7;
}

/* SUBNAV --------- */
#subnav {
  overflow: hidden;
  border-bottom: 3px solid #D9B582;
}

#subnav h1, #subnav h1 a {
  text-align: center;
  color: #744500;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: 40px;
}

#subnav ul {
  padding: 0;
  margin: 0;
}

#subnav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 49.9%;
}

#subnav li a {
  display: block;
  padding: .75em 1em;
  color: #744500;
  text-align: center;
  text-decoration: none;
}

#subnav li select {
  display: block;
  margin: .75em 5%;
  width: 90%;
}

.simple-link-list {
  margin: 0 0 1em -2.49%;
  padding: 0;
  overflow: hidden;
}

.simple-link-list li {
  list-style: none;
  margin-left: 2.49%;
}

.simple-link-list li a {
  padding: .5em 1em;
  display: block;
  border-bottom: 1px solid #D9B582;
}

/* PAGE LAYOUT -------------------*/
#main-content {
  word-wrap: break-word;
  padding: 0;
}

#sidebar {
  word-wrap: break-word;
}

footer {
  clear: both;
  padding: 20px 0;
  background-color: #10061f;
  color:   #fff;
}

.post-type {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p.readmore a, p.readmore span {
  padding: .5em .75em;
  display: inline-block;
  background-color: #F4E9D9;
  color: #733C00;
  display: block;
  text-align: center;
  margin-bottom: 1px;
  clear: both;
}

/* SIDEBAR  --------- */
#sidebar h3 {
  font-size: 15px;
}

aside.about {
  background-color: #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
}

aside.news {
  padding: 20px 0;
  margin-bottom: 20px;
}

#main-content article blockquote {
  font-style: italic;
}

#sidebar aside ul {
  margin-left: 0;
  padding-left: 0;
}

#sidebar aside li {
  list-style: none;
  margin-bottom: .5em;
}

#sidebar aside.listing li {
  list-style: none;
  margin-bottom: 1em;
}

#sidebar aside.listing ul ul {
  padding-top: 1em;
}

#sidebar aside.listing li li {
  padding-left: 1.25em;
  background-image: url(/assets/img/nested_cat_indicator.png);
  background-repeat: no-repeat;
  background-position: 6px 0;
}

#sidebar aside ul.compact {
  padding-left: 0;
}

#sidebar aside.listing ul.compact li {
  font-size: 12px;
  list-style: none;
  margin-bottom: .5em;
}

#sidebar aside.listing ul.compact li a {
  text-decoration: none;
}

#sidebar aside.listing ul.compact li strong {
  color: #222;
}

#sidebar nav {
  margin-bottom: 2em;
}

#sidebar aside.resources ul.tabs {
  border-bottom: 1px solid #3d170f;
}

#sidebar aside.resources ul.tabs li {
  margin-bottom: 0;
  border-right: none;
  margin-right: 1px;
}

aside.contact {
  margin-bottom: 1em;
  background-color: #e1e1e1;
  padding: 10px;
}

aside.gallery {
  margin-bottom: 2em;
}

/*  About PCN: Contact Us -------------------------------------- */
.feedback label, .feedback input {
  display: block;
}

/*  Events: Calendar -------------------------------------- */
.vevent {
  border-bottom: 1px solid #D9B582;
  padding: 1em 0 .5em;
}

.event-info {
  padding-left: 0;
}

.event-info li {
  list-style-type: none;
}

.large_calendar table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.large_calendar table tr {
  vertical-align: top;
}

.large_calendar table th,
.large_calendar table td {
  text-align: center;
}

#month_year a {
  font-size: 20px;
  width: 19.5%;
  padding: 1em 0;
  display: block;
  float: left;
}

.large_calendar th.day_of_week {
  width: 135px;
  background-color: #2151a7;
  padding: .5em;
  color: #fff;
}

.large_calendar td.day_cell {
  width: 134px;
  height: 70px;
  background-color: #f1f1f1;
  border-left: 1px solid #2151a7;
  border-top: 1px solid #2151a7;
}

.large_calendar td.day_cell.current {
  background-color: #fff;
}

.large_calendar td.day_cell.current.today {
  background-color: #FFFCD7;
}

.large_calendar td.day_cell span.num {
  background-color: #DCDCDC;
  padding: 3px;
  display: block;
}

.large_calendar td.day_cell.current.today span.num {
  background-color: #E9E9B6;
}

.large_calendar td.day_cell a {
  font-size: 11px;
  text-align: left;
  line-height: 12px;
  display: block;
  padding: 4px;
  background-color: #fef4f2;
  border-top: 3px solid #56342D;
}

.large_calendar td.day_cell a.group_events {
  border-top: 3px solid #0D6B11;
  color: #0D6B11;
}

.large_calendar td.day_cell .date a {
  background-color: #8b5951;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding: 0 3px;
  line-height: 12px;
  line-height: 24px;
  border: 0;
}

#main-content p.pagination {
  overflow: hidden;
  text-align: center;
  padding: .5em 0;
}

#main-content p.pages {
  clear: both;
  text-align: center;
}

#main-content p.pagination strong, #main-content p.pagination a {
  display: block;
  font-weight: bold;
  float: left;
  padding: .5em 1em;
  margin-right: .2em;
  margin-bottom: .2em;
}

#main-content p.pagination a {
  background-color: #2151a7;
  color: #fff;
}

#main-content p.pagination strong {
  background-color: #f4e9d9;
  color: #744500;
}

p.datelink {
  font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  color: #735745;
  text-transform: uppercase;
}

.news-article {
  border-bottom: 1px solid #D9B582;
  padding: 1em 0 .75em;
}

.news-article a {
  color: #4C473B;
}

.news-article h3 {
  margin-top: 0;
}

article.detail h1 {
  margin-top: 0;
}

/* MODULE:EIGHT POINTS --------- */
.eight-points {
  background-color: #254484;
  padding: 1em 2em 2em;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.eight-points h2 {
  color: #fff;
}

.eight-points p, .eight-points p a {
  color: #FFE3BA;
  margin-bottom: 0;
}

.eight-points p a {
  text-decoration: underline;
  display: inline-block;
  font-style: italic;
}

.eight-points article p {
  font-style: italic;
  font-weight: normal;
  color: #fff;
  margin-bottom: .5em;
}

/* MODULE:LISTING --------- */
.search_by_region {
  background-color: #FFE3BA;
  overflow: hidden;
  border-top: 5px solid #254484;
  padding: 0;
  margin-bottom: 1em;
}

.search_by_region li {
  list-style: none;
}

.search_by_region h3 {
  padding-left: 1em;
}

aside.listing {
  padding: 1em;
  background: url(/assets/img/aside_bg-trans.png);
  background: rgba(153, 66, 26, 0.2);
  border-top: 5px solid #264584;
  margin-bottom: 1em;
}

aside.listing h2 {
  margin-top: .25em;
  margin-bottom: .75em;
}

aside.listing article {
  padding: 0;
  border-bottom: 1px solid #D9B582;
}

aside.listing article a {
  padding: .25em 0 .75em;
  display: block;
}

aside.listing article h3 {
  margin-bottom: 0;
}

aside.listing article p {
  margin: 0;
}

/* PROGRESSIVE  --------- */
aside.listing.progressive {
  background-color: #fff;
  text-align: center;
}

aside.listing.progressive article {
  border: none;
  color: #4C473B;
}

aside.listing.progressive article a {
  color: #4C473B;
}

aside.listing.progressive img {
  margin: 1em auto;
}

/* SOCIAL  --------- */
aside.social {
  padding: 1em;
  background-color: #254484;
  background-repeat: no-repeat;
  color:   #254484;
  margin-bottom: 1em;
}

.social p {
  font-size: 0.95em;
  margin-bottom: 0;
}

aside.social h2 {
  margin-top: 0;
}

aside.social h2, aside.social p a {
  color: #fff;
}

aside.social a:hover {
  text-decoration: none;
}

ul.social {
  margin: 0 auto 1em auto;
  padding: 0;
}

ul.social li {
  display: block;
  font-size: 16px;
  margin-bottom: .5em;
}

ul.social li a,
li.social a {
  display: inline-block;
  height: 29px;
  background-repeat: no-repeat;
  line-height: 29px;
  padding-left: 36px;
  text-decoration: none;
  color: #f1f1f1;
}

li.social {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0;
}

li.social a {
  padding-left: 36px !important;
  font-size: 0;
}

ul.social a.twitter,
li.social a.twitter {
  background-image: url(/assets/img/twitter.png);
}

ul.social a.facebook,
li.social a.facebook {
  background-image: url(/assets/img/facebook.png);
}

ul.social a.rss-feeds,
li.social a.rss-feeds {
  background-image: url(/assets/img/rss-icon.png);
}

/* Features ------------------------------------ */
.current-highlights header {
  width: 100%;
}

.current-highlights header h2 {
  margin-bottom: 1em;
}

.current-highlights article {
  /*background-color: #000;*/
  display: block;
  margin-bottom: 1rem;
}

.current-highlights article img {
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.current-highlights article.even {
  margin-left: 3%;
}

.current-highlights article .type-link {
  position: relative;
}

.current-highlights article h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 20px;
}

.current-highlights article h2 a {
  background-color: #254484;
  color: #dcc77e;
  display: block;
  padding: 5px 10px;
}

.current-highlights article h3 {
  margin: 0;
  padding: 0;
}

.current-highlights article h3 a {
  display: block;
  padding: .5em 10px;
  background-color: #000;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  min-height: 3em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#main-content .features article {
  margin: 0 0 .75em;
  padding: 0;
  border-bottom: 3px solid #D9B582;
  position: relative;
  background-color: #FCE0B8;
  overflow: hidden;
  height: 157px;
}

#main-content .features article {
  width: 48.49999%;
  float: left;
  margin: 0 3% 1em 0;
}

#main-content .features article.even {
  margin: 0 0 1em 0;
}

.features img {
  width: 100%;
}

.features h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 5px .55em 5px .75em;
}

#main-content .features h3 {
  font-size: 1em;
  color: #fff;
}

.features h3 a {
  font-weight: 200;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: .8rem;
  line-height: 1.3em;
}

/* Latest News & Blogs ------------------------------------ */
.news-events {
  clear: both;
  margin-bottom: 1em;
}

.news-events p {
  margin-bottom: 0;
}

#main-content section header h2 {
  text-align: center;
}

.news-events article a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #D9B582;
  padding: 1em 0 .75em;
}

.news-events article h3 {
  margin: 0 0 .25em;
  font-size: 1.1em;
}

article p.meta {
  font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

#main-content article p.meta .marker {
  background-image: url(/assets/img/tag_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 4px 10px 4px 4px;
  color: #fff;
}

p.more-buttons {
  margin: 2em 0;
}

aside.listing .speaker-photo {
  float: left;
  margin-right: 8px;
}

ul.compact_list {
  margin: 0;
}

ul.compact_list li {
  list-style-type: none;
  font-size: 11px;
  line-height: 14px;
  width: 49%;
  float: left;
}

ul.compact_list li a {
  display: block;
  border-bottom: 1px dotted #D9B582;
  padding: .5em 0;
  margin-right: 8px;
}

/* groupnav --------- */
.groupnav {
  overflow: hidden;
  border-bottom: 1px solid #526A93;
  margin-bottom: 1.5em;
}

.groupnav ul.tabs {
  margin-bottom: 0;
}

.groupnav ul.tabs li.selected a {
  background-color: #526A93;
  color: #fff;
}

.groupnav ul.tabs li.last {
  border-right: none;
}

/* VCARD --------- */
.org, .fn, .tel {
  display: block;
}

.locations .vcard {
  background-color: #2151a7;
  padding: 1em;
  color: #ffe3ba;
}

.locations .vcard h2 {
  color: #ffe3ba;
  border-bottom: 1px solid #FFE3BA;
  padding-bottom: .25em;
  margin-bottom: .25em;
}

.locations .vcard span.type {
  margin-right: 1em;
  font-weight: bold;
}

.locations .org {
  font-weight: bold;
  margin-bottom: 1em;
}

.locations .vcard a {
  color: #ffe3ba;
}

.locations .vcard span.value {
  text-transform: none;
  color: #ffe3ba;
}

.res_image_holder span {
  font-size: 10px;
}

.locations .vcard .website {
  margin-bottom: .5em;
}

.locations .vcard .warning {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}

/*ASIDE GROUP PROFILE */
aside.group_profile {
  background-color: #2151a7;
  color: #FFE3BA;
  padding: 15px;
  margin-bottom: 2em;
}

aside.group_profile h1,
aside.group_profile a {
  color: #FFE3BA;
}

aside.group_profile h1 {
  padding-bottom: .25em;
  margin-bottom: .25em;
  border-bottom: 1px solid #FFE3BA;
}

aside.group_profile div {
  margin-bottom: .25em;
}

aside.group_profile div span.type {
  font-weight: bold;
}

.fancybox-nav span {
  visibility: visible;
}

/*GROUP MEMBER PROFILES */
.member_photo {
  border: 1px solid #744500;
  width: 70px;
  height: 90px;
  overflow: hidden;
  margin-left: 10px;
  float: right;
  background-color: #FFE3BA;
}

.member_photo.large {
  width: 140px;
  height: 180px;
}

aside.member_story blockquote {
  font-style: italic;
  padding: 1em;
  margin: 0;
}

aside.member_story h4 {
  margin-bottom: 0;
  padding: 10px 10px 0;
}

aside.member_story p {
  font-size: 11px;
}

aside.member_story p cite {
  font-weight: bold;
}

aside.member_story .member_photo {
  margin-bottom: 10px;
}

/* GROUP BULLETINS --------- */
article img.image_right {
  float: right;
}

/* NOTES --------- */
dl {
  margin-bottom: 1em;
  -webkit-margin-before: 0;
}

dt, dd {
  -webkit-margin-start: 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0em;
}

dd {
  margin-bottom: .5em;
}

dd table {
  width: 100%;
}

/* WARNING --------- */
p.warning {
  font-size: .75em;
  line-height: 1.3em;
}

/* RESPONSIVE IMAGE HOLDER --------- */
.res-image-holder {
  float: left;
  width: 35.9%;
  margin: 4px 4% 3px 0;
}

/* RESPONSIVE PRODUCT HOLDER --------- */
.shop-home {
  clear: both;
  padding: 0 10px;
}

.shop-home header {
  text-align: center;
  margin-bottom: 1em;
}

.full-prod-image {
  height: 180px;
  overflow: hidden;
}

.full-prod-image img {
  height: 180px;
  margin-right: auto;
  width: auto;
}

/* TEAM  --------- */
#main-content header {
  text-align: center;
}

article.profile {
  clear: both;
  overflow: hidden;
  padding: 1em 0;
  text-align: center;
}

article.profile a {
  text-decoration: none;
}

article.profile .headshot {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 75px;
  margin-bottom: 1em;
}

article.profile .headshot img {
  display: block;
}

article.profile a:hover .headshot img {
  opacity: .75;
}

article.profile.single {
  margin-bottom: .5em;
}

article.profile h3 {
  margin-bottom: 0;
}

article.profile p {
  margin-bottom: 0;
}

article.profile.single p {
  margin-bottom: 1em;
}

/* TABS --------- */
ul.tabs {
  margin: 0 0 1.5em;
  padding: 0 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #43180F;
}

ul.tabs li {
  float: left;
  list-style-type: none;
  margin-left: 4px;
}

ul.tabs li a {
  display: block;
  padding: .3em .6em;
  border: 1px solid #43180F;
  border-bottom: none;
  background-color: #F4E9D9;
}

ul.tabs li.selected a {
  background-color: #43180F;
  color: #fff;
}

/* GROUP CARDS/LINKS --------- */
.group-card {
  margin: 0 0 1em;
}

.group-card a {
  padding: .5em;
  background-color: #FFE3BA;
  display: block;
  overflow: hidden;
}

.group-card-image {
  float: left;
  width: 100px;
  margin-right: 1em;
}

.group-link {
  margin: 0 0 1em;
}

.group-link h3 {
  margin: 0;
  line-height: 1em;
}

.group-link a {
  padding: .75em;
  background-color: #FFE3BA;
  display: block;
}

.group-link a span {
  font-weight: normal;
  font-size: .9em;
}

.group_slideshow {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* COMMENTS FORM --------- */
.comment-entry {
  margin-bottom: 1em;
  border: 1px solid #D9B582;
}

.comment-meta {
  background: url(/assets/img/aside_bg-trans.png);
  background: rgba(153, 66, 26, 0.2);
  padding: 9px 7px;
  margin-bottom: 1em;
  margin-top: 0;
}

.comment-entry blockquote {
  padding: 0 10px;
}

.comment-meta span {
  float: right;
  font-style: italic;
}

.comments-form {
  padding: 1em 0;
}

/* MEMBERSHIP BUTTON --------- */
.membership_options {
  text-align: center;
}

.membership_options a {
  display: block;
  background-color: #F4E9D9;
  border: 1px solid #D9B582;
  color: #733C00;
  padding: 5px;
}

.membership_options ul {
  padding-top: 1em;
}

.membership_options li strong {
  display: block;
}

.membership_options li em {
  display: block;
}

/* FOOTER --------- */
footer.siteinfo div.wrap {
  text-align: center;
}

/* HOMEPAGE */
aside.in-your-area .search_by_region {
  padding: 0 0 0 14px;
}

.intro {
  clear: both;
  color: #fff;
}

.intro h1 {
  color: #fff;
  margin-top: 0;
}

.intro p {
  margin-bottom: 1em;
}

.intro a {
  color: #DFC77E;
}

.welcome-spring {
  margin: 1em 0;
}

.welcome-spring li {
  list-style: none;
  margin: 0 5% 1px;
}

.welcome-spring li a {
  background-color: #562517;
  color: #DFC77E;
  display: block;
  padding: .5em;
  text-align: center;
}

/* ACCOUNT PAGES -------------------*/
.profile-edit {
  float: right;
}

.profile-image {
  width: auto;
  max-width: 100%;
}

/* SECTION:RESOURCES--------- */
.listing-header {
  border-bottom: 2px solid #D9B582;
}

.thumb {
  float: right;
  margin-left: 10px;
}

/* SECTION:RESOURCES PUBLICATIONS --------- */
.download {
  margin: 1em 0;
}

.download a {
  display: block;
  padding: 15px 10px 5px 52px;
  background-color: #2151a7;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  word-wrap: break-word;
}

.download a h4 {
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  padding-top: 3px;
}

.download a:hover {
  background-color: #444;
}

.download.pdf a {
  background-image: url(/assets/img/pdf_icon.png);
}

.download.doc a, .download.docx a {
  background-color: #3F87DC;
  background-image: url(/assets/img/word_icon.png);
}

.download.mp3 a {
  background-color: #BABABA;
  background-image: url(/assets/img/mp3_icon.png);
}

.download.jpg a, .download.jpeg a, .download.gif a, .download.png a, .download.bmp a {
  background-color: #EF8141;
  background-image: url(/assets/img/image_icon.png);
}

.download.doc a:hover, .download.docx a:hover {
  background-color: #246DC4;
}

.download.mp3 a:hover {
  background-color: #A1A1A1;
}

.download.jpg a:hover, .download.jpeg a:hover, .download.gif a:hover, .download.png a:hover, .download.bmp a:hover {
  background-color: #EE6D23;
}

/* SECTION:RESOURCES AUDIO--------- */
.audio {
  padding: 0;
  margin: 1em 0;
}

.audio .mejs-container {
  background-color: #ff0000;
}

/* SECTION:RESOURCES PHOTOS--------- */
ul.gallery {
  margin: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

ul.gallery li {
  list-style-type: none;
  width: 130px;
  height: 130px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* SECTION:LINKS --------- */
.links article p {
  margin-bottom: 0;
}

.links article p a {
  font-weight: bold;
}

.links article img {
  float: right;
  margin-left: 10px;
  display: block;
}

/* SECTION:SHOP --------- */
article.product {
  width: 49.9%;
  float: left;
  margin: 0;
  padding: 0;
}

article.product a {
  display: block;
  padding: .75em 1em .5em 0;
}

article.product a .prod-image {
  height: 147px;
  overflow: hidden;
}

article.product a .prod-image img {
  height: 145px;
  width: auto;
  margin-right: auto;
  border: 1px solid #f1f1f1;
}

article.product a h3 {
  height: 3.4em;
  font-size: 1.1em;
  overflow: hidden;
}

article.product a .price {
  font-size: 1.5em;
  height: 1em;
}

article.product a .price .saving {
  margin-left: .1em;
  color: #921E19;
  font-size: .9em;
}

/* General image formatting --------- */
.image_holder {
  margin-bottom: 1em;
  height: 240px;
  overflow: hidden;
  text-align: center;
}

.image_holder img {
  display: block;
  height: 240px;
  width: auto;
  margin: 0 auto;
}

p.lead {
  font-size: 16px;
}

div.message {
  border-top: 5px solid #9F7537;
  border-bottom: 5px solid #9F7537;
  padding: 2em 0;
  clear: both;
}

.basket-items {
  padding-bottom: 1em;
}

.basket-items .row {
  border-bottom: 1px solid #744500;
  padding: 1em 0;
}

.basket-items .item-image {
  width: 25%;
  float: left;
}

.basket-items .item-image img {
  margin-right: 25%;
  border: 1px solid #f1f1f1;
}

.basket-items .item {
  width: 65%;
  float: left;
  padding: 1em 0 0 5%;
}

.basket-items .item a {
  text-decoration: none;
}

.basket-items .price {
  display: block;
  font-size: 1.3em;
}

.basket-items .product-actions {
  padding-top: 1em;
  font-size: .9em;
}

.basket-items .product-actions .qty {
  width: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  color: #444;
  padding: .5em;
  background-color: #efefef;
}

.basket-items .button {
  border: 1px solid #ccc;
  background-color: #efefef;
  color: #444;
  padding: .5em;
  margin-left: .25em;
}

table.basket {
  width: 100%;
  margin-bottom: 1em;
}

table.basket th {
  border-bottom: 1px solid #9F7537;
  color: #9F7537;
  font-size: 18px;
  padding: 5px 0;
}

table.basket td {
  border-bottom: 1px solid #9F7537;
  padding: 20px 0 20px;
  font-size: 14px;
}

table.basket td strong {
  color: #332929;
  font-size: 15px;
}

table.basket td img {
  display: block;
  border: 1px solid #9F7537;
}

table.basket th.column_image {
  width: 115px;
}

table.basket th.column_product {
  width: 440px;
}

table.basket th.column_price {
  width: 100px;
}

table.basket th.column_qty {
  width: 100px;
}

table.basket th.column_total {
  width: 100px;
}

table.basket th.column_remove {
  width: 100px;
}

table.basket td input[type='text'] {
  border: 1px solid #9F7537;
  padding: 4px;
  width: 2em;
  text-align: center;
  margin-top: -4px;
}

table.basket td input[type='checkbox'] {
  vertical-align: middle;
}

.promo {
  padding: 1em;
  border: 1px solid #D9B582;
  margin-bottom: 1em;
  background-color: #efefef;
}

.promo label {
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
}

.promo input[type='text'] {
  width: 8rem;
  padding: .5em;
  border: 1px solid #ccc;
}

.promo_saving {
  color: #E92B33;
  padding: .5em 0 0;
}

table.totals {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

table.totals td, table.totals th {
  padding: .5rem 0;
  line-height: 1em;
}

table.totals .column_total {
  text-align: right;
}

.big-button {
  margin-bottom: 1em;
}

.big-button input {
  width: 100%;
}

.big-button input,
.big-button a {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  text-decoration: none;
  color: #444;
}

.big-button.proceed input {
  background-color: #FFE3BA;
  border-color: #9F7537;
  color: #9F7537;
  font-weight: bold;
}

/*.checkout fieldset {
	border: 1px solid #9F7537;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}

.checkout fieldset label {
	width: 40%;
	float: left;
	clear: both;
}


.checkout fieldset select,
.checkout fieldset input {
	width: 40%;
	float: left;
}*/
/* FOOTER:SHOP --------- */
footer.shop {
  clear: both;
  padding: 2em 0 1em;
  background-color: #43180F;
  color: #fff;
}

footer.shop h2 {
  margin-bottom: 1em;
  color: #fff;
}

footer.shop a {
  color: #E3CC82;
}

footer.shop article.product h3 a {
  color: #E3CC82;
}

footer.shop article.product.first {
  margin-left: 0;
}

footer {
  color: #fff;
}

footer a:link, footer a:visited {
  color: #d7bf99;
}

footer ul#social {
  margin: 0 0 1em;
  padding: 0;
}

footer ul#social li {
  list-style-type: none;
  margin-bottom: .5em;
}

footer .copyright {
  clear: both;
}

/* NEW CHECKOUT FORM  */
body.shop fieldset {
  margin-bottom: 1em;
  padding: 0;
  border: none;
}

body.shop fieldset legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 800;
  line-height: 36px;
  color: #2151a7;
  border: 0;
  border-bottom: 3px solid #d7bf99;
}

body.shop div.control-group {
  margin-bottom: 1em;
}

body.shop div.control-group.first {
  padding-top: 1em;
}

.form-horizontal .control-label {
  padding-top: 5px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
  color: #2151a7;
}

.form-horizontal .shipping_toggle .controls {
  margin-bottom: 30px;
}

.form-horizontal .country_selector .controls {
  height: 37px;
}

body.shop .form-horizontal input[type="text"],
body.shop .form-horizontal input[type="email"],
body.shop .form-horizontal textarea,
body.shop .form-horizontal .card-data,
body.shop .form-horizontal .uneditable-input {
  display: inline-block;
  padding: 2%;
  margin-bottom: .25em;
  font-size: 13px;
  line-height: 18px;
  color: #787878;
  border: 1px solid #d7bf99;
  width: 95%;
  border-radius: 0;
  background: #fff;
}

body.shop .form-horizontal select {
  margin-top: 4px;
  margin-bottom: 10px;
}

body.shop .form-horizontal .radio,
body.shop .form-horizontal .checkbox {
  padding-left: 18px;
}

body.shop .form-horizontal input[type="hidden"] {
  display: none;
}

body.shop .form-horizontal input[type="submit"] {
  cursor: pointer;
}

body.shop .form-horizontal .radio input[type="radio"],
body.shop .form-horizontal .checkbox input[type="checkbox"] {
  float: left;
  height: auto;
  margin-top: 1px;
}

body.shop .control-group.inline textarea {
  display: block;
}

body.shop label.checkbox {
  color: #2151a7;
}

body.shop .help-inline {
  vertical-align: middle;
  padding-left: 5px;
  color: #FF0000;
  display: inline-block;
}

body.shop .form-horizontal div.control-group.error input {
  border-color: #FF0000;
}

body.shop .button_holder {
  padding: 16px 0;
}

body.shop .form-horizontal .button_holder .button {
  border: 0;
}

body.shop .button {
  margin-right: 0;
  border: 1px solid #aaa;
  background-color: #efefef;
  color: #444;
  padding: .5em;
  margin-left: .25em;
}

/*body.shop .form-horizontal input.button {
	color: #fff;
	height: 32px;
	line-height: 32px;
	background-color: #2151a7;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}*/
body.shop p.summary {
  padding-top: 1em;
  font-size: 14px;
}

a.download_button {
  padding: .25em .75em;
  display: inline-block;
  background-color: #2151a7;
  border: 1px solid #332D25;
  color: #fff;
}

p.download_notice {
  background-color: #D7BF99;
  padding: 5px 0;
  text-align: center;
}

table.order-summary {
  width: 100%;
}

/* Stripe Checkout */
.stripe_holder {
  margin-bottom: 10px;
}

.stripe_holder a {
  float: left;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 1em;
}

#stripe_drawer {
  display: none;
  clear: both;
  background-color: #fff;
  border: 1px solid #323B3F;
  padding: 10px;
  border-radius: 5px;
}

#paypal_drawer {
  display: none;
  clear: both;
}

.form-horizontal #stripe_drawer .control-label {
  color: #323B3F;
}

body.shop .form-horizontal #stripe_drawer input {
  border-color: #323B3F;
}

.crc_library_holder {
  margin-bottom: 1em;
}

body.events .addeventatc,
body.locations .addeventatc {
  font-family: Arial, helvetica, sans-serif;
  background-color: #F4E9D9;
  border: 1px solid #D9B582;
  color: #733C00 !important;
  border-radius: 0;
  font-size: inherit;
  font-weight: normal;
  -webkit-font-smoothing: inherit !important;
}

/* =============================================================================
   ALL ADMIN CSS FOR PCN BRITAIN
   ========================================================================== */
.admin_form, .admin_table {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 2em;
}

.admin_form dd, .admin_form dt {
  margin: .25em 0;
}

.admin_form input[type='text'],
.admin_form textarea {
  width: 99%;
}

.admin_form .inline input#title,
.admin_form .inline textarea {
  width: 99%;
}

.admin_form fieldset {
  padding: 0;
  border-width: 0;
}

.admin_form legend {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #562517;
  margin-bottom: .5em;
  font-size: 18px;
}

.admin_form p.instruction {
  margin: 0 0 .5em;
  font-size: 11px;
}

.admin_panel {
  background-color: #A1A1A1;
  color: #f1f1f1;
  padding: 10px;
  margin-bottom: 1em;
}

.admin_panel a {
  color: #f1f1f1;
}

.admin_panel p.admin_title {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #f1f1f1;
}

ul.pt-switch li.toggle div {
  background-color: #2151a7 !important;
  background-image: none !important;
}

/* =============================================================================
   MEDIA QUERIES
   ========================================================================== */
.hide-on-mobile {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.content {
  padding: 0 .65em;
}

@media (min-width: 600px) {
  .hide-on-mobile {
    position: relative;
    top: auto;
    left: auto;
  }
  .hide-on-tablet {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  div.wrap {
    padding: 0;
    width: 600px;
  }
  .res-image-holder {
    width: 30.9%;
  }
  #main-content {
    margin-bottom: 1em;
  }
  .content {
    padding: 0;
  }
  #sidebar {
    padding: 0;
  }
  .branding .logo {
    padding: 15px 10px;
  }
  .topper {
    background-position: center;
  }
  .message-quote p {
    padding: 0;
    font-size: 16px;
  }
  .headshot-video {
    margin: 0 25%;
  }
  .welcome-spring li {
    float: left;
    width: 39.8%;
  }
  .image_holder {
    height: 320px;
    overflow: hidden;
    text-align: center;
  }
  .image_holder img {
    height: 320px;
    width: auto;
    margin: 0 auto;
  }
  .full-prod-image {
    height: 225px;
  }
  .full-prod-image img {
    height: 225px;
  }
  aside.listing {
    border-top: 3px solid #264584;
    padding: 1em;
  }
  #sidebar aside {
    margin-bottom: 1em;
  }
  .features .image-holder {
    width: 30.9%;
  }
  .features h3 {
    font-size: 1.1rem;
  }
  .news-events article h3 {
    font-size: 1.25em;
  }
  .simple-link-list li {
    width: 47.5%;
    float: left;
  }
  /* CRC Library */
  .crc_library_holder {
    width: 49%;
    float: right;
    margin-left: 1em;
  }
  /* Member Story */
  aside.member_story {
    clear: right;
    float: right;
    width: 50%;
    margin: -.5em 0 10px 20px;
    border: 1px solid #744500;
  }
  /* #menu is the original menu */
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
  nav.main li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  nav.main li a {
    padding: .5em 1em;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  article.product {
    width: 33.3333%;
  }
  #main-content .features article {
    height: 180px;
  }
  ul.social li {
    float: left;
    display: block;
    margin-bottom: 1em;
    margin-right: 1em;
  }
  div.copyright {
    clear: both;
    text-align: left;
  }
  div.credits {
    text-align: left;
  }
  .current-highlights {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .current-highlights article {
    width: 48%;
  }
  .current-highlights article h2 {
    font-size: 22px;
  }
  .current-highlights article h3 a {
    font-size: 13px;
    height: 2.75em;
  }
  /* INTERACTIVE MAP REDUX */
  .search_by_region {
    background-color: #FFE3BA;
    overflow: hidden;
    border-top: 5px solid #254484;
    padding: 0;
    margin-bottom: 2em;
  }
  .search_by_region h3 {
    border-bottom: 1px solid #254484;
    padding: 8px;
  }
  .search_by_region .uk_map {
    position: relative;
    background-image: url(/assets/img/pcn_regions_map_large_base2.png?v2);
    background-repeat: no-repeat;
    background-position: right 0;
    height: 500px;
  }
  .search_by_region .uk_map ul {
    margin: 0;
    padding: 8px;
  }
  .search_by_region .uk_map ul li {
    list-style: none;
  }
  .search_by_region .uk_map ul li a span {
    position: absolute;
    display: block;
  }
  .search_by_region .uk_map ul li.scotland a span {
    width: 179px;
    height: 223px;
    top: 9px;
    left: 283px;
    /*268px*/
  }
  .search_by_region .uk_map ul li.scotland a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_scotland2.png?v2);
  }
  .search_by_region .uk_map ul li.north_east a span {
    width: 63px;
    height: 77px;
    top: 168px;
    left: 433px;
    /*418px*/
  }
  .search_by_region .uk_map ul li.north_east a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_nee.png?v2);
  }
  .search_by_region .uk_map ul li.north_west a span {
    width: 57px;
    height: 126px;
    top: 203px;
    left: 402px;
    /*387px*/
  }
  .search_by_region .uk_map ul li.north_west a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_nwe.png?v2);
  }
  .search_by_region .uk_map ul li.yorkshire_and_the_humber a span {
    width: 91px;
    height: 72px;
    top: 238px;
    left: 437px;
    /*422px*/
  }
  .search_by_region .uk_map ul li.yorkshire_and_the_humber a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_yorkshire_humberside.png?v2);
  }
  .search_by_region .uk_map ul li.wales a span {
    width: 93px;
    height: 115px;
    top: 300px;
    left: 340px;
    /*325px*/
  }
  .search_by_region .uk_map ul li.wales a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_wales.png?v2);
  }
  .search_by_region .uk_map ul li.west_midlands a span {
    width: 72px;
    height: 79px;
    top: 312px;
    left: 413px;
    /*398px*/
  }
  .search_by_region .uk_map ul li.west_midlands a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_wm.png?v2);
  }
  .search_by_region .uk_map ul li.east_midlands a span {
    width: 81px;
    height: 93px;
    top: 290px;
    left: 454px;
    /*439px*/
  }
  .search_by_region .uk_map ul li.east_midlands a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_em.png?v2);
  }
  .search_by_region .uk_map ul li.east_of_england a span {
    width: 86px;
    height: 87px;
    top: 324px;
    left: 498px;
    /*483px*/
  }
  .search_by_region .uk_map ul li.east_of_england a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_eoe.png?v2);
  }
  .search_by_region .uk_map ul li.south_west a span {
    width: 152px;
    height: 119px;
    top: 374px;
    left: 322px;
    /*307px*/
  }
  .search_by_region .uk_map ul li.south_west a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_swe.png?v2);
  }
  .search_by_region .uk_map ul li.south_east a span {
    width: 120px;
    height: 92px;
    top: 368px;
    left: 457px;
    /*442px*/
  }
  .search_by_region .uk_map ul li.south_east a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_see.png?v2);
  }
  .search_by_region .uk_map ul li.london a span {
    width: 50px;
    height: 40px;
    top: 388px;
    left: 498px;
    /*483px*/
  }
  .search_by_region .uk_map ul li.london a:hover span {
    background-image: url(/assets/img/pcn_regions_map_large_london.png?v2);
  }
  /* INTERACTIVE MAP SMALL */
  .search_by_region .uk_map_small {
    position: relative;
    background-image: url(/assets/img/pcn_regions_map_small_base.png?v2);
    background-repeat: no-repeat;
    background-position: right 0;
  }
  .search_by_region .uk_map_small ul {
    margin: 0;
    padding: 8px;
  }
  .search_by_region .uk_map_small ul li {
    list-style: none;
    font-size: 12px;
    width: 160px;
  }
  .search_by_region .uk_map_small ul li a span {
    position: absolute;
    display: block;
  }
  .search_by_region .uk_map_small ul li.scotland a span {
    width: 98px;
    height: 122px;
    top: 9px;
    left: 414px;
  }
  .search_by_region .uk_map_small ul li.scotland a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_scotland.png?v2);
  }
  .search_by_region .uk_map_small ul li.north_east a span {
    width: 34px;
    height: 42px;
    top: 95px;
    left: 496px;
  }
  .search_by_region .uk_map_small ul li.north_east a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_nee.png?v2);
  }
  .search_by_region .uk_map_small ul li.north_west a span {
    width: 31px;
    height: 69px;
    top: 114px;
    left: 479px;
  }
  .search_by_region .uk_map_small ul li.north_west a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_nwe.png?v2);
  }
  .search_by_region .uk_map_small ul li.yorkshire_and_the_humber a span {
    width: 50px;
    height: 39px;
    top: 133px;
    left: 498px;
  }
  .search_by_region .uk_map_small ul li.yorkshire_and_the_humber a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_yorkshire_humberside.png?v2);
  }
  .search_by_region .uk_map_small ul li.wales a span {
    width: 51px;
    height: 63px;
    top: 167px;
    left: 445px;
  }
  .search_by_region .uk_map_small ul li.wales a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_wales.png?v2);
  }
  .search_by_region .uk_map_small ul li.west_midlands a span {
    width: 39px;
    height: 43px;
    top: 174px;
    left: 485px;
  }
  .search_by_region .uk_map_small ul li.west_midlands a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_wm.png?v2);
  }
  .search_by_region .uk_map_small ul li.east_midlands a span {
    width: 44px;
    height: 51px;
    top: 161px;
    left: 507px;
  }
  .search_by_region .uk_map_small ul li.east_midlands a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_em.png?v2);
  }
  .search_by_region .uk_map_small ul li.east_of_england a span {
    width: 47px;
    height: 48px;
    top: 181px;
    left: 531px;
  }
  .search_by_region .uk_map_small ul li.east_of_england a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_eoe.png?v2);
  }
  .search_by_region .uk_map_small ul li.south_west a span {
    width: 83px;
    height: 65px;
    top: 207px;
    left: 435px;
  }
  .search_by_region .uk_map_small ul li.south_west a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_swe.png?v2);
  }
  .search_by_region .uk_map_small ul li.south_east a span {
    width: 65px;
    height: 50px;
    top: 205px;
    left: 509px;
  }
  .search_by_region .uk_map_small ul li.south_east a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_see.png?v2);
  }
  .search_by_region .uk_map_small ul li.london a span {
    width: 35px;
    height: 32px;
    top: 210px;
    left: 527px;
  }
  .search_by_region .uk_map_small ul li.london a:hover span {
    background-image: url(/assets/img/pcn_regions_map_small_london.png?v2);
  }
}

@media (min-width: 960px) {
  .hide-on-tablet {
    position: relative;
    top: auto;
    left: auto;
  }
  .hide-on-desktop {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  div.wrap {
    width: 950px;
  }
  .message-container h2 {
    text-align: right;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  #subnav li {
    width: auto;
    float: left;
    max-width: 15em;
  }
  #subnav ul {
    padding-left: 1em;
  }
  #subnav li a {
    padding: 1em;
  }
  #subnav li select {
    margin: 1em;
  }
  .logo img.circle,
  .logo img.logotype {
    float: left;
  }
  .logo img.logotype {
    height: 122px;
    width: 358px;
  }
  nav.main li a {
    padding: 1em .75em;
  }
  .topper {
    background-size: cover;
  }
  .home .masthead .logo a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .masthead .intro {
    padding: 1em 0 0;
    text-align: left;
    display: -webkit-box;
    display: flex;
  }
  .masthead .message-container {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .message-quote {
    width: 66%;
    float: left;
  }
  .headshot-video {
    width: 32%;
    float: right;
    margin: 0;
  }
  .message-quote p {
    padding: 3em 0 0 150px;
  }
  .message-quote h3 {
    padding: 0 0 0 150px;
  }
  #main-content {
    width: 580px;
    float: left;
    text-align: left;
  }
  #main-content.wide {
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 300px;
    float: right;
    padding: 2em 0;
  }
  #main-content.home {
    margin-bottom: 0;
  }
  .image_holder {
    float: right;
    width: 48%;
    margin: 0 0 15px 15px;
    height: auto;
    overflow: visible;
  }
  .image_holder img {
    height: auto;
    width: 100%;
  }
  .res-product-holder {
    float: left;
    overflow: hidden;
    width: 33.3333%;
  }
  .res-product-holder .product-cover {
    width: 35%;
  }
  div.copyright {
    clear: both;
    float: left;
    width: 55%;
    text-align: left;
  }
  div.credits {
    float: right;
    width: 36%;
    text-align: right;
  }
  .current-highlights article h2 {
    font-size: 25px;
  }
  .current-highlights article h3 a {
    font-size: 15px;
    height: 2.75em;
  }
  article.product a .prod-image img {
    border: none;
  }
  .large_calendar td.day_cell {
    height: 120px;
  }
  /* REGION MAP REDUX DESKTOP */
  .search_by_region .uk_map ul li.scotland a span {
    left: 263px;
    /*268px*/
  }
  .search_by_region .uk_map ul li.north_east a span {
    left: 413px;
    /*418px*/
  }
  .search_by_region .uk_map ul li.north_west a span {
    left: 382px;
    /*387px*/
  }
  .search_by_region .uk_map ul li.yorkshire_and_the_humber a span {
    left: 417px;
    /*422px*/
  }
  .search_by_region .uk_map ul li.wales a span {
    left: 320px;
    /*325px*/
  }
  .search_by_region .uk_map ul li.west_midlands a span {
    left: 393px;
    /*398px*/
  }
  .search_by_region .uk_map ul li.east_midlands a span {
    left: 434px;
    /*439px*/
  }
  .search_by_region .uk_map ul li.east_of_england a span {
    left: 478px;
    /*483px*/
  }
  .search_by_region .uk_map ul li.south_west a span {
    left: 302px;
    /*307px*/
  }
  .search_by_region .uk_map ul li.south_east a span {
    left: 437px;
    /*442px*/
  }
  .search_by_region .uk_map ul li.london a span {
    left: 478px;
    /*483px*/
  }
  /* SMALL REGION MAP REDUX DESKTOP */
  .search_by_region .uk_map_small ul li.scotland a span {
    left: 114px;
  }
  .search_by_region .uk_map_small ul li.north_east a span {
    left: 196px;
  }
  .search_by_region .uk_map_small ul li.north_west a span {
    left: 179px;
  }
  .search_by_region .uk_map_small ul li.yorkshire_and_the_humber a span {
    left: 198px;
  }
  .search_by_region .uk_map_small ul li.wales a span {
    left: 145px;
  }
  .search_by_region .uk_map_small ul li.west_midlands a span {
    left: 185px;
  }
  .search_by_region .uk_map_small ul li.east_midlands a span {
    left: 207px;
  }
  .search_by_region .uk_map_small ul li.east_of_england a span {
    left: 231px;
  }
  .search_by_region .uk_map_small ul li.south_west a span {
    left: 135px;
  }
  .search_by_region .uk_map_small ul li.south_east a span {
    left: 209px;
  }
  .search_by_region .uk_map_small ul li.london a span {
    left: 227px;
  }
  /* SHOP STYLES */
  fieldset {
    border: none;
    padding: 0;
    margin: 1em 0;
  }
  legend {
    font-weight: bold;
    margin: 0;
  }
  body.shop fieldset#billing_details {
    width: 450px;
    float: left;
  }
  body.shop fieldset#shipping_details {
    width: 450px;
    float: right;
  }
  body.shop .form-horizontal .control-label {
    float: left;
    width: 140px;
    text-align: right;
  }
  body.shop .form-horizontal .controls {
    margin-left: 160px;
  }
  body.shop .form-horizontal input[type="text"],
  body.shop .form-horizontal input[type="email"],
  body.shop .form-horizontal textarea,
  body.shop .form-horizontal .uneditable-input {
    display: inline-block;
    width: 210px;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.button,
#subnav li a.button {
  background-color: #2051A7;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: none;
}

.button--checkout,
#subnav li a.button--checkout {
  background-color: #2051A7 !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
}

.button--small,
#subnav li a.button--small {
  padding: 0.2rem 1rem;
}

.button:hover {
  cursor: pointer;
  color: #fff2de;
}

.feature__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  width: 950px;
  margin: 2em auto;
}

.feature__container-header {
  width: 100%;
}

.feature__box {
  position: relative;
  width: 100%;
  margin: 20px 0;
  min-height: 295px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*
		&::before {
			content: '';
			background: rgba($brand_two, 0.35);
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			transition: all 0.25s ease-out;
		}

		&:hover {
			&::before {
				background: rgba(0, 0, 0, 0);
			}
		}
		*/
}

@media (min-width: 600px) {
  .feature__box {
    width: 48%;
  }
}

@media (min-width: 960px) {
  .feature__box {
    width: 32%;
  }
}

.feature__box--podcast {
  min-height: 40px;
}

.feature__box--two {
  width: 64%;
}

.feature__box--full-width {
  width: 100%;
}

.feature__box-heading--main {
  color: #fff;
  text-align: left;
  font-size: 2rem;
  margin: 0;
  padding: 1rem;
  /*background: rgba($brand_two, 0.4);
			min-height: 2.2em;*/
}

.feature__box-heading--sub {
  color: yellow;
  font-size: 1.4rem;
  margin: 0;
  padding: 1rem;
  /*background: rgba($brand_two, 0.4);
			min-height: 2.2em;*/
}

.feature__box-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.errors {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  color: red;
}

.qty-field {
  width: 4rem;
}

.table--photos {
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1rem 0;
}

.table--photos tr:nth-child(odd) {
  background: #efefef;
}

.table--photos td {
  padding: 6px;
  text-align: center;
}

.table--photos td img {
  margin: 0 auto;
}

.eight-points-slider {
  background: #2051A7;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
}

.eight-points-slider h2 {
  color: #fff;
  margin-bottom: 1.3rem;
}

.eight-points-slider__slide {
  font-size: 1.4rem;
  max-width: 650px;
}

.eight-points-slider__slide p {
  max-width: 70%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .eight-points-slider__slide {
    max-width: 70%;
  }
}

.eight-points-slider__text {
  color: #FFE3BA;
  font-size: 1.15rem;
}

.eight-points-slider__text a {
  color: #FFE3BA;
  font-style: italic;
  text-decoration: underline;
}

.siteinfo {
  background-color: #053057;
  color: #fff;
}

.footer__heading {
  color: #fff;
  font-family: 'YanoneKaffeesatzRegular', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 0.75em;
  font-weight: 100;
}

.footer__heading span {
  font-weight: 100;
}

@media (min-width: 960px) {
  .footer__heading {
    margin-right: 2rem;
    align-content: right;
    -webkit-box-flex: 0.75;
            flex: 0.75;
    text-align: left;
    margin: 0 1rem 0 0;
  }
}

.footer__links-container {
  margin-top: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}

.footer__links-container h3 {
  color: #fff;
}

.footer__links-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links-container li {
  margin: 0;
  padding: 0;
}

.footer__links-container a {
  color: #fff;
}

.footer__links {
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .footer__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}

.footer__links ul {
  text-align: center;
}

@media (min-width: 960px) {
  .footer__links ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    -webkit-box-flex: 5;
            flex: 5;
    text-align: left;
  }
}

.footer__links li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .footer__links li {
    margin-right: 2rem;
    margin-bottom: 0;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .footer__links li:last-child {
    margin-right: 0;
  }
}

.footer__links a:link, .footer__links a:visited {
  color: #fff;
}

.footer__link {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-content: center;
}

.footer__icon {
  max-width: 100%;
  width: 1.5rem;
  display: inline;
  margin-right: 0.5em;
  fill: #ffffff;
}

@media (min-width: 960px) {
  .footer__small-print {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.members-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border: 1px solid #dedede;
  padding: 4px;
  margin: 1rem 0;
}

.members-list__container {
  width: 45%;
  max-height: 20em;
  border: 1px solid #dedede;
  padding: 0.5em;
  overflow: scroll;
}

.members-list__container-heading {
  margin: 0 0 1rem 0;
  height: 1.5rem;
}

.members-list__search-container {
  margin: 0 0 1rem 0;
  height: 1.5rem;
}

.members-list__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.members-list__item {
  padding: 0.25em 0.5em;
  margin: 0;
}

.members-list__item:nth-child(odd) {
  background-color: #efefef;
}

.welcome {
  padding: 1rem 1rem 1rem;
  background: #fff;
  font-size: 1rem;
}

.welcome .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 960px) {
  .welcome .wrap {
    flex-wrap: nowrap;
  }
}

.welcome-img-container {
  margin-right: 2rem;
  margin-top: 2rem;
  -webkit-box-flex: 1;
          flex: 1;
}

.welcome__message {
  -webkit-box-flex: 2;
          flex: 2;
}

.welcome__message p {
  margin-top: 0;
}

@media (min-width: 960px) {
  .welcome__message {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

.welcome__feature {
  margin-top: 2rem;
  width: 100%;
}

.welcome__feature iframe {
  max-width: 100%;
  width: 540px;
  height: 340px;
}

@media (min-width: 960px) {
  .welcome__feature {
    margin-top: 0;
    width: auto;
    padding-left: 2.5rem;
  }
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*# sourceMappingURL=style.css.map*/