/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a {
  box-sizing: border-box; }

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

.rrssb-buttons {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons li {
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2.5px; }
    .rrssb-buttons li.rrssb-print a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-print a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #942b68; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #BB3784; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #942b68; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        height: 100%;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        height: 100%;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li a {
        border-radius: 0.2em;
        font-size: 15px;
        font-size: 1vw;
        line-height: 1vw;
        padding: 7% 0% 7% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0; }
        .rrssb-buttons.large-format li a .rrssb-text {
          font-size: 15px;
          font-size: 1vw; }
        .rrssb-buttons.large-format li a:hover {
          font-size: 15px;
          font-size: 1vw;
          padding: 7% 0% 7% 12%;
          border-radius: 0.2em; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1.5px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
        fill: #ED4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #2f4a60; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow, .rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

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

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: #fff;
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: transparent;
  color: #343434;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.55;
  padding: 0;
  width: 100%; }
  @media (min-width : 40em) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

::-moz-selection {
  background-color: rgba(188, 60, 134, 0.9);
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: rgba(188, 60, 134, 0.9);
  color: #fff;
  text-shadow: none; }

a {
  color: #bc3c86;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.alignnone {
  display: block; }

.alignright {
  float: right;
  margin: 0 0 1em 20px; }

.alignleft {
  float: left;
  margin: 0 20px 1em 0; }

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

.wp-caption {
  line-height: 1;
  max-width: 100%;
  height: auto; }

.wp-caption.alignnone {
  margin: 0; }

.wp-caption-text {
  background-color: #953f87;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  margin-top: -2px;
  padding: 8px 12px; }

.sticky {
  opacity: 1; }

.gallery-caption {
  opacity: 1; }

.bypostauthor {
  opacity: 1; }

iframe {
  max-width: 100%; }

hr {
  border: none;
  border-top: 1px solid #e7e7e7;
  height: 0;
  clear: both; }
  hr:before, hr:after {
    content: "";
    display: table; }
  hr:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.675em;
  text-rendering: optimizelegibility; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300; }

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400; }

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }
  @media (min-width : 40em) {
    h3 {
      font-size: 22px;
      font-size: 2.2rem; } }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700; }

.section__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 4; }
  .section__heading a {
    border-bottom: 2px solid #bc3c86;
    color: #444;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0.1em; }
    .section__heading a:hover {
      color: #bc3c86;
      text-decoration: none; }
  .section__heading .heading__emphasis {
    font-weight: 700; }
  @media (min-width : 30em) {
    .section__heading {
      font-size: 26px;
      font-size: 2.6rem; }
      .section__heading a {
        border-bottom: 2px solid #bc3c86; } }
  @media (min-width : 50em) {
    .section__heading a {
      border-bottom: 3px solid #bc3c86; } }
  @media (min-width : 60em) {
    .section__heading {
      font-size: 31px;
      font-size: 3.1rem; } }

ol, ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.55;
  margin: 0 0 1.35em;
  padding: 0 0 0 24px; }

li.nobullet:after {
  display: none !important; }

.inline-def dd, .inline-def dt {
  display: inline-block; }
.inline-def dt {
  margin-right: 0.25em; }
  .inline-def dt:before {
    content: '|';
    margin-right: 0.25em; }
  .inline-def dt:nth-child(1):before {
    content: '';
    display: none; }
.inline-def dd {
  font-weight: 600;
  margin: 0; }

p {
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1.25em; }

p:empty {
  display: none; }

small {
  font-size: 15px;
  font-size: 1.5rem; }

abbr[title] {
  border-bottom: 1px dotted #2D98C7;
  cursor: help; }

b, strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

ins {
  background-color: #bc3c86;
  color: #343434;
  text-decoration: none; }

mark {
  background-color: #bc3c86;
  color: #343434;
  font-style: italic;
  font-weight: 700; }

pre, code, kbd, samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #343434; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0;
  position: relative;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

.main img {
  height: auto;
  max-width: 100%; }
.main p img {
  margin-bottom: 20px; }

.nav {
  display: none; }

.nav-visible {
  -webkit-transform: translateX(-265px);
      -ms-transform: translateX(-265px);
          transform: translateX(-265px); }

.nav--mobile, .header, .main, .footer {
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1); }

.nav--mobile {
  background: #953f87;
  height: 100%;
  position: fixed;
  right: -265px;
  text-align: center;
  top: 0;
  width: 265px; }

.nav__search {
  box-sizing: border-box;
  display: block;
  width: 100%; }

.nav__search-query {
  background: #6c2c79 url('../img/search.svg') no-repeat 15px center;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 300;
  height: 51px;
  line-height: 51px;
  padding: 0 15px 0 46px;
  width: 100%; }
  .nav__search-query::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: color 0.4s;
            transition: color 0.4s; }
  .nav__search-query::-moz-placeholder {
    color: #fff;
    transition: color 0.4s; }
  .nav__search-query:-moz-placeholder {
    color: #fff;
    transition: color 0.4s; }
  .nav__search-query:-ms-input-placeholder {
    color: #fff;
    transition: color 0.4s; }
  .nav__search-query:focus {
    outline: none; }
    .nav__search-query:focus::-webkit-input-placeholder {
      color: transparent; }
    .nav__search-query:focus::-moz-placeholder {
      color: transparent; }
    .nav__search-query:focus:-moz-placeholder {
      color: transparent; }
    .nav__search-query:focus:-ms-input-placeholder {
      color: transparent; }
  @media (min-width : 30em) {
    .nav__search-query {
      height: 74px;
      line-height: 74px; } }

.menu--mobile {
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
  text-align: left; }

.menu--mobile__parent {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  margin: 0;
  position: relative;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  .menu--mobile__parent:before, .menu--mobile__parent:last-child:after {
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    content: '';
    height: 1px;
    left: 6%;
    position: absolute;
    width: 88%; }
  .menu--mobile__parent:last-child:after {
    bottom: 0;
    top: auto; }
  .menu--mobile__parent:hover a {
    background-color: rgba(108, 44, 121, 0.95);
    -webkit-transition: 0.4s;
            transition: 0.4s;
    text-decoration: none; }
  .menu--mobile__parent:hover:after {
    display: none; }
  .menu--mobile__parent:hover + .menu__child:after {
    display: none; }

.menu--mobile__parent-link {
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  width: 88%; }
  .menu--mobile__parent-link:hover {
    text-decoration: none; }

@media (min-width : 40em) {
  .nav--mobile {
    right: -400px;
    width: 400px; }
  .nav-visible {
    -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
            transform: translateX(-400px); } }

@media (min-width : 60em) {
  .nav--mobile {
    display: none; }
  .nav {
    background: transparent;
    box-shadow: none;
    display: table-cell;
    height: auto;
    position: relative;
    right: auto;
    text-align: right;
    vertical-align: middle;
    width: auto; }
  .nav__search {
    display: none; }
  .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .menu__parent {
    background: url('../img/nav.png') no-repeat;
    background-position: center bottom 28px;
    display: inline-block;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 300;
    margin-right: 25px;
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /*
       &:last-child {
           background-image: none;
       }
*/ }
    .ie8 .menu__parent {
      background: none; }
  .menu__parent-link {
    color: #303030;
    padding: 0;
    text-decoration: none;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .menu__parent-link:hover {
      color: #953f87;
      text-decoration: none; }
  .menu__children {
    background-color: #bc3c86;
    background-color: rgba(188, 60, 134, 0.95);
    display: block;
    left: 50%;
    list-style: none;
    margin: 50px 0 0 -140px;
    padding: 0;
    position: absolute;
    text-align: left;
    -webkit-transition: 350ms;
            transition: 350ms;
    width: 280px;
    max-height: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0; }
    .menu__children:before {
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid rgba(188, 60, 134, 0.95);
      content: '';
      left: 50%;
      margin-left: -6px;
      position: absolute;
      top: -6px; }
  .menu__parent:hover > .menu__children {
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            transform: perspective(400px) rotate3d(0, 0, 0, 0); }
  .menu__child {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0;
    position: relative; }
    .menu__child:hover a {
      background-color: #6c2c79;
      color: #fff;
      text-decoration: none; }
    .menu__child:hover:after {
      display: none; }
    .menu__child:hover + .menu__child:after {
      display: none; }
    .menu__child:after {
      background-color: rgba(255, 255, 255, 0.1);
      top: 0;
      content: '';
      height: 1px;
      left: 6%;
      position: absolute;
      width: 88%; }
    .menu__child:first-child:after {
      display: none; }
    .menu__child#menu__child--16016 .menu__child-link {
      text-transform: none !important; }
  .menu__child-link {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 0 25px;
    text-transform: lowercase;
    width: 100%; }
    .menu__child-link::first-letter {
      text-transform: uppercase; }
  .no-csstransforms3d .menu__children {
    left: -5000%;
    max-height: none; }
  .no-csstransforms3d .menu__parent:hover > .menu__children {
    left: 50%; } }

.page-nav {
  display: none; }

@media (min-width: 60em) {
  .page-nav {
    display: block;
    float: left;
    margin: 40px 0;
    width: 30%;
    /*
        .flexbox & {
            float: none;
            order: 1;
        }
*/ }
  .page-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-menu a:hover {
      color: #bc3c86;
      text-decoration: none; }
    .page-menu__children, .page-menu__grandchildren {
      line-height: 1.2;
      list-style: none;
      margin: 0;
      padding: 0.5em 0; }
    .page-menu__grandparent {
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 0.5em; }
      .page-menu__grandparent-link {
        color: #222222;
        font-weight: 300; }
    .page-menu__parent {
      background: url(../img/page-nav.svg) no-repeat right 8px;
      box-sizing: border-box;
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 300;
      margin-bottom: 0.1em;
      padding-right: 20px; }
      .page-menu__parent-link {
        color: #3B3B3B; }
      .page-menu__parent.active {
        background: url(../img/page-nav--active.svg) no-repeat right 10px; }
        .page-menu__parent.active .page-menu__parent-link {
          color: #6c2c79;
          font-weight: 600; }
    .page-menu__child {
      font-size: 17px;
      font-size: 1.7rem; }
      .page-menu__child-link {
        border-left: 3px solid #E9E9E9;
        color: #4C4C4C;
        font-weight: 400;
        display: block;
        padding: 0.33em 0 0.33em 1em;
        text-transform: lowercase; }
        .page-menu__child-link::first-letter {
          text-transform: uppercase; }
      .page-menu__child.active .page-menu__child-link {
        border-left: 3px solid #6c2c79;
        color: #6c2c79;
        font-weight: 600; }
      .page-menu__child.page-item-13942, .page-menu__child.page-item-1441, .page-menu__child.page-item-13944 {
        display: none !important; }
    .page-menu__grandchildren {
      border-left: 3px solid #E9E9E9;
      padding-left: 1em; }
    .page-menu__grandchild {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
      .page-menu__grandchild-link {
        border-left: 1px solid #E9E9E9;
        color: #2D2D2D;
        display: block;
        padding: 0.25em 0 0.25em 1em; }
      .page-menu__grandchild.active .page-menu__grandchild-link {
        border-left: 3px solid #6c2c79;
        color: #6c2c79;
        font-weight: 600;
        padding-left: calc(1em - 2px);
        text-transform: lowercase; }
        .page-menu__grandchild.active .page-menu__grandchild-link::first-letter {
          text-transform: uppercase; }
        .page-menu__grandchild.active .page-menu__grandchild-link:hover {
          cursor: default;
          color: #6c2c79; } }

.main {
  min-height: 300px;
  margin-top: 51px;
  position: relative;
  z-index: 0; }
  .main:before, .main:after {
    content: "";
    display: table; }
  .main:after {
    clear: both; }
  @media (min-width : 30em) {
    .main {
      margin-top: 74px; } }
  @media (min-width : 60em) {
    .main {
      margin-top: 0; } }
  @media (min-width: 60em) and (min-height: 1000px) {
    .main {
      margin-top: 135px; } }

.flexbox .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.flexbox body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.flexbox.ie11 body, .flexbox.ie10 body {
  display: block; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 92%; }

.page-content {
  margin: 40px 0;
  position: relative; }
  .page-content > *:nth-child(1) {
    margin-top: 0; }

@media (min-width: 60em) {
  .page-content {
    float: right;
    position: relative;
    width: 67%;
    /*
        .flexbox & {
            float: none;
            margin-left: 40px;
            min-width: 580px;
            order: 2;
            width: 70%;  
        }   
*/ }
    .page-content--centered {
      float: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 900px;
      width: 100%; } }

.header {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .header:before {
    background-color: #6c2c79;
    background-image: -webkit-linear-gradient(left, #6c2c79, #bc3c86);
    background-image: linear-gradient(to right,#6c2c79, #bc3c86);
    content: ' ';
    display: block;
    height: 3px;
    position: relative;
    width: 100%; }
  @media (min-width : 60em) {
    .header {
      position: relative; } }
  @media (min-width: 60em) and (min-height: 1000px) {
    .header {
      background-color: rgba(255, 255, 255, 0.98);
      position: fixed; } }

.header__wrapper {
  display: table;
  padding: 0 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 92%;
  position: relative; }

.header__logo {
  background: url('../img/logo--mobile.svg') no-repeat left center;
  background-size: 41px 27px;
  color: #80418c;
  display: block;
  font-family: Helvetica, 'Open Sans', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  height: 27px;
  line-height: 27px;
  letter-spacing: -0.05em;
  margin: 10px 0;
  padding: 0 0 0 47px;
  text-transform: lowercase; }
  .no-svg .header__logo {
    background: url('../img/fallback/logo.png') no-repeat left center; }
  .ie8 .header__logo {
    font-size: 0px; }
  .header__logo span {
    font-weight: 700; }
  .home .header__logo {
    cursor: default; }
  @media (min-width : 30em) {
    .header__logo {
      background: url('../img/logo.svg') no-repeat left center;
      background-size: auto 55px;
      color: transparent;
      display: table-cell;
      height: 55px;
      line-height: 1;
      margin: 0;
      padding: 10px 0 5px;
      vertical-align: middle;
      width: 100px;
      overflow: hidden; }
      .header__logo:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      .no-svg .header__logo {
        background: url('../img/fallback/logo.png') no-repeat left center;
        background-size: 100% auto; } }
  @media (min-width : 60em) {
    .header__logo {
      background: url('../img/logo.svg') no-repeat center center;
      background-size: 100% auto;
      height: auto;
      max-width: 150px;
      padding: 10px 0 5px;
      vertical-align: middle;
      width: 150px;
      overflow: hidden; }
      .header__logo:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; } }

.touch-nav {
  background: #6c2c79 url('../img/burger.png') no-repeat center center;
  background-size: auto 50%;
  border: none;
  display: block;
  height: 27px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 27px;
  overflow: hidden; }
  .touch-nav:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .touch-nav:hover, .touch-nav:active, .touch-nav:focus {
    outline: none; }
  @media (min-width : 30em) {
    .touch-nav {
      height: 35px;
      top: 18px;
      right: 0;
      width: 35px; } }
  @media (min-width : 60em) {
    .touch-nav {
      display: none; } }

.header__search-btn {
  display: none; }

@media (min-width : 60em) {
  .header__search-btn {
    background: #b5b5b5 url('../img/search.svg') no-repeat center center;
    background-size: 17px auto;
    display: inline-block;
    height: 35px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    vertical-align: middle;
    width: 35px;
    overflow: hidden; }
    .header__search-btn:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .header__search-btn:hover {
      background-color: #953f87; } }

.header__donate-btn {
  background: #6eb743 url('../img/heart.svg') no-repeat;
  background-position: 20px center;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  height: 40px;
  line-height: 1.4;
  margin: 20px 0 5px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  vertical-align: middle;
  width: 88%; }
  .header__donate-btn:hover {
    background-color: #63a43c;
    text-decoration: none; }
  @media (min-width : 60em) {
    .header__donate-btn {
      background-position: 12px center;
      height: 35px;
      margin: 0 0 0 10px;
      padding: 5px 10px 5px 40px;
      width: auto; } }

.footer {
  background: #6c2c79 url(../img/footer.png) no-repeat 0 0;
  background-size: 171px auto;
  color: #fff;
  padding: 15px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .footer {
      background-image: url(../img/footer@2x.png); } }
  .footer a {
    color: #fff; }

.footer__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 92%;
  box-sizing: border-box;
  min-height: 61px; }
  @media (min-width : 40em) {
    .footer__wrapper {
      background: url(../img/frsb.png) no-repeat right center;
      padding-right: 155px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .footer__wrapper {
          background: url(../img/frsb@2x.png) no-repeat right center;
          background-size: auto 60px; } } }
  @media (min-width : 50em) {
    .home .footer__wrapper, .tis .footer__wrapper {
      background: url(../img/information-standard.png) no-repeat right center, url(../img/frsb.png) no-repeat right 120px center;
      padding-right: 275px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .home .footer__wrapper, .tis .footer__wrapper {
          background: url(../img/information-standard@2x.png) no-repeat right center, url(../img/frsb@2x.png) no-repeat right 120px center;
          background-size: auto 60px; } } }

.footer__links {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 0; }
  .footer__links li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0.5em; }
    .footer__links li a {
      margin: 0 5px 0 3px; }
    .footer__links li:first-child a {
      margin-left: 0; }
    .footer__links li:after {
      content: "\00b7"; }
    .footer__links li:last-child:after {
      content: ''; }

.footer__medical-login {
  background: url(../img/medical.png) no-repeat left center;
  background-size: 18px;
  padding-left: 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .footer__medical-login {
      background-image: url(../img/medical@2x.png); } }

.footer__copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-size: 1rem;
  margin: 0; }

.jolora {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.gform_wrapper {
  background: #F7F6F7;
  margin: 0;
  max-width: 100%;
  padding: 24px 8px 24px 24px; }
  .gform_wrapper .gfield_label {
    font-weight: 600;
    color: #6c2c79;
    margin-bottom: 0; }
  .gform_wrapper .gfield_required {
    color: #c2353b; }
  .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0.2em !important; }
  .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0; }
  .gform_wrapper ul.gfield_radio, .gform_wrapper ul.gfield_checkbox {
    margin-bottom: -0.5em !important; }
  .gform_wrapper .ginput_complex.ginput_container {
    margin-bottom: -1em !important; }
  .gform_wrapper .gform_footer {
    margin-top: 1.25em; }

.gform_wrapper .top_label .gfield_description {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
  font-style: italic; }

.gform_wrapper li, .gform_wrapper form li {
  margin-bottom: 1em !important; }

.gform_wrapper li.gfield.gf_list_2col label.gfield_label, .gform_wrapper li.gfield.gf_list_3col label.gfield_label, .gform_wrapper li.gfield.gf_list_4col label.gfield_label, .gform_wrapper li.gfield.gf_list_5col label.gfield_label, .gform_wrapper li.gfield.gf_list_inline label.gfield_label {
  margin-bottom: 0; }

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 8px;
  color: #222;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  -webkit-appearance: none; }
  .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=password]:focus, .gform_wrapper textarea:focus {
    border: 1px solid #68c4d5;
    box-shadow: 0 0 5px #68c4d5; }

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 14px;
  font-size: 1.4rem; }

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin-bottom: 0.25em !important; }

.gform_wrapper .chosen-container .chosen-results li {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-size: 1.4rem; }

.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  overflow: visible; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 0.25em; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  width: 4em; }

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: 100%; }

.gform_wrapper .gfield_date_year input {
  width: 100% !important; }

.search-form {
  background-color: rgba(108, 44, 121, 0.95);
  display: none;
  left: 0;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .search-form:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.search-form__fields {
  border: none;
  display: inline-block;
  margin: 0;
  min-width: 280px;
  padding: 0;
  vertical-align: middle;
  width: 60%; }

.search-form__query {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  width: 100%; }
  .search-form__query:focus {
    outline: none; }
  .search-form__query::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity 0.5s 0.5s ease;
            transition: opacity 0.5s 0.5s ease; }
  .search-form__query::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.5s 0.5s ease; }
  .search-form__query:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.5s 0.5s ease; }
  .search-form__query:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.5s 0.5s ease; }
  .search-form__query:focus::-webkit-input-placeholder {
    opacity: 0.35; }
  .search-form__query:focus::-moz-placeholder {
    opacity: 0.35; }
  .search-form__query:focus:-moz-placeholder {
    opacity: 0.35; }
  .search-form__query:focus:-ms-input-placeholder {
    opacity: 0.35; }
  @media (min-width : 30em) {
    .search-form__query {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width : 40em) {
    .search-form__query {
      font-size: 36px;
      font-size: 3.6rem; } }

.search-form__actions {
  margin-top: 20px; }

.search-form__submit {
  float: right; }

.search-form__cancel {
  color: #fff;
  float: left;
  line-height: 40px; }

.section {
  padding: 30px 0;
  position: relative; }
  @media (min-width : 40em) {
    .section {
      padding: 40px 0; } }

.angle {
  min-height: 80px; }
  .angle > * {
    position: relative;
    z-index: 12; }

.angle:before {
  background-color: #fff;
  content: '';
  height: 80px;
  left: 0;
  margin-top: -40px;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 11; }

.angle--up:before {
  -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg); }

.angle--down:before {
  -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
          transform: skewY(4deg); }

.angle--grey:before {
  background-color: #f3f3f3; }

@media (min-width : 30em) {
  .angle {
    min-height: 150px; }
    .angle:before {
      height: 150px;
      margin-top: -75px; } }

.angle--before {
  padding-bottom: 110px; }
  @media (min-width : 30em) {
    .angle--before {
      padding-bottom: 190px; } }

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-right: -3px; }
  .no-flexbox .boxes {
    display: block;
    padding-right: 0; }
    .no-flexbox .boxes:before, .no-flexbox .boxes:after {
      content: "";
      display: table; }
    .no-flexbox .boxes:after {
      clear: both; }

.box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd url(../img/box-overlay.svg) 0 bottom no-repeat;
  background-size: contain;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 3px 3px 0;
  padding: 20px;
  text-align: center;
  min-width: calc(33.33% - 3px); }
  .ie11 .box, .ie10 .box, .no-flexbox .box {
    display: block;
    float: left;
    margin-right: 2px;
    width: 31.333%; }
    .ie11 .box:nth-child(3n), .ie10 .box:nth-child(3n), .no-flexbox .box:nth-child(3n) {
      margin-right: 0; }
    .ie11 .box:nth-child(3n+1), .ie10 .box:nth-child(3n+1), .no-flexbox .box:nth-child(3n+1) {
      clear: left; }
  .box--purple {
    background-color: #953f87; }
    .box--purple .btn--transparent.btn--white:hover {
      color: #953f87; }
  .box--pink {
    background-color: #bc3c86; }
    .box--pink .btn--transparent.btn--white:hover {
      color: #bc3c86; }
  .box--blue {
    background-color: #68c4d5; }
    .box--blue .btn--transparent.btn--white:hover {
      color: #68c4d5; }
  .box--green {
    background-color: #6eb743; }
    .box--green .btn--transparent.btn--white:hover {
      color: #6eb743; }
  .box--orange {
    background-color: #ea852c; }
    .box--orange .btn--transparent.btn--white:hover {
      color: #ea852c; }
  .box--red {
    background-color: #c2353b; }
    .box--red .btn--transparent.btn--white:hover {
      color: #c2353b; }
  .box--yellow {
    background-color: #e1a22d; }
    .box--yellow .btn--transparent.btn--white:hover {
      color: #e1a22d; }
  .box--teal {
    background-color: #00a0a1; }
    .box--teal .btn--transparent.btn--white:hover {
      color: #00a0a1; }

.sharer {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  clear: left;
  margin-top: 40px;
  padding: 1em 0; }
  .sharer:before, .sharer:after {
    content: "";
    display: table; }
  .sharer:after {
    clear: both; }
  .sharer__label {
    display: inline-block;
    float: left;
    font-family: 'Shadows Into Light Two', cursive;
    margin: 0.5em 0 0; }
  .sharer__buttons {
    display: inline-block;
    float: right;
    width: calc(100% - 60px); }

.section-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .section-links:before, .section-links:after {
    content: "";
    display: table; }
  .section-links:after {
    clear: both; }
  .section-links__item {
    height: 50.5vw;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    @media (min-width : 30em) {
      .section-links__item {
        float: left;
        height: 25vw;
        width: 48%; }
        .section-links__item:nth-child(2n) {
          margin-left: 4%; } }
    @media (min-width : 60em) {
      .section-links__item {
        height: 16.5vw;
        max-height: 215px;
        margin-bottom: 3vw; } }
  .section-links__img-link {
    display: block; }
  .section-links__img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -2; }
  .section-links__overlay {
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    margin-top: -50px;
    padding: 12px 15px;
    position: absolute;
    text-overflow: ellipsis;
    top: 100%;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    width: 100%; }
    .section-links__overlay a {
      color: #fff; }
    .section-links__overlay:before {
      background-color: #bc3c86;
      background-color: rgba(188, 60, 134, 0.9);
      content: ' ';
      display: block;
      height: 300px;
      left: 0;
      margin-top: -15px;
      position: absolute;
      -webkit-transform: skewY(4deg);
          -ms-transform: skewY(4deg);
              transform: skewY(4deg);
      -webkit-transition: 0.4s;
              transition: 0.4s;
      width: 100%;
      z-index: -1; }
    .section-links__overlay.active {
      margin-top: 0;
      top: 0; }
      .section-links__overlay.active:before {
        -webkit-transform: skewY(0);
            -ms-transform: skewY(0);
                transform: skewY(0); }
  .section-links__heading {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .section-links__list {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0; }
    .section-links__list li {
      display: inline-block; }
      .section-links__list li:after {
        content: '|';
        display: inline-block;
        margin: 0 1px 0 5px; }
      .section-links__list li:last-child:after {
        display: none; }
    @media (min-width : 40em) {
      .section-links__list {
        height: 70px; } }
    @media (min-width : 50em) {
      .section-links__list {
        height: 96px; } }
    @media (min-width : 60em) {
      .section-links__list {
        height: 76px; } }
    @media (min-width : 70em) {
      .section-links__list {
        height: 96px; } }
  .section-links__more {
    font-weight: 700;
    display: inline-block;
    margin-top: 0.25em;
    text-transform: uppercase; }

@media (min-width : 40em) {
  .section-slider {
    background-size: cover;
    height: 320px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .ie8 .section-slider {
      height: 320px !important; }
  .section-slider > .rsContent {
    visibility: hidden; }
  .section-slider__background {
    position: relative;
    height: 320px; }
    .section-slider__background:after {
      background: url('../img/section-slider.svg') no-repeat right center;
      background-size: cover;
      content: '';
      display: block;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%; }
      .section-slider__slide--no-overlay .section-slider__background:after {
        background: none; }
  .section-slider__content {
    display: table !important;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    width: 45%;
    z-index: 2; }
    .section-slider__content .dirty-vertical-center {
      display: table-cell;
      padding: 0 6%;
      vertical-align: middle; }
  .section-slider__heading {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase; }
    .section-slider__slide--no-overlay .section-slider__heading {
      background: rgba(108, 44, 121, 0.8);
      display: inline;
      padding: 2px;
      line-height: 1.6;
      box-shadow: 1rem 0px 0px rgba(108, 44, 121, 0.8), -1rem 0px 0px rgba(108, 44, 121, 0.8); }
  .section-slider__description {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0.5em 0 1em; }
    .section-slider__slide--no-overlay .section-slider__description {
      margin: 0; }
    .section-slider__description p {
      color: #fff;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400; }
      .section-slider__slide--no-overlay .section-slider__description p {
        background: rgba(108, 44, 121, 0.8);
        display: inline;
        padding: 2px;
        line-height: 1.6;
        box-shadow: 1rem 0px 0px rgba(108, 44, 121, 0.8), -1rem 0px 0px rgba(108, 44, 121, 0.8);
        margin: 0; }
    .section-slider__description a {
      border-bottom: 2px solid #cc5f9e;
      color: #cc5f9e;
      display: inline-block;
      font-weight: 600;
      -webkit-transition: 0.4s;
              transition: 0.4s; }
      .section-slider__description a:hover {
        border-bottom: 2px solid #fff;
        color: #fff;
        text-decoration: none; }
  .section-slider .rsNav {
    display: none; }
  .section-slider .rsNav {
    bottom: 30px;
    display: block;
    height: 10px;
    left: 55%;
    position: absolute;
    text-align: center;
    width: 45%;
    z-index: 12; }
  .section-slider .rsNavItem {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px; }
    .section-slider .rsNavItem.rsNavSelected {
      background-color: #fff; } }

.footnotes {
  font-size: 14px;
  font-size: 1.4rem; }

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

.block {
  box-sizing: border-box;
  display: block;
  float: none;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 25em) {
    .block {
      float: left;
      width: 50%; } }
  @media (min-width : 50em) {
    .block {
      margin-bottom: 0;
      width: 25%; } }

.block__heading {
  color: #363636;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media (min-width : 30em) {
    .block__heading {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width : 60em) {
    .block__heading {
      font-size: 18px;
      font-size: 1.8rem; } }

.block__description {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0.5em 0 1em; }
  @media (min-width : 30em) {
    .block__description {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media (min-width : 60em) {
    .block__description {
      font-size: 16px;
      font-size: 1.6rem; } }

.notify {
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  color: #fff;
  font-weight: 600;
  padding: 15px 15px 15px 60px; }
  .notify strong {
    font-weight: 700; }
  .notify--vital {
    background-color: #c2353b;
    background-image: url(../img/notify--warning.svg); }
  .notify--warning {
    background-color: #ea852c;
    background-image: url(../img/notify--warning.svg); }
  .notify--informative {
    background-color: #68c4d5;
    background-image: url(../img/notify--informative.svg); }
  .notify--positive {
    background-color: #6eb743;
    background-image: url(../img/notify--informative.svg); }

.disclaimer {
  background: whitesmoke;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 40px 0 0;
  padding: 15px; }
  .disclaimer > *:nth-child(1) {
    margin-top: 0; }
  .disclaimer > *:last-child {
    margin-bottom: 0; }
  .disclaimer.tis {
    background: whitesmoke url(../img/information-standard-full.png) no-repeat;
    background-position: top 15px right 15px;
    background-size: 150px auto; }
    .disclaimer.tis p {
      margin-right: 165px; }
    .disclaimer.tis p.disclaimer__tis {
      margin-right: 0; }

.btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px 12px;
  position: relative;
  overflow: hidden;
  text-transform: lowercase;
  width: auto;
  z-index: 0; }
  .btn:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    text-decoration: none; }
  @media (min-width : 30em) {
    .btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media (min-width : 60em) {
    .btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
      font-size: 16px;
      font-size: 1.6rem; } }

.btn--small {
  padding: 5px 10px; }

.btn--transparent {
  background-color: transparent;
  border: 2px solid #bc3c86;
  color: #bc3c86; }
  .btn--transparent:after {
    background: #bc3c86;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: skew(50deg) scale(1.1, 1);
        -ms-transform: skew(50deg) scale(1.1, 1);
            transform: skew(50deg) scale(1.1, 1);
    -webkit-transition: 0.4s;
            transition: 0.4s;
    width: 0;
    z-index: -1; }
  .btn--transparent:hover {
    border-color: #bc3c86;
    color: #fff; }
    .btn--transparent:hover:after {
      height: 200%;
      left: 0;
      opacity: 1;
      width: 200%; }
  .btn--transparent.btn--white {
    border-color: #fff;
    color: #fff; }
    .btn--transparent.btn--white:after {
      background: #fff; }
    .btn--transparent.btn--white:hover {
      color: #bc3c86; }

.btn--solid, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #bc3c86;
  border: 2px solid #bc3c86;
  color: #fff;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  .btn--solid:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #95306a;
    border-color: #95306a; }
  .btn--solid.btn--white, .gform_wrapper .gform_footer input.button.btn--white, .gform_wrapper .gform_footer input[type=submit].btn--white, .gform_wrapper .gform_footer input[type=image].btn--white, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn--white, .woocommerce a.button.btn--white, .woocommerce button.button.btn--white, .woocommerce input.button.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: #953f87; }
  .btn--solid.btn--blue, .gform_wrapper .gform_footer input.button.btn--blue, .gform_wrapper .gform_footer input[type=submit].btn--blue, .gform_wrapper .gform_footer input[type=image].btn--blue, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn--blue, .woocommerce a.button.btn--blue, .woocommerce button.button.btn--blue, .woocommerce input.button.btn--blue {
    background-color: #68c4d5;
    border-color: #68c4d5; }
    .btn--solid.btn--blue:hover, .gform_wrapper .gform_footer input.button.btn--blue:hover, .gform_wrapper .gform_footer input[type=submit].btn--blue:hover, .gform_wrapper .gform_footer input[type=image].btn--blue:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn--blue:hover, .woocommerce a.button.btn--blue:hover, .woocommerce button.button.btn--blue:hover, .woocommerce input.button.btn--blue:hover {
      background-color: #40b4ca;
      border-color: #40b4ca; }
  .btn--solid.btn--green, .gform_wrapper .gform_footer input.button.btn--green, .gform_wrapper .gform_footer input[type=submit].btn--green, .gform_wrapper .gform_footer input[type=image].btn--green, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn--green, .woocommerce a.button.btn--green, .woocommerce button.button.btn--green, .woocommerce input.button.btn--green {
    background-color: #6eb743;
    border-color: #6eb743; }
    .btn--solid.btn--green:hover, .gform_wrapper .gform_footer input.button.btn--green:hover, .gform_wrapper .gform_footer input[type=submit].btn--green:hover, .gform_wrapper .gform_footer input[type=image].btn--green:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn--green:hover, .woocommerce a.button.btn--green:hover, .woocommerce button.button.btn--green:hover, .woocommerce input.button.btn--green:hover {
      background-color: #589235;
      border-color: #589235; }

.item-container {
  margin: 3rem 0;
  text-align: center; }
  .item-container:before, .item-container:after {
    content: "";
    display: table; }
  .item-container:after {
    clear: both; }

.item {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto 24px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 40em) {
    .home .item:nth-of-type(n+4) {
      display: none; } }
  @media (max-width: 60em) {
    .home .item:nth-of-type(n+7) {
      display: none; } }
  @media (min-width : 40em) {
    .item {
      margin-left: 0;
      margin-right: 0;
      width: 50%;
      width: calc(50% - 12px); } }
  @media (min-width : 60em) {
    .item {
      width: 33.33%;
      width: calc(33.33% - 16px); } }
  .item:before {
    background: rgba(188, 60, 134, 0.85);
    content: '';
    display: block;
    position: absolute;
    bottom: 41px;
    opacity: 0;
    pointer-events: none;
    top: 0;
    -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s;
    width: 100%;
    z-index: 3; }
  .item.item--hover:before, .item.item--hover .item__more {
    opacity: 1; }
  .item__link {
    display: block;
    overflow: hidden;
    position: relative; }
    .item__link:hover {
      text-decoration: none; }
      .item__link:hover .item__image {
        -webkit-transform: rotate(-6deg) scale(1.25);
            -ms-transform: rotate(-6deg) scale(1.25);
                transform: rotate(-6deg) scale(1.25); }
      .item__link:hover .item__title {
        color: #bc3c86; }
  .item__title {
    color: #444;
    display: block;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 400;
    margin-top: 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
            transition: color 0.4s; }
  .item .angle {
    min-height: 0;
    position: relative; }
    .item .angle:before {
      height: 200px;
      margin-top: -20px; }
  .item__image {
    height: auto;
    -webkit-transition: -webkit-transform 0.4s;
            transition: transform 0.4s;
    width: 100%; }
  .item__more {
    background: url(../img/item__more.svg) no-repeat center center;
    display: block;
    height: 48px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    z-index: 4; }
  .item__details {
    border-top: 1px solid #E0E0E0;
    color: #6D6D6D;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
    position: relative;
    text-align: right;
    z-index: 13; }
    .item__details:before, .item__details:after {
      content: "";
      display: table; }
    .item__details:after {
      clear: both; }
    .item__details a {
      color: #6D6D6D;
      float: right; }
      .item__details a:hover {
        text-decoration: none; }
  .item__date {
    background: url(../img/item__date.svg) no-repeat 0 center;
    float: left;
    height: 20px;
    padding-left: 25px; }
    .item__date sup {
      font-size: 10px;
      font-size: 1rem; }
  .item__permalink {
    overflow: hidden;
    background: url(../img/item__permalink.svg) no-repeat center center;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    width: 20px; }
    .item__permalink:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
  .item__comments {
    background: url(../img/item__comments.svg) no-repeat 0 center;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    padding-left: 25px; }
  .item__faves {
    background: url(../img/item__fave.svg) no-repeat 0 center;
    display: inline-block;
    height: 20px;
    margin: 0 0 0 10px !important;
    padding-left: 25px; }
    .item__faves:hover, .item__faves.active, .item__faves.zilla-likes:hover, .item__faves.zilla-likes.active:hover {
      background: url(../img/item__fave--active.svg) no-repeat 0 center;
      margin: 0 0 0 10px !important;
      padding-left: 25px !important; }

.multi-slider {
  overflow-x: hidden;
  padding-bottom: 20px; }
  .multi-slider .item {
    padding: 0 2px; }
  .multi-slider .item .angle:before {
    background-color: #6c2c79; }
  .multi-slider .item__link {
    color: #fff; }
    .multi-slider .item__link:hover {
      color: #fff; }
      .multi-slider .item__link:hover .item__title {
        color: #fff; }
  .multi-slider .item__title {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0; }
    .multi-slider .item__title:hover {
      color: #fff; }
  .multi-slider .item__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    padding: 0 10px;
    text-align: center; }
  .multi-slider .slick-dots {
    bottom: 10px;
    display: block;
    height: 10px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 12; }
    .multi-slider .slick-dots li {
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 0 3px;
      width: 10px; }
      .multi-slider .slick-dots li button {
        background-color: rgba(68, 68, 68, 0.4);
        border-radius: 50%;
        border: none;
        height: 12px;
        width: 10px;
        -webkit-appearance: none;
        text-indent: -100px; }
        .multi-slider .slick-dots li button:focus, .multi-slider .slick-dots li button:active {
          outline: none; }
      .multi-slider .slick-dots li.slick-active button {
        background-color: #bc3c86; }

.comments {
  margin-top: 40px; }

.comment-list {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.comment {
  border-top: 1px solid #e7e7e7;
  padding: 2em 0; }
  .comment:first-child {
    border-top: none; }

.comment-meta:before, .comment-meta:after {
  content: "";
  display: table; }
.comment-meta:after {
  clear: both; }

.avatar {
  float: left;
  margin: 0 10px 0 0; }

.comments .children {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding-left: 50px; }

.page-numbers {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
  list-style: none; }
  .page-numbers li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
    .page-numbers li a, .page-numbers li span {
      margin: 0;
      text-decoration: none;
      line-height: 1;
      font-size: 1em;
      font-weight: 400;
      padding: .5em;
      min-width: 1em;
      display: block; }
    .page-numbers li span.current, .page-numbers li a:hover {
      background: #ebe9eb;
      color: #8a7e88; }

table {
  border: 1px solid #e7e7e7;
  width: 100%; }

thead {
  background: #6c2c79;
  color: #fff;
  font-weight: 600;
  text-align: center; }
  thead td, thead th {
    border: 1px solid #6c2c79;
    padding: 15px 10px; }
    thead td sup, thead th sup {
      margin-left: 0.2em; }
    thead td a, thead th a {
      color: #fff; }

tr:nth-child(2n) {
  background: #F7F6F7; }

td {
  border: 1px solid #e7e7e7;
  padding: 10px; }

@media (min-width : 60em) {
  .home .header {
    border-bottom: none; } }

.home-slider {
  background: #f3f3f3 url('../img/slider.svg') no-repeat center center;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .ie8 .home-slider {
    height: 400px !important; }

.home-slider > .rsContent {
  visibility: hidden; }

.home-slider__content {
  display: table !important;
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .home-slider__content .dirty-vertical-center {
    display: table-cell;
    padding: 0 6%;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    vertical-align: middle; }
    @media (min-width : 30em) {
      .home-slider__content .dirty-vertical-center {
        -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
                transform: translateY(-40px); } }

.home-slider__heading {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width : 30em) {
    .home-slider__heading {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width : 40em) {
    .home-slider__heading {
      font-size: 33px;
      font-size: 3.3rem; } }
  @media (min-width : 60em) {
    .home-slider__heading {
      font-size: 50px;
      font-size: 5rem; } }

.home-slider__description {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.5em 0 1em; }
  .home-slider__description a {
    border-bottom: 2px solid transparent;
    color: #fff;
    display: inline-block;
    font-weight: 600; }
    .home-slider__description a:hover {
      border-bottom: 2px solid #fff;
      text-decoration: none; }
  @media (min-width : 30em) {
    .home-slider__description {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width : 60em) {
    .home-slider__description {
      font-size: 23px;
      font-size: 2.3rem; } }

.home-slider__actions .btn {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 7.5px;
  padding: 5px 10px; }
  @media (min-width : 30em) {
    .home-slider__actions .btn {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width : 60em) {
    .home-slider__actions .btn {
      padding: 8px 12px; } }

.home-slider__background {
  position: relative;
  height: 100%; }
  .home-slider__background:after {
    background: url('../img/slider.svg') no-repeat center center;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
  .home-slider__background img {
    margin-left: 0 !important;
    max-width: none !important; }

.home-slider__attribution {
  bottom: 30px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  right: 10px;
  -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
  z-index: 100; }
  .home-slider__attribution a {
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
    .home-slider__attribution a:hover {
      text-decoration: underline; }
  @media (min-width: 25em) {
    .home-slider__attribution {
      bottom: 40px; } }
  @media (min-width : 30em) {
    .home-slider__attribution {
      bottom: 60px; } }
  @media (min-width : 40em) {
    .home-slider__attribution {
      bottom: 65px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (min-width : 50em) {
    .home-slider__attribution {
      bottom: 70px; } }
  @media (min-width : 50em) {
    .home-slider__attribution {
      bottom: 80px; } }
  @media (min-width: 70em) {
    .home-slider__attribution {
      bottom: 90px; } }
  @media (min-width: 90em) {
    .home-slider__attribution {
      bottom: 100px; } }
  @media (min-width: 110em) {
    .home-slider__attribution {
      bottom: 110px; } }

.home-slider .rsNav {
  display: none; }
.home-slider .rsNav {
  bottom: 70px;
  display: block;
  height: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 12; }
  @media (min-width : 30em) {
    .home-slider .rsNav {
      bottom: 100px; } }
.home-slider .rsNavItem {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px; }
  .home-slider .rsNavItem.rsNavSelected {
    background-color: #fff; }

.just-diagnosed .blocks {
  margin-top: 20px; }
.just-diagnosed .block {
  box-sizing: border-box;
  padding: 50px 10px 0; }
  .just-diagnosed .block:nth-child(1) {
    background: url('../img/microscope.svg') no-repeat center 11px; }
  .just-diagnosed .block:nth-child(2) {
    background: url('../img/symptoms.svg') no-repeat center 14px; }
  .just-diagnosed .block:nth-child(3) {
    background: url('../img/diagnosis.svg') no-repeat center 22px; }
  .just-diagnosed .block:nth-child(4) {
    background: url('../img/medicine.svg') no-repeat center 21px; }
.ie8 .just-diagnosed:before {
  display: none; }

.support-us {
  background: #6c2c79 url('../img/support2.jpg') no-repeat center top;
  background-size: cover;
  height: 350px;
  position: relative;
  overflow-x: hidden; }
  .support-us .section__heading {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
    .support-us .section__heading a {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }

.support-us__link {
  color: #fff;
  display: block;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
  text-align: center; }
  .support-us__link:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

@media (min-width : 30em) {
  .support-us {
    height: 440px; }
    .support-us .section__heading {
      margin-top: 125px; } }

@media (min-width : 40em) {
  .support-us {
    background-attachment: fixed;
    height: 520px; }
    .support-us .section__heading {
      margin-top: -18px;
      position: absolute;
      top: 50%; }
  .support-us__link {
    display: inline-block;
    font-size: 27px;
    font-size: 2.7rem;
    left: 50%;
    position: absolute;
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
    top: 50%; }
    .support-us__link:before {
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute; }
    .support-us__link:after {
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute; }
    .support-us__link.support-us__shop {
      margin: -120px 0 0 -190px;
      -webkit-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
              transform: rotate(10deg); }
      .support-us__link.support-us__shop:hover {
        -webkit-transform: rotate(10deg) scale(1.05);
            -ms-transform: rotate(10deg) scale(1.05);
                transform: rotate(10deg) scale(1.05); }
      .support-us__link.support-us__shop:before {
        background-image: url('../img/support/shop.svg');
        height: 38px;
        margin: -5px 0 0 -44px;
        width: 38px; }
      .support-us__link.support-us__shop:after {
        background-image: url('../img/support/shop-arrow.svg');
        height: 72px;
        margin: -27px 0 0 150px;
        width: 81px; }
    .support-us__link.support-us__fundraise {
      margin: -100px 0 0 150px; }
      .support-us__link.support-us__fundraise:before {
        background-image: url('../img/support/fundraise.svg');
        height: 48px;
        margin: -5px 0 0 -60px;
        width: 48px; }
      .support-us__link.support-us__fundraise:after {
        background-image: url('../img/support/fundraise-arrow.svg');
        height: 66px;
        margin: 0 0 0 -100px;
        width: 27px; }
    .support-us__link.support-us__donate {
      margin: 80px 0 0 -160px;
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg); }
      .support-us__link.support-us__donate:hover {
        -webkit-transform: rotate(-5deg) scale(1.05);
            -ms-transform: rotate(-5deg) scale(1.05);
                transform: rotate(-5deg) scale(1.05); }
      .support-us__link.support-us__donate:before {
        background-image: url('../img/support/donate.svg');
        height: 45px;
        margin: -7px 0 0 -55px;
        width: 45px; }
      .support-us__link.support-us__donate:after {
        background-image: url('../img/support/donate-arrow.svg');
        height: 80px;
        margin: -80px 0 0 83px;
        width: 102px; }
    .support-us__link.support-us__awareness {
      margin: 70px 0 0 105px;
      -webkit-transform: rotate(4deg);
          -ms-transform: rotate(4deg);
              transform: rotate(4deg); }
      .support-us__link.support-us__awareness:hover {
        -webkit-transform: rotate(4deg) scale(1.05);
            -ms-transform: rotate(4deg) scale(1.05);
                transform: rotate(4deg) scale(1.05); }
      .support-us__link.support-us__awareness:before {
        background-image: url('../img/support/awareness.svg');
        height: 43px;
        margin: 0 0 0 -55px;
        width: 48px; }
      .support-us__link.support-us__awareness:after {
        background-image: url('../img/support/awareness-arrow.svg');
        height: 81px;
        margin: -105px 0 0 45px;
        width: 72px; } }

@media (min-width : 50em) {
  .support-us__link.support-us__shop {
    margin: -120px 0 0 -280px; }
  .support-us__link.support-us__fundraise {
    margin: -100px 0 0 200px; }
  .support-us__link.support-us__donate {
    margin: 80px 0 0 -270px; }
  .support-us__link.support-us__awareness {
    margin: 70px 0 0 175px; }
    .support-us__link.support-us__awareness:after {
      margin: -105px 0 0 5px; } }

.news {
  background: #f3f3f3;
  min-height: 300px; }

.news-list {
  margin: 30px 0 60px;
  text-align: center; }
  .news-list h3 {
    margin: 1.5em 0 0.25em; }
  .news-list time {
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width : 40em) {
      .news-list time {
        font-size: 16px;
        font-size: 1.6rem; } }

.blog-post {
  text-align: center;
  margin-bottom: -1em; }
  .blog-post p {
    display: block;
    margin: 1em auto;
    max-width: 800px; }

.newsletter {
  text-align: center; }
  .newsletter .section__heading {
    margin-bottom: 25px;
    padding: 0 6%; }

.newsletter-subscription {
  display: inline-block;
  margin: 0 auto;
  width: auto; }
  .newsletter-subscription input {
    background: #fafafa url('../img/email.svg') no-repeat 15px center;
    border: 1px solid #ededed;
    border-radius: 0;
    margin-right: -5px;
    padding: 8px 15px 8px 46px; }
    .newsletter-subscription input:focus {
      outline: none; }
  .newsletter-subscription button {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0; }

.social p {
  margin: 30px 0 0.5em; }

.social__link {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  width: 35px;
  overflow: hidden; }
  .social__link:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .social__link--twitter {
    background-image: url('../img/social/twitter.png'); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .social__link--twitter {
        background-image: url('../img/social/twitter@2x.png'); } }
  .social__link--facebook {
    background-image: url('../img/social/facebook.png'); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .social__link--facebook {
        background-image: url('../img/social/facebook@2x.png'); } }
  .social__link--google {
    background-image: url('../img/social/google.png'); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .social__link--google {
        background-image: url('../img/social/google@2x.png'); } }

.events {
  background: #f3f3f3; }
  .events:before, .events:after {
    content: "";
    display: table; }
  .events:after {
    clear: both; }
  .events .wrapper {
    overflow: hidden; }
  .events .section__heading {
    text-align: left; }
  .events__summary {
    margin-bottom: 40px; }
  .events__slider {
    min-height: 340px;
    padding-bottom: 20px;
    position: relative; }
  .events .item.slide {
    margin: 0;
    width: 100%; }
  .events .rsNav {
    display: none; }
  .events .rsNav {
    bottom: 10px;
    display: block;
    height: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 12; }
  .events .rsNavItem {
    background-color: rgba(68, 68, 68, 0.4);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px; }
    .events .rsNavItem.rsNavSelected {
      background-color: #bc3c86; }
  .events .rsOverflow {
    overflow: visible; }
  @media (min-width : 40em) {
    .events__summary {
      float: left;
      width: 48%; }
    .events__overflow {
      float: right;
      overflow: hidden;
      width: calc(50% - 12px); } }
  @media (min-width : 60em) {
    .events__summary {
      width: 33.33%;
      width: calc(33.33% - 12px); }
    .events__overflow {
      width: 66.66%;
      width: calc(66.66% - 24px); }
    .events__slider {
      width: 50%;
      width: calc(50% - 12px); }
    .events .rsNav {
      width: 200%;
      width: calc(200% + 24px); } }

.search-results .hentry {
  margin: 3em 0; }
.search-results .h2 {
  margin-bottom: 0em; }

.article__details {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em; }
  .article__details .item__faves, .article__details .item__comments {
    margin-left: 15px; }
.article__footer {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 40px; }
  .article__footer:before, .article__footer:after {
    content: "";
    display: table; }
  .article__footer:after {
    clear: both; }
.article__categories {
  float: left; }
.article__tags {
  float: right;
  max-width: 50%; }
.article__nav {
  border-top: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF; }
  .article__nav:before, .article__nav:after {
    content: "";
    display: table; }
  .article__nav:after {
    clear: both; }
  .article__nav a {
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 25px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 50%; }
    .article__nav a:first-child {
      border-right: 1px solid #dfdfdf; }
    .article__nav a span {
      color: #595959;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: none;
      white-space: nowrap;
      width: 100%; }
    .article__nav a.article__previous {
      background: url(../img/article__prev.svg) no-repeat 0 center;
      padding-left: 30px; }
    .article__nav a.article__next {
      background: url(../img/article__next.svg) no-repeat right center;
      padding-right: 30px; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #F5F5F5;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  margin: 0 0 24px 0;
  padding-bottom: 1em;
  text-align: center;
  float: left;
  width: 100%; }
  @media screen and (max-width: 30em) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      clear: none !important;
      float: none !important;
      width: 100% !important; } }
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    border-bottom: 1px solid #DFDFDF; }
  .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #313131; }
    @media (min-width : 50em) {
      .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    border-top: 2px solid #DFDFDF;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 0.5em;
    width: 92%;
    margin: 0 auto 0.5em; }
  .woocommerce ul.products li.product .cart, .woocommerce-page ul.products li.product .cart {
    text-align: center; }
  .woocommerce ul.products li.product .quantity, .woocommerce-page ul.products li.product .quantity {
    display: inline-block;
    margin: 0 8px 0 0; }
    .woocommerce ul.products li.product .quantity .qty, .woocommerce-page ul.products li.product .quantity .qty {
      padding: 0.3em 0;
      text-align: center;
      width: 44px; }
  .woocommerce ul.products li.product .btn, .woocommerce-page ul.products li.product .btn {
    display: inline-block; }
  @media (min-width : 30em) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 48%;
      width: calc(50% - 12px);
      margin-right: 24px; }
      .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: left; } }
  @media (min-width : 50em) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 31.999%;
      width: calc(33.33% - 16px);
      margin-right: 24px; }
      .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 24px; }
      .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: none; }
      .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: left; }
      .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
        font-size: 20px;
        font-size: 2rem; }
      .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
        font-size: 16px;
        font-size: 1.6rem; }
      .woocommerce ul.products li.product .btn, .woocommerce-page ul.products li.product .btn {
        font-size: 14px;
        font-size: 1.4rem; } }

.woocommerce .woocommerce-result-count {
  color: #a7a7a7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }

.cart-link {
  background-color: #68c4d5;
  color: #fff;
  display: inline-block;
  padding: 6px 0.5em;
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  top: 0; }
  .cart-link__total {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0.5em; }
  .cart-link__items {
    font-size: 14px;
    font-size: 1.4rem; }
  .cart-link:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.woocommerce-main-image {
  border: 1px solid #DFDFDF;
  display: block; }

.woocommerce div.product div.summary p:first-of-type {
  margin-top: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #6eb743;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }

.woocommerce table.shop_table th {
  font-weight: 600; }

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .donation .input-text {
  width: 120px;
  padding: 10px 6px 3px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1; }

.woocommerce a.remove {
  color: #c2353b !important; }
  .woocommerce a.remove:hover {
    background-color: transparent;
    color: #c2353b !important; }

.woocommerce div.product form.cart {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 1em 0;
  margin-bottom: 1em; }
  .woocommerce div.product form.cart .btn {
    float: right; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }

.woocommerce .quantity .qty {
  font-weight: 600;
  padding: 0.4em 0;
  text-align: center;
  width: 60px; }

.woocommerce .single_variation_wrap {
  margin: 1em 0; }

.woocommerce .reset_variations {
  display: none !important; }

.product_meta {
  font-size: 12px;
  font-size: 1.2rem; }

.woocommerce div.product div.images {
  width: 48% !important; }

.woocommerce div.product .product_title {
  padding-right: 130px; }

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  padding: 0.5em; }

.woocommerce .upsells ul.products li.product .price, .woocommerce-page .related ul.products li.product .price {
  font-size: 16px;
  font-size: 1.6rem; }
.woocommerce .upsells ul.products li.product h3, .woocommerce-page .related ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.8rem; }

@media (max-width: 768px) {
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
    float: left;
    clear: none !important; } }

@media (max-width: 480px) {
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
    float: none;
    clear: none !important;
    width: 100% !important; } }

@media (min-width : 40em) {
  .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23%; }
    .woocommerce .related ul li.product:nth-child(2n), .woocommerce .related ul.products li.product:nth-child(2n), .woocommerce .upsells.products ul li.product:nth-child(2n), .woocommerce .upsells.products ul.products li.product:nth-child(2n), .woocommerce-page .related ul li.product:nth-child(2n), .woocommerce-page .related ul.products li.product:nth-child(2n), .woocommerce-page .upsells.products ul li.product:nth-child(2n), .woocommerce-page .upsells.products ul.products li.product:nth-child(2n) {
      margin-right: 2%;
      float: left !important; }
    .woocommerce .related ul li.product:nth-child(2n+1), .woocommerce .related ul.products li.product:nth-child(2n+1), .woocommerce .upsells.products ul li.product:nth-child(2n+1), .woocommerce .upsells.products ul.products li.product:nth-child(2n+1), .woocommerce-page .related ul li.product:nth-child(2n+1), .woocommerce-page .related ul.products li.product:nth-child(2n+1), .woocommerce-page .upsells.products ul li.product:nth-child(2n+1), .woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1) {
      clear: none; }
    .woocommerce .related ul li.product:nth-child(4n), .woocommerce .related ul.products li.product:nth-child(4n), .woocommerce .upsells.products ul li.product:nth-child(4n), .woocommerce .upsells.products ul.products li.product:nth-child(4n), .woocommerce-page .related ul li.product:nth-child(4n), .woocommerce-page .related ul.products li.product:nth-child(4n), .woocommerce-page .upsells.products ul li.product:nth-child(4n), .woocommerce-page .upsells.products ul.products li.product:nth-child(4n) {
      margin-right: 0; }
    .woocommerce .related ul li.product:nth-child(4n+1), .woocommerce .related ul.products li.product:nth-child(4n+1), .woocommerce .upsells.products ul li.product:nth-child(4n+1), .woocommerce .upsells.products ul.products li.product:nth-child(4n+1), .woocommerce-page .related ul li.product:nth-child(4n+1), .woocommerce-page .related ul.products li.product:nth-child(4n+1), .woocommerce-page .upsells.products ul li.product:nth-child(4n+1), .woocommerce-page .upsells.products ul.products li.product:nth-child(4n+1) {
      clear: left; }
  .woocommerce .related ul.products li.product .btn, .woocommerce .related ul.products li.product .price, .woocommerce .upsells ul.products li.product .btn, .woocommerce .upsells ul.products li.product .price {
    font-size: 12px;
    font-size: 1.2rem; }
  .woocommerce .related ul.products li.product .price, .woocommerce .upsells ul.products li.product .price {
    width: 90%; }
  .woocommerce .related ul.products li.product h3, .woocommerce .upsells ul.products li.product h3 {
    font-size: 14px;
    font-size: 1.4rem; } }

.woocommerce form .form-row .required {
  color: #c2353b;
  font-weight: 600; }

.woocommerce table.shop_table {
  border: 10px solid #fff; }

form.woocommerce-checkout {
  background: #F7F6F7;
  margin: 0;
  max-width: 100%;
  padding: 24px 8px 24px 24px; }
  form.woocommerce-checkout input[type=text], form.woocommerce-checkout textarea {
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    padding: 8px;
    color: #222;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-appearance: none; }
    form.woocommerce-checkout input[type=text]:focus, form.woocommerce-checkout textarea:focus {
      border: 1px solid #68c4d5;
      box-shadow: 0 0 5px #68c4d5; }

.woocommerce table.shop_table, .woocommerce-checkout #payment {
  background-color: #fff;
  border-radius: 0; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #bc3c86;
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1.6rem; }
  .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #95306a;
    border-color: #95306a; }

.woocommerce-checkout #payment div.payment_box {
  background-color: #F7F6F7; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-left: 1px solid #e7e7e7; }

.woocommerce .woocommerce-info {
  border-top-color: #68c4d5; }
  .woocommerce .woocommerce-info:before {
    color: #68c4d5; }

.woocommerce .woocommerce-message {
  border-top-color: #6eb743; }
  .woocommerce .woocommerce-message:before {
    color: #6eb743; }

.woocommerce .woocommerce-error {
  border-top-color: #c2353b; }
  .woocommerce .woocommerce-error:before {
    color: #c2353b; }

@media screen and (max-width: 768px) {
  .images {
    float: left !important; }
  .summary {
    float: right !important;
    width: 48% !important; } }

@media screen and (max-width: 480px) {
  .woocommerce div.product div.images, .summary {
    float: none !important;
    width: 100% !important; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #F5F5F5; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600; }

.woocommerce-page table.cart td.actions input {
  width: auto; }

.woocommerce-page table.cart .donation-block td.actions {
  text-align: left; }

.woocommerce-cart table.cart div.donation input.input-text {
  padding: 7px 6px 5px !important;
  text-indent: 14px; }
  .woocommerce-cart table.cart div.donation input.input-text::-webkit-input-placeholder {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .woocommerce-cart table.cart div.donation input.input-text::-moz-placeholder {
    transform: translateY(3px); }
  .woocommerce-cart table.cart div.donation input.input-text:-moz-placeholder {
    transform: translateY(3px); }
  .woocommerce-cart table.cart div.donation input.input-text:-ms-input-placeholder {
    -ms-transform: translateY(3px);
        transform: translateY(3px); }

.woocommerce-cart table.cart div.donation:before {
  content: "\00a3";
  color: #888;
  margin: 7px 0 0 9px;
  position: absolute; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  float: left;
  margin-right: 4%; }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0; }
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n+1) {
    clear: left; }
/*# sourceMappingURL=pca.css.map */