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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* ====================
2. BOURBON BITTERS STYLES
==================== */
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("../fonts/gothamrounded/GothamRounded-Book.woff2") format("woff2"), url("../fonts/gothamrounded/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded-Medium';
  src: url("../fonts/gothamrounded/GothamRounded-Medium.woff2") format("woff2"), url("../fonts/gothamrounded/GothamRounded-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded-Light';
  src: url("../fonts/gothamrounded/GothamRounded-Light.woff2") format("woff2"), url("../fonts/gothamrounded/GothamRounded-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'League-Gothic';
  src: url("../fonts/leaguegothic/LeagueGothic-Regular.woff2") format("woff2"), url("../fonts/leaguegothic/LeagueGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/BebasNeue-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* fontello - returnit-icons */
@font-face {
  font-family: 'returnit-icons';
  src: url("../fonts/icons/returnit-icons.woff2?7919728") format("woff2"), url("../fonts/icons/returnit-icons.woff?7919728") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before, .icon:before, .btn-backtop:before, .btn-anchor:before, div.wpcf7-response-output:before, div.wpcf7-response-output.wpcf7-mail-sent-ok:before, .menu-floating-right-inner ul li a:before, .search-floating button:before, .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:before, .alm-btn-wrap .alm-load-more-btn.loading:before, .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before, .selectric .button:before, .icon-after:after, .checkbox-wrap input[type='checkbox']:checked + .wpcf7-list-item-label:after, .header-nav ul li.menu-item-has-children > a:after {
  font-family: "returnit-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-dot-3:before {
  content: '\e800'; }

/* '?' */
.icon-chevron-down:before, .btn-backtop:before, .btn-anchor:before, .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before, .selectric .button:before {
  content: '\e801'; }

/* '?' */
.icon-chevron-right:before, .menu-floating-right-inner ul li a:before {
  content: '\e802'; }

/* '?' */
.icon-close:before {
  content: '\e803'; }

/* '?' */
.icon-facebook:before {
  content: '\e804'; }

/* '?' */
.icon-twitter:before {
  content: '\e805'; }

/* '?' */
.icon-linkedin:before {
  content: '\e806'; }

/* '?' */
.icon-pinterest:before {
  content: '\e807'; }

/* '?' */
.icon-play-arrow:before {
  content: '\e808'; }

/* '?' */
.icon-search:before, .search-floating button:before {
  content: '\e809'; }

/* '?' */
.icon-speaker:before {
  content: '\e80a'; }

/* '?' */
.icon-instagram:before {
  content: '\e80b'; }

/* '?' */
.icon-email:before {
  content: '\e80c'; }

/* '?' */
.icon-chevron-right-double:before {
  content: '\e80d'; }

/* '?' */
.icon-chevron-left-double:before {
  content: '\e80e'; }

/* '?' */
.icon-chevron-left:before {
  content: '\e80f'; }

/* '?' */
.icon-chevron-up-double2:before {
  content: '\e810'; }

/* '?' */
.icon-sms:before {
  content: '\e811'; }

/* '?' */
.icon-share:before {
  content: '\e812'; }

/* '?' */
.icon-down-open:before, .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:before {
  content: '\e813'; }

/* '?' */
.icon-up-open:before {
  content: '\e814'; }

/* '?' */
.icon-left-open:before {
  content: '\e815'; }

/* '?' */
.icon-right-open:before {
  content: '\e816'; }

/* '?' */
.icon-location:before {
  content: '\e817'; }

/* '?' */
.icon-ok:before, div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: '\e818'; }

/* '?' */
.icon-spin1:before, .alm-btn-wrap .alm-load-more-btn.loading:before {
  content: '\e830'; }

/* '?' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '?' */
.icon-attention-alt:before, div.wpcf7-response-output:before {
  content: '\f12a'; }

/* '?' */
/* ====================
Mixins 
==================== */
.mobile-only, #s-mobile {
  display: block !important; }
  @media screen and (min-width: 748px) {
    .mobile-only, #s-mobile {
      display: none !important;
      background-image: none !important; } }

.desktop-only, #s-desktop {
  display: none !important; }
  @media screen and (min-width: 748px) {
    .desktop-only, #s-desktop {
      display: block !important; } }
  @media screen and (max-width: 748px) {
    .desktop-only, #s-desktop {
      background-image: none !important; } }

.desktop-large-up {
  display: none !important; }
  @media screen and (min-width: 960px) {
    .desktop-large-up {
      display: block !important; } }
  @media screen and (max-width: 960px) {
    .desktop-large-up {
      background-image: none !important; } }

.desktop-large-down {
  display: block !important; }
  @media screen and (min-width: 960px) {
    .desktop-large-down {
      display: none !important;
      background-image: none !important; } }

.desktop-medium, #s-desktop-medium {
  display: none !important; }
  @media screen and (min-width: 748px) {
    .desktop-medium, #s-desktop-medium {
      display: block !important; } }
  @media screen and (min-width: 960px) {
    .desktop-medium, #s-desktop-medium {
      display: none !important; } }

.desktop-large, #s-desktop-large {
  display: none !important; }
  @media screen and (min-width: 960px) {
    .desktop-large, #s-desktop-large {
      display: block !important; } }
  @media screen and (min-width: 1240px) {
    .desktop-large, #s-desktop-large {
      display: none !important; } }

.desktop-xlarge, #s-desktop-xlarge {
  display: none !important; }
  @media screen and (min-width: 1240px) {
    .desktop-xlarge, #s-desktop-xlarge {
      display: block !important; } }

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

.readmore-is-hidden {
  display: none; }

/*
   Animation example, for spinners
*/
.animate-spin, .alm-btn-wrap .alm-load-more-btn.loading:before {
  animation: spin 2s infinite linear;
  display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

button:focus {
  outline: none; }

.btn {
  position: relative;
  display: inline-block;
  border: 2px solid #fc6564;
  color: #fc6564;
  font-family: "League-Gothic", sans-serif;
  font-size: 20px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  vertical-align: middle;
  background: transparent;
  transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1), border-color 300ms cubic-bezier(0.19, 1, 0.22, 1), background-color 300ms cubic-bezier(0.19, 1, 0.22, 1), color 300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 38px 0 38px;
  min-width: 50px;
  max-width: 325px;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase; }
  @media screen and (min-width: 360px) {
    .btn {
      min-width: 180px; } }
  @media screen and (min-width: 748px) {
    .btn {
      white-space: nowrap; } }
  .btn.sml {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 0 15px 0 15px; }
    @media screen and (min-width: 360px) {
      .btn.sml {
        min-width: 100px; } }
  .btn.med {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1.75px;
    border-radius: 7px;
    padding: 0 35px 0 35px;
    height: 51px; }
    @media screen and (min-width: 360px) {
      .btn.med {
        min-width: 130px; } }
  .btn.lge {
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 2.2px;
    border-radius: 7px;
    padding: 0 35px 0 35px; }
    @media screen and (min-width: 360px) {
      .btn.lge {
        min-width: 160px; } }
    @media screen and (min-width: 748px) {
      .btn.lge {
        font-size: 30px;
        line-height: 52px;
        letter-spacing: 2.75px; } }
  .btn.xlge {
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 2.2px;
    border-radius: 7px;
    padding: 0 25px 0 25px; }
    @media screen and (min-width: 360px) {
      .btn.xlge {
        min-width: 160px; } }
    @media screen and (min-width: 360px) {
      .btn.xlge {
        font-size: 26px;
        line-height: 59px;
        height: 60px; } }
    @media screen and (min-width: 748px) {
      .btn.xlge {
        font-size: 26px;
        padding: 0 35px 0 35px;
        letter-spacing: 2.75px; } }
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:hover, .btn:active {
    border-color: #fc6564;
    color: #FFF;
    background: #fc6564; }
  .btn:focus {
    outline: none; }
  .btn.blue {
    border-color: #16c1f3;
    background: #16c1f3;
    color: #FFF; }
    .btn.blue:hover, .btn.blue:active {
      border-color: #01acde;
      background: #01acde;
      color: #FFF; }
  .btn.purple {
    border-color: #a3238e;
    background: #a3238e;
    color: #FFF; }
    .btn.purple:hover, .btn.purple:active {
      border-color: #91177d;
      background: #91177d;
      color: #FFF; }
  .btn.grey {
    border-color: #999;
    background: #999;
    color: #FFF; }
    .btn.grey:hover, .btn.grey:active {
      border-color: #777;
      background: #777;
      color: #FFF; }
  .btn.white-alt {
    border-color: #FFF;
    background: #FFF;
    color: #a3238e; }
    .btn.white-alt:hover, .btn.white-alt:active {
      color: #a3238e;
      border-color: #ffebfc;
      background-color: #ffebfc; }
  .btn.white {
    font-family: "GothamRounded-Book", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    min-width: 140px;
    border-color: #FFF;
    background: #FFF;
    color: #a3238e; }
    .btn.white:hover, .btn.white:active {
      color: #a3238e;
      border-color: #FFF;
      background-color: #FFF;
      text-decoration: underline; }

.btn__arrow {
  position: relative;
  font-size: 17px;
  padding: 12px 56px 12px 25px;
  line-height: 22px; }
  @media screen and (min-width: 960px) {
    .btn__arrow {
      padding: 0 56px 0 25px;
      line-height: 47px; } }
  .btn__arrow:hover:after, .btn__arrow:active:after {
    background: url(../img/icon-arrow-right-white.svg) no-repeat 100% 50%; }
    .theme-red .btn__arrow:hover:after, .theme-red .btn__arrow:active:after {
      background: url(../img/icon-arrow-right-white.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow:hover:after, .theme-blue .btn__arrow:active:after {
      background: url(../img/icon-arrow-right-white.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow:hover:after, .theme-green .btn__arrow:active:after {
      background: url(../img/icon-arrow-right-white.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow:hover:after, .theme-purple .btn__arrow:active:after {
      background: url(../img/icon-arrow-right-white.svg) no-repeat 100% 50%; }
  .btn__arrow:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    background: url(../img/icon-arrow-right-red.svg) no-repeat 100% 50%;
    width: 22px;
    height: 10px;
    margin-top: -4px; }
    .theme-red .btn__arrow:after {
      background: url(../img/icon-arrow-right-red.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow:after {
      background: url(../img/icon-arrow-right-blue.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow:after {
      background: url(../img/icon-arrow-right-green.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow:after {
      background: url(../img/icon-arrow-right-purple.svg) no-repeat 100% 50%; }

.btn__arrow-back {
  position: relative;
  padding: 0 15px 0 56px;
  font-size: 17px;
  line-height: 47px; }
  .btn__arrow-back:hover:after, .btn__arrow-back:active:after {
    background: url(../img/icon-arrow-left-white.svg) no-repeat 100% 50%; }
    .theme-red .btn__arrow-back:hover:after, .theme-red .btn__arrow-back:active:after {
      background: url(../img/icon-arrow-left-white.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-back:hover:after, .theme-blue .btn__arrow-back:active:after {
      background: url(../img/icon-arrow-left-white.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-back:hover:after, .theme-green .btn__arrow-back:active:after {
      background: url(../img/icon-arrow-left-white.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-back:hover:after, .theme-purple .btn__arrow-back:active:after {
      background: url(../img/icon-arrow-left-white.svg) no-repeat 100% 50%; }
  .btn__arrow-back:after {
    content: '';
    position: absolute;
    left: 22px;
    top: 50%;
    background: url(../img/icon-arrow-left-red.svg) no-repeat 100% 50%;
    width: 22px;
    height: 10px;
    margin-top: -4px; }
    .theme-red .btn__arrow-back:after {
      background: url(../img/icon-arrow-left-red.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-back:after {
      background: url(../img/icon-arrow-left-blue.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-back:after {
      background: url(../img/icon-arrow-left-green.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-back:after {
      background: url(../img/icon-arrow-left-purple.svg) no-repeat 100% 50%; }

.btn__arrow-down {
  position: relative;
  padding: 0 47px 0 35px;
  font-size: 17px;
  line-height: 47px; }
  .btn__arrow-down:hover:after, .btn__arrow-down:active:after {
    background: url(../img/icon-arrow-down-white.svg) no-repeat 100% 50%; }
    .theme-red .btn__arrow-down:hover:after, .theme-red .btn__arrow-down:active:after {
      background: url(../img/icon-arrow-down-white.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-down:hover:after, .theme-blue .btn__arrow-down:active:after {
      background: url(../img/icon-arrow-down-white.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-down:hover:after, .theme-green .btn__arrow-down:active:after {
      background: url(../img/icon-arrow-down-white.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-down:hover:after, .theme-purple .btn__arrow-down:active:after {
      background: url(../img/icon-arrow-down-white.svg) no-repeat 100% 50%; }
  .btn__arrow-down:after {
    content: '';
    position: absolute;
    right: 19px;
    top: 50%;
    background: url(../img/icon-arrow-down-red.svg) no-repeat 100% 50%;
    width: 10px;
    height: 14px;
    margin-top: -7px; }
    .theme-red .btn__arrow-down:after {
      background: url(../img/icon-arrow-down-red.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-down:after {
      background: url(../img/icon-arrow-down-blue.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-down:after {
      background: url(../img/icon-arrow-down-green.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-down:after {
      background: url(../img/icon-arrow-down-purple.svg) no-repeat 100% 50%; }
  .btn__arrow-down.loading {
    pointer-events: none;
    cursor: default;
    padding: 0 35px 0 35px; }
    .btn__arrow-down.loading:after {
      display: none; }
  .btn__arrow-down.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 1;
    border-color: transparent;
    padding: 0 35px 0 35px; }
    .btn__arrow-down.disabled:after {
      display: none; }

.btn__arrow-up {
  position: relative;
  padding: 0 47px 0 35px;
  font-size: 17px;
  line-height: 47px; }
  .btn__arrow-up:hover:after, .btn__arrow-up:active:after {
    background: url(../img/icon-arrow-up-white.svg) no-repeat 100% 50%; }
    .theme-red .btn__arrow-up:hover:after, .theme-red .btn__arrow-up:active:after {
      background: url(../img/icon-arrow-up-white.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-up:hover:after, .theme-blue .btn__arrow-up:active:after {
      background: url(../img/icon-arrow-up-white.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-up:hover:after, .theme-green .btn__arrow-up:active:after {
      background: url(../img/icon-arrow-up-white.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-up:hover:after, .theme-purple .btn__arrow-up:active:after {
      background: url(../img/icon-arrow-up-white.svg) no-repeat 100% 50%; }
  .btn__arrow-up:after {
    content: '';
    position: absolute;
    right: 19px;
    top: 50%;
    background: url(../img/icon-arrow-up-red.svg) no-repeat 100% 50%;
    width: 10px;
    height: 14px;
    margin-top: -7px; }
    .theme-red .btn__arrow-up:after {
      background: url(../img/icon-arrow-up-red.svg) no-repeat 100% 50%; }
    .theme-blue .btn__arrow-up:after {
      background: url(../img/icon-arrow-up-blue.svg) no-repeat 100% 50%; }
    .theme-green .btn__arrow-up:after {
      background: url(../img/icon-arrow-up-green.svg) no-repeat 100% 50%; }
    .theme-purple .btn__arrow-up:after {
      background: url(../img/icon-arrow-up-purple.svg) no-repeat 100% 50%; }
  .btn__arrow-up.loading {
    pointer-events: none;
    cursor: default;
    padding: 0 35px 0 35px; }
    .btn__arrow-up.loading:after {
      display: none; }
  .btn__arrow-up.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
    padding: 0 35px 0 35px; }
    .btn__arrow-up.disabled:after {
      display: none; }

.btn-video-play-wrap {
  width: 127px;
  height: 127px;
  min-width: 127px !important;
  min-height: 127px !important; }

.btn-video-play {
  /*position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin: -63px 0 0 -63px;
	*/
  width: 127px;
  height: 127px;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  transition: transform 0.2s ease; }
  .btn-video-play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #FFF;
    border-radius: 100%; }
  .btn-video-play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon-playarrow-offwhite.svg) no-repeat 50% 50%; }
  .btn-video-play:hover {
    opacity: 0.5;
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

/*
.btn-wide {
	padding: 13px 50px 12px 50px;		
}


.btn-red {
	display: inline-block;
	background: #fc6564;
	padding: 14px 20px 14px 20px;
	width: 100%;
	max-width: 285px;
	font-size: 25px;
	line-height: 28px;
	
	&:hover {
		background: #fff;
		color: #fc6564;
	}
}

.btn-white {
	border-color: $white;
	color: $white !important;

	&:hover {
		background-color: $white;
		border-color: $white;
		color: $red!important;
	}	
}

.btn-signup {
	padding: 8px 23px 8px 23px;
	font-size: 14px;
	border-color: $red;
	color: #fff;

	&:hover {
		background-color: $red;
		border-color: $red;
		color: $white;
	}		
}
*/
.anchor-btn {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 50%;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 748px) {
    .anchor-btn {
      bottom: 90px; } }
  .anchor-btn:hover .icon:before, .anchor-btn:hover .btn-backtop:before, .anchor-btn:hover .btn-anchor:before, .anchor-btn:hover div.wpcf7-response-output:before, .anchor-btn:hover .menu-floating-right-inner ul li a:before, .menu-floating-right-inner ul li .anchor-btn:hover a:before, .anchor-btn:hover .search-floating button:before, .search-floating .anchor-btn:hover button:before, .anchor-btn:hover .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:before, .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .anchor-btn:hover .faq-toggle:before, .anchor-btn:hover .alm-btn-wrap .alm-load-more-btn.loading:before, .alm-btn-wrap .anchor-btn:hover .alm-load-more-btn.loading:before, .anchor-btn:hover .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before, .eligible-noneligible-containers .eligible-containers-list li .anchor-btn:hover .eligible-containers-list-toggle:before, .anchor-btn:hover .selectric .button:before, .selectric .anchor-btn:hover .button:before {
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    background: url(../img/icon-arrow-down-white.svg) no-repeat 50% 50%; }
  .anchor-btn .icon, .anchor-btn .btn-backtop, .anchor-btn .btn-anchor, .anchor-btn div.wpcf7-response-output, .anchor-btn .menu-floating-right-inner ul li a, .menu-floating-right-inner ul li .anchor-btn a, .anchor-btn .search-floating button, .search-floating .anchor-btn button, .anchor-btn .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle, .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .anchor-btn .faq-toggle, .anchor-btn .alm-btn-wrap .alm-load-more-btn.loading:before, .alm-btn-wrap .anchor-btn .alm-load-more-btn.loading:before, .anchor-btn .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle, .eligible-noneligible-containers .eligible-containers-list li .anchor-btn .eligible-containers-list-toggle, .anchor-btn .selectric .button, .selectric .anchor-btn .button {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: -15px; }
    .anchor-btn .icon:before, .anchor-btn .btn-backtop:before, .anchor-btn .btn-anchor:before, .anchor-btn div.wpcf7-response-output:before, .anchor-btn .menu-floating-right-inner ul li a:before, .menu-floating-right-inner ul li .anchor-btn a:before, .anchor-btn .search-floating button:before, .search-floating .anchor-btn button:before, .anchor-btn .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:before, .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .anchor-btn .faq-toggle:before, .anchor-btn .alm-btn-wrap .alm-load-more-btn.loading:before, .alm-btn-wrap .anchor-btn .alm-load-more-btn.loading:before, .anchor-btn .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before, .eligible-noneligible-containers .eligible-containers-list li .anchor-btn .eligible-containers-list-toggle:before, .anchor-btn .selectric .button:before, .selectric .anchor-btn .button:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      height: 30px;
      width: 30px;
      background: url(../img/icon-arrow-down-pink.svg) no-repeat 50% 50%;
      transition: transform 0.3s ease; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  display: block;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 748px) {
    .play-btn {
      width: 160px;
      height: 160px; } }
  .play-btn:focus {
    outline: none; }
  .play-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a3238e;
    opacity: 0.6;
    transition: opacity 0.25s ease, transform 0.5s ease-out;
    border-radius: 100%; }
  .play-btn:hover:before {
    opacity: 1;
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .play-btn .icon-play-arrow {
    position: absolute;
    top: 53%;
    left: 53%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 43px; }
    @media screen and (min-width: 748px) {
      .play-btn .icon-play-arrow {
        font-size: 63px; } }

.back-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  pointer-events: all;
  cursor: pointer;
  display: block;
  background: url(../img/icon-grid-white.svg) no-repeat 50% 50%;
  background-size: 18px auto;
  transition: background 0.1s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
  .back-btn.disabled {
    opacity: 0.3; }
  .back-btn:hover {
    background: url(../img/icon-grid-blue.svg) no-repeat 50% 50%;
    background-size: 18px auto; }

.carousel .flickity-prev-next-button.previous, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 33px;
  height: 43px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  pointer-events: all;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #fc6564 !important;
  transition: background-color 0.25s ease; }
  .carousel .flickity-prev-next-button.previous svg, .owl-carousel .owl-nav button.owl-prev svg {
    display: none; }
  @media screen and (min-width: 748px) {
    .carousel .flickity-prev-next-button.previous, .owl-carousel .owl-nav button.owl-prev {
      width: 65px;
      height: 85px; } }
  .carousel .flickity-prev-next-button.previous:before, .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon-arrow-left-white.svg);
    background-repeat: no-repeat;
    background-position: 46% 50%;
    background-size: 8px auto;
    transition: transform 0.25s ease;
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    @media screen and (min-width: 748px) {
      .carousel .flickity-prev-next-button.previous:before, .owl-carousel .owl-nav button.owl-prev:before {
        background-size: 15px auto; } }
  .carousel .flickity-prev-next-button.previous:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FFF !important; }
    .carousel .flickity-prev-next-button.previous:hover:before, .owl-carousel .owl-nav button.owl-prev:hover:before {
      background-image: url(../img/icon-arrow-left-red.svg);
      -ms-transform: translateX(-5px);
      transform: translateX(-5px); }
      @media screen and (min-width: 748px) {
        .carousel .flickity-prev-next-button.previous:hover:before, .owl-carousel .owl-nav button.owl-prev:hover:before {
          -ms-transform: translateX(-10px);
          transform: translateX(-10px); } }
  .carousel .flickity-prev-next-button.previous.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0;
    cursor: default; }
    .carousel .flickity-prev-next-button.previous.disabled:hover, .owl-carousel .owl-nav button.owl-prev.disabled:hover {
      opacity: 0; }

.carousel .flickity-prev-next-button.next, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 33px;
  height: 43px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  pointer-events: all;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #fc6564 !important;
  transition: background-color 0.25s ease; }
  .carousel .flickity-prev-next-button.next svg, .owl-carousel .owl-nav button.owl-next svg {
    display: none; }
  @media screen and (min-width: 748px) {
    .carousel .flickity-prev-next-button.next, .owl-carousel .owl-nav button.owl-next {
      width: 65px;
      height: 85px; } }
  .carousel .flickity-prev-next-button.next:before, .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 54% 50%;
    background-size: 8px auto;
    transition: transform 0.25s ease;
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    @media screen and (min-width: 748px) {
      .carousel .flickity-prev-next-button.next:before, .owl-carousel .owl-nav button.owl-next:before {
        background-size: 15px auto; } }
  .carousel .flickity-prev-next-button.next:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #FFF !important; }
    .carousel .flickity-prev-next-button.next:hover:before, .owl-carousel .owl-nav button.owl-next:hover:before {
      background-image: url(../img/icon-arrow-right-red.svg);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
      @media screen and (min-width: 748px) {
        .carousel .flickity-prev-next-button.next:hover:before, .owl-carousel .owl-nav button.owl-next:hover:before {
          -ms-transform: translateX(10px);
          transform: translateX(10px); } }
  .carousel .flickity-prev-next-button.next.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
    cursor: default; }
    .carousel .flickity-prev-next-button.next.disabled:hover, .owl-carousel .owl-nav button.owl-next.disabled:hover {
      opacity: 0; }

.linearslide {
  transition-timing-function: linear !important; }

.share-this {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 0; }
  .share-this ul li {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
    margin: 0 !important; }
    .share-this ul li:before {
      display: none; }
  .share-this a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(../img/ico_social.png) no-repeat;
    background-size: auto 40px;
    margin: 0; }
    .share-this a.ico-fb {
      background-position: -40px 0; }
    .share-this a.ico-tw {
      background-position: -80px 0; }
    .share-this a.ico-gp {
      background-position: -120px 0; }
    .share-this a.ico-ln {
      background-position: -160px 0; }

/* Pagination */
.pagination-wrap {
  position: relative;
  width: 100%; }

.wp-prev-next {
  padding-top: 20px;
  margin-bottom: 100px; }
  .wp-prev-next ul li {
    font-size: 14px;
    color: #fc6564;
    text-transform: uppercase; }
  .wp-prev-next a {
    position: relative;
    display: block;
    color: #fc6564;
    background: white;
    box-shadow: inset 0 0 0 1px #fc6564;
    transition: color 0.25s ease, background-color 0.25s ease; }
    .wp-prev-next a:link {
      color: #fc6564; }
    .wp-prev-next a:hover {
      color: #FFF;
      background: #fc6564;
      box-shadow: none; }
  .wp-prev-next .next-link {
    display: inline-block;
    float: left;
    text-align: right; }
    .wp-prev-next .next-link a {
      padding: 8px 18px 8px 40px; }
      .wp-prev-next .next-link a:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0%;
        left: 14px;
        width: 18px;
        height: 100%;
        background-image: url(../img/icon-arrow3-left-grey.svg);
        background-size: 18px auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: transform 0.25s ease, background-color 0.25s ease;
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .wp-prev-next .next-link a:hover:after, .wp-prev-next .next-link a.hover_effect:after {
        background-image: url(../img/icon-arrow3-left-white.svg);
        background-size: 18px auto;
        -ms-transform: translateX(-10%);
        transform: translateX(-10%); }
  .wp-prev-next .prev-link {
    display: inline-block;
    float: right;
    text-align: left; }
    .wp-prev-next .prev-link a {
      padding: 8px 40px 8px 18px; }
      .wp-prev-next .prev-link a:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0%;
        right: 14px;
        width: 18px;
        height: 100%;
        background-image: url(../img/icon-arrow3-right-grey.svg);
        background-size: 18px auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: transform 0.25s ease, background-color 0.25s ease;
        -ms-transform: translateX(0%);
        transform: translateX(0%); }
      .wp-prev-next .prev-link a:hover:after, .wp-prev-next .prev-link a.hover_effect:after {
        background-image: url(../img/icon-arrow3-right-white.svg);
        background-size: 18px auto;
        -ms-transform: translateX(10%);
        transform: translateX(10%); }

.pagination {
  border-top: 1px solid #fc6564;
  margin: 0;
  text-align: right;
  font-size: 0;
  padding: 19px 0 42px; }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    min-width: 37px;
    margin-left: -1px;
    text-align: center;
    background: #fff;
    height: 45px;
    border: 1px solid #fc6564; }
  .pagination a {
    display: block;
    color: #fc6564;
    padding: 11px;
    margin: -1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase; }
    .pagination a:hover {
      background: #fc6564;
      color: #FFF;
      text-decoration: none; }
  .pagination .dots {
    background: url(../img/ico_dots.png) no-repeat 50% 60% #fff; }
  .pagination .first a {
    background: url(../img/ico_left_bb2.png) no-repeat 50% 50%;
    height: 46px;
    text-indent: -999em; }
  .pagination .prev a {
    background: url(../img/ico_left_bb.png) no-repeat 50% 50%;
    height: 46px; }
  .pagination .last a {
    background: url(../img/ico_right_bb2.png) no-repeat 50% 50%;
    height: 46px;
    text-indent: -999em; }
  .pagination .next a {
    background: url(../img/ico_right_bb.png) no-repeat 50% 50%;
    height: 46px; }
  .pagination .current a {
    background: #fc6564;
    color: #FFF;
    text-decoration: none; }

.btn-backtop {
  position: absolute;
  z-index: 0;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #464646;
  color: #464646;
  transition: color 150ms ease, border 150ms ease; }
  .btn-backtop:before {
    position: absolute;
    left: 33%;
    top: 38%;
    width: 13px;
    font-size: 9px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  @media screen and (min-width: 748px) {
    .btn-backtop {
      bottom: auto;
      top: 42px; } }
  .btn-backtop:hover {
    color: #a3238e;
    border-color: #a3238e; }
  .btn-backtop.pinned {
    position: absolute;
    top: -60px;
    right: 20px; }

.btn-anchor {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #CCC;
  color: #999;
  transition: color 150ms ease, border 150ms ease; }
  .btn-anchor:before {
    position: absolute;
    top: 51%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 9px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 13px; }
  @media screen and (min-width: 748px) {
    .btn-anchor {
      display: block; } }
  .btn-anchor:hover {
    color: #a3238e;
    border-color: #a3238e; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700; }

.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em; }

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle; }

div.wpcf7 .ajax-loader.is-active {
  visibility: visible; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0; }

div.wpcf7 input[type="file"] {
  cursor: pointer; }

div.wpcf7 input[type="file"]:disabled {
  cursor: default; }

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  position: relative;
  width: 100%;
  min-height: 45px;
  padding: 11px 20px 9px 20px;
  margin: 0 0 35px 0;
  font-family: "League-Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 2.2px;
  background-color: #a3238e;
  text-align: left;
  color: #FFF; }
  legend.blue {
    color: #fff;
    background-color: #16c1f3; }

label {
  position: relative;
  display: block;
  font-family: "League-Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
  text-align: left; }

input,
select,
textarea {
  display: block;
  font-family: "GothamRounded-Book", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea, select[multiple] {
  position: relative;
  width: 100%;
  min-height: 55px;
  background-color: #FFF;
  border: 2px solid #a3238e;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  margin: 0;
  transition: border-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #666;
  font-size: 16px; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover, select[multiple]:hover {
    border-color: #811c70; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus, select[multiple]:focus {
    color: #666;
    border-color: #811c70;
    box-shadow: none;
    outline: none; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select[multiple]:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder, select[multiple]::placeholder {
    color: #999;
    opacity: 1; }
  [type='color']:-webkit-autofill, [type='date']:-webkit-autofill, [type='datetime']:-webkit-autofill, [type='datetime-local']:-webkit-autofill, [type='email']:-webkit-autofill, [type='month']:-webkit-autofill, [type='number']:-webkit-autofill, [type='password']:-webkit-autofill, [type='search']:-webkit-autofill, [type='tel']:-webkit-autofill, [type='text']:-webkit-autofill, [type='time']:-webkit-autofill, [type='url']:-webkit-autofill, [type='week']:-webkit-autofill, input:not([type]):-webkit-autofill, textarea:-webkit-autofill, select[multiple]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
    -webkit-text-fill-color: #666 !important; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled, select[multiple]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

textarea {
  resize: vertical; }

.form-row {
  position: relative;
  width: 100%;
  margin: 0 0 25px 0; }
  .form-row.spacer {
    height: 45px;
    margin: 0; }
  .form-row.spacer-med {
    height: 25px;
    margin: 0; }
  .form-row.spacer-sml {
    height: 10px;
    margin: 0; }
  .form-row.hidden {
    height: 0;
    margin: 0;
    overflow: hidden; }
  .form-row input[type="submit"] {
    cursor: pointer; }
  .form-row.blue select {
    border-color: #16c1f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.12 8.68'%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cpolyline points='1.06 1.06 6.56 6.56 12.06 1.06' style='fill:none;stroke:%2314a6d0;stroke-width:3px'/%3E%3C/svg%3E"); }
  .form-row.blue input[type='text'], .form-row.blue input[type='email'] {
    border-color: #16c1f3; }
    .form-row.blue input[type='text']:hover, .form-row.blue input[type='email']:hover {
      border-color: #14a6d0; }
    .form-row.blue input[type='text']:focus, .form-row.blue input[type='email']:focus {
      border-color: #14a6d0; }
  .form-row.school input[type='text'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-school.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.school.blue input[type='text'] {
    background-image: url("../img/input-bg-school-blue.svg"); }
  .form-row.address input[type='text'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-address.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.address.blue input[type='text'] {
    background-image: url("../img/input-bg-address-blue.svg"); }
  .form-row.phone input[type='text'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-phone.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.phone.blue input[type='text'] {
    background-image: url("../img/input-bg-phone-blue.svg"); }
  .form-row.email input[type='text'], .form-row.email input[type='email'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-email.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.email.blue input[type='text'], .form-row.email.blue input[type='email'] {
    background-image: url("../img/input-bg-email-blue.svg"); }
  .form-row.date input[type='text'], .form-row.date input[type='email'], .form-row.date input[type='date'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-date.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.date.blue input[type='text'], .form-row.date.blue input[type='email'] {
    background-image: url("../img/input-bg-email-blue.svg"); }
  .form-row.person input[type='text'] {
    padding-left: 75px;
    background-image: url("../img/input-bg-person.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 44px auto; }
  .form-row.person.blue input[type='text'] {
    background-image: url("../img/input-bg-person-blue.svg"); }
  .form-row.terms {
    font-size: 13px;
    line-height: 25px;
    color: #666; }
  .form-row.btns .btn + .btn {
    margin-left: 10px; }
  .form-row.btns .btn + .btn-wrap {
    margin-left: 10px; }
  .form-row.btns .btn-wrap + .btn-wrap {
    margin-left: 10px; }
  .form-row.btns .btn-wrap + .btn {
    margin-left: 10px; }

.form-row-wrap {
  position: relative; }
  .form-row-wrap:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 748px) {
    .form-row-wrap .form-row-col-50 {
      float: left;
      display: inline;
      width: calc(50% - 15px); } }
  @media screen and (min-width: 748px) {
    .form-row-wrap .form-row-col-50 + .form-row-col-50 {
      float: right; } }

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

[type="checkbox"],
[type="radio"] {
  display: inline; }

[type="file"] {
  margin-bottom: 1.09371em;
  width: 100%; }

select {
  margin-bottom: 1.09371em;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  height: auto;
  color: #666;
  font-weight: 300;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 45px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.12 8.68'%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cpolyline points='1.06 1.06 6.56 6.56 12.06 1.06' style='fill:none;stroke:%23a3238e;stroke-width:3px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 13px 9px;
  outline: none;
  min-height: 55px;
  background-color: #FFF;
  border: 2px solid #a3238e; }
  select:focus, select:active {
    outline: none !important; }
  select::-moz-focus-inner {
    border: 0; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

.checkbox-wrap {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 8px; }
  .checkbox-wrap label {
    text-transform: none;
    font-family: "GothamRounded-Book", sans-serif;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0; }
  .checkbox-wrap a {
    color: #a3238e; }
    .checkbox-wrap a:hover {
      text-decoration: underline; }
  .checkbox-wrap input[type='checkbox'] {
    opacity: 0;
    position: absolute; }
  .checkbox-wrap input[type='checkbox'] + .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 28px;
    cursor: pointer;
    position: relative;
    line-height: 1.5; }
  .checkbox-wrap input[type='checkbox'] + .wpcf7-list-item-label:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #a0a0a0;
    text-align: center;
    transition: border 0.2s ease; }
  .checkbox-wrap input[type='checkbox']:checked + .wpcf7-list-item-label:before {
    background: #a3238e;
    border-color: #a3238e;
    color: #fff; }
  .checkbox-wrap input[type='checkbox']:checked + .wpcf7-list-item-label:after {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    content: '\e818';
    color: #fff; }
  .checkbox-wrap input[type='checkbox']:hover + .wpcf7-list-item-label:before {
    border: 1px solid #0a5157; }
  .checkbox-wrap span.wpcf7-not-valid-tip {
    margin-top: 5px;
    margin-bottom: 15px; }

/*
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    background: none;
    width: 25px;
    height: 25px;
    color: #fff;
    //visibility: visible !important;    
	@extend .icon;
	@extend .icon-spin1; 
	@extend .animate-spin;
	transform-origin: center center;
}
*/
.btn-wrap {
  position: relative;
  display: inline-block; }

div.wpcf7 .btn-wrap .ajax-loader {
  position: absolute;
  right: -43px;
  top: 7px; }

div.wpcf7 .ajax-loader {
  width: 40px;
  height: 40px;
  margin: 0 0 0 8px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cpath opacity='0.2' fill='%230a5157' d='M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z'/%3E%3Cpath fill='%230a5157' d='M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.5s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E"); }

span.wpcf7-not-valid-tip {
  color: #fff;
  font-family: "League-Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: normal;
  text-align: left;
  padding: 4px 5px 4px 5px;
  margin: 0;
  background: #a3238e;
  vertical-align: baseline; }

.form-row.blue span.wpcf7-not-valid-tip {
  background: #16c1f3; }

div.wpcf7-response-output {
  color: #fc6564;
  font-family: "League-Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: left;
  padding: 5px 5px 5px 0px;
  margin: 15px 0;
  border: 0; }
  div.wpcf7-response-output:before {
    width: auto;
    margin-left: 0;
    margin-right: 5px; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0; }

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #a3238e; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    margin-right: 8px; }

span.wpcf7-list-item {
  margin: 0; }

.checkbox-wrap input[type='checkbox'] + .wpcf7-list-item-label {
  line-height: inherit !important; }

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

/* ====================
Global layout misc. settings
==================== */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  overflow-y: initial; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */ }

.container, .pagination-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px; }
  .container:after, .pagination-wrap:after {
    clear: both;
    content: "";
    display: table; }
  .container.tablet-full, .tablet-full.pagination-wrap {
    padding: 0; }
    @media screen and (min-width: 1240px) {
      .container.tablet-full, .tablet-full.pagination-wrap {
        padding: 0 20px; } }
  .container.mobile-full, .mobile-full.pagination-wrap {
    padding: 0; }
    @media screen and (min-width: 748px) {
      .container.mobile-full, .mobile-full.pagination-wrap {
        padding: 0 20px; } }
  .container.narrow, .narrow.pagination-wrap {
    max-width: 840px; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13.5px;
  line-height: 24px;
  letter-spacing: 0.32px; }

dl {
  margin: 0; }

dt {
  margin: 0; }

dd {
  margin: 0; }

.content ul {
  margin: 0 0 44px 0;
  padding: 0; }
  .content ul li {
    position: relative;
    margin-bottom: 0px;
    margin-left: 1px;
    padding-left: 20px; }
    .content ul li:last-child {
      padding-bottom: 4px; }
    .content ul li:before {
      content: '\2013';
      position: absolute;
      left: 0px;
      top: 0px; }
    .content ul li ul li {
      position: relative;
      margin-left: 2px;
      padding-left: 36px; }
      .content ul li ul li:last-child {
        padding-bottom: 4px; }

.content ol {
  list-style-type: decimal;
  margin: 0 0 20px 0;
  padding: 0;
  counter-reset: item; }
  .content ol li {
    position: relative;
    margin: 0;
    padding: 0 0 5px 37px;
    text-indent: 0;
    list-style-type: none;
    counter-increment: item; }
  .content ol li:before {
    position: absolute;
    left: 1px;
    top: 0;
    font-weight: bold;
    content: counter(item) "."; }

.content h1 + ul, .content .h1 + ol {
  margin-top: 0; }

.content h2 + ul, .content .h2 + ol {
  margin-top: 0; }

.content h3 + ul, .content .h3 + ol {
  margin-top: 0; }

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

.content ol {
  list-style-type: disc; }

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 10px;
  margin-bottom: 0; }

.content dd {
  margin-bottom: 1.74993em;
  margin-left: 0; }

/*
	Images	
*/
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

figure {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0px; }
  figure img {
    position: relative; }

figcaption {
  position: relative;
  z-index: 2;
  display: table-cell;
  caption-side: bottom;
  line-height: 1;
  font-style: 16px;
  text-align: left;
  padding: 5px;
  margin: 0; }
  figcaption a {
    border-bottom: none; }
    figcaption a:hover {
      border-bottom: none; }

figcaption {
  font-family: "GothamRounded-Medium", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 1.16;
  padding: 8px 0 0px 0;
  margin: 0; }
  @media screen and (min-width: 960px) {
    figcaption {
      padding: 15px 0 2px 0; } }

figure.hover {
  overflow: hidden;
  /*img {
		transition: transform 0.35s ease 0s;
		//transform: scale(1) rotate(0);
		transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	}*/ }
  figure.hover:hover {
    /*img  {
			transition: transform 0.35s ease 0s;
			//transform: scale(1.2) rotate(0.01deg);
			transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0);
		}*/ }

.content {
  /* All other Images */ }
  .content figure {
    display: table;
    position: relative;
    margin: 0 0 30px;
    vertical-align: top;
    background: transparent; }
    @media screen and (max-width: 748px) {
      .content figure {
        /*max-width: 280px;*/
        max-width: 100%; } }
    .content figure img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      vertical-align: top;
      font-size: 1px;
      line-height: 1; }
    .content figure figcaption {
      display: table-caption;
      caption-side: bottom;
      line-height: 1;
      font-style: 16px;
      text-align: left;
      padding: 5px;
      margin: 0; }
      .content figure figcaption a {
        border-bottom-color: transparent !important; }

/*
	
	Video Embed (youtube)
	16:9 ratio
	716px x 403px
	
*/
/* youtube container with click to play button */
.youtube-container, .video-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 3.49986em 0;
  line-height: 1.5; }

.youtube-container + h2, .video-container + .h2 {
  /*padding-top: ($base-spacing * 1);*/ }

.youtube-player, .video-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block; }

.youtube-thumb, .video-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto; }

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

/*img.lazy {
	opacity: 0;
    transition: opacity .3s;
}
img.lazy.loaded {
	opacity: 1;
}*/
.content {
  /* Fluid Video Embeds */ }
  .content iframe {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
    margin: 0; }
  .content .video-container {
    margin-bottom: 30px; }
  .content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .content .video-container iframe, .content .video-container object, .content .video-container embed, .content .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sharethis-inline-share-buttons ul {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0; }

.sharethis-inline-share-buttons li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0px;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 7px 0 0 !important; }
  .sharethis-inline-share-buttons li:before {
    content: ''; }

.sharethis-inline-share-buttons a.ico {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 22px;
  background-size: 100% auto;
  margin: 0; }
  .sharethis-inline-share-buttons a.ico.ico-fb {
    background-image: url(../img/ico_fb.png);
    background-repeat: no-repeat; }
  .sharethis-inline-share-buttons a.ico.ico-tw {
    background-image: url(../img/ico_tw.png);
    background-repeat: no-repeat; }
  .sharethis-inline-share-buttons a.ico.ico-em {
    background-image: url(../img/ico_em.png);
    background-repeat: no-repeat; }

table {
  border-collapse: collapse;
  border-spacing: none;
  margin: 0;
  table-layout: fixed;
  width: 100%; }

table tbody {
  padding: 0;
  margin: 0;
  vertical-align: top; }

th {
  border-bottom: none;
  padding: 0;
  margin: 0; }

td {
  border-bottom: none;
  padding: 0;
  margin: 0; }

tr,
td,
th {
  vertical-align: top; }

/* 

body 
colors
headings
links
hr
paragraphs
strong
blockquote

*/
/* body */
body {
  color: #666;
  font-family: "GothamRounded-Book", sans-serif;
  font-size: 1em;
  line-height: 1.6666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em; }

/* colors */
.black {
  color: #000; }

.grey {
  color: #666; }

.white {
  color: #FFF; }

.red {
  color: #fc6564; }

.purple {
  color: #a3238e; }

.icon-question {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
  background-image: url("../img/icon-question@2x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  top: -2px; }

.btn-label {
  font-family: "League-Gothic", sans-serif;
  color: #a3238e;
  font-size: 25px;
  letter-spacing: 2px; }

/* headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "GothamRounded-Book", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0 0 30px 0;
  font-weight: 400;
  letter-spacing: -0.4px; }
  @media screen and (min-width: 748px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      letter-spacing: 0; } }

/* links */
a {
  color: inherit;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1); }
  a:active,
  a:hover {
    color: #91177d; }

.content a:not(.btn) {
  border-bottom: 2px solid #666;
  transition: border-bottom 300ms cubic-bezier(0.19, 1, 0.22, 1), color 300ms cubic-bezier(0.19, 1, 0.22, 1); }
  .content a:not(.btn):hover {
    color: #fc6564;
    border-bottom: 2px solid #fc6564; }

.has-image {
  border: none; }

/* hr */
hr {
  clear: both;
  border-bottom: 1px solid #484848;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 33px 0 36px 0; }
  hr.lge {
    margin: 43px 0 46px 0; }
  @media screen and (max-width: 748px) {
    hr {
      margin: 23px 0 26px 0; }
      hr.lge {
        margin: 33px 0 36px 0; } }

/* 
p + hr {
	margin: ($base-spacing*1.75) 0 $base-spacing 0;
}*/
/* paragraphs */
p {
  margin: 0 0 31px 0; }

/* content */
.content strong, .content b {
  font-weight: 700; }

.content li, .content blockquote {
  letter-spacing: 0.02em; }

.xlge {
  font-size: 18px; }

.lge {
  font-size: 17px; }

.reg {
  font-size: 16px; }

.med {
  font-size: 15px; }

.sml {
  font-size: 14px; }

.xsml {
  font-size: 13px; }

.xxsml {
  font-size: 12px; }

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */ }

.no-border {
  border-bottom: none !important; }

/* ====================
3. PARTIAL SCSS FILES
==================== */
/* ====================
	ANIMATION 
==================== */
.animate-spin, .alm-btn-wrap .alm-load-more-btn.loading:before {
  animation: spin 2s infinite linear;
  display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes kenburns {
  0%, 1% {
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in-out; }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in-out; } }

/* ====================
	LITY LIGHTBOX STYLES 
==================== */
/*! Lity - v3.0.0-dev - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform .3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/*
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
*/
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* ====================
	FLICKITY CAROUSEL STYLES 
==================== */
/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* ====================
	LOCATOR CAROUSEL STYLES 
==================== */
/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-family: "GothamRounded-Book", sans-serif; }

/* InfoBubble font size */
.bh-sl-window {
  font-size: 13px; }

.bh-sl-error {
  clear: both;
  color: #ae2118;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important; }

.bh-sl-container {
  /* Avoid issues with Google Maps and CSS frameworks */ }
  .bh-sl-container .loc-alt-dist {
    display: none; }
  .bh-sl-container .bh-sl-loading {
    background: url(../img/locator/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px; }
  .bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%; }
    .bh-sl-container .bh-sl-filters-container .bh-sl-filters {
      float: left;
      list-style: none;
      margin: 0 100px 0 0;
      padding: 0; }
      .bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
        clear: left;
        display: block;
        float: left;
        margin: 5px 0;
        width: 100%; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
          display: inline;
          vertical-align: text-bottom; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
          display: block;
          float: left;
          margin-right: 8px; }
        .bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
          box-sizing: border-box;
          border: 1px solid #ccc;
          border-radius: 4px;
          font: normal 14px/1.4 "GothamRounded-Book", sans-serif;
          padding: 6px 12px;
          -webkit-border-radius: 4px; }
  .bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    width: 100%; }
    .bh-sl-container .bh-sl-map-container a {
      color: #a3238e;
      text-decoration: none; }
      .bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
        text-decoration: underline; }
  .bh-sl-container .bh-sl-loc-list {
    width: 100%;
    /*
		ul {
			display: block;
			clear: left;
			float: left;
			width: 100%;
			list-style: none;
			margin: 0;
			padding: 0;

			li {
				box-sizing: border-box;
				clear: left;
				cursor: pointer;
				display: block;
				float: left;
				width: 100%;
			}
		}

		.list-label {
			background: darken( #005293, 20% );
			border-radius: 15px;
			color: #fff;
			display: block;
			float: left;
			font-weight: bold;
			margin: 10px 0 0 15px;
			padding: 4px 7px;
			text-align: center;
			width: auto;
			min-width: 13px;
		}

		.list-details {
			float: left;
			margin-left: 6px;
			width: 80%;

			.list-content {
				padding: 10px;
			}

		}
		*/ }
    .bh-sl-container .bh-sl-loc-list .loc-dist {
      font-size: 12px;
      line-height: 16px;
      padding-top: 5px; }
    .bh-sl-container .bh-sl-loc-list .loc-directions {
      font-size: 12px;
      line-height: 16px; }
    .bh-sl-container .bh-sl-loc-list .list-focus .icon-location {
      display: block; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
      height: 20px;
      position: relative;
      width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
        right: 6px;
        top: 0; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
      margin: 0 2%;
      /* Avoid issues with table-layout */ }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
        table-layout: auto;
        width: 100%; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        vertical-align: middle;
        border-collapse: separate; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
        padding: 1px; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
        margin: 10px 0;
        border: 1px solid #c0c0c0; }
      .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
        padding: 3px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
      font-weight: bold;
      margin: 15px; }
    .bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
      margin: 0 15px; }
  .bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 15px;
    font-weight: bold;
    color: #a3238e; }
  .bh-sl-container .bh-sl-map {
    position: relative;
    z-index: 1;
    height: 240px;
    width: 100%; }
    @media (min-width: 748px) {
      .bh-sl-container .bh-sl-map {
        height: 540px; } }
  .bh-sl-container .bh-sl-pagination-container {
    clear: both; }
    .bh-sl-container .bh-sl-pagination-container ol {
      list-style-type: none;
      margin: 0;
      padding: 10px 0;
      text-align: center;
      font-size: 0; }
      .bh-sl-container .bh-sl-pagination-container ol li {
        display: inline-block;
        border: 1px solid #a3238e;
        width: 27px;
        height: 27px;
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 27px;
        text-align: center;
        font-weight: bold;
        color: #a3238e;
        cursor: pointer; }
        .bh-sl-container .bh-sl-pagination-container ol li.bh-sl-current {
          color: #FFF;
          background-color: #a3238e; }
        .bh-sl-container .bh-sl-pagination-container ol li.bh-sl-next-prev {
          color: #666;
          border-color: #666;
          border: none;
          width: auto; }
          .bh-sl-container .bh-sl-pagination-container ol li.bh-sl-next-prev:hover {
            background: none;
            border: none;
            color: #a3238e; }
        .bh-sl-container .bh-sl-pagination-container ol li:hover {
          color: #FFF;
          background-color: #a3238e;
          border-color: #a3238e; }

/* Modal window */
.bh-sl-overlay {
  background: url(../img/locator/overlay-bg.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
      margin-top: 50px;
      /* increase map container margin */ }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
      float: left;
      padding: 0 1%;
      /* there's already a margin on the top of the map-container div */
      width: 98%; }
    .bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
      right: 22px;
      top: 13px; }

.bh-sl-close-icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px; }
  .bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3; }
  .bh-sl-close-icon:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* ====================
	TEMPLATE GLOBAL STYLES 
==================== */
/* ====================
Animations for page loading
==================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 2px;
  transform: translate3d(0, -7px, 0);
  transition: transform 0.5s ease; }

.pace.pace-active {
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #a3238e;
  pointer-events: none; }

.home.page-loading {
  overflow: hidden; }

/* ====================
Header
==================== */
/* Header */
.header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF; }
  @media screen and (min-width: 1140px) {
    .header {
      height: 70px; } }
  .header.header-fixed {
    position: fixed;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.5s ease; }
    .fixed-header .header.header-fixed {
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .header.header-fixed .header-logo {
      display: none; }
      .fixed-header .header.header-fixed .header-logo {
        display: block; }

.header .container, .header .pagination-wrap {
  position: initial;
  z-index: 1; }

/* Header Logo */
.header-logo {
  position: relative;
  left: -4px;
  top: 18px;
  width: 135px;
  height: 31px;
  padding: 0;
  margin: 0;
  background-image: url("../img/logo-horizontal-purple.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0; }
  @media screen and (min-width: 360px) {
    .header-logo {
      left: -1px;
      top: 15px;
      width: 166px;
      height: 37px; } }
  @media screen and (min-width: 1140px) {
    .header-logo {
      left: 0px;
      top: 17px;
      width: 180.5px;
      height: 40px; } }
  @media screen and (min-width: 1240px) {
    .header-logo {
      left: 0px;
      top: 19px;
      width: 144px;
      height: 125px;
      background-image: url("../img/logo-portrait-purple.svg"); }
      .fixed-header .header-logo {
        left: 0px;
        top: 17px;
        width: 180.5px;
        height: 40px;
        background-image: url("../img/logo-horizontal-purple.svg"); } }
  .header-logo:after {
    content: '';
    position: absolute;
    width: 15.45px;
    height: 25.21px;
    left: 49px;
    top: 0px;
    background-image: url("../img/logo-horizontal-cyan.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0; }
    @media screen and (min-width: 360px) {
      .header-logo:after {
        width: 19px;
        height: 31px;
        left: 61px; } }
    @media screen and (min-width: 1140px) {
      .header-logo:after {
        width: 21px;
        height: 33px;
        left: 66px;
        top: 0px; } }
    @media screen and (min-width: 1240px) {
      .header-logo:after {
        width: 33px;
        height: 52px;
        left: 36px;
        top: 44px;
        background-image: url("../img/logo-portrait-cyan.svg"); }
        .fixed-header .header-logo:after {
          width: 21px;
          height: 33px;
          left: 66px;
          top: 0px;
          background-image: url("../img/logo-horizontal-cyan.svg"); } }
  .header-logo:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 311px;
    height: 194px;
    left: -80px;
    top: -20px;
    background-image: url("../img/logo-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    display: none; }
    @media screen and (min-width: 1240px) {
      .header-logo:before {
        display: block; }
        .fixed-header .header-logo:before {
          display: none; } }
  .header-logo a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .header-logo span {
    font-size: 0;
    line-height: 0;
    text-indent: -999em; }

/* Return It Logo Large */
.returnit-logo-lge {
  position: relative;
  width: 144px;
  height: 125px;
  background-image: url("../img/logo-portrait-purple.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0; }
  .returnit-logo-lge:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 52px;
    left: 36px;
    top: 44px;
    background-image: url("../img/logo-portrait-cyan.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0; }
  .returnit-logo-lge a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .returnit-logo-lge span {
    font-size: 0;
    line-height: 0;
    text-indent: -999em; }

/* Header Nav */
.header-nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0;
  margin: 0;
  font-size: 0; }
  @media screen and (min-width: 1140px) {
    .header-nav {
      display: block;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      left: 50%;
      padding-right: 140px; } }
  .is-qld-site .header-nav {
    display: none; }
    @media screen and (min-width: 1140px) {
      .is-qld-site .header-nav {
        display: block; } }
  .header-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 22px;
    line-height: 22px; }
    @media screen and (min-width: 960px) {
      .header-nav ul {
        height: 70px; } }
    .header-nav ul li {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
      font-family: "League-Gothic", sans-serif;
      font-size: inherit;
      line-height: inherit;
      margin: 0 22px;
      letter-spacing: 1.3px; }
      @media screen and (min-width: 960px) {
        .header-nav ul li {
          margin: 0;
          white-space: nowrap; } }
      .header-nav ul li.active a, .header-nav ul li.current-menu-item a, .header-nav ul li.active.last-item a, .header-nav ul li.current-menu-item.last-item a {
        color: #a3238e; }
      .header-nav ul li.is-hidden {
        display: none; }
      .header-nav ul li:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff;
        pointer-events: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        opacity: 0;
        transition: opacity 200ms;
        transition-delay: 100ms; }
      .header-nav ul li a {
        z-index: 2;
        position: relative;
        display: block;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 20px 0 20px;
        color: #666666;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }
        @media screen and (min-width: 960px) {
          .header-nav ul li a {
            height: 70px; } }
        @media screen and (min-width: 1240px) {
          .header-nav ul li a {
            padding: 0 19px 0 19px; } }
        .header-nav ul li a:hover {
          color: #a3238e; }
      .header-nav ul li.menu-item-has-children > a:after {
        font-size: 8px;
        padding-left: 8px;
        padding-right: 5px;
        content: '\e801'; }
      .header-nav ul li.menu-item-has-children:hover:before {
        opacity: 1; }
      @media screen and (min-width: 960px) {
        .header-nav ul li.menu-item-has-children:hover > ul {
          opacity: 1;
          pointer-events: all; } }
      .header-nav ul li ul {
        display: block;
        position: absolute;
        z-index: 1;
        height: auto;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms;
        transition-delay: 100ms;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08); }
        .header-nav ul li ul li {
          float: none;
          width: 100%;
          padding: 0;
          margin: 0;
          font-size: 22px;
          line-height: 22px;
          border-top: 1px solid #eeeeee; }
          .header-nav ul li ul li:hover {
            background: #f3f3f3;
            color: #a3238e; }
          .header-nav ul li ul li.is-active {
            background: #f3f3f3;
            color: #a3238e; }
          .header-nav ul li ul li a {
            position: relative;
            display: block;
            height: 55px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 28px 0 23px;
            color: #666666;
            text-align: center; }

/* ====================
Header Buttons RHS
==================== */
.header-btns-rhs {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (min-width: 1140px) {
    .header-btns-rhs {
      position: absolute; } }
  .header-btns-rhs .header-btns-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .header-btns-ul {
        height: 70px; } }
  .header-btns-rhs li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media screen and (min-width: 960px) {
      .header-btns-rhs li {
        margin: 0 0 0 10px; } }
  .header-btns-rhs .btn-location {
    position: relative;
    font-family: "League-Gothic", sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    background: #fff; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-location {
        margin-left: 20px;
        font-size: 22px;
        line-height: 22px; } }
    @media screen and (min-width: 1240px) {
      .header-btns-rhs .btn-location {
        margin-left: 30px; } }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-location:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: -1px;
        background: #dcdcdc;
        width: 1px;
        height: 100%; } }
    .header-btns-rhs .btn-location .btn-location-toggle {
      z-index: 2;
      position: relative;
      display: block;
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px 0 12px;
      color: #666666;
      text-align: center; }
      @media screen and (min-width: 1140px) {
        .header-btns-rhs .btn-location .btn-location-toggle {
          height: 70px; } }
      @media screen and (min-width: 1240px) {
        .header-btns-rhs .btn-location .btn-location-toggle {
          padding: 0 28px 0 23px; } }
      .header-btns-rhs .btn-location .btn-location-toggle:hover {
        color: #a3238e; }
        @media screen and (max-width: 1140px) {
          .show-locations-menu .header-btns-rhs .btn-location .btn-location-toggle:hover {
            color: #fff; } }
    .header-btns-rhs .btn-location .icon-location {
      font-size: 19px;
      color: #a3238e; }
      .header-btns-rhs .btn-location .icon-location:before {
        line-height: 22px; }
      @media screen and (min-width: 1140px) {
        .header-btns-rhs .btn-location .icon-location {
          font-size: 17px;
          padding-right: 5px; } }
    .header-btns-rhs .btn-location .icon-chevron-down, .header-btns-rhs .btn-location .btn-backtop, .header-btns-rhs .btn-location .btn-anchor, .header-btns-rhs .btn-location .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle, .eligible-noneligible-containers .eligible-containers-list li .header-btns-rhs .btn-location .eligible-containers-list-toggle, .header-btns-rhs .btn-location .selectric .button, .selectric .header-btns-rhs .btn-location .button {
      display: none; }
      @media screen and (min-width: 1140px) {
        .header-btns-rhs .btn-location .icon-chevron-down, .header-btns-rhs .btn-location .btn-backtop, .header-btns-rhs .btn-location .btn-anchor, .header-btns-rhs .btn-location .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle, .eligible-noneligible-containers .eligible-containers-list li .header-btns-rhs .btn-location .eligible-containers-list-toggle, .header-btns-rhs .btn-location .selectric .button, .selectric .header-btns-rhs .btn-location .button {
          display: inline-block;
          font-size: 8px;
          padding-left: 8px; }
          .header-btns-rhs .btn-location .icon-chevron-down:before, .header-btns-rhs .btn-location .btn-backtop:before, .header-btns-rhs .btn-location .btn-anchor:before, .header-btns-rhs .btn-location .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before, .eligible-noneligible-containers .eligible-containers-list li .header-btns-rhs .btn-location .eligible-containers-list-toggle:before, .header-btns-rhs .btn-location .selectric .button:before, .selectric .header-btns-rhs .btn-location .button:before {
            line-height: 22px; } }
    .header-btns-rhs .btn-location ul {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      background: #fff;
      padding: 60px 0 0 0;
      margin: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 200ms;
      transition-delay: 100ms;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); }
      @media screen and (min-width: 1140px) {
        .header-btns-rhs .btn-location ul {
          padding: 70px 0 0 0; } }
      .header-btns-rhs .btn-location ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 22px;
        line-height: 22px;
        border-top: 1px solid #eeeeee; }
        .header-btns-rhs .btn-location ul li:hover {
          background: #f3f3f3;
          color: #a3238e; }
        .header-btns-rhs .btn-location ul li.is-active {
          color: #a3238e; }
          .header-btns-rhs .btn-location ul li.is-active a {
            color: #a3238e; }
        .header-btns-rhs .btn-location ul li a {
          position: relative;
          display: block;
          height: 55px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: center;
          align-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 28px 0 23px;
          color: #666666;
          text-align: center; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-location:hover > ul {
        opacity: 1;
        pointer-events: all; } }
    .show-locations-menu .header-btns-rhs .btn-location {
      background: #a3238e; }
      .show-locations-menu .header-btns-rhs .btn-location > a {
        color: #fff; }
        @media screen and (min-width: 1140px) {
          .show-locations-menu .header-btns-rhs .btn-location > a {
            color: #a3238e; } }
      .show-locations-menu .header-btns-rhs .btn-location .icon-location {
        color: #fff; }
        @media screen and (min-width: 1140px) {
          .show-locations-menu .header-btns-rhs .btn-location .icon-location {
            color: #a3238e; } }
      @media screen and (min-width: 1140px) {
        .show-locations-menu .header-btns-rhs .btn-location {
          background: #fff; } }
  .header-btns-rhs .btn-login {
    display: none; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-login {
        display: block; } }
  .header-btns-rhs .btn-signup {
    display: none; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-signup {
        display: block; } }
  .header-btns-rhs .btn-search {
    position: relative;
    margin: 0;
    width: 50px;
    height: 60px;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .header-btns-rhs .btn-search {
        margin: 0; } }
    @media screen and (min-width: 1240px) {
      .header-btns-rhs .btn-search {
        margin: 0 50px 0 0; } }
    .header-btns-rhs .btn-search a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .header-btns-rhs .btn-search a:hover {
        color: #a3238e; }
      .show-search-menu .header-btns-rhs .btn-search a {
        color: #a3238e; }
    .header-btns-rhs .btn-search .icon-search, .header-btns-rhs .btn-search .search-floating button, .search-floating .header-btns-rhs .btn-search button {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 17px;
      line-height: 17px; }
  .header-btns-rhs .btn-menu {
    width: 60px;
    height: 60px;
    text-align: center; }
    @media screen and (min-width: 1140px) {
      .header-btns-rhs .btn-menu {
        display: none; } }

/* ====================
Mobile Menu Overlay (mobile only) 
==================== */
.menu-toggle {
  position: relative;
  width: 60px;
  height: 60px; }
  .menu-toggle:hover .hamburger span {
    background: #a3238e; }
  .show-floating-menu .menu-toggle {
    background: #a3238e; }
  .menu-toggle .hamburger {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 20px;
    left: 20px;
    overflow: hidden; }
    .menu-toggle .hamburger span {
      position: absolute;
      height: 3px;
      top: 0px;
      left: 0px;
      display: block;
      background: #666;
      transition: width 0.05s ease-in-out, transform 0.05s ease-in-out; }
      .menu-toggle .hamburger span:nth-child(1) {
        top: 0px;
        width: 22px;
        transition-delay: 0.5s;
        transition-delay: 0.25s; }
      .menu-toggle .hamburger span:nth-child(2) {
        top: 8px;
        width: 22px;
        transition-delay: 0.625s;
        transition-delay: 0.325s; }
      .menu-toggle .hamburger span:nth-child(3) {
        top: 16px;
        width: 22px;
        transition-delay: 0.75s;
        transition-delay: 0.45s; }
      .show-floating-menu .menu-toggle .hamburger span {
        -ms-transform: translate(100%, 0%);
        transform: translate(100%, 0%); }
        .show-floating-menu .menu-toggle .hamburger span:nth-child(1) {
          transition-delay: 0s; }
        .show-floating-menu .menu-toggle .hamburger span:nth-child(2) {
          transition-delay: 0.125s; }
        .show-floating-menu .menu-toggle .hamburger span:nth-child(3) {
          transition-delay: 0.25s; }
  .menu-toggle .cross {
    position: absolute;
    height: 23px;
    width: 23px;
    top: 18px;
    left: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .menu-toggle .cross span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background: #FFF; }
      .menu-toggle .cross span:nth-child(1) {
        height: 0;
        width: 3px;
        position: absolute;
        top: 0px;
        left: 10px;
        transition-delay: 0s;
        transition: height 0.25s ease-in-out; }
      .menu-toggle .cross span:nth-child(2) {
        width: 0;
        height: 3px;
        position: absolute;
        left: 0px;
        top: 10px;
        transition-delay: 0.25s;
        transition: width 0.25s ease-in-out; }
      .show-floating-menu .menu-toggle .cross span:nth-child(1) {
        height: 23px;
        transition-delay: 0.625s; }
      .show-floating-menu .menu-toggle .cross span:nth-child(2) {
        width: 23px;
        transition-delay: 0.375s; }

/* ====================
FLOATING MENU
==================== */
.menu-floating {
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none; }
  @media screen and (min-width: 1140px) {
    .menu-floating {
      display: none !important; } }
  .show-floating-menu .menu-floating--main {
    pointer-events: all;
    display: block; }
  .menu-floating--locations {
    height: auto; }
    .show-locations-menu .menu-floating--locations {
      pointer-events: all;
      display: block; }
    .menu-floating--locations .menu-floating-right {
      height: auto; }
    .menu-floating--locations .menu-floating-right-inner {
      height: auto;
      display: inline-block; }
      .menu-floating--locations .menu-floating-right-inner ul {
        margin-bottom: 20px; }
      .menu-floating--locations .menu-floating-right-inner .icon-location {
        font-size: 21px;
        padding-right: 5px; }
        .menu-floating--locations .menu-floating-right-inner .icon-location:before {
          top: -2px;
          position: relative;
          line-height: 28px;
          margin-left: 0; }

.menu-floating-right {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #a3238e; }

.menu-floating-right-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .menu-floating-right-inner:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a3238e; }
  .menu-floating-right-inner ul {
    margin: 81px 0 15px 0;
    padding: 0;
    list-style-type: none; }
    .menu-floating-right-inner ul li {
      position: relative;
      font-family: "League-Gothic", sans-serif;
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      color: #edc6dd;
      text-align: left;
      /*
                        &:after {
            				content: '';
            				position: absolute;
            				bottom: 0px;
            				left: 0;
            				width: 100%;
            				height: 2px;
            				background-color: #881775;
            			}
            			*/ }
      .menu-floating-right-inner ul li.active a {
        color: #FFF; }
      .menu-floating-right-inner ul li a {
        text-decoration: none;
        color: #edc6dd;
        display: block;
        padding: 10px 17px 10px 23px; }
        @media screen and (min-width: 748px) {
          .menu-floating-right-inner ul li a {
            padding: 17px 17px 17px 23px; } }
        .menu-floating-right-inner ul li a:hover {
          color: #FFF; }
        .menu-floating-right-inner ul li a:before {
          position: absolute;
          right: 23px;
          top: 50%;
          width: 13px;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 18px;
          line-height: 1;
          margin: 0;
          padding: 0;
          text-align: center; }
      .menu-floating-right-inner ul li.menu-item-has-children > a {
        cursor: default; }
        .menu-floating-right-inner ul li.menu-item-has-children > a:before {
          display: none; }
        .menu-floating-right-inner ul li.menu-item-has-children > a:hover {
          color: inherit; }
      .menu-floating-right-inner ul li ul {
        margin: 0;
        padding: 0; }
        .menu-floating-right-inner ul li ul a {
          padding: 10px 17px 10px 43px; }
          @media screen and (min-width: 748px) {
            .menu-floating-right-inner ul li ul a {
              padding: 17px 17px 17px 43px; } }
  .menu-floating-right-inner .btns {
    position: relative;
    width: 100%;
    background: #911b7e;
    text-align: center;
    font-size: 0; }
    @media screen and (min-width: 360px) {
      .menu-floating-right-inner .btns {
        padding: 20px 0; } }
    .menu-floating-right-inner .btns:after {
      display: none; }
    .menu-floating-right-inner .btns .btn {
      margin: 10px; }
      @media screen and (min-width: 360px) {
        .menu-floating-right-inner .btns .btn {
          margin: 5px; } }
    .menu-floating-right-inner .btns a {
      display: block; }
      @media screen and (min-width: 360px) {
        .menu-floating-right-inner .btns a {
          display: inline-block; } }

/* ====================
SEARCH BAR OVERLAY
==================== */
.search-floating {
  position: fixed;
  z-index: 101;
  top: 75px;
  right: 15px;
  width: calc(100% - 30px);
  max-width: 400px;
  height: 62px;
  display: none; }
  .show-search-menu .search-floating {
    display: block; }
  @media screen and (min-width: 960px) {
    .search-floating {
      top: 90px; } }
  .search-floating form {
    position: relative;
    width: 100%;
    height: 100%; }
  .search-floating input[type="text"] {
    background: #fff;
    width: 100%;
    height: 100%;
    border: 2px solid #a3238e;
    box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.18);
    margin: 0;
    padding: 0 0 0 65px;
    font-size: 23px;
    line-height: 1.3;
    vertical-align: baseline;
    color: #666666; }
    .search-floating input[type="text"]:focus {
      border-color: #a3238e;
      box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.18);
      outline: none; }
    .search-floating input[type="text"]:-ms-input-placeholder {
      color: #666666;
      opacity: 1;
      line-height: 1.3; }
    .search-floating input[type="text"]::placeholder {
      color: #666666;
      opacity: 1;
      line-height: 1.3; }
  .search-floating button {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #666;
    font-size: 20px;
    line-height: 1;
    text-align: center; }
    .search-floating button:hover {
      color: #a3238e; }

/* ====================
Main Carousel
==================== */
/* Carousel Main */
.carousel-main {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 543px;
  background: #fff; }
  .carousel-main.med {
    height: 338px; }
  @media screen and (min-width: 748px) {
    .carousel-main {
      height: 630px; }
      .carousel-main.med {
        height: 400px; } }
  @media screen and (min-width: 960px) {
    .carousel-main {
      height: 630px; }
      .carousel-main.med {
        height: 400px; } }
  .carousel-main .carousel-main-text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .carousel-main .container, .carousel-main .pagination-wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 748px) {
      .carousel-main .container, .carousel-main .pagination-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .carousel-main .carousel-main-text-inner {
    width: 100%;
    max-width: 470px;
    color: #fff;
    font-size: 17px;
    line-height: 1.77;
    text-align: center;
    padding-top: 40px; }
    @media screen and (min-width: 748px) {
      .carousel-main .carousel-main-text-inner {
        padding: 200px 20px 0 0;
        font-size: 15px;
        text-align: left;
        color: #a3238e; } }
    .carousel-main .carousel-main-text-inner.is-wide {
      max-width: 600px; }
      @media screen and (max-width: 748px) {
        .carousel-main .carousel-main-text-inner.is-wide .btn {
          padding-left: 15px;
          padding-right: 15px; } }
    .carousel-main .carousel-main-text-inner h1, .carousel-main .carousel-main-text-inner h2, .carousel-main .carousel-main-text-inner h3, .carousel-main .carousel-main-text-inner h4, .carousel-main .carousel-main-text-inner h5 {
      font-size: 42px;
      line-height: 1;
      margin-bottom: 0;
      color: #FFF; }
      @media screen and (min-width: 360px) {
        .carousel-main .carousel-main-text-inner h1, .carousel-main .carousel-main-text-inner h2, .carousel-main .carousel-main-text-inner h3, .carousel-main .carousel-main-text-inner h4, .carousel-main .carousel-main-text-inner h5 {
          font-size: 50px; } }
      @media screen and (min-width: 748px) {
        .carousel-main .carousel-main-text-inner h1, .carousel-main .carousel-main-text-inner h2, .carousel-main .carousel-main-text-inner h3, .carousel-main .carousel-main-text-inner h4, .carousel-main .carousel-main-text-inner h5 {
          font-size: 50px;
          line-height: 0.96;
          text-indent: -3px;
          color: #a3238e; } }
    .carousel-main .carousel-main-text-inner h1 + p, .carousel-main .carousel-main-text-inner h2 + p, .carousel-main .carousel-main-text-inner h3 + p, .carousel-main .carousel-main-text-inner h4 + p, .carousel-main .carousel-main-text-inner h5 + p {
      margin-top: 10px; }
    .carousel-main .carousel-main-text-inner p + p {
      margin-top: -13px; }
    .carousel-main .carousel-main-text-inner p:last-child {
      margin-bottom: 0; }
  .carousel-main .carousel-main-text-inner-home {
    width: 100%;
    max-width: 300px;
    padding: 140px 0 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.77;
    text-align: center; }
    @media screen and (min-width: 748px) {
      .carousel-main .carousel-main-text-inner-home {
        max-width: 400px;
        padding: 40px 20px 50px 0;
        color: #666;
        font-size: 15px;
        text-align: left;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (min-width: 1240px) {
      .carousel-main .carousel-main-text-inner-home {
        margin-left: 65px; } }
    .carousel-main .carousel-main-text-inner-home h1, .carousel-main .carousel-main-text-inner-home h2, .carousel-main .carousel-main-text-inner-home h3, .carousel-main .carousel-main-text-inner-home h4, .carousel-main .carousel-main-text-inner-home h5 {
      font-size: 42px;
      line-height: 1;
      margin-bottom: 18px; }
      @media screen and (min-width: 748px) {
        .carousel-main .carousel-main-text-inner-home h1, .carousel-main .carousel-main-text-inner-home h2, .carousel-main .carousel-main-text-inner-home h3, .carousel-main .carousel-main-text-inner-home h4, .carousel-main .carousel-main-text-inner-home h5 {
          font-size: 50px;
          line-height: 55px;
          color: #a3238e;
          margin-bottom: 24px; } }
    .carousel-main .carousel-main-text-inner-home p {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 33px; }
    .carousel-main .carousel-main-text-inner-home .btn {
      margin-bottom: 15px; }
    @media screen and (min-width: 1240px) {
      .carousel-main .carousel-main-text-inner-home .btn-anchor {
        left: 80px; } }
  .carousel-main .carousel {
    height: 100%; }
  .carousel-main .carousel-cell {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*
        		background-size: cover;
        		background-position: 60% center;
        		background-repeat: no-repeat;
        		opacity: 0;
        		transition: opacity 0.3s;
        
        		@include media ($medium-screen-up) {
        			background-position: center center;
        			
        			&:before {
        				display: none;	
        			}
        		}
        		
        		&:before {
        			content: '';
        			position: absolute;
        			top: 0;
        			left: 0;
        			width: 100%;
        			height: 100%;
        			background-color: #000;
        			opacity: 0;
        			transition: opacity 0.3s;
        			pointer-events: none;
        		}
        					
        		&.flickity-bg-lazyloaded {
        			opacity: 1;
        			
        			&:before {
        				opacity: 0.6;
        			}
        		}
        		*/ }
    .carousel-main .carousel-cell.bgcolor-blue {
      background: #bde5f2; }
    @media screen and (min-width: 960px) {
      .carousel-main .carousel-cell.is-selected .carousel-cell-img:not(.no-anim) {
        animation: kenburns 10s 1; } }
  .carousel-main .carousel-cell-img-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .carousel-main .carousel-cell-img-wrap.align-default {
      max-width: 100%;
      left: 0; }
    .carousel-main .carousel-cell-img-wrap.align-right {
      max-width: 1440px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .carousel-main .carousel-cell-img-wrap.align-left {
      max-width: 1440px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .carousel-main .carousel-cell-img-wrap.align-center {
      max-width: 1440px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .carousel-main .carousel-cell-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media screen and (min-width: 748px) {
      .carousel-main .carousel-cell-img {
        background-position: center center; } }
    .carousel-main .carousel-cell-img.align-right {
      background-size: 80% auto; }
      @media screen and (min-width: 748px) {
        .carousel-main .carousel-cell-img.align-right {
          background-position: right center;
          background-size: auto auto; } }
    .carousel-main .carousel-cell-img.align-left {
      background-size: 80% auto; }
      @media screen and (min-width: 748px) {
        .carousel-main .carousel-cell-img.align-left {
          background-position: left center;
          background-size: auto auto; } }
    .carousel-main .carousel-cell-img.align-center {
      background-size: cover; }
    .carousel-main .carousel-cell-img.align-default {
      background-size: cover; }
    .carousel-main .carousel-cell-img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.3;
      transition: opacity 0.3s;
      pointer-events: none; }
      .home .carousel-main .carousel-cell-img:before {
        opacity: 0.6; }
      @media screen and (min-width: 748px) {
        .carousel-main .carousel-cell-img:before {
          display: none; } }
  .carousel-main .flickity-prev-next-button.next, .carousel-main .flickity-prev-next-button.previous {
    display: none; }
    @media screen and (min-width: 748px) {
      .carousel-main .flickity-prev-next-button.next, .carousel-main .flickity-prev-next-button.previous {
        display: block; } }

/* ====================
Content Wrapper (wrap all content underneath header)
==================== */
.content-wrapper {
  position: relative;
  background: #FFF; }
  @media screen and (min-width: 960px) {
    .content-wrapper {
      overflow: hidden; } }

/* ====================
FOOTER
==================== */
.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 190px;
  background: #292929; }
  .footer .container, .footer .pagination-wrap {
    max-width: 1280px; }
  @media screen and (min-width: 748px) {
    .footer .inner-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .is-vic-site .footer .inner-footer {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  @media screen and (min-width: 748px) {
    .footer .footer-left {
      padding-right: 20px;
      align-self: stretch;
      display: flex;
      flex-direction: column; }
      .is-vic-site .footer .footer-left {
        padding-right: 20px; } }
  @media screen and (min-width: 748px) {
    .footer .footer-right {
      -ms-flex: 0 1 420px;
      flex: 0 1 420px;
      padding-left: 20px;
      padding-right: 60px; }
      .is-vic-site .footer .footer-right {
        padding-left: 0px; } }
  @media screen and (min-width: 960px) {
    .footer .footer-right {
      -ms-flex: 0 1 480px;
      flex: 0 1 480px; } }
  @media screen and (min-width: 1440px) {
    .footer .footer-right {
      -ms-flex: 0 1 420px;
      flex: 0 1 420px;
      padding-left: 20px;
      padding-right: 0px; }
      .is-vic-site .footer .footer-right {
        padding-left: 0px;
        padding-right: 20px; } }

.footer-logos {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .footer-logos img {
    font-size: 0;
    line-height: 0;
    height: auto; }
  @media screen and (min-width: 748px) {
    .footer-logos {
      margin: 0;
      text-align: left; } }

.footer-copyright {
  position: relative;
  width: 100%;
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #666666;
  text-align: center; }
  @media screen and (min-width: 748px) {
    .footer-copyright {
      margin: auto 0 0 0;
      text-align: left; } }

.footer-newsletter {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 325px;
  margin: 30px auto 30px auto;
  text-align: center; }
  @media screen and (min-width: 748px) {
    .footer-newsletter {
      max-width: 400px;
      margin: 12px auto 35px auto;
      text-align: right; } }
  .footer-newsletter form {
    position: relative; }
  .footer-newsletter label {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 17px 50%; }
  .footer-newsletter .icon-email {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 19px;
    color: #666; }
  .footer-newsletter input {
    position: relative;
    height: 54px;
    min-height: 54px;
    padding: 0 45px 0 80px;
    border: 2px solid #434343;
    margin: 0;
    color: #999999;
    width: 100%;
    margin: 0;
    font-size: 16px;
    background-color: #292929; }
    @media screen and (min-width: 748px) {
      .footer-newsletter input {
        font-size: 14px; } }
    .footer-newsletter input:hover {
      border-color: #999999; }
    .footer-newsletter input:focus {
      color: #FFF;
      border-color: #999999; }
    .footer-newsletter input:-ms-input-placeholder {
      color: #999999; }
    .footer-newsletter input::placeholder {
      color: #999999; }
    .footer-newsletter input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #292929 inset;
      -webkit-text-fill-color: #999999 !important; }
  .footer-newsletter .divline {
    position: absolute;
    left: 60px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #434343; }
  .footer-newsletter button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 54px;
    color: #999;
    font-size: 12px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-color: transparent;
    border: none;
    border-radius: none;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 250ms ease; }
    .footer-newsletter button[type=submit]:before {
      position: absolute;
      right: 23px;
      top: 50%;
      width: 13px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 18px;
      line-height: 1;
      margin: 0;
      padding: 0;
      text-align: center; }
    .footer-newsletter button[type=submit]:hover {
      color: #a3238e; }
  .footer-newsletter .honeypot {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .footer-newsletter .newsletter-msg {
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    width: 300px;
    left: 0px;
    top: 60px;
    width: 100%;
    text-align: center;
    display: none; }
    @media screen and (min-width: 748px) {
      .footer-newsletter .newsletter-msg {
        left: 0;
        top: 60px;
        text-align: left; } }
    .footer-newsletter .newsletter-msg.newsletter-error {
      color: #ff0000; }
    .footer-newsletter .newsletter-msg.active {
      display: block; }

.footer-links {
  width: 100%;
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #999999;
  text-align: center; }
  @media screen and (min-width: 748px) {
    .footer-links {
      max-width: 400px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; } }
  .footer-links .footer-links-menu {
    margin-bottom: 25px; }
    @media screen and (min-width: 748px) {
      .footer-links .footer-links-menu {
        margin-bottom: 0px; } }
  .footer-links ul {
    display: inline;
    font-size: inherit;
    line-height: inherit; }
  .footer-links li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 748px) {
      .footer-links li {
        padding-left: 0;
        padding-right: 20px; } }
  .footer-links a {
    color: inherit; }
    .footer-links a:hover {
      color: inherit;
      text-decoration: underline; }

.footer-credits {
  text-align: center; }
  @media screen and (min-width: 1240px) {
    .footer-credits {
      text-align: right; } }

/* ====================
RVM PAGE
==================== */
.page-template-rvm .locations-results-list-col2,
.page-template-rvm .locations-results-list-col3 {
  display: none; }

.rvm-grid-cell {
  border: solid 2px #a3238e;
  border-radius: 21px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 260px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 60px; }
  @media screen and (min-width: 748px) {
    .rvm-grid-cell {
      width: 48%;
      width: calc(50% - 15px);
      margin-bottom: 30px;
      margin-right: 30px;
      margin-top: 0; }
      .rvm-grid-cell:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1100px) {
    .rvm-grid-cell {
      width: 31.66%;
      width: calc(33.33% - 40px);
      max-width: 360px;
      margin-bottom: 30px;
      margin-right: 60px; }
      .rvm-grid-cell:nth-of-type(2n) {
        margin-right: 60px; }
      .rvm-grid-cell:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 748px) {
    .rvm-grid-cell:nth-of-type(1), .rvm-grid-cell:nth-of-type(2) {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1100px) {
    .rvm-grid-cell:nth-of-type(1), .rvm-grid-cell:nth-of-type(2) {
      margin-bottom: 0; } }
  @media screen and (min-width: 748px) {
    .rvm-grid-cell:nth-of-type(3n) {
      float: none;
      margin: 0 auto; } }
  @media screen and (min-width: 1100px) {
    .rvm-grid-cell:nth-of-type(3n) {
      float: left; } }
  .rvm-grid-cell .rvm-grid-cell-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row; }
    .rvm-grid-cell .rvm-grid-cell-inner .rvm-grid-cell-txt {
      position: relative;
      z-index: 1;
      width: 100%;
      padding: 35px 36px 0 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex: 1;
      flex: 1; }
    .rvm-grid-cell .rvm-grid-cell-inner .rvm-grid-cell-title {
      margin: 0 0 20px 0; }
      .rvm-grid-cell .rvm-grid-cell-inner .rvm-grid-cell-title h2 {
        position: relative;
        font-size: 22px;
        line-height: 1.36;
        margin: 0;
        -ms-flex-align: center;
        align-items: center;
        color: #a3238e; }
    .rvm-grid-cell .rvm-grid-cell-inner p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 30px 0; }
    .rvm-grid-cell .rvm-grid-cell-inner .disclaimer {
      font-size: 14px;
      line-height: 21px; }
    .rvm-grid-cell .rvm-grid-cell-inner .rvm-description {
      display: none; }
      .rvm-grid-cell .rvm-grid-cell-inner .rvm-description.is-open {
        display: block; }
      .rvm-grid-cell .rvm-grid-cell-inner .rvm-description p {
        margin: 0 0 35px 0; }
    .rvm-grid-cell .rvm-grid-cell-inner .rvm-btns {
      font-size: 15px;
      font-family: "GothamRounded-Medium", sans-serif;
      letter-spacing: 0; }

/* ====================
RVM animations
==================== */
.anim-fade-in-multi > *:nth-child(1) {
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 200ms;
  opacity: 0;
  animation-play-state: paused; }

.anim-fade-in-multi > *:nth-child(2) {
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 400ms;
  opacity: 0;
  animation-play-state: paused; }

.anim-fade-in-multi > *:nth-child(3) {
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation: fade-in-multi 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 600ms;
  opacity: 0;
  animation-play-state: paused; }

.anim-fade-in-multi.active .rvm-grid-cell {
  animation-play-state: running; }

@keyframes fade-in-multi {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* ====================
RVM How it works
==================== */
.rvm-how-it-works {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px; }
  @media screen and (min-width: 748px) {
    .rvm-how-it-works {
      margin-top: 120px;
      margin-bottom: 118px; } }
  .rvm-how-it-works .container, .rvm-how-it-works .pagination-wrap {
    max-width: 520px; }
    @media screen and (min-width: 748px) {
      .rvm-how-it-works .container, .rvm-how-it-works .pagination-wrap {
        max-width: 800px; } }
    @media screen and (min-width: 1100px) {
      .rvm-how-it-works .container, .rvm-how-it-works .pagination-wrap {
        max-width: 1240px; } }
  .rvm-how-it-works .title {
    color: #a3238e;
    font-size: 35px;
    line-height: 39px; }
  .rvm-how-it-works .copy {
    max-width: 640px;
    margin: 0 auto 60px auto;
    line-height: 26px; }
    @media screen and (min-width: 748px) {
      .rvm-how-it-works .copy {
        margin: 0 auto 89px auto; } }
    .rvm-how-it-works .copy p {
      margin: 0; }
  .rvm-how-it-works .steps {
    color: #a3238e;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0; }
  .rvm-how-it-works .refund-time {
    color: #a3238e;
    max-width: 535px;
    font-size: 20px;
    line-height: 28px;
    margin: 40px auto 0 auto;
    padding-top: 140px;
    position: relative; }
    .rvm-how-it-works .refund-time:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='108px' height='109px' viewBox='0 0 108 109' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RVM-Web-Page' transform='translate(-665.000000, -2656.000000)'%3E%3Crect fill='%23FFFFFF' x='0' y='0' width='1440' height='5522'%3E%3C/rect%3E%3Cg id='4-How-It-Works' transform='translate(120.000000, 1735.000000)'%3E%3Cg id='24hr-Refund' transform='translate(333.000000, 915.000000)'%3E%3Cg id='Group' transform='translate(207.000000, 0.000000)'%3E%3Ctext id='24' font-family='GothamRounded-Medium, Gotham Rounded' font-size='43' font-weight='400' letter-spacing='-1.77608696' fill='%23A1238C'%3E%3Ctspan x='31.863587' y='74'%3E24%3C/tspan%3E%3C/text%3E%3Ctext id='hr' font-family='GothamRounded-Medium, Gotham Rounded' font-size='24' font-weight='400' fill='%23A1238C'%3E%3Ctspan x='88.604' y='60'%3Ehr%3C/tspan%3E%3C/text%3E%3Cg transform='translate(8.000000, 9.000000)' stroke='%23A1238C' stroke-linecap='round' stroke-width='5'%3E%3Cpath d='M100,68.5676852 C92.9659163,88.6217192 73.8828436,103 51.4457318,103 C23.0333201,103 0,79.942712 0,51.500735 C0,23.057288 23.0333201,0 51.4457318,0 C69.5772207,0 85.5162489,9.38902764 94.6796481,23.5747356' id='Stroke-1'%3E%3C/path%3E%3Cpolyline id='Stroke-3' points='97.6571655 7.62059172 95.6086171 23.9981018 79.2481313 21.9474218'%3E%3C/polyline%3E%3C/g%3E%3Cg id='Clocks' transform='translate(16.500000, 16.000000)' stroke='%23BDE5F2' stroke-linecap='round' stroke-width='3.09'%3E%3Cline x1='44' y1='0' x2='44' y2='9' id='Path-3'%3E%3C/line%3E%3Cline x1='44' y1='79' x2='44' y2='88' id='Path-3-Copy-2'%3E%3C/line%3E%3Cline x1='4.5' y1='39.5' x2='4.5' y2='48.5' id='Path-3-Copy-2' transform='translate(4.500000, 44.000000) rotate(90.000000) translate(-4.500000, -44.000000) '%3E%3C/line%3E%3Cline x1='16.0692821' y1='67.4307179' x2='16.0692821' y2='76.4307179' id='Path-3-Copy-2' transform='translate(16.069282, 71.930718) rotate(45.000000) translate(-16.069282, -71.930718) '%3E%3C/line%3E%3Cline x1='16.0692821' y1='11.5692821' x2='16.0692821' y2='20.5692821' id='Path-3' transform='translate(16.069282, 16.069282) rotate(-45.000000) translate(-16.069282, -16.069282) '%3E%3C/line%3E%3Cline x1='71.9307179' y1='67.4307179' x2='71.9307179' y2='76.4307179' id='Path-3-Copy-2' transform='translate(71.930718, 71.930718) rotate(-45.000000) translate(-71.930718, -71.930718) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      content: '';
      position: absolute;
      height: 109px;
      width: 108px;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .rvm-how-it-works .refund-time h4 {
      margin: 0; }
  .rvm-how-it-works .rvm-intro-grid-3col-inner {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0; }
    @media screen and (min-width: 748px) {
      .rvm-how-it-works .rvm-intro-grid-3col-inner {
        padding-top: 90px; } }
  @media screen and (min-width: 748px) {
    .rvm-how-it-works .rvm-grid-cell {
      min-height: 425px; } }
  .rvm-how-it-works .rvm-grid-cell .rvm-grid-cell-txt {
    padding: 60px 30px 30px 34px; }
    @media screen and (min-width: 748px) {
      .rvm-how-it-works .rvm-grid-cell .rvm-grid-cell-txt {
        padding: 63px 30px 0 34px; } }
    .rvm-how-it-works .rvm-grid-cell .rvm-grid-cell-txt-content {
      max-width: 284px;
      margin: 0 auto; }
    .rvm-how-it-works .rvm-grid-cell .rvm-grid-cell-txt p {
      margin: 0; }
  .rvm-how-it-works .rvm-grid-cell.how-to-2 .rvm-grid-cell-txt, .rvm-how-it-works .rvm-grid-cell.how-to-3 .rvm-grid-cell-txt {
    padding: 68px 30px 30px 34px; }
    @media screen and (min-width: 748px) {
      .rvm-how-it-works .rvm-grid-cell.how-to-2 .rvm-grid-cell-txt, .rvm-how-it-works .rvm-grid-cell.how-to-3 .rvm-grid-cell-txt {
        padding: 68px 30px 0 34px; } }
  .rvm-how-it-works .rvm-grid-cell .rvm-grid-cell-img {
    height: 162px;
    width: 100%;
    margin-bottom: 40px; }
  .rvm-how-it-works .rvm-grid-cell:before {
    content: '';
    position: absolute;
    height: 81px;
    width: 80px;
    top: -40px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .rvm-how-it-works .rvm-grid-cell.how-to-1 img {
    width: 289px; }
  .rvm-how-it-works .rvm-grid-cell.how-to-1:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='80px' height='81px' viewBox='0 0 80 81' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RVM-Web-Page' transform='translate(-260.000000, -2096.000000)'%3E%3Crect fill='%23FFFFFF' x='0' y='0' width='1440' height='5522'%3E%3C/rect%3E%3Cg id='4-How-It-Works' transform='translate(120.000000, 1735.000000)'%3E%3Cg id='Steps' transform='translate(0.000000, 271.000000)'%3E%3Cg id='DT/Step/1' transform='translate(0.000000, 100.000000)'%3E%3Cg id='Icon/Steps/Number/1' transform='translate(150.000000, 0.000000)'%3E%3Cellipse id='Oval' stroke='%23FFFFFF' stroke-width='10' fill='%23A1238C' cx='30' cy='30.3333333' rx='35' ry='35.3333333'%3E%3C/ellipse%3E%3Cpath d='M34.844,42.5475556 L34.844,17.1888889 L29.638,17.1888889 C28.384,19.0715778 24.584,21.1463778 22,21.4537556 L22.608,26.9097111 C24.774,26.5254889 26.826,25.2575556 28.536,23.6822444 L28.536,42.5475556 L34.844,42.5475556 Z' id='1' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .rvm-how-it-works .rvm-grid-cell.how-to-2:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='80px' height='80px' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Steps/Number/3' transform='translate(10.000000, 10.000000)'%3E%3Ccircle id='Oval' stroke='%23FFFFFF' stroke-width='10' fill='%23A1238C' cx='30' cy='30' r='35'%3E%3C/circle%3E%3Cpath d='M39.608,42.46 L39.608,37.482 L33.718,37.482 C32.122,37.482 29.918,37.558 28.664,37.634 L28.664,37.596 C35.466,33.682 39.304,29.958 39.304,25.056 C39.304,21.142 36.492,17 29.842,17 C24.218,17 20.114,20.002 20,25.55 L25.586,27.26 C25.662,23.916 27.03,22.13 29.424,22.13 C31.666,22.13 32.806,23.574 32.806,25.512 C32.806,29.046 29.386,32.922 20.798,38.28 L20.798,42.46 L39.608,42.46 Z' id='2' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .rvm-how-it-works .rvm-grid-cell.how-to-3:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='80px' height='80px' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Steps/Number/3' transform='translate(10.000000, 10.000000)'%3E%3Ccircle id='Oval' stroke='%23FFFFFF' stroke-width='10' fill='%23A1238C' cx='30' cy='30' r='35'%3E%3C/circle%3E%3Cpath d='M29.88,42.84 C35.542,42.84 39.608,39.952 39.608,35.62 C39.608,31.174 36.15,29.92 34.402,29.92 L34.402,29.806 C35.846,29.806 39.114,28.248 39.114,24.03 C39.114,19.774 35.884,17 30.184,17 C25.32,17 21.444,18.824 20.57,23.498 L26.308,25.436 C26.536,23.042 27.866,22.054 29.804,22.054 C31.704,22.054 32.806,23.08 32.768,25.018 C32.768,26.956 31.666,27.906 29.272,27.906 L28.17,27.906 L28.17,32.048 L29.576,32.048 C32.122,32.048 33.262,32.808 33.3,34.746 C33.338,36.684 32.008,37.786 29.804,37.786 C27.562,37.786 26.194,36.76 25.928,34.062 L20,36.608 C21.406,41.016 24.598,42.84 29.88,42.84 Z' id='3' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* ====================
RVM INTRO
==================== */
.rvm-intro-grid-3col {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 90px; }
  .rvm-intro-grid-3col .container, .rvm-intro-grid-3col .pagination-wrap {
    max-width: 520px; }
    @media screen and (min-width: 748px) {
      .rvm-intro-grid-3col .container, .rvm-intro-grid-3col .pagination-wrap {
        max-width: 800px; } }
    @media screen and (min-width: 1100px) {
      .rvm-intro-grid-3col .container, .rvm-intro-grid-3col .pagination-wrap {
        max-width: 1240px; } }
  .rvm-intro-grid-3col:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 748px) {
    .rvm-intro-grid-3col {
      padding-top: 155px;
      padding-bottom: 120px; } }
  .rvm-intro-grid-3col .rvm-intro-grid-3col-inner {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0; }
  @media screen and (min-width: 748px) {
    .rvm-intro-grid-3col .rvm-grid-cell {
      min-height: 520px; } }
  .rvm-intro-grid-3col .rvm-grid-cell .rvm-grid-cell-txt {
    padding: 52px 35px 0 38px; }
  .rvm-intro-grid-3col .rvm-grid-cell:nth-of-type(3) .rvm-grid-cell-txt {
    padding: 52px 32px 0 35px; }
  .rvm-intro-grid-3col .rvm-grid-cell:nth-of-type(3) .rvm-grid-cell-copy p {
    margin-bottom: 39px; }
  .rvm-intro-grid-3col .rvm-grid-cell:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='80px' height='80px' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RVM-Web-Page' transform='translate(-261.000000, -580.000000)' stroke='%23FFFFFF'%3E%3Cg id='2-Features' transform='translate(121.000000, 590.000000)'%3E%3Cg id='Icon/Tick' transform='translate(150.000000, 0.000000)'%3E%3Ccircle id='Oval' stroke-width='10' fill='%23A1238C' cx='30' cy='30' r='35'%3E%3C/circle%3E%3Cpolyline id='Path' stroke-width='3.59999993' points='19 31.1353461 25.9052888 38 42 22'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    top: -50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/* ====================
RVM FAQ
==================== */
.rvm-faq-title {
  color: #a3238e;
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 40px;
  text-align: center; }

/* ====================
FAQ PAGE
==================== */
/* ====================
FAQ GRID TALL 3COL - JS Columns
==================== */
.column {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%;
  width: calc(50% - 15px);
  margin-right: 30px; }
  .size-1of2:nth-of-type(2n) {
    margin-right: 0; }

.size-1of3 {
  width: 33.33333%;
  width: calc(33.33333% - 20px);
  margin-right: 30px; }
  .size-1of3:nth-of-type(3n) {
    margin-right: 0; }

.size-1of4 {
  width: 25%;
  width: calc(25% - 22.5px);
  margin-right: 30px; }
  .size-1of4:nth-of-type(4n) {
    margin-right: 0; }

/* ====================
FAQ GRID TALL 3COL
==================== */
.faq-grid-3col {
  position: relative;
  width: 100%;
  background-color: #fafafd; }
  .faq-grid-3col:after {
    clear: both;
    content: "";
    display: table; }
  .page-template-rvm .faq-grid-3col {
    padding-top: 60px; }
  @media screen and (min-width: 748px) {
    .faq-grid-3col {
      padding-top: 50px;
      padding-bottom: 70px; }
      .page-template-rvm .faq-grid-3col {
        padding-top: 80px;
        padding-bottom: 100px; } }
  .faq-grid-3col .faq-grid-3col-inner {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0; }
  .faq-grid-3col .column .faq-grid-cell {
    width: 100%;
    float: none;
    margin: 0; }
    @media screen and (min-width: 748px) {
      .faq-grid-3col .column .faq-grid-cell {
        margin-bottom: 30px; } }
  .faq-grid-3col .faq-grid-cell {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    min-height: 260px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (min-width: 748px) {
      .faq-grid-3col .faq-grid-cell {
        width: 48%;
        width: calc(50% - 15px);
        margin-bottom: 30px;
        margin-right: 30px; }
        .faq-grid-3col .faq-grid-cell:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .faq-grid-3col .faq-grid-cell {
        width: 31.66%;
        width: calc(33.33% - 20px);
        margin-bottom: 30px;
        margin-right: 30px; }
        .faq-grid-3col .faq-grid-cell:nth-of-type(2n) {
          margin-right: 30px; }
        .faq-grid-3col .faq-grid-cell:nth-of-type(3n) {
          margin-right: 0; } }
    .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-direction: row;
      flex-direction: row; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-grid-cell-txt {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 35px 37px 41px 37px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex: 1;
        flex: 1; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner h2 {
        position: relative;
        font-size: 22px;
        line-height: 1.36;
        margin: 0 0 35px 0; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner p {
        font-size: 14px;
        line-height: 1.57;
        margin: 0; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner a:hover {
        color: inherit;
        text-decoration: underline; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-description {
        display: none; }
        .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-description.is-open {
          display: block; }
        .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-description p {
          margin: 0 0 35px 0; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-btns {
        font-size: 15px;
        font-family: "GothamRounded-Medium", sans-serif;
        letter-spacing: 0; }
      .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle {
        position: relative;
        display: inline-block;
        padding-right: 25px; }
        .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:before {
          position: absolute;
          top: 5px;
          right: 0;
          font-size: 13px; }
        .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle:hover:before {
          text-decoration: none; }
        .faq-grid-3col .faq-grid-cell .faq-grid-cell-inner .faq-toggle.is-open:before {
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    .faq-grid-3col .faq-grid-cell.theme-purple {
      background-color: #a3238e; }
      .faq-grid-3col .faq-grid-cell.theme-purple .faq-grid-cell-inner {
        color: #FFF; }
        .faq-grid-3col .faq-grid-cell.theme-purple .faq-grid-cell-inner h2 {
          color: #FFF; }
        .faq-grid-3col .faq-grid-cell.theme-purple .faq-grid-cell-inner:before {
          background-color: #a3238e; }
    .faq-grid-3col .faq-grid-cell.theme-blue {
      background-color: #bde5f3; }
      .faq-grid-3col .faq-grid-cell.theme-blue .faq-grid-cell-inner {
        color: #a3238e; }
        .faq-grid-3col .faq-grid-cell.theme-blue .faq-grid-cell-inner h2 {
          color: #a3238e; }
        .faq-grid-3col .faq-grid-cell.theme-blue .faq-grid-cell-inner:before {
          background-color: #bde5f3; }
    .faq-grid-3col .faq-grid-cell.theme-white {
      background-color: #FFF; }
      .faq-grid-3col .faq-grid-cell.theme-white .faq-grid-cell-inner {
        color: #a3238e; }
        .faq-grid-3col .faq-grid-cell.theme-white .faq-grid-cell-inner h2 {
          color: #a3238e; }
        .faq-grid-3col .faq-grid-cell.theme-white .faq-grid-cell-inner:before {
          background-color: #FFF; }

/* ====================
FAQ FORM
==================== */
.faq-form {
  position: relative;
  background-color: #FFF; }
  .faq-form:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .faq-form {
      height: 220px; } }
  .faq-form .faq-form-inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 58px 0;
    max-width: 325px; }
    @media screen and (min-width: 748px) {
      .faq-form .faq-form-inner {
        padding: 78px 220px 78px 130px;
        max-width: 940px; } }
    @media screen and (min-width: 960px) {
      .faq-form .faq-form-inner {
        padding: 78px 220px 78px 160px; } }
    .faq-form .faq-form-inner .faq-form-bg {
      position: absolute;
      top: 60px;
      left: 25px;
      width: 67px;
      height: 140px; }
      @media screen and (min-width: 748px) {
        .faq-form .faq-form-inner .faq-form-bg {
          top: 38px;
          left: 15px;
          width: 80px;
          height: 140px; } }
      @media screen and (min-width: 960px) {
        .faq-form .faq-form-inner .faq-form-bg {
          left: 30px; } }
  .faq-form label {
    font-size: 25px;
    line-height: 1.24;
    text-align: left;
    text-transform: none;
    color: #a2248c;
    font-family: "GothamRounded-Book", sans-serif;
    margin-bottom: 40px;
    padding-left: 125px; }
    @media screen and (min-width: 748px) {
      .faq-form label {
        font-size: 25px;
        padding: 0 50px 0 30px;
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (min-width: 960px) {
      .faq-form label {
        font-size: 30px;
        padding: 0 50px 0 30px; } }
  .faq-form input {
    position: relative;
    height: 62px;
    padding: 0 20px 0 20px;
    border: 2px solid #a3238e;
    margin: 0;
    color: #666;
    width: 100%;
    margin: 0;
    font-size: 15px;
    background-color: #FFF; }
    @media screen and (min-width: 960px) {
      .faq-form input {
        font-size: 17px;
        padding: 0 30px 0 30px; } }
    .faq-form input:hover {
      border-color: #a3238e; }
    .faq-form input:focus {
      color: #666;
      border-color: #a3238e; }
    .faq-form input:-ms-input-placeholder {
      color: #666; }
    .faq-form input::placeholder {
      color: #666; }
    .faq-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #FFF inset;
      -webkit-text-fill-color: #666 !important; }
  .faq-form button[type=submit] {
    position: absolute;
    top: 84px;
    right: 0px;
    cursor: pointer; }
  .faq-form .btn {
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 748px) {
      .faq-form .btn {
        position: absolute;
        top: 84px;
        right: 0px;
        cursor: pointer; } }
  .faq-form .honeypot {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .faq-form .faq-form-success {
    display: none;
    position: relative;
    padding: 5px 0 0 0;
    text-align: left;
    font-weight: bold; }

/* ====================
BLOG SECTION
==================== */
/* ====================
BLOG - ARCHIVE GRID 3 COL
==================== */
.archive-grid {
  position: relative;
  width: 100%;
  background-color: #fafafd;
  padding-top: 20px;
  padding-bottom: 50px; }
  .archive-grid:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 748px) {
    .archive-grid {
      padding-top: 50px;
      padding-bottom: 70px; } }

.archive-grid-third {
  position: relative;
  width: 100%; }
  .archive-grid-third:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 360px) {
    .archive-grid-third {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .archive-grid-third .archive-grid-flex-spacer {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .archive-grid-third .archive-grid-item {
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 55px; }
    @media screen and (min-width: 748px) {
      .archive-grid-third .archive-grid-item {
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 48%;
        margin-bottom: 110px; } }
    @media screen and (min-width: 960px) {
      .archive-grid-third .archive-grid-item {
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 31.66%;
        margin-bottom: 110px; } }

/* ====================
BLOG - Article Grid Content
==================== */
.archive-grid-article .archive-grid-item figure {
  position: relative;
  margin-bottom: 25px; }
  .archive-grid-article .archive-grid-item figure:after {
    clear: both;
    content: "";
    display: table; }

.archive-grid-article .archive-grid-item .info {
  position: relative;
  width: 100%;
  text-align: center; }
  .archive-grid-article .archive-grid-item .info:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 748px) {
    .archive-grid-article .archive-grid-item .info {
      text-align: left; } }
  .archive-grid-article .archive-grid-item .info .byline {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "GothamRounded-Medium", sans-serif;
    margin-bottom: 12px; }
  .archive-grid-article .archive-grid-item .info h2 {
    font-size: 24px;
    line-height: 1.25;
    color: #a3238e;
    margin-bottom: 16px; }
  .archive-grid-article .archive-grid-item .info .excerpt {
    font-size: 15px;
    line-height: 1.74;
    margin-bottom: 0; }
    .archive-grid-article .archive-grid-item .info .excerpt a {
      color: #a3238e; }

/* ====================
ALM AJAX
==================== */
/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copyright 2015-2017 Connekt Media - https://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/
.alm-btn-wrap .alm-load-more-btn {
  font-family: "League-Gothic", sans-serif;
  letter-spacing: 2px;
  font-size: 24px;
  width: auto;
  height: 50px;
  line-height: 50px;
  background: #a3238e;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 0 28px;
  display: inline-block;
  position: relative;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #91177d;
  color: #fff;
  text-decoration: none; }

.alm-btn-wrap .alm-load-more-btn:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.alm-btn-wrap .alm-load-more-btn:focus, .alm-btn-wrap .alm-load-more-btn:active {
  outline: none; }

.alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 44px; }

.alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: 0.1;
  background-color: #ed7070;
  outline: none !important;
  box-shadow: none !important;
  display: none; }

.alm-btn-wrap .alm-load-more-btn:before, .alm-btn-wrap .alm-load-more-btn.done:before {
  background: none;
  width: 0; }

.alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 20px;
  height: 20px;
  left: 10px;
  top: 15px;
  display: inline-block;
  z-index: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
  font-size: 20px;
  line-height: 20px; }

.alm-btn-wrap {
  text-align: center;
  padding: 0 0 50px 0;
  margin: 0 auto; }

/*
*  Generic alm-listing styles
*  @since 1.0.0
*/
/* ====================
BLOG - Article Grid Content
==================== */
.section-single {
  padding-top: 67px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .section-single {
      padding-top: 158px;
      text-align: left; } }
  .page-template-external .section-single {
    padding-top: 45px; }
    @media screen and (min-width: 960px) {
      .page-template-external .section-single {
        padding-top: 55px;
        text-align: left; } }
  .section-single .article-header {
    position: relative; }
    .section-single .article-header:after {
      clear: both;
      content: "";
      display: table; }
    .section-single .article-header .byline {
      display: block;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      font-family: "GothamRounded-Medium", sans-serif;
      margin-bottom: 10px;
      margin-top: -30px;
      position: relative; }
    .section-single .article-header h1, .section-single .article-header h2 {
      font-size: 24px;
      line-height: 1.25;
      color: #a3238e;
      margin-bottom: 25px;
      letter-spacing: 0; }
      @media screen and (min-width: 960px) {
        .section-single .article-header h1, .section-single .article-header h2 {
          font-size: 44px;
          line-height: 1.14;
          margin-bottom: 22px; } }
    .section-single .article-header figure {
      position: relative;
      margin-bottom: 35px; }
      .section-single .article-header figure:after {
        clear: both;
        content: "";
        display: table; }
  .section-single .article-body + .article-footer {
    margin-top: -50px; }
    @media screen and (min-width: 960px) {
      .section-single .article-body + .article-footer {
        margin-top: -110px; } }
  .section-single .article-body {
    position: relative;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 2; }
    .section-single .article-body:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .section-single .article-body {
        margin-bottom: 135px; } }
    .page-template-external .section-single .article-body {
      margin-bottom: 50px; }
      @media screen and (min-width: 960px) {
        .page-template-external .section-single .article-body {
          margin-bottom: 60px; } }
    .section-single .article-body a {
      text-decoration: underline;
      color: #a3238e; }
      .section-single .article-body a:hover {
        text-decoration: none; }
    .section-single .article-body h1, .section-single .article-body h2, .section-single .article-body h3, .section-single .article-body h4, .section-single .article-body h5 {
      font-size: 19px;
      line-height: 1.45;
      color: #a3238e;
      margin-bottom: 33px;
      letter-spacing: 0.02em; }
      @media screen and (min-width: 960px) {
        .section-single .article-body h1, .section-single .article-body h2, .section-single .article-body h3, .section-single .article-body h4, .section-single .article-body h5 {
          font-size: 22px;
          line-height: 1.46;
          margin-bottom: 33px; } }
    .section-single .article-body p {
      font-size: 15px;
      line-height: 2.07;
      margin-bottom: 35px; }
      @media screen and (min-width: 960px) {
        .section-single .article-body p {
          font-size: 16px;
          line-height: 1.875;
          margin-bottom: 35px; } }
    .section-single .article-body figure {
      position: relative;
      margin-bottom: 35px; }
      .section-single .article-body figure:after {
        clear: both;
        content: "";
        display: table; }
    .section-single .article-body blockquote {
      font-size: 20px;
      line-height: 1.47;
      color: #a3238e;
      padding: 15px 10px 0 10px;
      margin: 0 0 53px 0;
      letter-spacing: 0.02em;
      text-align: center; }
      .section-single .article-body blockquote p {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0; }
      @media screen and (min-width: 360px) {
        .section-single .article-body blockquote {
          font-size: 30px; } }
      @media screen and (min-width: 960px) {
        .section-single .article-body blockquote {
          text-align: left;
          padding: 15px 50px 0 50px; } }
    .section-single .article-body ul {
      font-size: 15px;
      line-height: 2.07;
      margin: 0 0 0 22px;
      text-align: left; }
      .section-single .article-body ul li {
        list-style-type: disc;
        padding-bottom: 8px; }
        .section-single .article-body ul li:last-of-type {
          padding-bottom: 0; }
      @media screen and (min-width: 960px) {
        .section-single .article-body ul {
          font-size: 16px;
          line-height: 1.875; } }
    .section-single .article-body ul + p, .section-single .article-body ul + blockquote, .section-single .article-body ul + h1, .section-single .article-body ul + h2, .section-single .article-body ul + h3, .section-single .article-body ul + h4, .section-single .article-body ul + h5 {
      margin-top: 30px; }
    .section-single .article-body ol {
      font-size: 15px;
      line-height: 2.07;
      margin: 0 0 0 22px;
      text-align: left; }
      .section-single .article-body ol li {
        list-style-type: decimal;
        padding-bottom: 8px; }
        .section-single .article-body ol li:last-of-type {
          padding-bottom: 0; }
      @media screen and (min-width: 960px) {
        .section-single .article-body ol {
          font-size: 16px;
          line-height: 1.875; } }
    .section-single .article-body ol + p, .section-single .article-body ol + blockquote, .section-single .article-body ol + h1, .section-single .article-body ol + h2, .section-single .article-body ol + h3, .section-single .article-body ol + h4, .section-single .article-body ol + h5 {
      margin-top: 30px; }
    .section-single .article-body hr {
      border-bottom: 1px solid #ccc; }
  .section-single .article-footer {
    position: relative;
    width: 100%; }
    .section-single .article-footer:after {
      clear: both;
      content: "";
      display: table; }
    .section-single .article-footer .article-footer-social {
      position: relative;
      width: 100%;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 25px 0;
      margin-bottom: 20px; }
      .section-single .article-footer .article-footer-social:after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 960px) {
        .section-single .article-footer .article-footer-social {
          margin-bottom: 40px; } }
      .section-single .article-footer .article-footer-social .title {
        font-size: 15px;
        line-height: 1;
        text-align: center;
        margin: 0 0 15px 0; }
        @media screen and (min-width: 960px) {
          .section-single .article-footer .article-footer-social .title {
            float: left;
            display: inline;
            margin: 0;
            padding: 21px 15px 0 0;
            text-align: left;
            vertical-align: middle; } }
      @media screen and (min-width: 960px) {
        .section-single .article-footer .article-footer-social .nav-social {
          float: left;
          display: inline;
          margin: 0;
          text-align: left;
          vertical-align: middle; } }
    .section-single .article-footer .article-footer-btns {
      position: relative;
      width: 100%;
      padding: 20px 0;
      margin-bottom: 20px; }
      .section-single .article-footer .article-footer-btns:after {
        clear: both;
        content: "";
        display: table; }
      .section-single .article-footer .article-footer-btns .btn {
        width: 100%; }
        @media screen and (min-width: 960px) {
          .section-single .article-footer .article-footer-btns .btn {
            width: auto; } }
      @media screen and (min-width: 960px) {
        .section-single .article-footer .article-footer-btns {
          margin-bottom: 40px; } }

/* ====================
Previous Next Post Buttons (single)
==================== */
.content-prevnext-btns {
  display: none; }
  @media screen and (min-width: 960px) {
    .content-prevnext-btns {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0px;
      right: 0px;
      top: 50%;
      bottom: auto;
      background: none; } }
  .content-prevnext-btns .btn-prev-post {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    display: block;
    padding: 15px 19px 12px 19px;
    margin: 80px 0 0 0;
    font-family: "League-Gothic", sans-serif;
    letter-spacing: 1.8px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #a3238e;
    color: #FFF;
    transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    border-radius: 0 0 5px 5px; }
    .content-prevnext-btns .btn-prev-post:hover {
      background: #91177d; }
    .content-prevnext-btns .btn-prev-post span {
      font-size: 13px;
      top: -1px;
      position: relative;
      padding-left: 5px; }
  .content-prevnext-btns .btn-next-post {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: top right;
    transform-origin: top right;
    transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
    padding: 15px 19px 12px 19px;
    margin: 80px 0 0 0;
    display: block;
    font-family: "League-Gothic", sans-serif;
    letter-spacing: 1.8px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #a3238e;
    color: #FFF;
    border-radius: 0 0 5px 5px; }
    .content-prevnext-btns .btn-next-post:hover {
      background: #91177d; }
    .content-prevnext-btns .btn-next-post span {
      font-size: 13px;
      top: -1px;
      position: relative;
      padding-right: 5px; }
  .content-prevnext-btns.active .btn-prev-post {
    position: fixed;
    top: 50%;
    left: 0px; }
  .content-prevnext-btns.active .btn-next-post {
    position: fixed;
    top: 50%;
    right: 0px; }
  .content-prevnext-btns.active .content-social-share {
    position: fixed;
    top: calc(50% + 220px);
    left: 0px; }

/* ====================
Previous Next Post Buttons (single) - MOBILE
==================== */
.content-prevnext-btns-m-pin {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 50%; }
  @media screen and (min-width: 960px) {
    .content-prevnext-btns-m-pin {
      display: none; } }

.content-prevnext-btns-m-pin-b {
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 375px; }
  @media screen and (min-width: 960px) {
    .content-prevnext-btns-m-pin-b {
      display: none; } }

.content-prevnext-btns-m {
  position: fixed;
  z-index: 10;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 60px;
  background: #292929;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 500ms; }
  .content-prevnext-btns-m.active {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .content-prevnext-btns-m.active.bottom {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 500ms; }
  @media screen and (min-width: 960px) {
    .content-prevnext-btns-m {
      display: none; } }
  .content-prevnext-btns-m .btn-prev-post {
    position: absolute;
    top: 0;
    left: 0px;
    text-align: right;
    padding: 20px 18px 20px 10px;
    margin: 0;
    display: block;
    font-family: "League-Gothic", sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
    .content-prevnext-btns-m .btn-prev-post span {
      font-size: 15px;
      top: -2px;
      position: relative;
      padding-right: 6px; }
  .content-prevnext-btns-m .btn-next-post {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: left;
    padding: 20px 10px 20px 18px;
    margin: 0;
    display: block;
    font-family: "League-Gothic", sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
    .content-prevnext-btns-m .btn-next-post span {
      font-size: 15px;
      position: relative;
      top: -2px;
      padding-left: 6px; }
  .content-prevnext-btns-m .btn-share-post {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: left;
    padding: 20px 18px;
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .content-prevnext-btns-m .btn-share-post span {
      font-size: 12px;
      position: relative;
      top: -1px;
      padding-right: 8px; }

/* ====================
RETURN IT PAGE
==================== */
/* ====================
RETURN IT PAGE - STORYBOARD VERTICAL
==================== */
.returnit-storyboard {
  position: relative;
  overflow: hidden;
  padding-top: 53px;
  padding-bottom: 13px;
  text-align: center; }
  .returnit-storyboard:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .returnit-storyboard {
      padding-top: 153px;
      padding-bottom: 123px;
      text-align: left; } }
  .returnit-storyboard .page-title h2 {
    font-size: 30px;
    line-height: 1.17;
    color: #a3238e;
    margin-bottom: 45px;
    padding-right: 0 !important; }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .page-title h2 {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        font-size: 50px;
        line-height: 1;
        padding-top: 25px;
        margin-bottom: 30px;
        letter-spacing: -0.02em;
        max-width: 335px; } }
    @media screen and (min-width: 1240px) {
      .returnit-storyboard .page-title h2 {
        font-size: 60px; } }
  .returnit-storyboard .title {
    color: #a3238e;
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 10px; }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .title {
        font-size: 35px;
        line-height: 1.14;
        margin-bottom: 15px;
        letter-spacing: -0.02em; } }
    .returnit-storyboard .title.anim {
      opacity: 0;
      transition: transform 500ms ease, opacity 500ms ease;
      -ms-transform: translate(10px, 0);
      transform: translate(10px, 0); }
      @media screen and (min-width: 960px) {
        .returnit-storyboard .title.anim {
          -ms-transform: translate(20px, 0);
          transform: translate(20px, 0); } }
      .returnit-storyboard .title.anim.active {
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .returnit-storyboard p {
    font-size: 15px;
    line-height: 1.73; }
    @media screen and (min-width: 960px) {
      .returnit-storyboard p:last-of-type {
        margin-bottom: 0; } }
    .returnit-storyboard p.anim {
      opacity: 0;
      transition: transform 500ms ease, opacity 500ms ease;
      -ms-transform: translate(10px, 0);
      transform: translate(10px, 0); }
      @media screen and (min-width: 960px) {
        .returnit-storyboard p.anim {
          -ms-transform: translate(20px, 0);
          transform: translate(20px, 0); } }
      .returnit-storyboard p.anim.active {
        opacity: 1;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .returnit-storyboard .returnit-storyboard-row {
    position: relative; }
    .returnit-storyboard .returnit-storyboard-row:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .returnit-storyboard-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch; } }
    .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-left {
      position: relative;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-left {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 30%; }
          .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-left h2, .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-left p {
            padding-right: 7%; } }
    .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-image-center {
      position: relative;
      width: 100%;
      font-size: 0px;
      line-height: 0;
      margin-bottom: 28px;
      text-align: center; }
      .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-image-center.nopad {
        margin-bottom: 0; }
      @media screen and (min-width: 960px) {
        .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-image-center {
          -ms-flex-order: 0;
          order: 0;
          -ms-flex: 0 0 540px;
          flex: 0 0 540px;
          -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto;
          margin-bottom: 0;
          text-align: right; } }
      .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-image-center img {
        max-width: 335px;
        margin: 0 auto; }
        @media screen and (min-width: 960px) {
          .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-image-center img {
            max-width: 100%;
            margin: 0 0 0 auto; } }
    .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-right {
      position: relative;
      width: 100%;
      padding-bottom: 50px;
      max-width: 430px;
      margin: 0 auto; }
      @media screen and (min-width: 960px) {
        .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-right {
          float: left;
          display: inline;
          width: 35%;
          padding-top: 42px;
          padding-bottom: 0;
          max-width: 100%;
          margin: 0; }
          .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-right h2, .returnit-storyboard .returnit-storyboard-row .returnit-storyboard-text-right p {
            padding-left: 7%; } }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .returnit-storyboard-row.row2 .returnit-storyboard-text-right {
        padding-top: 145px; } }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .returnit-storyboard-row.row3 .returnit-storyboard-text-left {
        padding-top: 50px; } }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .returnit-storyboard-row.row5 .returnit-storyboard-text-right {
        padding-top: 185px; } }
    @media screen and (min-width: 960px) {
      .returnit-storyboard .returnit-storyboard-row.row6 .returnit-storyboard-text-right {
        padding-top: 162px; } }

/* ====================
RETURN IT PAGE - STORYBOARD FLOATING ELEMENTS
==================== */
.sbFloating1 {
  position: absolute;
  top: 215px;
  right: 118px;
  width: 124px;
  height: 130px;
  z-index: 2;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating1 {
      display: block; } }

.sbFloating1b {
  position: absolute;
  top: 228px;
  right: 215px;
  width: 61px;
  height: 78px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating1b {
      display: block; } }

.sbFloating1c {
  position: absolute;
  top: 228px;
  right: 83px;
  width: 61px;
  height: 78px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating1c {
      display: block; } }

.sbFloating1d {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 257px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating1d {
      display: block; } }

.sbFloating2 {
  position: absolute;
  top: 235px;
  right: 155px;
  width: 54px;
  height: 94px;
  z-index: 2;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating2 {
      display: block; } }

.sbFloating2b {
  position: absolute;
  top: 125px;
  right: 47px;
  width: 269px;
  height: 222px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating2b {
      display: block; } }

.sbFloating2c {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 540px;
  height: 544px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating2c {
      display: block; } }

.sbFloating3 {
  position: absolute;
  top: 146px;
  right: 31px;
  width: 104px;
  height: 169px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating3 {
      display: block; } }

.sbFloating3b {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 331px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating3b {
      display: block; } }

.sbFloating4 {
  position: absolute;
  top: 210px;
  right: 155px;
  width: 54px;
  height: 94px;
  z-index: 2;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating4 {
      display: block; } }

.sbFloating4b {
  position: absolute;
  top: 125px;
  right: 0px;
  width: 360px;
  height: 245px;
  z-index: 4;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating4b {
      display: block; } }

.sbFloating4c {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 370px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating4c {
      display: block; } }

.sbFloating5 {
  position: absolute;
  top: 252px;
  right: 130px;
  width: 100px;
  height: 106px;
  z-index: 2;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating5 {
      display: block; } }

.sbFloating5b {
  position: absolute;
  top: 164px;
  right: 38px;
  width: 284px;
  height: 245px;
  z-index: 4;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating5b {
      display: block; } }

.sbFloating5c {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 540px;
  height: 417px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating5c {
      display: block; } }

.sbFloating6b {
  position: absolute;
  top: 347px;
  right: 227px;
  width: 61px;
  height: 78px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating6b {
      display: block; } }

.sbFloating6c {
  position: absolute;
  top: 347px;
  right: 75px;
  width: 61px;
  height: 78px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating6c {
      display: block; } }

.sbFloating6d {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 435px;
  z-index: 1;
  display: none; }
  @media screen and (min-width: 960px) {
    .sbFloating6d {
      display: block; } }

/* ====================
RETURN IT PAGE - CAROUSEL
==================== */
.returnit-carousel {
  position: relative;
  overflow: hidden;
  background: #fafafd;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .returnit-carousel:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .returnit-carousel {
      padding-top: 86px;
      padding-bottom: 114px;
      text-align: left; } }
  @media screen and (min-width: 960px) {
    .returnit-carousel .returnit-carousel-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
  .returnit-carousel .returnit-carousel-text {
    position: relative;
    width: 100%;
    padding: 0 20px;
    letter-spacing: 0; }
    @media screen and (min-width: 960px) {
      .returnit-carousel .returnit-carousel-text {
        width: 30%;
        float: left;
        display: inline;
        padding: 0; } }
    @media screen and (min-width: 1240px) {
      .returnit-carousel .returnit-carousel-text {
        width: 35%; } }
  .returnit-carousel .returnit-carousel-carousel {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .returnit-carousel .returnit-carousel-carousel {
        width: 70%;
        float: right;
        display: inline; } }
    @media screen and (min-width: 1240px) {
      .returnit-carousel .returnit-carousel-carousel {
        width: 65%; } }
  .returnit-carousel .title {
    color: #a3238e;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 12px; }
    @media screen and (min-width: 960px) {
      .returnit-carousel .title {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 20px;
        letter-spacing: -0.02em;
        padding-right: 20px; } }
    @media screen and (min-width: 1240px) {
      .returnit-carousel .title {
        font-size: 60px; } }
  .returnit-carousel p {
    font-size: 15px;
    line-height: 1.73; }
    @media screen and (min-width: 960px) {
      .returnit-carousel p {
        padding-right: 10px; } }

.returnit-carousel-holder {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 960px) {
    .returnit-carousel-holder {
      margin: 0; } }

.returnit-carousel-slide {
  position: relative;
  width: 100%; }

.returnit-carousel-slide-inner {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .returnit-carousel-slide-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; } }
  .returnit-carousel-slide-inner .slide-title {
    font-size: 24px;
    line-height: 1.23;
    color: #a3238e;
    margin-bottom: 5px; }
    @media screen and (min-width: 960px) {
      .returnit-carousel-slide-inner .slide-title {
        font-size: 24px;
        line-height: 1;
        padding-left: 10px;
        margin-bottom: 10px; } }
  .returnit-carousel-slide-inner p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      .returnit-carousel-slide-inner p {
        padding-left: 10px;
        font-size: 15px;
        line-height: 1.733; } }
  .returnit-carousel-slide-inner .returnit-carousel-slide-image {
    width: 100%; }
    @media screen and (min-width: 960px) {
      .returnit-carousel-slide-inner .returnit-carousel-slide-image {
        width: 59.75%; } }
  .returnit-carousel-slide-inner .returnit-carousel-slide-text {
    width: 100%;
    padding: 30px 10px 0 10px;
    letter-spacing: 0; }
    @media screen and (min-width: 960px) {
      .returnit-carousel-slide-inner .returnit-carousel-slide-text {
        width: 40.25%;
        padding: 10px 10% 0 10px; } }
    @media screen and (min-width: 1440px) {
      .returnit-carousel-slide-inner .returnit-carousel-slide-text {
        padding-right: 0; } }

.returnit-carousel-nav {
  position: relative;
  margin: 0 auto 40px auto;
  text-align: center;
  z-index: 5; }
  @media screen and (min-width: 960px) {
    .returnit-carousel-nav {
      position: absolute;
      right: -10px;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 80px;
      margin: 0;
      text-align: right; } }
  @media screen and (min-width: 1440px) {
    .returnit-carousel-nav {
      right: -100px; } }
  .returnit-carousel-nav ul {
    margin: 0;
    font-size: 0px;
    line-height: 0; }
  .returnit-carousel-nav li {
    font-size: 0px;
    line-height: 0;
    display: inline-block;
    background-color: #ccc;
    margin: 0 5px;
    background-color: #fff;
    border: 2px solid #bee6f6;
    width: 60px;
    height: 60px; }
    .returnit-carousel-nav li:hover, .returnit-carousel-nav li.is-selected {
      border-color: #a3238e; }
    @media screen and (min-width: 960px) {
      .returnit-carousel-nav li {
        margin: 5px 0; } }
    @media screen and (min-width: 1240px) {
      .returnit-carousel-nav li {
        width: 80px;
        height: 80px;
        margin: 5px 0;
        border: 4px solid #bee6f6; } }
    .returnit-carousel-nav li a {
      display: block;
      width: 100%;
      height: 100%; }

/* ====================
HOME PAGE
==================== */
/* ====================
What is return it? - 2 COLS
==================== */
.whatis-returnit {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff; }
  .whatis-returnit:after {
    clear: both;
    content: "";
    display: table; }
  .whatis-returnit .whatis-returnit-bg-r {
    display: none; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .whatis-returnit-bg-r {
        display: block;
        position: absolute;
        z-index: 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        top: -20px;
        right: -130px;
        background-position: 100% 0%;
        background-size: auto 430px; } }
    @media screen and (min-width: 960px) {
      .whatis-returnit .whatis-returnit-bg-r {
        top: 0px;
        right: -90px;
        background-position: 100% 0%;
        background-size: auto 530px; } }
  .whatis-returnit .whatis-returnit-inner {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .whatis-returnit-inner {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .whatis-returnit .whatis-returnit-col {
    position: relative; }
    .whatis-returnit .whatis-returnit-col:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .whatis-returnit-col {
        -ms-flex: 1;
        flex: 1; } }
    @media screen and (min-width: 748px) {
      .whatis-returnit .whatis-returnit-col:nth-child(2) {
        min-height: 420px; } }
    @media screen and (min-width: 960px) {
      .whatis-returnit .whatis-returnit-col:nth-child(2) {
        min-height: 620px; } }
  .whatis-returnit .whatis-returnit-col-l-inner {
    padding: 60px 0 10px 0;
    text-align: center; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .whatis-returnit-col-l-inner {
        padding: 75px 0 75px 0;
        text-align: left;
        max-width: 310px; } }
    @media screen and (min-width: 960px) {
      .whatis-returnit .whatis-returnit-col-l-inner {
        padding: 149px 0 109px 0;
        max-width: 370px; } }
  .whatis-returnit .title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    padding: 0;
    color: #a3238e; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .title {
        font-size: 60px;
        line-height: 1;
        margin: 0 0 27px 0; } }
  .whatis-returnit .copy {
    font-size: 15px;
    line-height: 1.74; }
    .whatis-returnit .copy p {
      font-size: inherit;
      line-height: inherit; }
      .whatis-returnit .copy p:last-of-type {
        margin-bottom: 0; }
  .whatis-returnit .image {
    margin: 0 0 40px 0; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .image {
        margin: 0;
        display: none; } }
  .whatis-returnit .play-btn {
    left: 50%;
    top: 50%; }
    @media screen and (min-width: 748px) {
      .whatis-returnit .play-btn {
        left: 60%;
        top: 53%; } }

/* ====================
DEPOT VS EXPRESS - 2 COLS
==================== */
.depot-express {
  position: relative;
  overflow: hidden; }
  .depot-express:after {
    clear: both;
    content: "";
    display: table; }
  .depot-express .container, .depot-express .pagination-wrap {
    z-index: 1; }
  @media screen and (min-width: 748px) {
    .depot-express .depot-express-bg-l {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #bde5f3; } }
  @media screen and (min-width: 748px) {
    .depot-express .depot-express-bg-r {
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-color: #efc6dd; } }
  .depot-express .depot-express-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 748px) {
      .depot-express .depot-express-inner {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .depot-express .depot-express-vs {
    position: absolute;
    z-index: 2;
    background-color: #a3238e;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    bottom: 0;
    right: 50%;
    margin: 0 -40px -40px 0; }
    @media screen and (min-width: 748px) {
      .depot-express .depot-express-vs {
        height: 130px;
        width: 130px;
        top: 320px;
        bottom: auto;
        right: 0;
        margin: 0 -65px 0 0; } }
    .depot-express .depot-express-vs .text {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #FFF;
      -ms-transform: translate(-45%, -50%);
      transform: translate(-45%, -50%);
      text-align: center;
      font-size: 33px;
      line-height: 33px; }
      @media screen and (min-width: 748px) {
        .depot-express .depot-express-vs .text {
          font-size: 50px;
          line-height: 50px; } }
  .depot-express .depot-express-col {
    position: relative;
    text-align: center; }
    @media screen and (min-width: 748px) {
      .depot-express .depot-express-col {
        -ms-flex: 1;
        flex: 1; } }
  .depot-express .depot-express-col-l-inner {
    position: relative;
    padding: 60px 20px 55px 20px;
    background-color: #bde5f3; }
    @media screen and (min-width: 748px) {
      .depot-express .depot-express-col-l-inner {
        padding: 60px 20px 35px 0;
        background: none; } }
    @media screen and (min-width: 960px) {
      .depot-express .depot-express-col-l-inner {
        background: none;
        padding: 82px 20px 90px 0; } }
    @media screen and (min-width: 1240px) {
      .depot-express .depot-express-col-l-inner {
        background: none;
        padding-right: 18.333%; } }
  .depot-express .depot-express-col-r-inner {
    position: relative;
    padding: 60px 20px 35px 20px;
    background-color: #efc6dd; }
    @media screen and (min-width: 748px) {
      .depot-express .depot-express-col-r-inner {
        padding: 60px 0 35px 20px; } }
    @media screen and (min-width: 960px) {
      .depot-express .depot-express-col-r-inner {
        padding: 82px 0 90px 20px; } }
    @media screen and (min-width: 1240px) {
      .depot-express .depot-express-col-r-inner {
        padding-left: 18.333%; } }
  .depot-express .title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    color: #a3238e; }
    @media screen and (min-width: 748px) {
      .depot-express .title {
        font-size: 60px;
        margin: 0 0 24px 0; } }
  .depot-express .image {
    text-align: center;
    margin-bottom: 20px; }
    .depot-express .image img {
      margin: 0 auto; }
  .depot-express .copy {
    position: relative;
    font-size: 15px;
    line-height: 1.74;
    margin: 0 auto;
    padding: 0 10px; }
    @media screen and (min-width: 960px) {
      .depot-express .copy {
        padding: 0 33px; } }
    .depot-express .copy p {
      font-size: inherit;
      line-height: inherit; }

/* ====================
Find your local collection point - 2 COLS
==================== */
.find-collection-point {
  position: relative;
  overflow: hidden; }
  .find-collection-point:after {
    clear: both;
    content: "";
    display: table; }
  .find-collection-point:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
  .find-collection-point .find-collection-point-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 960px) {
      .find-collection-point .find-collection-point-inner {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .find-collection-point .find-collection-point-col {
    position: relative; }
    .find-collection-point .find-collection-point-col:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .find-collection-point .find-collection-point-col {
        -ms-flex: 1;
        flex: 1; } }
  .find-collection-point .find-collection-point-col-l-inner {
    padding: 40px 0 40px 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .find-collection-point .find-collection-point-col-l-inner {
        padding: 40px 30px 71px 0;
        text-align: right; } }
  .find-collection-point .find-collection-point-col-r-inner {
    padding: 0 0 70px 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .find-collection-point .find-collection-point-col-r-inner {
        padding: 102px 0 90px 30px;
        text-align: left; } }
  .find-collection-point .title {
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 30px 0;
    padding: 0;
    color: #a3238e; }
    @media screen and (min-width: 960px) {
      .find-collection-point .title {
        font-size: 50px;
        margin: 0 0 15px 0; } }
  .find-collection-point p {
    margin-bottom: 25px; }
  .find-collection-point .image img {
    margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .find-collection-point .image img {
      margin: 0; } }

/* ====================
Return-It QLD Intro - 2 COLS
==================== */
.returnitqld-intro {
  position: relative;
  overflow: hidden; }
  .returnitqld-intro:after {
    clear: both;
    content: "";
    display: table; }
  .returnitqld-intro .returnitqld-intro-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 960px) {
      .returnitqld-intro .returnitqld-intro-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 130px;
        padding-bottom: 130px; } }
  .returnitqld-intro .returnitqld-intro-col {
    position: relative; }
    .returnitqld-intro .returnitqld-intro-col:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .returnitqld-intro .returnitqld-intro-col {
        -ms-flex: 1;
        flex: 1; } }
  .returnitqld-intro .returnitqld-intro-col-l-inner {
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .returnitqld-intro .returnitqld-intro-col-l-inner {
        padding: 0 105px 0 0;
        text-align: right; } }
  .returnitqld-intro .returnitqld-intro-col-r-inner {
    padding: 30px 0 30px 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .returnitqld-intro .returnitqld-intro-col-r-inner {
        padding: 0;
        text-align: left; } }
  .returnitqld-intro .title {
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 30px 0;
    padding: 0;
    color: #a3238e; }
    @media screen and (min-width: 960px) {
      .returnitqld-intro .title {
        font-size: 50px;
        margin: 0 0 35px 0; } }
  .returnitqld-intro .btn-label {
    top: 4px;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 748px) {
      .returnitqld-intro .btn-label {
        padding-left: 20px; } }
  .returnitqld-intro p:last-child {
    margin-bottom: 0; }
  .returnitqld-intro .image img {
    margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .returnitqld-intro .image img {
      margin: 0; } }
  .returnitqld-intro .image-logos {
    padding-top: 10px; }

/* ====================
ELIGIBLE VS NON ELIGIBLE CONTAINERS - 2 COLS
==================== */
.eligible-noneligible-containers {
  position: relative;
  overflow: hidden; }
  .eligible-noneligible-containers:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 748px) {
    .eligible-noneligible-containers:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #fafafd; } }
  .eligible-noneligible-containers .eligible-noneligible-containers-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-inner {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .eligible-noneligible-containers .eligible-noneligible-containers-col {
    position: relative; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col {
        -ms-flex: 1;
        flex: 1; } }
  .eligible-noneligible-containers .eligible-noneligible-containers-col-l-inner {
    position: relative;
    padding: 60px 20px 65px 20px;
    background-color: #fafafd; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-l-inner {
        padding: 60px 20px 65px 0;
        background: none; } }
    @media screen and (min-width: 960px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-l-inner {
        background: none;
        padding: 122px 20px 105px 0; } }
    @media screen and (min-width: 1240px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-l-inner {
        background: none;
        padding-right: 18.333%; } }
    .eligible-noneligible-containers .eligible-noneligible-containers-col-l-inner .title {
      color: #72bf44; }
  .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner {
    position: relative;
    padding: 60px 20px 65px 20px; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner {
        padding: 60px 0 65px 20px; } }
    @media screen and (min-width: 960px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner {
        padding: 122px 0 105px 20px; } }
    @media screen and (min-width: 1240px) {
      .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner {
        padding-left: 18.333%; } }
    .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner .title {
      color: #d81a61; }
    .eligible-noneligible-containers .eligible-noneligible-containers-col-r-inner .eligible-containers-list li:after {
      background-image: url("../img/icon-cross-circle.svg"); }
  .eligible-noneligible-containers .title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 -3px 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .title {
        font-size: 27px;
        margin: 0 0 25px 0; } }
  .eligible-noneligible-containers .image {
    text-align: center; }
    .eligible-noneligible-containers .image img {
      margin: 0 auto 21px auto; }
  .eligible-noneligible-containers .eligible-containers-list {
    position: relative;
    font-size: 13px;
    line-height: 1.42;
    letter-spacing: 0;
    padding-bottom: 1px; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers .eligible-containers-list {
        font-size: 15px; } }
    .eligible-noneligible-containers .eligible-containers-list:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #ccc; }
    .eligible-noneligible-containers .eligible-containers-list li {
      position: relative;
      font-size: inherit;
      line-height: inherit;
      padding: 13px 0 11px 30px; }
      @media screen and (min-width: 748px) {
        .eligible-noneligible-containers .eligible-containers-list li {
          padding: 15px 0 14px 35px; } }
      .eligible-noneligible-containers .eligible-containers-list li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #ccc; }
      .eligible-noneligible-containers .eligible-containers-list li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 13px;
        width: 16px;
        height: 16px;
        background-image: url("../img/icon-tick-circle.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto; }
        @media screen and (min-width: 748px) {
          .eligible-noneligible-containers .eligible-containers-list li:after {
            top: 16px;
            width: 19px;
            height: 19px; } }
      .eligible-noneligible-containers .eligible-containers-list li .no-link {
        position: relative;
        display: block;
        padding-right: 30px; }
        @media screen and (min-width: 748px) {
          .eligible-noneligible-containers .eligible-containers-list li .no-link {
            padding-right: 50px; } }
      .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle {
        position: relative;
        display: block;
        padding-right: 30px; }
        @media screen and (min-width: 748px) {
          .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle {
            padding-right: 50px; } }
        .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:before {
          position: absolute;
          right: 0;
          top: 5px;
          width: 13px;
          font-size: 9px;
          line-height: 1;
          margin: 0;
          padding: 0;
          text-align: center;
          transition: transform 150ms ease-in-out;
          color: #999; }
        .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle.is-open:before {
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle.is-open .list-title {
          display: none; }
        .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle.is-open .list-description {
          display: block; }
        .eligible-noneligible-containers .eligible-containers-list li .eligible-containers-list-toggle:hover:before {
          color: #a3238e; }
    .eligible-noneligible-containers .eligible-containers-list p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 20px; }
      .eligible-noneligible-containers .eligible-containers-list p:last-of-type {
        margin-bottom: 0; }
    .eligible-noneligible-containers .eligible-containers-list .list-title {
      font-family: "GothamRounded-Medium", sans-serif;
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .eligible-noneligible-containers .eligible-containers-list .list-description {
      display: none; }
  .eligible-noneligible-containers footer {
    font-size: 10px;
    line-height: 1.42;
    margin-top: 19px; }
    @media screen and (min-width: 748px) {
      .eligible-noneligible-containers footer {
        font-size: 14px;
        margin-top: 17px; } }
    .eligible-noneligible-containers footer p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 14px; }
      @media screen and (min-width: 748px) {
        .eligible-noneligible-containers footer p {
          margin-bottom: 20px; } }
      .eligible-noneligible-containers footer p:last-of-type {
        margin-bottom: 0; }

/* ====================
TESTIMONIAL PANEL
==================== */
.callout-testimonial-fullwidth {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #484848; }
  .callout-testimonial-fullwidth:after {
    clear: both;
    content: "";
    display: table; }
  .callout-testimonial-fullwidth .callout-testimonial-fullwidth-container {
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 260px;
    padding: 60px 20px; }
    @media screen and (min-width: 748px) {
      .callout-testimonial-fullwidth .callout-testimonial-fullwidth-container {
        min-height: 500px;
        padding: 40px 20px; } }
  .callout-testimonial-fullwidth .callout-testimonial-fullwidth-inner {
    text-align: center;
    color: #FFF;
    display: table;
    max-width: 800px; }
  .callout-testimonial-fullwidth .title {
    color: #00ccff;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0; }
    @media screen and (min-width: 748px) {
      .callout-testimonial-fullwidth .title {
        font-size: 20px;
        margin: 0 0 40px 0; } }
  .callout-testimonial-fullwidth .quote {
    font-size: 25px;
    line-height: 1.33;
    margin: 0 0 28px 0;
    padding: 0; }
    @media screen and (min-width: 748px) {
      .callout-testimonial-fullwidth .quote {
        font-size: 30px; } }
  .callout-testimonial-fullwidth .author {
    color: #00ccff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 0 0;
    padding: 0; }
    @media screen and (min-width: 748px) {
      .callout-testimonial-fullwidth .author {
        font-size: 18px; } }

/* ====================
TESTIMONIAL PANEL
==================== */
.logos-fullwidth {
  position: relative;
  width: 100%;
  background-color: #FFF; }
  .logos-fullwidth:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .logos-fullwidth .container, .logos-fullwidth .pagination-wrap {
      padding-left: 0;
      padding-right: 0; } }
  .logos-fullwidth .logos-fullwidth-inner {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 60px 0; }
    @media screen and (min-width: 748px) {
      .logos-fullwidth .logos-fullwidth-inner {
        padding: 95px 0 95px 0; } }
    @media screen and (min-width: 960px) {
      .logos-fullwidth .logos-fullwidth-inner {
        padding: 95px 0 95px 0; } }
  .logos-fullwidth .title {
    color: #a3238e;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0; }
    @media screen and (min-width: 748px) {
      .logos-fullwidth .title {
        font-size: 24px;
        margin: 0 0 50px 0; } }
  .logos-fullwidth .logos-fullwidth-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    font-size: 0;
    line-height: 0; }
    @media screen and (min-width: 960px) {
      .logos-fullwidth .logos-fullwidth-logos {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .logos-fullwidth .logos-fullwidth-logo {
    padding: 0 10px;
    height: 75px;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 360px) {
      .logos-fullwidth .logos-fullwidth-logo {
        height: 100px; } }
    @media screen and (min-width: 748px) {
      .logos-fullwidth .logos-fullwidth-logo {
        height: 125px; } }
    @media screen and (min-width: 960px) {
      .logos-fullwidth .logos-fullwidth-logo {
        height: 150px;
        padding: 0; } }
    @media screen and (min-width: 1240px) {
      .logos-fullwidth .logos-fullwidth-logo {
        margin: 0; } }
    .logos-fullwidth .logos-fullwidth-logo img {
      max-width: none;
      max-height: 100%;
      width: auto;
      height: 100%; }

/* ====================
SOCIAL X3 COLS
==================== */
.social-3cols {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .social-3cols:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .social-3cols {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .social-3cols .social-3cols-facebook {
    position: relative;
    display: none; }
    @media screen and (min-width: 960px) {
      .social-3cols .social-3cols-facebook {
        display: block;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        max-height: 480px;
        overflow-y: scroll; } }
    .social-3cols .social-3cols-facebook .social-3cols-facebook-inner {
      padding: 20px; }
    .social-3cols .social-3cols-facebook .cff-author-text {
      font-family: "GothamRounded-Book", sans-serif;
      color: #a3238e;
      letter-spacing: -0.5px; }
    .social-3cols .social-3cols-facebook .cff-post-text, .social-3cols .social-3cols-facebook p, .social-3cols .social-3cols-facebook .cff-post-desc {
      font-size: 13px;
      letter-spacing: 0; }
  .social-3cols .social-3cols-instafeed {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    color: #FFF; }
    @media screen and (min-width: 960px) {
      .social-3cols .social-3cols-instafeed {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        min-height: 480px; } }
    .social-3cols .social-3cols-instafeed:hover .social-3cols-instafeed-inner:before {
      opacity: 1; }
    .social-3cols .social-3cols-instafeed:hover .social-3cols-instafeed-inner .title {
      opacity: 1; }
    .social-3cols .social-3cols-instafeed:hover .social-3cols-instafeed-inner .quote {
      opacity: 1; }
    .social-3cols .social-3cols-instafeed .social-3cols-instafeed-inner {
      padding: 60px 20px 60px 20px; }
      @media screen and (min-width: 748px) {
        .social-3cols .social-3cols-instafeed .social-3cols-instafeed-inner {
          max-width: 420px; } }
      .social-3cols .social-3cols-instafeed .social-3cols-instafeed-inner:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #a3238e;
        opacity: 0;
        transition: opacity 150ms ease; }
    .social-3cols .social-3cols-instafeed a {
      color: #006f8b; }
    .social-3cols .social-3cols-instafeed .icon-instagram {
      font-size: 38px; }
    .social-3cols .social-3cols-instafeed .title {
      position: relative;
      z-index: 1;
      margin: 0 0 15px 0;
      opacity: 0; }
    .social-3cols .social-3cols-instafeed .quote {
      position: relative;
      z-index: 1;
      font-family: "League-Gothic", sans-serif;
      font-size: 20px;
      line-height: 1.7;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      opacity: 0; }
    .social-3cols .social-3cols-instafeed .bg {
      position: absolute;
      z-index: 0;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .social-3cols .social-3cols-twitterfeed {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #00ccff; }
    @media screen and (min-width: 960px) {
      .social-3cols .social-3cols-twitterfeed {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        min-height: 480px; } }
    .social-3cols .social-3cols-twitterfeed .icon-twitter {
      color: #fff;
      font-size: 28px; }
    .social-3cols .social-3cols-twitterfeed .social-3cols-twitterfeed-inner {
      padding: 60px 20px 60px 20px; }
      @media screen and (min-width: 748px) {
        .social-3cols .social-3cols-twitterfeed .social-3cols-twitterfeed-inner {
          max-width: 420px; } }
    .social-3cols .social-3cols-twitterfeed a {
      color: #006f8b; }
    .social-3cols .social-3cols-twitterfeed .title {
      margin: 0 0 23px 0; }
    .social-3cols .social-3cols-twitterfeed .quote {
      color: #FFF;
      font-size: 20px;
      line-height: 1.7;
      margin: 0 0 38px 0;
      padding: 0; }
    .social-3cols .social-3cols-twitterfeed .author {
      color: #FFF;
      font-family: "GothamRounded-Medium", sans-serif;
      font-size: 19px;
      line-height: 1.7;
      margin: 0;
      padding: 0; }
  .social-3cols .social-3cols-social {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px; }
    @media screen and (min-width: 960px) {
      .social-3cols .social-3cols-social {
        min-height: 480px;
        max-width: 33.33333%; } }
    .social-3cols .social-3cols-social .social-3cols-social-inner {
      padding: 55px 20px 60px 20px; }
    .social-3cols .social-3cols-social .title {
      color: #a3238e;
      font-size: 25px;
      line-height: 1.2;
      margin: 0 0 30px 0;
      padding: 0; }

.nav-social {
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  font-size: 1px;
  line-height: 0px; }
  @media screen and (min-width: 1240px) {
    .nav-social {
      text-align: right;
      margin: 0; } }
  .nav-social.sml li {
    margin: 5px;
    width: 45px;
    height: 45px; }
  .nav-social li {
    position: relative;
    display: inline-block;
    margin: 8px 8px 8px 8px;
    padding: 0;
    width: 77px;
    height: 77px;
    font-size: 1px;
    line-height: 0px;
    border-radius: 100%;
    overflow: hidden; }
    .nav-social li a {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      overflow: hidden;
      color: #FFF; }
      .nav-social li a:hover {
        opacity: 0.9; }
  .nav-social.sml .icon-facebook:before {
    top: 49%;
    left: 40%;
    font-size: 22px; }
  .nav-social.sml .icon-twitter:before {
    top: 50%;
    left: 39%;
    font-size: 17px; }
  .nav-social.sml .icon-linkedin:before {
    top: 48%;
    left: 43%;
    font-size: 17px; }
  .nav-social.sml .icon-gplus:before {
    top: 50%;
    left: 35%;
    font-size: 21px; }
  .nav-social.sml .icon-email:before {
    top: 49%;
    left: 38%;
    font-size: 15px; }
  .nav-social.sml .icon-instagram:before {
    top: 49%;
    left: 41%;
    font-size: 22px; }
  .nav-social .icon-facebook {
    background-color: #3b5998; }
    .nav-social .icon-facebook:before {
      position: absolute;
      top: 50%;
      left: 40%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 38px;
      line-height: 1; }
  .nav-social .icon-twitter {
    background-color: #2ba1f0; }
    .nav-social .icon-twitter:before {
      position: absolute;
      top: 50%;
      left: 39%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 29px;
      line-height: 1; }
  .nav-social .icon-linkedin {
    background-color: #007bb5; }
    .nav-social .icon-linkedin:before {
      position: absolute;
      top: 48%;
      left: 43%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 27px;
      line-height: 1; }
  .nav-social .icon-gplus {
    background-color: #dc4e41; }
    .nav-social .icon-gplus:before {
      position: absolute;
      top: 50%;
      left: 35%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 31px;
      line-height: 1; }
  .nav-social .icon-email {
    background-color: #a3238e; }
    .nav-social .icon-email:before {
      position: absolute;
      top: 49%;
      left: 38%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 25px;
      line-height: 1; }
  .nav-social .icon-instagram {
    background-color: #a3238e; }
    .nav-social .icon-instagram:before {
      position: absolute;
      top: 51%;
      left: 41%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 37px;
      line-height: 1; }

/* ====================
SIGNUP TODAY PANEL
==================== */
.callout-fullwidth {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .callout-fullwidth:after {
    clear: both;
    content: "";
    display: table; }
  .callout-fullwidth.align-top {
    background-position: center top; }
  .callout-fullwidth .callout-fullwidth-container {
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 50px 20px; }
    @media screen and (min-width: 748px) {
      .callout-fullwidth .callout-fullwidth-container {
        min-height: 350px;
        padding: 60px 20px; } }
    .callout-fullwidth .callout-fullwidth-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.8;
      background-color: #a3238e; }
  .callout-fullwidth .callout-fullwidth-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF;
    max-width: 780px;
    width: 100%; }
    @media screen and (min-width: 748px) {
      .callout-fullwidth .callout-fullwidth-inner {
        display: table; } }
  .callout-fullwidth .title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0 0 28px 0;
    padding: 0; }
    .page-template-rvm .callout-fullwidth .title {
      margin: 0 0 13px 0; }
    @media screen and (min-width: 748px) {
      .callout-fullwidth .title {
        font-size: 45px;
        letter-spacing: -0.02em; } }
  .callout-fullwidth .sub-heading {
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto 27px auto; }
    @media screen and (min-width: 748px) {
      .callout-fullwidth .sub-heading {
        font-size: 20px; } }
  .callout-fullwidth p {
    margin-bottom: 0; }
  .callout-fullwidth .btn {
    width: 100%; }
    @media screen and (min-width: 748px) {
      .callout-fullwidth .btn {
        width: inherit; } }

/* ====================
OPPORTUNITIES PANEL
==================== */
.callout-opportunities {
  position: relative;
  width: 100%;
  background-color: #bde5f3;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .callout-opportunities:after {
    clear: both;
    content: "";
    display: table; }
  .callout-opportunities .callout-opportunities-container {
    position: relative;
    z-index: 3;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    padding: 50px 20px; }
    @media screen and (min-width: 748px) {
      .callout-opportunities .callout-opportunities-container {
        min-height: 350px;
        padding: 53px 20px 63px 20px; } }
  .callout-opportunities .callout-opportunities-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #a3238e;
    max-width: 780px;
    width: 100%; }
    @media screen and (min-width: 748px) {
      .callout-opportunities .callout-opportunities-inner {
        display: table; } }
  .callout-opportunities .title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0 0 36px 0;
    padding: 0; }
    @media screen and (min-width: 748px) {
      .callout-opportunities .title {
        font-size: 45px;
        letter-spacing: -0.02em; } }
  .callout-opportunities p {
    margin-bottom: 20px;
    text-align: center; }
  .callout-opportunities .btn {
    width: 100%; }
    @media screen and (min-width: 748px) {
      .callout-opportunities .btn {
        width: inherit; } }
  .callout-opportunities .select-wrap {
    max-width: 325px;
    margin: 0 auto 40px auto; }
    @media screen and (min-width: 748px) {
      .callout-opportunities .select-wrap {
        max-width: 610px; } }

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 2px solid #a3238e;
  background: #FFF;
  position: relative;
  border-radius: 0; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  padding: 16px 18px;
  color: #a3238e;
  min-height: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 748px) {
    .selectric .label {
      font-size: 20px;
      line-height: 25px;
      margin: 0 30px 0 0;
      padding: 16px 22px; } }

.selectric-focus .selectric {
  border-color: #91177d; }

.selectric-hover .selectric {
  border-color: #91177d; }
  .selectric-hover .selectric .button:before {
    color: #91177d; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .selectric .button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 1;
    color: #a2248c;
    margin: 0;
    padding: 0;
    text-align: center; }
  .selectric .button:after {
    content: " ";
    position: absolute;
    top: 4px;
    right: 100%;
    bottom: 4px;
    width: 2px;
    background-color: #a2248c; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  background: #FFF; }

.selectric-open .button {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.selectric-open .selectric-items {
  display: block; }

.selectric-open.selectric-above .selectric-items {
  border-bottom-width: 0;
  border-top-width: 2px; }

.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #efc6dd;
  border: 2px solid #a3238e;
  border-top-width: 0;
  z-index: -1;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 748px) {
    .selectric-items {
      font-size: 20px;
      line-height: 25px; } }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit; }

.selectric-items li {
  position: relative;
  display: block;
  padding: 16px 18px;
  color: #a3238e;
  cursor: pointer; }
  @media screen and (min-width: 748px) {
    .selectric-items li {
      padding: 16px 22px; } }
  .selectric-items li:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 12px;
    right: 12px;
    height: 1px;
    background-color: #a3238e; }
  .selectric-items li:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #a3238e;
    opacity: 0; }
  .selectric-items li:last-of-type:after {
    display: none; }

.selectric-items li.highlighted {
  background: #a3238e;
  color: #FFF; }
  .selectric-items li.highlighted:before {
    opacity: 1; }

.selectric-items li.selected {
  background: #a3238e;
  color: #FFF; }
  .selectric-items li.selected:before {
    opacity: 1; }

.selectric-items li:hover {
  background: #a3238e;
  color: #FFF; }
  .selectric-items li:hover:before {
    opacity: 1; }

.selectric-items .disabled {
  display: none;
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #000 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* ====================
LOCATIONS QLD
==================== */
.locations-map {
  position: relative;
  background-color: #fafafd;
  padding-bottom: 120px; }
  .locations-map:after {
    clear: both;
    content: "";
    display: table; }
  .page-template-rvm .locations-map {
    background-color: #fff; }
  @media screen and (max-width: 748px) {
    .locations-map .container, .locations-map .pagination-wrap {
      padding: 0; } }
  .locations-map.hide-map {
    padding-top: 50px; }
    .locations-map.hide-map .bh-sl-form-container {
      display: none; }
    .locations-map.hide-map .bh-sl-map {
      display: none; }

.locations-form {
  position: relative;
  background-color: #fafafd; }
  .locations-form:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 748px) {
    .locations-form {
      padding: 0 20px; } }
  .locations-form .locations-form-inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 98px 0;
    max-width: 400px; }
    @media screen and (min-width: 748px) {
      .locations-form .locations-form-inner {
        padding: 52px 160px 66px 160px;
        max-width: 765px; } }
    .locations-form .locations-form-inner .locations-form-bg {
      position: absolute;
      top: 120px;
      width: 50px;
      height: 70px;
      left: 50%;
      -ms-transform: translate(-170%, 0);
      transform: translate(-170%, 0); }
      @media screen and (min-width: 748px) {
        .locations-form .locations-form-inner .locations-form-bg {
          top: 29px;
          left: 30px;
          width: 80px;
          height: 110px;
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }
  .locations-form label {
    display: none; }
  .locations-form input {
    position: relative;
    height: 62px;
    padding: 0 20px 0 75px;
    border: 2px solid #a3238e;
    margin: 0;
    color: #666;
    width: 100%;
    margin: 0;
    font-size: 16px;
    background-color: #FFF;
    background-image: url("../img/location-pin-input-bg.svg");
    background-repeat: no-repeat;
    background-position: 19px 50%;
    background-size: 39px auto; }
    .locations-form input:hover {
      border-color: #a3238e; }
    .locations-form input:focus {
      color: #666;
      border-color: #a3238e; }
    .locations-form input:-ms-input-placeholder {
      color: #999; }
    .locations-form input::placeholder {
      color: #999; }
    .locations-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px #FFF inset;
      -webkit-text-fill-color: #666 !important; }
  .locations-form button[type=submit], .locations-form .btn {
    position: absolute;
    top: 130px;
    right: 50%;
    -ms-transform: translate(85%, 0);
    transform: translate(85%, 0);
    min-width: 120px;
    font-size: 19px;
    line-height: 35px;
    cursor: pointer; }
    @media screen and (min-width: 748px) {
      .locations-form button[type=submit], .locations-form .btn {
        top: 64px;
        right: 10px;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.locations-results {
  position: relative;
  background-color: #fff; }
  .locations-results:after {
    clear: both;
    content: "";
    display: table; }
  .locations-results .locations-results-inner {
    position: relative;
    margin: 0 -20px 0 -20px;
    text-align: center;
    background-color: #fff; }
    .locations-results .locations-results-inner:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-inner {
        margin: 0 auto; } }
  .locations-results .locations-results-list {
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 10px 20px; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-list {
        padding: 10px 40px; } }
    @media screen and (min-width: 960px) {
      .locations-results .locations-results-list {
        padding: 10px 60px; } }
  .locations-results .locations-results-list-item {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #CCC;
    padding: 24px 0 0 0;
    letter-spacing: 0;
    background: none !important;
    cursor: pointer; }
    @media screen and (min-width: 960px) {
      .locations-results .locations-results-list-item {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .locations-results .locations-results-list-item:last-child {
      border-bottom: none; }
    .locations-results .locations-results-list-item p {
      margin: 0; }
  .locations-results .locations-results-list-col1 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 23px; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-list-col1 {
        padding-right: 40px; } }
    @media screen and (min-width: 960px) {
      .locations-results .locations-results-list-col1 {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%; } }
    .locations-results .locations-results-list-col1 .subtitle {
      margin-bottom: 0; }
    .locations-results .locations-results-list-col1 .icon-location {
      position: absolute;
      right: 0px;
      top: 0;
      width: 20px;
      height: 20px;
      color: #a3238e;
      display: none; }
      @media screen and (min-width: 748px) {
        .locations-results .locations-results-list-col1 .icon-location {
          left: -30px;
          right: auto; } }
  .locations-results .locations-results-list-col2 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 23px;
    width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-list-col2 {
        padding-right: 40px;
        width: auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
    @media screen and (min-width: 960px) {
      .locations-results .locations-results-list-col2 {
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        padding-right: 0; } }
  .locations-results .locations-results-list-col3 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 23px;
    width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-list-col3 {
        padding-right: 40px;
        width: auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
    @media screen and (min-width: 960px) {
      .locations-results .locations-results-list-col3 {
        padding-right: 0; } }
  .locations-results .subtitle {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
    color: #a3238e; }
  .locations-results a {
    color: #a3238e; }
    .locations-results a:hover {
      text-decoration: underline; }
  .locations-results strong {
    font-family: "GothamRounded-Medium", sans-serif;
    font-weight: normal; }
  .locations-results dl {
    width: 200px; }
  .locations-results dt {
    margin: 0;
    float: left;
    clear: both;
    width: 35%; }
  .locations-results dd {
    margin: 0;
    float: left;
    width: 65%; }
  .locations-results .locations-results-pagination {
    position: absolute;
    bottom: -55px;
    right: 20px; }
    @media screen and (min-width: 748px) {
      .locations-results .locations-results-pagination {
        right: 0; } }
    .locations-results .locations-results-pagination ul {
      margin: 0;
      padding: 0;
      font-size: 0; }
      .locations-results .locations-results-pagination ul li {
        display: inline-block;
        border: 1px solid #a3238e;
        width: 27px;
        height: 27px;
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 27px;
        text-align: center;
        font-weight: bold;
        color: #a3238e; }
        .locations-results .locations-results-pagination ul li.first {
          color: #666;
          border-color: #666; }
        .locations-results .locations-results-pagination ul li.last {
          color: #666;
          border-color: #666; }
        .locations-results .locations-results-pagination ul li.is-active {
          color: #FFF;
          background-color: #a3238e; }
        .locations-results .locations-results-pagination ul li:hover {
          color: #FFF;
          background-color: #a3238e;
          border-color: #a3238e; }
        .locations-results .locations-results-pagination ul li a {
          color: inherit;
          display: block;
          text-decoration: none; }
          .locations-results .locations-results-pagination ul li a:hover {
            text-decoration: none; }

/* ====================
POPUP HONEYPOT LOCATIONS
==================== */
.locations-honeypot {
  position: relative;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  border-radius: 8px; }
  @media screen and (min-width: 748px) {
    .locations-honeypot {
      max-width: 350px; } }
  .locations-honeypot__inner {
    position: relative;
    text-align: center;
    padding: 40px 30px 20px 30px; }
    @media screen and (min-width: 748px) {
      .locations-honeypot__inner {
        padding: 40px 60px 36px 60px; } }
  .locations-honeypot .returnit-logo-lge {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 28px auto; }
    .locations-honeypot .returnit-logo-lge:before {
      display: none; }
  .locations-honeypot h5 {
    margin: 0 0 24px 0;
    color: #666666;
    font-size: 16px;
    line-height: 20px; }
  .locations-honeypot p {
    margin: 0 0 10px 0; }
  .locations-honeypot .btn {
    width: 100%;
    font-size: 32px;
    line-height: 56px; }
  .locations-honeypot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.39); }

/* ====================
POPUP HONEYPOT LOYALTY
==================== */
.loyalty-honeypot {
  position: relative;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 20px;
  background-color: #fff;
  border-radius: 8px; }
  @media screen and (min-width: 748px) {
    .loyalty-honeypot {
      max-width: 690px; } }
  .loyalty-honeypot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.39); }
  .loyalty-honeypot__inner {
    position: relative;
    text-align: center;
    padding: 20px 20px 20px 20px; }
    @media screen and (min-width: 748px) {
      .loyalty-honeypot__inner {
        padding: 65px 60px 36px 60px; } }
  .loyalty-honeypot__form {
    position: relative;
    text-align: center;
    max-width: 470px;
    margin: 0 auto; }
  .loyalty-honeypot div.wpcf7-response-output {
    text-align: center; }
  .loyalty-honeypot h2 {
    font-size: 20px;
    line-height: 26px;
    color: #a3238e;
    margin: 0 0 10px 0; }
    @media screen and (min-width: 748px) {
      .loyalty-honeypot h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 20px 0; } }
  .loyalty-honeypot h5 {
    color: #666666;
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 15px 0; }
    @media screen and (min-width: 748px) {
      .loyalty-honeypot h5 {
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 18px 0; } }
  .loyalty-honeypot p {
    margin: 0 0 10px 0; }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot br {
      display: none; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .form-row {
      margin-bottom: 15px; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .spacer-med {
      height: 10px;
      margin-bottom: 0; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .checkbox-wrap {
      font-size: 12px;
      line-height: 15px; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .btns {
      margin-bottom: 0; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .btn {
      padding-left: 20px;
      padding-right: 20px;
      min-width: 10px; } }
  @media screen and (max-width: 748px) {
    .loyalty-honeypot .btn.white {
      padding-left: 20px;
      padding-right: 0px;
      min-width: 10px; } }

/* ====================
Loyalty Program
==================== */
.loyalty-program {
  position: relative;
  overflow: hidden; }
  .loyalty-program:after {
    clear: both;
    content: "";
    display: table; }
  .loyalty-program__inner {
    padding-top: 0;
    padding-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .loyalty-program__inner {
        padding-top: 30px;
        padding-bottom: 70px; } }
  .loyalty-program__img {
    text-align: center;
    margin: 0 auto 10px auto;
    width: 150px; }
    @media screen and (min-width: 960px) {
      .loyalty-program__img {
        width: auto;
        margin: 0 auto 17px auto; } }
  .loyalty-program__text {
    margin: 0 auto;
    text-align: center;
    max-width: 720px; }
    .loyalty-program__text h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 15px;
      color: #a3238e; }
      @media screen and (min-width: 748px) {
        .loyalty-program__text h2 {
          font-size: 44px;
          line-height: 48px; } }
    .loyalty-program__text h5 {
      margin: 0 auto 25px auto;
      max-width: 560px;
      font-size: 15px;
      line-height: 26px; }
      @media screen and (min-width: 960px) {
        .loyalty-program__text h5 {
          margin-bottom: 36px; } }
    @media screen and (min-width: 748px) {
      .loyalty-program__text input[type='email'] {
        max-width: calc(100% - 160px); } }
    .loyalty-program__text .btn-floating {
      margin-top: 20px;
      margin-bottom: 10px; }
      @media screen and (min-width: 748px) {
        .loyalty-program__text .btn-floating {
          position: absolute;
          top: 3px;
          right: 0;
          margin-top: 0;
          margin-bottom: 0; } }
      .loyalty-program__text .btn-floating .btn {
        min-width: 140px;
        font-size: 22px;
        margin: 0; }
  .loyalty-program__form {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 620px; }
  @media screen and (min-width: 748px) {
    .loyalty-program span.wpcf7-not-valid-tip {
      max-width: calc(100% - 160px); }
    .loyalty-program div.wpcf7-response-output {
      max-width: calc(100% - 160px); } }

/* ====================
School Signup
==================== */
.schools-signup {
  padding-top: 55px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .schools-signup {
      padding-top: 100px;
      text-align: left; } }
  .schools-signup__inner {
    position: relative;
    max-width: 730px;
    margin: 0 auto; }
  .schools-signup__header {
    position: relative;
    text-align: left; }
    .schools-signup__header h1, .schools-signup__header h2 {
      font-size: 24px;
      line-height: 1.25;
      color: #a3238e;
      margin-bottom: 19px;
      letter-spacing: 0; }
      @media screen and (min-width: 960px) {
        .schools-signup__header h1, .schools-signup__header h2 {
          font-size: 50px;
          line-height: 60px;
          max-width: 505px; } }
    .schools-signup__header p {
      font-size: 15px;
      line-height: 25px; }
  .schools-signup__form {
    position: relative;
    margin-bottom: 100px;
    text-align: left; }

/* ====================
School Signup
==================== */
.trailers-program {
  position: relative;
  overflow: hidden; }
  .trailers-program:after {
    clear: both;
    content: "";
    display: table; }
  .trailers-program__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 720px;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .trailers-program__inner {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .trailers-program__img {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 720px; }
    @media screen and (min-width: 960px) {
      .trailers-program__img {
        margin: 0 auto 50px auto; } }
  .page-template-trailers-thankyou-qld .trailers-program__text {
    text-align: center; }
  .trailers-program__text h2 {
    font-size: 19px;
    line-height: 1.45;
    color: #a3238e;
    margin-bottom: 33px;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 748px) {
      .trailers-program__text h2 {
        font-size: 22px;
        line-height: 1.46;
        margin-bottom: 33px; } }
  .trailers-program__text .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #a3238e; }
    @media screen and (min-width: 748px) {
      .trailers-program__text .title {
        font-size: 44px;
        line-height: 48px; } }
  .trailers-program__text .sub-title {
    margin: 0 auto 25px auto;
    font-size: 15px;
    line-height: 26px; }
    @media screen and (min-width: 960px) {
      .trailers-program__text .sub-title {
        margin-bottom: 36px; } }
  .trailers-program__text ul, .trailers-program__text ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    font-size: inherit;
    line-height: inherit;
    list-style-type: disc; }
  .trailers-program__text ol {
    list-style-type: decimal; }
  .trailers-program__text li {
    margin: 0;
    padding: 0 0 10px 0; }
  .trailers-program__text p + ul {
    margin-top: -15px; }
  .trailers-program__form {
    position: relative;
    margin-top: 40px; }

.page-template-loyalty-qld .content-wrapper,
.page-template-loyalty-thankyou-qld .content-wrapper,
.page-template-schools-signup-compelte-qld .content-wrapper,
.page-template-trailers-thankyou-qld .content-wrapper {
  min-height: calc(100vh - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 1240px) {
    .page-template-loyalty-qld .content-wrapper,
    .page-template-loyalty-thankyou-qld .content-wrapper,
    .page-template-schools-signup-compelte-qld .content-wrapper,
    .page-template-trailers-thankyou-qld .content-wrapper {
      min-height: calc(100vh - 70px); } }

.page-template-loyalty-qld .fullheight,
.page-template-loyalty-thankyou-qld .fullheight,
.page-template-schools-signup-compelte-qld .fullheight,
.page-template-trailers-thankyou-qld .fullheight {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.lity-close {
  opacity: 0; }

.btn-close {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 20px;
  height: 20px;
  font-size: 15px;
  color: #9c9292; }
  @media screen and (min-width: 748px) {
    .btn-close {
      top: 15px;
      right: 15px; } }

.an_nps {
  position: absolute;
  top: 100%;
  right: 16px;
  width: 64px;
  height: 82px;
  background-image: url("../img/ask-nicely-badge-mobile.png");
  background-repeat: no-repeat;
  background-size: 64px 82px;
  display: block;
  overflow: hidden;
  color: #FFF;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  padding: 30px 0 0 0;
  font-family: "BebasNeue", "League-Gothic", sans-serif;
  opacity: 0;
  transition: opacity 300ms ease; }
  @media screen and (min-width: 748px) {
    .an_nps {
      width: 80px;
      height: 102px;
      background-image: url("../img/ask-nicely-badge.png");
      background-size: 80px 102px;
      font-size: 45px;
      line-height: 55px;
      padding: 37px 0 0 0; } }
  .an_nps--ready {
    opacity: 1; }
  .an_nps--fixed {
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    .fixed-header .an_nps--fixed {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

/* ====================
Home Banner - Glass wine and spirit bottles
==================== */
.home-banner-bottles {
  position: relative;
  overflow: hidden;
  background-color: #EFD1E3; }
  .home-banner-bottles:after {
    clear: both;
    content: "";
    display: table; }
  .home-banner-bottles .home-banner-bottles-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center; } }
  .home-banner-bottles .home-banner-bottles-col {
    position: relative; }
    .home-banner-bottles .home-banner-bottles-col:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-col-l {
        -ms-flex: 0 1 37.5%;
        flex: 0 1 37.5%; } }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-col-r {
        -ms-flex: 0 1 62.5%;
        flex: 0 1 62.5%; } }
  .home-banner-bottles .home-banner-bottles-col-l-inner {
    padding: 45px 0 45px 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-col-l-inner {
        padding: 45px 0 45px 0;
        text-align: right;
        margin-left: auto; } }
  .home-banner-bottles .home-banner-bottles-col-r-inner {
    padding: 0 0 45px 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .home-banner-bottles-col-r-inner {
        padding: 55px 20px 45px 70px;
        text-align: left;
        margin-right: auto; } }
  .home-banner-bottles .title {
    font-size: 22px;
    line-height: 1.1875;
    margin: 0 0 15px 0;
    padding: 0;
    color: #a3238e; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles .title {
        font-size: 32px;
        margin: 0 0 15px 0; } }
  .home-banner-bottles p {
    margin: 0 auto 25px auto;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 435px; }
    .home-banner-bottles p:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      .home-banner-bottles p {
        margin: 0 0 25px 0; }
        .home-banner-bottles p:last-child {
          margin-bottom: 0; } }
  .home-banner-bottles .image img {
    margin: 0 auto;
    max-width: 200px; }
  @media screen and (min-width: 960px) {
    .home-banner-bottles .image img {
      margin: 0;
      max-width: 272px; } }

/* ====================
From theme customiser in CMS
==================== */
.form-row.email input[type='email'] {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 44px auto;
  background-image: url("/wp-content/themes/returnit2018/img/input-bg-email.svg"); }

.form-row.email.blue input[type='email'] {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 44px auto;
  background-image: url("/wp-content/themes/returnit2018/img/input-bg-email-blue.svg"); }

.page-template-rvm .locations-results-list-col2 {
  display: block; }

@media screen and (min-width: 748px) {
  .whatis-returnit .whatis-returnit-bg-r {
    display: none !important; } }

@media screen and (min-width: 748px) {
  .whatis-returnit .image {
    margin: 0;
    display: block; } }

.whatis-returnit .whatis-returnit-inner {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

@media screen and (min-width: 748px) {
  .whatis-returnit .whatis-returnit-col-l-inner {
    text-align: center; } }

@media screen and (min-width: 960px) {
  .whatis-returnit .whatis-returnit-col:nth-child(2) {
    min-height: auto; } }

@media screen and (min-width: 748px) {
  .whatis-returnit .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 748px) {
  .whatis-returnit .play-btn {
    left: 50%;
    top: 50%; } }

.whatis-returnit .whatis-returnit-col-l-inner {
  padding: 80px 33px 109px;
  max-width: none !important; }

@media screen and (min-width: 748px) {
  .carousel-main-text-inner-home p:last-child {
    margin-bottom: 0; } }

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




.social-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-block-start: 24px;
    margin-block-end: 32px;

    justify-content: center;
    @media screen and (min-width: 750px) {
      justify-content: flex-start;
    }

}

.social-menu .link {
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}
      
.social-menu .link.facebook {
  background-size: 28px auto;
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIcon/Facebook%3c/title%3e%3cdefs%3e%3cpolygon id='path-1' points='0 0 28 0 28 27.8307 0 27.8307'%3e%3c/polygon%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Medium' transform='translate(-100%2c -1575)'%3e%3cg id='Group-3' transform='translate(100%2c 1575)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg id='Clip-2'%3e%3c/g%3e%3cpath d='M28%2c14 C28%2c6.269 21.731%2c0 14%2c0 C6.269%2c0 0%2c6.269 0%2c14 C0%2c20.987 5.119%2c26.779 11.813%2c27.831 L11.813%2c18.048 L8.257%2c18.048 L8.257%2c14 L11.813%2c14 L11.813%2c10.915 C11.813%2c7.407 13.904%2c5.467 17.101%2c5.467 C18.633%2c5.467 20.235%2c5.741 20.235%2c5.741 L20.235%2c9.186 L18.469%2c9.186 C16.731%2c9.186 16.187%2c10.265 16.187%2c11.374 L16.187%2c14 L20.07%2c14 L19.45%2c18.048 L16.187%2c18.048 L16.187%2c27.831 C22.881%2c26.781 28%2c20.989 28%2c14' id='Fill-1' fill='%23666666' mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  
}
.social-menu .link.instagram {
  background-size: 26px auto;
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIcon/Instagram%3c/title%3e%3cdefs%3e%3cpolygon id='path-1' points='0 0 25.9996 0 25.9996 25.9996 0 25.9996'%3e%3c/polygon%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Medium' transform='translate(-155%2c -1576)'%3e%3cg id='Group' transform='translate(100%2c 1575)'%3e%3cg id='Icon/Instagram' transform='translate(55%2c 1)'%3e%3cg id='Group-3' transform='translate(0%2c 0)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg id='Clip-2'%3e%3c/g%3e%3cpath d='M21.499%2c6.0606 C21.499%2c6.9226 20.801%2c7.6206 19.939%2c7.6206 C19.077%2c7.6206 18.379%2c6.9226 18.379%2c6.0606 C18.379%2c5.1986 19.077%2c4.5006 19.939%2c4.5006 C20.801%2c4.5006 21.499%2c5.1986 21.499%2c6.0606 M13%2c17.3336 C10.606%2c17.3336 8.666%2c15.3936 8.666%2c12.9996 C8.666%2c10.6066 10.606%2c8.6666 13%2c8.6666 C15.393%2c8.6666 17.333%2c10.6066 17.333%2c12.9996 C17.333%2c15.3936 15.393%2c17.3336 13%2c17.3336 M13%2c6.3246 C9.313%2c6.3246 6.324%2c9.3136 6.324%2c12.9996 C6.324%2c16.6866 9.313%2c19.6756 13%2c19.6756 C16.686%2c19.6756 19.675%2c16.6866 19.675%2c12.9996 C19.675%2c9.3136 16.686%2c6.3246 13%2c6.3246 M13%2c-0.0004 C9.469%2c-0.0004 9.026%2c0.0146 7.64%2c0.0786 C6.256%2c0.1416 5.311%2c0.3616 4.484%2c0.6826 C3.629%2c1.0146 2.904%2c1.4596 2.182%2c2.1816 C1.459%2c2.9046 1.014%2c3.6296 0.682%2c4.4846 C0.361%2c5.3116 0.141%2c6.2566 0.078%2c7.6406 C0.015%2c9.0266 0%2c9.4696 0%2c12.9996 C0%2c16.5306 0.015%2c16.9736 0.078%2c18.3596 C0.141%2c19.7436 0.361%2c20.6886 0.682%2c21.5156 C1.014%2c22.3706 1.459%2c23.0956 2.182%2c23.8186 C2.904%2c24.5406 3.629%2c24.9856 4.484%2c25.3176 C5.311%2c25.6386 6.256%2c25.8586 7.64%2c25.9216 C9.026%2c25.9856 9.469%2c25.9996 13%2c25.9996 C16.53%2c25.9996 16.973%2c25.9856 18.359%2c25.9216 C19.743%2c25.8586 20.688%2c25.6386 21.515%2c25.3176 C22.37%2c24.9856 23.095%2c24.5406 23.818%2c23.8186 C24.54%2c23.0956 24.985%2c22.3706 25.317%2c21.5156 C25.638%2c20.6886 25.858%2c19.7436 25.921%2c18.3596 C25.985%2c16.9736 26%2c16.5306 26%2c12.9996 C26%2c9.4696 25.985%2c9.0266 25.921%2c7.6406 C25.858%2c6.2566 25.638%2c5.3116 25.317%2c4.4846 C24.985%2c3.6296 24.54%2c2.9046 23.818%2c2.1816 C23.095%2c1.4596 22.37%2c1.0146 21.515%2c0.6826 C20.688%2c0.3616 19.743%2c0.1416 18.359%2c0.0786 C16.973%2c0.0146 16.53%2c-0.0004 13%2c-0.0004 M13%2c2.3426 C16.471%2c2.3426 16.882%2c2.3556 18.253%2c2.4186 C19.52%2c2.4756 20.209%2c2.6876 20.667%2c2.8656 C21.273%2c3.1016 21.707%2c3.3836 22.161%2c3.8386 C22.616%2c4.2936 22.898%2c4.7266 23.134%2c5.3326 C23.312%2c5.7916 23.524%2c6.4796 23.581%2c7.7466 C23.644%2c9.1176 23.657%2c9.5286 23.657%2c12.9996 C23.657%2c16.4716 23.644%2c16.8826 23.581%2c18.2536 C23.524%2c19.5206 23.312%2c20.2086 23.134%2c20.6676 C22.898%2c21.2736 22.616%2c21.7066 22.161%2c22.1616 C21.707%2c22.6166 21.273%2c22.8986 20.667%2c23.1346 C20.209%2c23.3126 19.52%2c23.5236 18.253%2c23.5816 C16.882%2c23.6446 16.471%2c23.6576 13%2c23.6576 C9.528%2c23.6576 9.117%2c23.6446 7.746%2c23.5816 C6.479%2c23.5236 5.791%2c23.3126 5.333%2c23.1346 C4.726%2c22.8986 4.293%2c22.6166 3.838%2c22.1616 C3.383%2c21.7066 3.101%2c21.2736 2.865%2c20.6676 C2.687%2c20.2086 2.476%2c19.5206 2.418%2c18.2536 C2.355%2c16.8826 2.342%2c16.4716 2.342%2c12.9996 C2.342%2c9.5286 2.355%2c9.1176 2.418%2c7.7466 C2.476%2c6.4796 2.687%2c5.7916 2.865%2c5.3326 C3.101%2c4.7266 3.383%2c4.2936 3.838%2c3.8386 C4.293%2c3.3836 4.726%2c3.1016 5.333%2c2.8656 C5.791%2c2.6876 6.479%2c2.4756 7.746%2c2.4186 C9.117%2c2.3556 9.528%2c2.3426 13%2c2.3426' id='Fill-1' fill='%23666666' mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.social-menu .link.linkedin {
  background-size: 26px auto;
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIcon/LinkedIn%3c/title%3e%3cdefs%3e%3cpolygon id='path-1' points='0 0 25.9996 0 25.9996 25.9998 0 25.9998'%3e%3c/polygon%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Medium' transform='translate(-263%2c -1576)'%3e%3cg id='Group' transform='translate(100%2c 1575)'%3e%3cg id='Group-3' transform='translate(163%2c 1)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg id='Clip-2'%3e%3c/g%3e%3cpath d='M22.181%2c22.0898 L18.335%2c22.0898 L18.335%2c15.4738 C18.335%2c13.6938 17.634%2c12.8208 16.224%2c12.8208 C14.813%2c12.8208 14.003%2c13.9118 14.003%2c15.4738 L14.003%2c22.0898 L10.158%2c22.0898 L10.158%2c12.3998 L10.158%2c11.4938 L10.158%2c9.7638 L13.822%2c9.7638 L13.822%2c11.4938 L13.855%2c11.4938 C14.511%2c10.4158 15.64%2c9.4618 17.584%2c9.4618 C22.051%2c9.4618 22.181%2c13.1228 22.181%2c15.4738 L22.181%2c22.0898 Z M5.8%2c8.0458 C4.576%2c8.0458 3.583%2c7.0538 3.583%2c5.8288 C3.583%2c4.6048 4.576%2c3.6128 5.8%2c3.6128 C7.024%2c3.6128 8.016%2c4.6048 8.016%2c5.8288 C8.016%2c7.0538 7.024%2c8.0458 5.8%2c8.0458 L5.8%2c8.0458 Z M3.878%2c22.0898 L7.723%2c22.0898 L7.723%2c9.7638 L3.878%2c9.7638 L3.878%2c22.0898 Z M23.973%2c-0.0002 L2.026%2c-0.0002 C0.907%2c-0.0002 0%2c0.9078 0%2c2.0268 L0%2c23.9728 C0%2c25.0928 0.907%2c25.9998 2.026%2c25.9998 L23.973%2c25.9998 C25.092%2c25.9998 26%2c25.0928 26%2c23.9728 L26%2c2.0268 C26%2c0.9078 25.092%2c-0.0002 23.973%2c-0.0002 L23.973%2c-0.0002 Z' id='Fill-1' fill='%23666666' mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.social-menu .link.twitter {
  background-size: 26px auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' version='1.1'%3e%3cpath d='M 41.330 1.519 C 23.747 6.277%2c 9.453 19.226%2c 3.266 36 L 0.500 43.500 0.500 256.500 L 0.500 469.500 3.468 476.756 C 10.451 493.827%2c 24.389 506.067%2c 41.974 510.572 C 46.853 511.822%2c 76.898 511.987%2c 258.569 511.761 L 469.500 511.500 475.500 509.101 C 492.332 502.370%2c 503.919 490.400%2c 509.062 474.431 C 510.290 470.619%2c 511.678 466.719%2c 512.147 465.764 C 513.398 463.216%2c 513.252 44.726%2c 512 45.500 C 511.450 45.840%2c 511 45.217%2c 511 44.116 C 511 43.015%2c 509.862 39.044%2c 508.471 35.291 C 503.372 21.536%2c 490.793 8.934%2c 476.516 3.279 L 469.500 0.500 258 0.310 C 79.477 0.150%2c 45.694 0.338%2c 41.330 1.519 M 0.491 256 C 0.491 371.775%2c 0.607 419.137%2c 0.750 361.250 C 0.893 303.362%2c 0.893 208.637%2c 0.750 150.750 C 0.607 92.862%2c 0.491 140.225%2c 0.491 256 M 83 78.502 C 83 78.778%2c 113.217 122.978%2c 150.148 176.723 C 187.079 230.468%2c 217.342 274.947%2c 217.398 275.565 C 217.454 276.183%2c 187.350 311.724%2c 150.500 354.544 C 113.650 397.364%2c 83.350 432.759%2c 83.167 433.199 C 82.983 433.640%2c 89.382 434%2c 97.387 434 L 111.940 434 171.084 365.250 C 203.614 327.438%2c 230.727 296.500%2c 231.336 296.500 C 231.946 296.500%2c 253.626 327.325%2c 279.514 365 L 326.585 433.500 378.297 433.759 L 430.010 434.018 426.637 429.259 C 424.782 426.642%2c 393.042 380.491%2c 356.103 326.702 C 314.971 266.806%2c 289.228 228.437%2c 289.681 227.702 C 290.282 226.724%2c 393.279 106.731%2c 412.813 84.250 L 418.244 78 403.345 78 L 388.445 78 332.122 143.500 C 301.144 179.525%2c 275.682 209%2c 275.540 209 C 275.398 209%2c 255.081 179.543%2c 230.391 143.541 L 185.500 78.082 134.250 78.041 C 106.063 78.018%2c 83 78.226%2c 83 78.502 M 123.167 100.825 C 123.350 101.279%2c 172.325 171.477%2c 232 256.821 L 340.500 411.992 364.250 411.996 C 377.313 411.998%2c 388 411.748%2c 388 411.440 C 388 411.132%2c 339.098 340.932%2c 279.328 255.440 L 170.656 100 146.745 100 C 133.593 100%2c 122.983 100.371%2c 123.167 100.825' stroke='none' fill='%23666666' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.social-menu .link.youtube {
  background-size: 30px auto;
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='30px' height='21px' viewBox='0 0 30 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIcon/Youtube%3c/title%3e%3cdefs%3e%3cpolygon id='path-1' points='0 0 29.9996 0 29.9996 20.6935 0 20.6935'%3e%3c/polygon%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Medium' transform='translate(-315%2c -1579)'%3e%3cg id='Group' transform='translate(100%2c 1575)'%3e%3cg id='Group-3' transform='translate(215%2c 4)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg id='Clip-2'%3e%3c/g%3e%3cpath d='M12.073%2c14.7515 L12.073%2c10.3465 L12.073%2c5.9415 L19.752%2c10.3465 L12.073%2c14.7515 Z M29.37%2c3.2315 C29.078%2c1.6565 27.759%2c0.4785 26.163%2c0.3625 C22.798%2c0.1165 19.524%2c-0.0005 15%2c-0.0005 C10.475%2c-0.0005 7.202%2c0.1165 3.837%2c0.3625 C2.24%2c0.4785 0.921%2c1.6565 0.629%2c3.2315 C0.313%2c4.9345 0%2c7.3465 0%2c10.3465 C0%2c13.3465 0.313%2c15.7595 0.629%2c17.4625 C0.921%2c19.0365 2.24%2c20.2145 3.837%2c20.3315 C7.202%2c20.5765 10.475%2c20.6935 15%2c20.6935 C19.524%2c20.6935 22.798%2c20.5765 26.163%2c20.3315 C27.759%2c20.2145 29.078%2c19.0365 29.37%2c17.4625 C29.686%2c15.7595 30%2c13.3465 30%2c10.3465 C30%2c7.3465 29.686%2c4.9345 29.37%2c3.2315 L29.37%2c3.2315 Z' id='Fill-1' fill='%23666666' mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.social-menu .link.tiktok {
  background-size: 26px auto;
    background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIcon/Tiktok%3c/title%3e%3cdefs%3e%3cpolygon id='path-1' points='0 0 25.9999 0 25.9999 25.9998 0 25.9998'%3e%3c/polygon%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Medium' transform='translate(-209%2c -1576)'%3e%3cg id='Group' transform='translate(100%2c 1575)'%3e%3cg id='Group-3' transform='translate(109%2c 1)'%3e%3cmask id='mask-2' fill='white'%3e%3cuse xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg id='Clip-2'%3e%3c/g%3e%3cpath d='M19.6419%2c11.5268 C18.4979%2c11.4118 17.3229%2c10.8758 16.6549%2c10.3858 L16.6549%2c15.9528 C16.6549%2c18.7908 14.3449%2c21.1008 11.5069%2c21.1008 C8.6679%2c21.1008 6.3579%2c18.7908 6.3579%2c15.9528 C6.3579%2c13.1138 8.6679%2c10.8038 11.5069%2c10.8038 C11.7439%2c10.8038 11.9769%2c10.8218 12.2059%2c10.8528 L12.2059%2c13.7948 C11.9859%2c13.7238 11.7509%2c13.6838 11.5069%2c13.6838 C10.2559%2c13.6838 9.2379%2c14.7018 9.2379%2c15.9528 C9.2379%2c17.2028 10.2559%2c18.2208 11.5069%2c18.2208 C12.7569%2c18.2208 13.7749%2c17.2028 13.7749%2c15.9528 L13.7749%2c11.3328 L13.7749%2c4.9358 L15.8559%2c4.9358 C16.2429%2c6.8788 17.7039%2c8.1348 19.6419%2c8.1348 L19.6419%2c11.5268 Z M20.7499%2c-0.0002 L5.2499%2c-0.0002 C2.3509%2c-0.0002 -0.0001%2c2.3508 -0.0001%2c5.2498 L-0.0001%2c20.7498 C-0.0001%2c23.6498 2.3509%2c25.9998 5.2499%2c25.9998 L20.7499%2c25.9998 C23.6499%2c25.9998 25.9999%2c23.6498 25.9999%2c20.7498 L25.9999%2c5.2498 C25.9999%2c2.3508 23.6499%2c-0.0002 20.7499%2c-0.0002 L20.7499%2c-0.0002 Z' id='Fill-1' fill='%23666666' mask='url(%23mask-2)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}