@charset "UTF-8";
/******************************************************************
Company: Zine Design
Author: Josh Jenkins

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*********************************************************************************************************************************
****************************                 Beacon of Light Global                      *****************************************
*********************************************************************************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: Google Fonts
******************************************************************/
@font-face {
  font-family: "meta-plus-normal";
  src: url("../../fonts/meta-normal.eot");
  src: url("../../fonts/meta-normal.eot?#iefix") format("embedded-opentype"), url("../../fonts/meta-normal.woff") format("woff"), url("../../fonts/meta-normal.ttf") format("truetype");
  font-weight: 400;
  font-style: 400; }

@font-face {
  font-family: "meta-plus-normal";
  src: url("../../fonts/meta-normal.eot");
  src: url("../../fonts/meta-normal.eot?#iefix") format("embedded-opentype"), url("../../fonts/meta-normal.woff") format("woff"), url("../../fonts/meta-normal.ttf") format("truetype");
  font-weight: 600;
  font-style: 600; }

@font-face {
  font-family: "meta-plus-bold";
  src: url("../../fonts/meta-bold.eot");
  src: url("../../fonts/meta-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/meta-bold.woff") format("woff"), url("../../fonts/meta-bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "meta-plus-bold";
  src: url("../../fonts/meta-bold.eot");
  src: url("../../fonts/meta-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/meta-bold.woff") format("woff"), url("../../fonts/meta-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Lt.eot");
  src: url("../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Lt.eot");
  src: url("../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "D-DIN sans-serif";
  src: url("../../fonts/D-DIN.otf");
  src: url("../../fonts/D-DIN.otf?#iefix") format("embedded-opentype"), url("../../fonts/D-DIN.otf") format("otf"), url("../../fonts/D-DIN.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 52px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 60px;
  display: inline;
  padding: 0 !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: 'meta-plus-bold';
  /*span {
		background: $white;
		padding: 3px 15px;
		margin: -30px 0 0 -28px;
		display: inline-block;

		@media (max-width: $br-med) {
			margin: -30px 0 0 -22px;
			letter-spacing: -0.5px;
		}
	}*/ }
  @media (max-width: 800px) {
    h1 {
      font-size: 42px;
      line-height: 53px; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 36px;
      line-height: 47px; } }
  @media (max-width: 400px) {
    h1 {
      font-size: 30px;
      line-height: 46px; } }

.text h1 {
  color: #151515;
  font-size: 40px;
  font-weight: normal;
  line-height: 36px;
  display: block;
  text-transform: none;
  margin-top: 0;
  padding: 0;
  padding-bottom: 20px;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    .text h1 {
      font-size: 24px;
      line-height: 32px; } }

.text h2 {
  color: #1e1e1e;
  font-size: 28px;
  font-family: 'meta-plus-bold';
  text-transform: uppercase; }
  .text h2.margin-top {
    margin-top: 30px !important;
    font-size: 20px !important;
    line-height: 26px !important; }

.text h3 {
  color: #1e1e1e;
  font-size: 30px;
  font-family: 'meta-plus-bold';
  text-transform: uppercase;
  margin-bottom: 30px;
  clear: both; }

h2 {
  padding: 0;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: normal;
  line-height: 37px;
  font-family: 'meta-plus-bold';
  text-transform: uppercase; }

h3 {
  margin: 0 auto 20px;
  padding: 0;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px; }

h4 {
  display: inline;
  background-color: #FFFFFF;
  -webkit-box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
  box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
  padding: 0 !important;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media (max-width: 800px) {
    h4 {
      font-size: 24px;
      line-height: 29px; } }

p {
  margin: 0 0 15px;
  color: #1e1e1e;
  font-family: "meta-plus-normal";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-bottom: 15px; }
  @media (max-width: 1100px) {
    p {
      width: 100%; } }
  p a {
    color: #d52b1e; }
    p a:hover {
      text-decoration: underline; }

ul li, ol li {
  color: #303030;
  font-family: "meta-plus-normal";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.page-id-7 h4 {
  font-size: 26px;
  line-height: 32px; }

/******************************************************************
Stylesheet: Global Styles
******************************************************************/
::-webkit-scrollbar-track {
  background: #FFFFFF; }
  @media (max-width: 1100px) {
    ::-webkit-scrollbar-track {
      background: #000000; } }

::-moz-selection {
  background: #d52b1e;
  color: #FFFFFF; }

::selection {
  background: #d52b1e;
  color: #FFFFFF; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-thumb {
  background: #d52b1e; }

*, *:before, *:after {
  -webkit-backface-visibility: hidden; }

.cf, .attendee-popup .acf-form, .attendee-popup .acf-form .acf-fields, .woocommerce, .my-attendees li {
  zoom: 1; }
  .cf:before, .attendee-popup .acf-form:before, .attendee-popup .acf-form .acf-fields:before, .woocommerce:before, .my-attendees li:before, .cf:after, .attendee-popup .acf-form:after, .attendee-popup .acf-form .acf-fields:after, .woocommerce:after, .my-attendees li:after {
    content: "";
    display: table; }
  .cf:after, .attendee-popup .acf-form:after, .attendee-popup .acf-form .acf-fields:after, .woocommerce:after, .my-attendees li:after {
    clear: both; }

iframe {
  width: 100%;
  height: 400px; }

.wrap {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea:focus, input:focus {
  outline: none; }

textarea:-webkit-autofill, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #FFFFFF inset;
  -webkit-text-fill-color: #000000; }

*:focus {
  outline: none; }

body, html {
  height: 100%; }

body {
  position: relative;
  padding: 0;
  background: #000000;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 1100px) {
    body.active {
      overflow: hidden;
      overflow-y: hidden; } }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding: 0 0 0 20px; }

ol {
  list-style-type: none;
  padding: 0;
  counter-reset: item;
  margin: 0; }
  ol li {
    line-height: 1.4; }
    ol li + li {
      margin-top: 15px; }
    ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #000000;
      font-weight: 600; }

nav > ul {
  list-style-type: none;
  padding: 0; }

sup {
  top: -0.8em;
  font-size: 0.6em; }

a {
  text-decoration: none; }

.hidden {
  display: none !important; }

.soft-hidden {
  display: none; }

.nolist, .slider-wrapper .slider-controls, .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.mw-hzlist li {
  display: inline-block; }
  .mw-hzlist li + li {
    margin-left: 5px; }

.break {
  clear: both; }

.abscover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.abcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) translate3d(0, 0, 0); }

.notransition {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important; }

.dpj-aspect-img {
  position: relative;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .dpj-aspect-img:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .dpj-aspect-img.dpj-ai-58:before {
    padding-top: 58%; }
  .dpj-aspect-img.dpj-ai-66:before {
    padding-top: 66%; }
  .dpj-aspect-img.dpj-ai-67:before {
    padding-top: 67%; }
  .dpj-aspect-img.dpj-ai-72:before {
    padding-top: 72%; }
  .dpj-aspect-img.dpj-ai-119:before {
    padding-top: 119%; }
  .dpj-aspect-img.dpj-ai-133:before {
    padding-top: 133%; }
  .dpj-aspect-img > img {
    position: absolute;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) translate3d(0, 0, 0); }
    .dpj-aspect-img > img.landscape {
      height: 102%;
      width: auto; }
    .dpj-aspect-img > img.portrait {
      width: 102%;
      height: auto; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.l-float-l {
  float: left; }

.l-float-r, [class*='mw-col-'].l-float-r {
  float: right; }

.mw-bg-core1 {
  background-color: #000000; }

.mw-bg-cover {
  background-size: cover;
  background-position: center; }

.col--twitter, .col--twitter:hover, .col--twitter .mwi-circle {
  color: #55acee; }

.col--facebook, .col--facebook:hover, .col--facebook .mwi-circle {
  color: #3b5998; }

.col--youtube, .col--youtube:hover, .col--youtube .mwi-circle {
  color: #bb0000; }

.col--pinterest, .col--pinterest:hover, .col--pinterest .mwi-circle {
  color: #c92228; }

.col--mail, .col--mail:hover, .col--mail .mwi-circle {
  color: #000000; }

.col--mail-inverse, .col--mail-inverse:hover, .col--mail-inverse .mwi-circle {
  color: #FFFFFF; }

.col--mail-inverse .mwi:not(.mwi-circle) {
  color: #000000; }

.dpj-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .dpj-sticky.active.dpj-sticky--bot {
    top: auto;
    bottom: 0; }

.feedback ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.template--beacon {
  background-color: #FFFFFF;
  font-family: "D-DIN", sans-serif;
  color: #353535;
  padding-top: 130px; }
  @media (max-width: 480px) {
    .template--beacon {
      padding-top: 80px; } }
  .template--beacon .contact-container p {
    font-family: "D-DIN", sans-serif; }
  .template--beacon label,
  .template--beacon a {
    font-family: "D-DIN", sans-serif;
    color: #353535; }
  .template--beacon h1 {
    color: #353535;
    font-family: "D-DIN", sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 58px;
    margin: 0;
    margin-bottom: 15px;
    z-index: 10;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    width: 100%; }
    @media (max-width: 768px) {
      .template--beacon h1 {
        font-size: 42px;
        line-height: 48px; } }
    @media (max-width: 500px) {
      .template--beacon h1 {
        font-size: 30px;
        line-height: 36px; } }
  .template--beacon h2 {
    font-family: "D-DIN", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .template--beacon h2 {
        font-size: 25px; } }
  .template--beacon h3 {
    color: #4d4d4c;
    font-family: "D-DIN", sans-serif;
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px; }
  .template--beacon h4 {
    display: block;
    color: #4d4d4c;
    font-family: "D-DIN", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 25px; }
  .template--beacon p {
    color: #353535;
    font-family: "D-DIN", sans-serif;
    font-size: 1em;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 20px;
    z-index: 10; }
  .template--beacon span {
    font-family: "D-DIN", sans-serif;
    z-index: 10; }
  .template--beacon ol li, .template--beacon ul li {
    color: #353535;
    font-family: "D-DIN", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .template--beacon .pad--adjust {
    padding: 25px 0;
    padding-top: 40px; }
  .template--beacon .nopad--top {
    padding-top: 0 !important; }
  .template--beacon .nopad--bottom {
    padding-bottom: 0 !important; }
  .template--beacon .standard-content {
    color: #4d4d4c;
    font-family: "D-DIN", sans-serif;
    font-size: 16px;
    padding: 40px 0; }
    @media (max-width: 768px) {
      .template--beacon .standard-content {
        padding: 25px 0; } }
    .template--beacon .standard-content p {
      margin: 0; }
    .template--beacon .standard-content strong {
      color: #e40520;
      font-weight: bold; }

.l__relativity.blue a {
  color: #1e22aa; }

.l__relativity.orange a {
  color: #fa4616; }

.l__relativity.yellow a {
  color: #ffcd34; }

.l__relativity.purple a {
  color: #753bbd; }

@media (max-width: 650px) {
  #l__relativity--atMobile {
    position: relative; } }

@media (max-width: 650px) {
  #l__pull--fix {
    margin: 2em 0; } }

@media (max-width: 650px) {
  #l__noSpaceat650 {
    padding: 0; } }

.inline {
  display: inline-block; }

.spacer {
  display: block;
  padding: 2em; }

.l__pad {
  padding: 10px; }

.l__pull {
  margin-top: -10%; }
  .l__pull--three {
    margin-top: -3em; }
  .l__pull--four {
    margin-top: -4em; }
  .l__pull--eight {
    margin-top: -8em; }

.l__relativity {
  position: relative; }

.l__align--spacerLeft {
  padding-left: 20%; }
  @media (max-width: 768px) {
    .l__align--spacerLeft {
      padding-left: 0; } }

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

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

.l__contain {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  .l__contain--min {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
  .l__contain--small {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
  .l__contain--max {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
  @media (max-width: 800px) {
    .l__contain--res {
      max-width: 1480px;
      margin: 0 auto;
      padding: 20px;
      width: 100%; } }

.l__pos__center {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
  width: 100%; }

/*********************************************************************************************************************************
****************************                       Beacon of Light Flex                  *****************************************
*********************************************************************************************************************************/
.l__flex--up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l__flex--down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.l__flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 650px) {
    .l__flexRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.l__flexRowAlways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.l__flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l__flexEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l__flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l__flexHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l__gridmaintain {
  height: 100%; }

.l__row {
  clear: both;
  width: 100%; }
  .l__row__negative5 {
    margin: 0 -5px; }
    .l__row__negative5 > .l__col > .l__col__evenpad,
    .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 5px; }
  .l__row__negative10 {
    margin: 0 -10px; }
    .l__row__negative10 > .l__col > .l__col__evenpad,
    .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row__negative20 {
    margin: 0 -20px; }
    .l__row__negative20 > .l__col > .l__col__evenpad,
    .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row__negative30 {
    margin: 0 -30px; }
    .l__row__negative30 > .l__col > .l__col__evenpad,
    .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 30px; }
  .l__row__altlayout > [class*="l__col"],
  .l__row__altlayout .l__flexheight > [class*="l__col"] {
    float: right; }
  @media (max-width: 1366px) {
    .l__row .l__row[data-1366*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1366*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 20px; }
    .l__row .l__row[data-1366*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-1366*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 1024px) {
    .l__row .l__row[data-1024*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1024*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 20px; }
    .l__row .l__row[data-1024*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-1024*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 5px; } }
  @media (max-width: 768px) {
    .l__row .l__row[data-768*="flush"] {
      margin: 0; }
      .l__row .l__row[data-768*="flush"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-768*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 20px; }
    .l__row .l__row[data-768*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-768*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 5px; } }
  @media (max-width: 480px) {
    .l__row .l__row[data-480*="flush"] {
      margin: 0; }
      .l__row .l__row[data-480*="flush"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-480*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 20px; }
    .l__row .l__row[data-480*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-480*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 5px; } }
  @media (max-width: 360px) {
    .l__row .l__row[data-360*="flush"] {
      margin: 0; }
      .l__row .l__row[data-360*="flush"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-360*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 20px; }
    .l__row .l__row[data-360*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 10px; }
    .l__row .l__row[data-360*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad,
      .l__row .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 5px; } }
  .l__rowFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l__rowFlex[data-flex="3"] > .l__col__flex {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .l__rowFlex[data-flex="3"] > .l__col__flex {
          -ms-flex-preferred-size: 20%;
          flex-basis: 20%; } }
      @media (max-width: 1024px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex2"] {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flex1"] {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-1024*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      @media (max-width: 768px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex2"] {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flex1"] {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-768*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      @media (max-width: 480px) {
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex2"] {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flex1"] {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
        .l__rowFlex[data-flex="3"] > .l__col__flex[data-480*="flexend"] {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }

@media (max-width: 1366px) {
  .l__row[data-1366*="flush"] {
    margin: 0; }
    .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad,
    .l__row[data-1366*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1366*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad,
    .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row[data-1366*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad,
    .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-1366*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad,
    .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  .l__row[data-1024*="flush"] {
    margin: 0; }
    .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad,
    .l__row[data-1024*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1024*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad,
    .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row[data-1024*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad,
    .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-1024*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad,
    .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 5px; } }

@media (max-width: 768px) {
  .l__row[data-768*="flush"] {
    margin: 0; }
    .l__row[data-768*="flush"] > .l__col > .l__col__evenpad,
    .l__row[data-768*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-768*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad,
    .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row[data-768*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad,
    .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-768*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad,
    .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 5px; } }

@media (max-width: 480px) {
  .l__row[data-480*="flush"] {
    margin: 0; }
    .l__row[data-480*="flush"] > .l__col > .l__col__evenpad,
    .l__row[data-480*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-480*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad,
    .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row[data-480*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad,
    .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-480*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad,
    .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 5px; } }

@media (max-width: 360px) {
  .l__row[data-360*="flush"] {
    margin: 0; }
    .l__row[data-360*="flush"] > .l__col > .l__col__evenpad,
    .l__row[data-360*="flush"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-360*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad,
    .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 20px; }
  .l__row[data-360*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad,
    .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 10px; }
  .l__row[data-360*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad,
    .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 5px; } }

@media (max-width: 1024px) {
  [data-1024*="reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (max-width: 768px) {
  [data-768*="reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (max-width: 480px) {
  [data-480*="reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.l__col__evenpad {
  margin: 10px; }

.l__col__span1, .l__col__span1-5, .l__col__span2, .l__col__span2-4, .l__col__span3, .l__col__span3-3, .l__col__span4, .l__col__span5, .l__col__span6, .l__col__span7, .l__col__span8, .l__col__span9, .l__col__span10, .l__col__span11, .l__col__span12, .l__col__span13, .l__col__span14, .l__col__span15, .l__col__span16, .l__col__span17, .l__col__span18, .l__col__span19, .l__col__span20, .l__col__span21, .l__col__span22, .l__col__span23, .l__col__span24 {
  float: left; }

.l__col__span1 {
  width: 8.33333%; }

.l__col__span1-5 {
  width: 12.5%; }

.l__col__span2 {
  width: 16.66667%; }

.l__col__span2-4 {
  width: 20%; }

.l__col__span3 {
  width: 25%; }

.l__col__span3-3 {
  width: 27.5%; }

.l__col__span4 {
  width: 33.33333%; }

.l__col__span5 {
  width: 41.66667%; }

.l__col__span6 {
  width: 50%; }

.l__col__span7 {
  width: 58.33333%; }

.l__col__span8 {
  width: 66.66667%; }

.l__col__span9 {
  width: 75%; }

.l__col__span10 {
  width: 83.33333%; }

.l__col__span11 {
  width: 91.66667%; }

.l__col__span12 {
  width: 100%; }

.l__col__offby1 {
  margin-left: 8.33333%; }
  @media (max-width: 1024px) {
    .l__col__offby1 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby2 {
  margin-left: 16.66667%; }
  @media (max-width: 1024px) {
    .l__col__offby2 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby3 {
  margin-left: 25%; }
  @media (max-width: 1024px) {
    .l__col__offby3 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby4 {
  margin-left: 33.33333%; }
  @media (max-width: 1024px) {
    .l__col__offby4 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby5 {
  margin-left: 41.66667%; }
  @media (max-width: 1024px) {
    .l__col__offby5 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby6 {
  margin-left: 50%; }
  @media (max-width: 1024px) {
    .l__col__offby6 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby7 {
  margin-left: 58.33333%; }
  @media (max-width: 1024px) {
    .l__col__offby7 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby8 {
  margin-left: 66.66667%; }
  @media (max-width: 1024px) {
    .l__col__offby8 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby9 {
  margin-left: 75%; }
  @media (max-width: 1024px) {
    .l__col__offby9 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby10 {
  margin-left: 83.33333%; }
  @media (max-width: 1024px) {
    .l__col__offby10 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby11 {
  margin-left: 91.66667%; }
  @media (max-width: 1024px) {
    .l__col__offby11 {
      margin-left: 0;
      width: 100%; } }

.l__col__offby12 {
  margin-left: 100%; }
  @media (max-width: 1024px) {
    .l__col__offby12 {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-1366*="1"] {
    width: 8.33333%; }
  .l__col[data-1366*="2"] {
    width: 16.66667%; }
  .l__col[data-1366*="3"] {
    width: 25%; }
  .l__col[data-1366*="4"] {
    width: 33.33333%; }
  .l__col[data-1366*="5"] {
    width: 41.66667%; }
  .l__col[data-1366*="6"] {
    width: 50%; }
  .l__col[data-1366*="7"] {
    width: 58.33333%; }
  .l__col[data-1366*="8"] {
    width: 66.66667%; }
  .l__col[data-1366*="9"] {
    width: 75%; }
  .l__col[data-1366*="10"] {
    width: 83.33333%; }
  .l__col[data-1366*="11"] {
    width: 91.66667%; }
  .l__col[data-1366*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1366*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="3"] {
    margin-left: 25%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="6"] {
    margin-left: 50%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="9"] {
    margin-left: 75%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="12"] {
    margin-left: 100%; } }
  @media (max-width: 1366px) and (max-width: 1024px) {
    .l__col[data-offby1366*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1366px) {
  .l__col[data-offby1366*="false"] {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .l__col[data-1024*="1"] {
    width: 8.33333%; }
  .l__col[data-1024*="2"] {
    width: 16.66667%; }
  .l__col[data-1024*="3"] {
    width: 25%; }
  .l__col[data-1024*="4"] {
    width: 33.33333%; }
  .l__col[data-1024*="5"] {
    width: 41.66667%; }
  .l__col[data-1024*="6"] {
    width: 50%; }
  .l__col[data-1024*="7"] {
    width: 58.33333%; }
  .l__col[data-1024*="8"] {
    width: 66.66667%; }
  .l__col[data-1024*="9"] {
    width: 75%; }
  .l__col[data-1024*="10"] {
    width: 83.33333%; }
  .l__col[data-1024*="11"] {
    width: 91.66667%; }
  .l__col[data-1024*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby1024*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="3"] {
    margin-left: 25%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="6"] {
    margin-left: 50%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="9"] {
    margin-left: 75%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="12"] {
    margin-left: 100%; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .l__col[data-offby1024*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .l__col[data-offby1024*="false"] {
    margin-left: 0; } }

@media (max-width: 768px) {
  .l__col[data-768*="1"] {
    width: 8.33333%; }
  .l__col[data-768*="2"] {
    width: 16.66667%; }
  .l__col[data-768*="3"] {
    width: 25%; }
  .l__col[data-768*="4"] {
    width: 33.33333%; }
  .l__col[data-768*="5"] {
    width: 41.66667%; }
  .l__col[data-768*="6"] {
    width: 50%; }
  .l__col[data-768*="7"] {
    width: 58.33333%; }
  .l__col[data-768*="8"] {
    width: 66.66667%; }
  .l__col[data-768*="9"] {
    width: 75%; }
  .l__col[data-768*="10"] {
    width: 83.33333%; }
  .l__col[data-768*="11"] {
    width: 91.66667%; }
  .l__col[data-768*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby768*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="3"] {
    margin-left: 25%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="6"] {
    margin-left: 50%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="9"] {
    margin-left: 75%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="12"] {
    margin-left: 100%; } }
  @media (max-width: 768px) and (max-width: 1024px) {
    .l__col[data-offby768*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 768px) {
  .l__col[data-offby768*="false"] {
    margin-left: 0; } }

@media (max-width: 650px) {
  .l__col[data-650*="1"] {
    width: 8.33333%; }
  .l__col[data-650*="2"] {
    width: 16.66667%; }
  .l__col[data-650*="3"] {
    width: 25%; }
  .l__col[data-650*="4"] {
    width: 33.33333%; }
  .l__col[data-650*="5"] {
    width: 41.66667%; }
  .l__col[data-650*="6"] {
    width: 50%; }
  .l__col[data-650*="7"] {
    width: 58.33333%; }
  .l__col[data-650*="8"] {
    width: 66.66667%; }
  .l__col[data-650*="9"] {
    width: 75%; }
  .l__col[data-650*="10"] {
    width: 83.33333%; }
  .l__col[data-650*="11"] {
    width: 91.66667%; }
  .l__col[data-650*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby650*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="3"] {
    margin-left: 25%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="6"] {
    margin-left: 50%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="9"] {
    margin-left: 75%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="12"] {
    margin-left: 100%; } }
  @media (max-width: 650px) and (max-width: 1024px) {
    .l__col[data-offby650*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 650px) {
  .l__col[data-offby650*="false"] {
    margin-left: 0; } }

@media (max-width: 480px) {
  .l__col[data-480*="1"] {
    width: 8.33333%; }
  .l__col[data-480*="2"] {
    width: 16.66667%; }
  .l__col[data-480*="3"] {
    width: 25%; }
  .l__col[data-480*="4"] {
    width: 33.33333%; }
  .l__col[data-480*="5"] {
    width: 41.66667%; }
  .l__col[data-480*="6"] {
    width: 50%; }
  .l__col[data-480*="7"] {
    width: 58.33333%; }
  .l__col[data-480*="8"] {
    width: 66.66667%; }
  .l__col[data-480*="9"] {
    width: 75%; }
  .l__col[data-480*="10"] {
    width: 83.33333%; }
  .l__col[data-480*="11"] {
    width: 91.66667%; }
  .l__col[data-480*="12"] {
    width: 100%;
    float: none; }
  .l__col[data-offby480*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="3"] {
    margin-left: 25%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="6"] {
    margin-left: 50%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="9"] {
    margin-left: 75%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="12"] {
    margin-left: 100%; } }
  @media (max-width: 480px) and (max-width: 1024px) {
    .l__col[data-offby480*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 480px) {
  .l__col[data-offby480*="false"] {
    margin-left: 0; } }

@media (max-width: 360px) {
  .l__col[data-360*="1"] {
    width: 8.33333%; }
  .l__col[data-360*="2"] {
    width: 16.66667%; }
  .l__col[data-360*="3"] {
    width: 25%; }
  .l__col[data-360*="4"] {
    width: 33.33333%; }
  .l__col[data-360*="5"] {
    width: 41.66667%; }
  .l__col[data-360*="6"] {
    width: 50%; }
  .l__col[data-360*="7"] {
    width: 58.33333%; }
  .l__col[data-360*="8"] {
    width: 66.66667%; }
  .l__col[data-360*="9"] {
    width: 75%; }
  .l__col[data-360*="10"] {
    width: 83.33333%; }
  .l__col[data-360*="11"] {
    width: 91.66667%; }
  .l__col[data-360*="12"] {
    width: 100%; }
  .l__col[data-offby360*="1"] {
    margin-left: 8.33333%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="1"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="2"] {
    margin-left: 16.66667%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="2"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="3"] {
    margin-left: 25%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="3"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="4"] {
    margin-left: 33.33333%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="4"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="5"] {
    margin-left: 41.66667%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="5"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="6"] {
    margin-left: 50%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="6"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="7"] {
    margin-left: 58.33333%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="7"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="8"] {
    margin-left: 66.66667%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="8"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="9"] {
    margin-left: 75%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="9"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="10"] {
    margin-left: 83.33333%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="10"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="11"] {
    margin-left: 91.66667%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="11"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="12"] {
    margin-left: 100%; } }
  @media (max-width: 360px) and (max-width: 1024px) {
    .l__col[data-offby360*="12"] {
      margin-left: 0;
      width: 100%; } }

@media (max-width: 360px) {
  .l__col[data-offby360*="false"] {
    margin-left: 0; } }

.l__row__altlayout .l__col__offby1 {
  margin-right: 8.33333%; }

.l__row__altlayout .l__col__offby2 {
  margin-right: 16.66667%; }

.l__row__altlayout .l__col__offby3 {
  margin-right: 25%; }

.l__row__altlayout .l__col__offby4 {
  margin-right: 33.33333%; }

.l__row__altlayout .l__col__offby5 {
  margin-right: 41.66667%; }

.l__row__altlayout .l__col__offby6 {
  margin-right: 50%; }

.l__row__altlayout .l__col__offby7 {
  margin-right: 58.33333%; }

.l__row__altlayout .l__col__offby8 {
  margin-right: 66.66667%; }

.l__row__altlayout .l__col__offby9 {
  margin-right: 75%; }

.l__row__altlayout .l__col__offby10 {
  margin-right: 83.33333%; }

.l__row__altlayout .l__col__offby11 {
  margin-right: 91.66667%; }

.l__row__altlayout .l__col__offby12 {
  margin-right: 100%; }

.l__row[data-grid="24"] .l__col__span1 {
  width: 4.16667%; }

.l__row[data-grid="24"] .l__col__span2 {
  width: 8.33333%; }

.l__row[data-grid="24"] .l__col__span3 {
  width: 12.5%; }

.l__row[data-grid="24"] .l__col__span4 {
  width: 16.66667%; }

.l__row[data-grid="24"] .l__col__span5 {
  width: 20.83333%; }

.l__row[data-grid="24"] .l__col__span6 {
  width: 25%; }

.l__row[data-grid="24"] .l__col__span7 {
  width: 29.16667%; }

.l__row[data-grid="24"] .l__col__span8 {
  width: 33.33333%; }

.l__row[data-grid="24"] .l__col__span9 {
  width: 37.5%; }

.l__row[data-grid="24"] .l__col__span10 {
  width: 41.66667%; }

.l__row[data-grid="24"] .l__col__span11 {
  width: 45.83333%; }

.l__row[data-grid="24"] .l__col__span12 {
  width: 50%; }

.l__row[data-grid="24"] .l__col__span13 {
  width: 54.16667%; }

.l__row[data-grid="24"] .l__col__span14 {
  width: 58.33333%; }

.l__row[data-grid="24"] .l__col__span15 {
  width: 62.5%; }

.l__row[data-grid="24"] .l__col__span16 {
  width: 66.66667%; }

.l__row[data-grid="24"] .l__col__span17 {
  width: 70.83333%; }

.l__row[data-grid="24"] .l__col__span18 {
  width: 75%; }

.l__row[data-grid="24"] .l__col__span19 {
  width: 79.16667%; }

.l__row[data-grid="24"] .l__col__span20 {
  width: 83.33333%; }

.l__row[data-grid="24"] .l__col__span21 {
  width: 87.5%; }

.l__row[data-grid="24"] .l__col__span22 {
  width: 91.66667%; }

.l__row[data-grid="24"] .l__col__span23 {
  width: 95.83333%; }

.l__row[data-grid="24"] .l__col__span24 {
  width: 100%; }

@media (max-width: 768px) {
  .l__row[data-grid="24"] .l__col[data-768*="1"] {
    width: 4.16667%; }
  .l__row[data-grid="24"] .l__col[data-768*="2"] {
    width: 8.33333%; }
  .l__row[data-grid="24"] .l__col[data-768*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="4"] {
    width: 16.66667%; }
  .l__row[data-grid="24"] .l__col[data-768*="5"] {
    width: 20.83333%; }
  .l__row[data-grid="24"] .l__col[data-768*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-768*="7"] {
    width: 29.16667%; }
  .l__row[data-grid="24"] .l__col[data-768*="8"] {
    width: 33.33333%; }
  .l__row[data-grid="24"] .l__col[data-768*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="10"] {
    width: 41.66667%; }
  .l__row[data-grid="24"] .l__col[data-768*="11"] {
    width: 45.83333%; }
  .l__row[data-grid="24"] .l__col[data-768*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-768*="13"] {
    width: 54.16667%; }
  .l__row[data-grid="24"] .l__col[data-768*="14"] {
    width: 58.33333%; }
  .l__row[data-grid="24"] .l__col[data-768*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="16"] {
    width: 66.66667%; }
  .l__row[data-grid="24"] .l__col[data-768*="17"] {
    width: 70.83333%; }
  .l__row[data-grid="24"] .l__col[data-768*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-768*="19"] {
    width: 79.16667%; }
  .l__row[data-grid="24"] .l__col[data-768*="20"] {
    width: 83.33333%; }
  .l__row[data-grid="24"] .l__col[data-768*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="22"] {
    width: 91.66667%; }
  .l__row[data-grid="24"] .l__col[data-768*="23"] {
    width: 95.83333%; }
  .l__row[data-grid="24"] .l__col[data-768*="24"] {
    width: 100%; } }

@media (max-width: 480px) {
  .l__row[data-grid="24"] .l__col[data-480*="1"] {
    width: 4.16667%; }
  .l__row[data-grid="24"] .l__col[data-480*="2"] {
    width: 8.33333%; }
  .l__row[data-grid="24"] .l__col[data-480*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="4"] {
    width: 16.66667%; }
  .l__row[data-grid="24"] .l__col[data-480*="5"] {
    width: 20.83333%; }
  .l__row[data-grid="24"] .l__col[data-480*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-480*="7"] {
    width: 29.16667%; }
  .l__row[data-grid="24"] .l__col[data-480*="8"] {
    width: 33.33333%; }
  .l__row[data-grid="24"] .l__col[data-480*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="10"] {
    width: 41.66667%; }
  .l__row[data-grid="24"] .l__col[data-480*="11"] {
    width: 45.83333%; }
  .l__row[data-grid="24"] .l__col[data-480*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-480*="13"] {
    width: 54.16667%; }
  .l__row[data-grid="24"] .l__col[data-480*="14"] {
    width: 58.33333%; }
  .l__row[data-grid="24"] .l__col[data-480*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="16"] {
    width: 66.66667%; }
  .l__row[data-grid="24"] .l__col[data-480*="17"] {
    width: 70.83333%; }
  .l__row[data-grid="24"] .l__col[data-480*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-480*="19"] {
    width: 79.16667%; }
  .l__row[data-grid="24"] .l__col[data-480*="20"] {
    width: 83.33333%; }
  .l__row[data-grid="24"] .l__col[data-480*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="22"] {
    width: 91.66667%; }
  .l__row[data-grid="24"] .l__col[data-480*="23"] {
    width: 95.83333%; }
  .l__row[data-grid="24"] .l__col[data-480*="24"] {
    width: 100%; } }

/*********************************************************************************************************************************
****************************                        Beacon of Light Forms            *********************************************
*********************************************************************************************************************************/
.page-id-33438 h1 {
  font-size: 38px;
  line-height: 44px; }

form {
  position: relative; }

.g__form--alt #gform_wrapper_10 form,
.g__form--alt #gform_wrapper_25 form {
  position: relative; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li .gfield_description.validation_message,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li .gfield_description.validation_message {
    background-color: rgba(187, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 1em;
    padding: 0.3846153846153846em;
    z-index: 1;
    position: relative;
    top: 0;
    right: 0; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li .validation_error,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li .validation_error {
    background-color: rgba(187, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 1em;
    padding: 0.3846153846153846em;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    z-index: 1; }
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li .validation_error::before,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li .validation_error::before {
      border-bottom: 5px solid rgba(187, 0, 0, 0.8);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      content: "";
      left: 5px;
      position: absolute;
      bottom: -5px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li label,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li label {
    display: none; }
  @media (max-width: 600px) {
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li.l__col__span6,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li.l__col__span6 {
      width: 100%; } }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_2,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_2 {
    padding-right: 10px; }
    @media (max-width: 600px) {
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_2,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_2 {
        padding-right: 0; } }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_6 select, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_8 select,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_6 select,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_8 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/themes/mw-foundation-of-light/library/images/dropdown-blue.svg");
    background-position: 98% center;
    background-size: 14px 8px;
    background-repeat: no-repeat; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 {
    clear: both;
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px; }
    @media (max-width: 1024px) {
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 {
        position: relative;
        width: 100%;
        height: auto; } }
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox {
      width: 100%; }
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1,
      .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin-top: 10px; }
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input {
          display: inline-block;
          margin: 0 15px 0 0;
          width: 30px;
          height: 30px;
          padding: 15px; }
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 input[type="checkbox"]:checked,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 input[type="checkbox"]:checked {
          background: #e40520; }
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_8 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_10_8_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_4_1 label#label_25_7_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_10_8_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_4_1,
        .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 .ginput_container ul.gfield_checkbox li.gchoice_25_7_1 label#label_25_7_1 {
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 0; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_4, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_4,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 {
    clear: both;
    width: 100%;
    position: relative; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_25_7,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_25_7 {
    height: auto; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li#field_10_4 {
    margin-bottom: 0; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="text"],
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="number"],
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li textarea,
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li select,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="text"],
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="number"],
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li textarea,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li select {
    background-color: #FFFFFF;
    border: 2px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
    text-transform: none;
    outline: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="text"]:focus, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="text"]:active, .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="text"]:hover,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="number"]:focus,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="number"]:active,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li input[type="number"]:hover,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li textarea:focus,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li textarea:active,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li textarea:hover,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li select:focus,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li select:active,
    .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li select:hover,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="text"]:focus,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="text"]:active,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="text"]:hover,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="number"]:focus,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="number"]:active,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li input[type="number"]:hover,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li textarea:focus,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li textarea:active,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li textarea:hover,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li select:focus,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li select:active,
    .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li select:hover {
      outline: none; }
  .g__form--alt #gform_wrapper_10 form .gform_body ul.gform_fields li textarea,
  .g__form--alt #gform_wrapper_25 form .gform_body ul.gform_fields li textarea {
    margin-bottom: 0; }
  .g__form--alt #gform_wrapper_10 form .gform_footer.top_label,
  .g__form--alt #gform_wrapper_25 form .gform_footer.top_label {
    display: block;
    clear: both;
    margin-top: 0;
    padding-top: 10px;
    width: 50%; }
    @media (max-width: 600px) {
      .g__form--alt #gform_wrapper_10 form .gform_footer.top_label,
      .g__form--alt #gform_wrapper_25 form .gform_footer.top_label {
        width: 100%; } }
    .g__form--alt #gform_wrapper_10 form .gform_footer.top_label input[type="submit"],
    .g__form--alt #gform_wrapper_25 form .gform_footer.top_label input[type="submit"] {
      max-width: 100%;
      width: 100%;
      max-width: 250px;
      background-color: #e40520;
      color: white; }
      .g__form--alt #gform_wrapper_10 form .gform_footer.top_label input[type="submit"]:hover,
      .g__form--alt #gform_wrapper_25 form .gform_footer.top_label input[type="submit"]:hover {
        border: 2px solid #e40520;
        background-color: white;
        color: #e40520; }

.g__form .validation_message {
  background: rgba(187, 0, 0, 0.8);
  color: #FFFFFF;
  padding: 0 10px; }

.g__form .news-class input {
  height: 45px;
  min-height: 45px;
  background-color: #FFFFFF;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .g__form .news-class input:focus, .g__form .news-class input:active, .g__form .news-class input:hover {
    border: 2px solid #e40520 !important; }
    .g__form .news-class input:focus::-webkit-input-placeholder, .g__form .news-class input:active::-webkit-input-placeholder, .g__form .news-class input:hover::-webkit-input-placeholder {
      color: #e40520; }
    .g__form .news-class input:focus:-ms-input-placeholder, .g__form .news-class input:active:-ms-input-placeholder, .g__form .news-class input:hover:-ms-input-placeholder {
      color: #e40520; }
    .g__form .news-class input:focus::-ms-input-placeholder, .g__form .news-class input:active::-ms-input-placeholder, .g__form .news-class input:hover::-ms-input-placeholder {
      color: #e40520; }
    .g__form .news-class input:focus::placeholder, .g__form .news-class input:active::placeholder, .g__form .news-class input:hover::placeholder {
      color: #e40520; }

.g__form .news-label {
  margin-top: 1.5em;
  float: right; }
  .g__form .news-label a {
    color: #e40520;
    font-family: "D-DIN", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline; }

.g__form .gform_footer {
  display: block;
  width: 50%; }
  .g__form .gform_footer input[type="submit"] {
    border: none;
    background-color: #e40520;
    color: #FFFFFF;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 16px;
    font-family: "D-DIN", sans-serif;
    font-weight: bold; }
    .g__form .gform_footer input[type="submit"]:hover {
      background: #990315; }

.g__form__wrapper {
  display: block;
  position: relative;
  padding: 50px 0;
  clear: both; }
  .g__form__wrapper.red h4 {
    color: #e40520;
    margin-bottom: 10px; }
  .g__form__wrapper.red label {
    color: #e40520; }
    .g__form__wrapper.red label span {
      color: #e40520; }
  .g__form__wrapper.orange h4 {
    color: #fa4616;
    margin-bottom: 10px; }
  .g__form__wrapper.orange label {
    color: #fa4616; }
    .g__form__wrapper.orange label span {
      color: #fa4616; }
  .g__form__wrapper.yellow h4 {
    color: #ffcd34;
    margin-bottom: 10px; }
  .g__form__wrapper.yellow label {
    color: #ffcd34; }
    .g__form__wrapper.yellow label span {
      color: #ffcd34; }
  .g__form__wrapper.purple h4 {
    color: #753bbd;
    margin-bottom: 10px; }
  .g__form__wrapper.purple label {
    color: #753bbd; }
    .g__form__wrapper.purple label span {
      color: #753bbd; }
  .g__form__wrapper.blue h4 {
    color: #1e22aa;
    margin-bottom: 10px; }
  .g__form__wrapper.blue label {
    color: #1e22aa; }
    .g__form__wrapper.blue label span {
      color: #1e22aa; }
  .g__form__wrapper .gform_wrapper form .validation_error {
    background-color: rgba(187, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 1em;
    padding: 0.3846153846153846em;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    z-index: 1;
    left: 0;
    width: 99%; }
    .g__form__wrapper .gform_wrapper form .validation_error::before {
      border-bottom: 5px solid rgba(187, 0, 0, 0.8);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      content: "";
      left: 5px;
      position: absolute;
      bottom: -5px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields {
    margin-left: -10px; }
    @media (max-width: 650px) {
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li.l__col__span6 {
        width: 100%; } }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield {
      float: left;
      z-index: 200; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_20_7 {
      float: right; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_8, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_6, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_5, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_7, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_8, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_12 {
      width: 33.2%; }
      @media (max-width: 768px) {
        .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_8, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_6, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_18_5, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_7, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_8, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_19_12 {
          width: 100%; } }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_10_10, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_10_3 {
      width: 48.5%; }
      @media (max-width: 768px) {
        .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_10_10, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_10_3 {
          width: 100%; } }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li.gchoice_10_8_1 {
      margin: 10px; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="text"],
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="number"],
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li select {
      width: 97%;
      margin: 10px;
      background-color: #FFFFFF;
      border: 1px solid #e40520;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      z-index: 50;
      border-radius: 0; }
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="text"]:focus, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="text"]:active, .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="text"]:hover,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="number"]:focus,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="number"]:active,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li input[type="number"]:hover,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li select:focus,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li select:active,
      .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li select:hover {
        outline: none; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li textarea {
      max-height: 274px;
      margin: 10px;
      background-color: #FFFFFF;
      border: 1px solid #e40520;
      width: 97%;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li .gfield_description.validation_message {
      background-color: rgba(187, 0, 0, 0.8);
      color: #FFFFFF;
      font-size: 0.8125em;
      font-weight: 600;
      line-height: 1em;
      padding: 0.3846153846153846em;
      z-index: 1;
      position: relative;
      top: 0;
      left: 0;
      margin: 0 10px; }
    .g__form__wrapper .gform_wrapper form .gform_body ul.gform_fields li .instruction {
      display: none; }
  .g__form__wrapper .gform_wrapper form .gform_footer {
    clear: both;
    padding-top: 10px;
    margin-top: 0; }
    @media (max-width: 650px) {
      .g__form__wrapper .gform_wrapper form .gform_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .g__form__wrapper .gform_wrapper form .gform_footer input[type="submit"] {
      margin: 10px 0; }
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 label,
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 label {
    display: block;
    margin: 10px; }
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi,
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
    @media (max-width: 650px) {
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi #input_17_4,
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time,
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi #input_17_4,
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time {
      width: 50%;
      float: left; }
      @media (max-width: 650px) {
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi #input_17_4,
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time,
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi #input_17_4,
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time {
          width: 100%; } }
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi #input_17_4 label, .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi #input_17_4 i,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time label,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time i,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi #input_17_4 label,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi #input_17_4 i,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time label,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .clear-multi .gfield_time_minute.ginput_container.ginput_container_time i {
        display: none; }
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .ginput_container_date .clear-multi,
  .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .ginput_container_date .clear-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-right: 5px; }
    @media (max-width: 650px) {
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .ginput_container_date .clear-multi,
      .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .ginput_container_date .clear-multi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0; } }
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .ginput_container_date .clear-multi .ginput_container.ginput_container_date,
    .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .ginput_container_date .clear-multi .ginput_container.ginput_container_date {
      width: 33.333%;
      float: left; }
      @media (max-width: 650px) {
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_3 .ginput_container_date .clear-multi .ginput_container.ginput_container_date,
        .g__form__wrapper #gform_wrapper_17 form#gform_17 .gform_body ul li#field_17_4 .ginput_container_date .clear-multi .ginput_container.ginput_container_date {
          width: 100%; } }

.g__form__wrapper.purple form input {
  border: 1px solid #753bbd !important; }

.g__form__wrapper.purple form textarea {
  border: 1px solid #753bbd !important; }

.g__form__wrapper.purple form select {
  border: 1px solid #753bbd !important;
  border-radius: 0; }

.g__form__wrapper.purple form input[type="submit"] {
  background-color: #753bbd !important; }

.g__form__wrapper.blue form input {
  border: 1px solid #1e22aa !important; }

.g__form__wrapper.blue form textarea {
  border: 1px solid #1e22aa !important; }

.g__form__wrapper.blue form select {
  border: 1px solid #1e22aa !important;
  border-radius: 0; }

.g__form__wrapper.blue form input[type="submit"] {
  background-color: #1e22aa !important;
  color: white !important; }

.g__form__wrapper.orange form input {
  border: 1px solid #fa4616 !important; }

.g__form__wrapper.orange form textarea {
  border: 1px solid #fa4616 !important; }

.g__form__wrapper.orange form select {
  border: 1px solid #fa4616 !important;
  border-radius: 0; }

.g__form__wrapper.orange form input[type="submit"] {
  background-color: #fa4616 !important; }

.ginput_container {
  height: 100%; }

@media (min-width: 769px) {
  .term__wrapper {
    position: absolute !important;
    left: 50%;
    top: 65%; } }

.term__wrapper .terms {
  color: #e40520;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration: underline;
  margin: 10px;
  display: block;
  position: relative;
  text-align: right; }

#gform_wrapper_14 .gform_footer.top_label {
  width: 50%; }
  @media (max-width: 768px) {
    #gform_wrapper_14 .gform_footer.top_label {
      width: 100%; } }
  #gform_wrapper_14 .gform_footer.top_label input[type="submit"] {
    max-width: 270px; }

#gform_wrapper_15 form .gform_body ul.gform_fields li .instruction {
  display: none; }

#gform_wrapper_15 form .gform_body ul.gform_fields li textarea {
  width: 98.5%; }
  @media (max-width: 650px) {
    #gform_wrapper_15 form .gform_body ul.gform_fields li textarea {
      width: 97%; } }

#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_8,
#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_9 {
  margin: 10px; }

#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_5,
#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_17 {
  width: 33%; }
  @media (max-width: 650px) {
    #gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_5,
    #gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_17 {
      width: 100% !important; } }

#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_19 ul.gfield_checkbox,
#gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_20 ul.gfield_checkbox {
  list-style: none; }
  #gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_19 ul.gfield_checkbox li label,
  #gform_wrapper_15 form .gform_body ul.gform_fields li#field_15_20 ul.gfield_checkbox li label {
    display: inline-block; }

@media (max-width: 650px) {
  #gform_wrapper_15 form .gform_body ul.gform_fields li.l__col__span4 {
    width: 100% !important; } }

#gform_wrapper_10 form .gform_body ul.gform_fields li .validation_message,
#gform_wrapper_25 form .gform_body ul.gform_fields li .validation_message {
  position: relative;
  margin: 0 10px;
  width: 97%;
  color: white;
  top: auto; }

.l__content__contain.white {
  color: #4d4d4c;
  background-color: #FFFFFF; }

.l__content__contain.red h4 {
  color: #e40520; }

.l__content__contain.orange h4 {
  color: #fa4616; }

.l__content__contain.yellow h4 {
  color: #ffcd34; }

.l__content__contain.purple h4 {
  color: #753bbd; }

.l__content__contain.blue h4 {
  color: #1e22aa; }

.l__beacon--links a {
  color: #e40520; }

@media (max-width: 650px) {
  .noPaddingat650 {
    padding: 0; } }

.c__drop__wrapper {
  display: block;
  position: relative;
  padding: 0 5.5em; }
  @media (min-width: 650px) {
    .c__drop__wrapper {
      display: none !important; } }

.c__drop__contain {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .c__drop__contain.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.c__drop__trigger {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10; }

.c__drop__content {
  background-color: white;
  padding-bottom: 1.5em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0; }
  .c__drop__content > li {
    padding: 5px 0; }

@media (max-width: 650px) {
  .news-filters {
    display: none !important; } }

@media (max-width: 650px) {
  .removePull {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 2em 0 !important; } }

blockquote {
  display: block;
  padding: 2em;
  /*> p:first-child::before {
    content: '"';
  }
  p:last-child::after {
    content: '"';
  }*/ }
  blockquote p {
    font-style: italic; }
  blockquote span {
    font-weight: 600; }

.l__shrink__bot {
  padding-bottom: 2em !important; }

/*********************************************************************************************************************************
****************************                      Beacon of Light Carousel           *********************************************
*********************************************************************************************************************************/
.c__carousel__contain {
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px; }
  .c__carousel__contain__nav {
    padding: 35px 30px; }
    .c__carousel__contain__nav label {
      display: block;
      color: #4d4d4c;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #ededed;
      cursor: pointer;
      padding: 5px 0;
      margin: 5px 10px;
      width: 44%;
      float: left; }
      @media (max-width: 1024px) {
        .c__carousel__contain__nav label {
          float: none;
          width: 100%;
          margin: auto; } }
      .c__carousel__contain__nav label::after {
        content: " >>";
        font-size: 0.79em;
        letter-spacing: -1px;
        position: relative; }

.c__carousel__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 450px !important;
  position: relative; }

.c__carousel ul.slick-dots {
  left: auto;
  right: 0;
  top: 40%; }
  .c__carousel ul.slick-dots li {
    float: none;
    margin-bottom: 10px; }
    .c__carousel ul.slick-dots li button {
      border-radius: 0;
      border: 2px solid #FFFFFF;
      background-color: transparent;
      width: 15px;
      height: 15px; }

/*********************************************************************************************************************************
****************************                       Beacon of Light Buttons           *********************************************
*********************************************************************************************************************************/
.btn_new {
  display: inline-block;
  position: relative;
  font-family: "D-DIN", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  border: 0;
  outline: none;
  background: #d52b1e;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s; }
  .btn_new:hover, .btn_new:focus {
    text-decoration: none;
    outline: none; }

.btn_new {
  background: transparent;
  border-radius: 0; }
  .btn_new:hover {
    color: #4d4d4c;
    background: rgba(0, 0, 0, 0); }
  .btn_new__main {
    font-weight: bold;
    color: #353535;
    background-color: #FFFFFF; }
    .btn_new__main span {
      color: #353535;
      display: inline-block;
      margin: 0;
      padding: 0;
      line-height: 16px; }
    .btn_new__main:hover {
      background: #d9d9d9; }
    .btn_new__main::after {
      content: ">>";
      color: #353535; }
  .btn_new__booking {
    cursor: pointer;
    position: relative;
    background-color: #e40520;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    padding: 0 20px;
    min-width: 180px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 20px; }
    @media (max-width: 480px) {
      .btn_new__booking {
        display: none; } }
    .btn_new__booking.red {
      background-color: #e40520; }
      .btn_new__booking.red:hover {
        border: 2px solid #e40520; }
        .btn_new__booking.red:hover a {
          color: #e40520; }
    .btn_new__booking.orange {
      background-color: #fa4616; }
      .btn_new__booking.orange:hover {
        border: 2px solid #fa4616; }
        .btn_new__booking.orange:hover a {
          color: #fa4616; }
    .btn_new__booking.yellow {
      background-color: #ffcd34; }
      .btn_new__booking.yellow:hover {
        border: 2px solid #ffcd34; }
        .btn_new__booking.yellow:hover a {
          color: #ffcd34; }
    .btn_new__booking.purple {
      background-color: #753bbd; }
      .btn_new__booking.purple:hover {
        border: 2px solid #753bbd; }
        .btn_new__booking.purple:hover a {
          color: #753bbd; }
    .btn_new__booking.blue {
      background-color: #1e22aa; }
      .btn_new__booking.blue:hover {
        border: 2px solid #1e22aa; }
        .btn_new__booking.blue:hover a {
          color: #1e22aa; }
    .btn_new__booking:hover {
      background-color: #FFFFFF; }
    .btn_new__booking > a {
      color: #FFFFFF;
      font-family: "D-DIN", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
  .btn_new__submit, .g__form__wrapper .gform_wrapper form .gform_footer input[type="submit"] {
    border: none;
    background-color: #e40520;
    color: #FFFFFF; }
    .btn_new__submit::after, .g__form__wrapper .gform_wrapper form .gform_footer input[type="submit"]::after {
      content: ">>";
      font-size: 0.95em;
      margin: 0 4px;
      letter-spacing: -3px; }
    .btn_new__submit:hover, .g__form__wrapper .gform_wrapper form .gform_footer input:hover[type="submit"] {
      background: #990315; }
  .btn_new__standard__link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline; }
    .btn_new__standard__link::after {
      content: ">>";
      font-size: 0.89em;
      position: relative;
      letter-spacing: -1px; }
    .btn_new__standard__link--alt {
      color: white !important;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      width: 50%;
      float: left;
      margin: 5px 0; }
      .btn_new__standard__link--alt::after {
        content: ">>";
        font-size: 0.89em;
        position: relative;
        letter-spacing: -1px;
        padding-left: 5px; }
      @media (max-width: 650px) {
        .btn_new__standard__link--alt {
          width: 100%;
          float: none; } }
  .btn_new--facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border: 2px solid white;
    color: #353535 !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px;
    line-height: 26px; }
    .btn_new--facebook::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/10/Social-Media-symbols-beacon.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      width: 25px;
      height: 25px;
      margin-right: 10px; }
    .btn_new--facebook::after {
      content: ">>";
      padding-left: 0.32727em; }
    .btn_new--facebook:hover {
      color: white;
      border: 2px solid white; }
    .btn_new--facebook:hover::before {
      content: '';
      border: 2px solid white;
      border-radius: 50%; }
  .btn_new--instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border: 2px solid white;
    color: #353535 !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px;
    line-height: 26px; }
    .btn_new--instagram::before {
      content: '';
      background-image: url("/wp-content/uploads/2018/10/instagram.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      width: 25px;
      height: 25px;
      margin-right: 10px; }
    .btn_new--instagram::after {
      content: ">>";
      padding-left: 0.32727em; }
    .btn_new--instagram:hover {
      color: white;
      border: 2px solid white; }
    .btn_new--instagram:hover::before {
      content: '';
      border: 2px solid white;
      border-radius: 50%; }

.news-link {
  color: #1e22aa;
  display: block;
  font-size: 16px;
  font-family: "D-DIN", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase; }
  .news-link.color--sport {
    color: #1e22aa; }
    .news-link.color--sport:hover {
      -webkit-text-decoration-color: #1e22aa;
      text-decoration-color: #1e22aa; }

.pagelink {
  color: #e40520;
  display: block;
  font-size: 16px;
  font-family: "D-DIN", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #e40520;
  text-decoration-color: #e40520;
  text-transform: uppercase;
  margin-bottom: 30px; }

.btn__container {
  display: block;
  width: 100%;
  position: relative; }

@media (max-width: 1024px) {
  .l__col.l__col__span4.item:last-child {
    width: 100%; } }

.c__grid__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 75px 0; }
  @media (max-width: 650px) {
    .c__grid__banner {
      padding: 30px 0; } }
  .c__grid__banner__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 2px solid #ebebeb; }
    .c__grid__banner__content__item:last-child {
      border-bottom: none; }
    .c__grid__banner__content__item h3 {
      font-size: 18px;
      padding: 0;
      margin-bottom: 20px; }
    .c__grid__banner__content__item .btn_new.btn_new__standard__link {
      padding: 0; }
  .c__grid__banner__content h1,
  .c__grid__banner__content h2,
  .c__grid__banner__content h3,
  .c__grid__banner__content h4,
  .c__grid__banner__content h5,
  .c__grid__banner__content p,
  .c__grid__banner__content a,
  .c__grid__banner__content span {
    font-family: "D-DIN", sans-serif; }
  .c__grid__banner__content h1,
  .c__grid__banner__content h2,
  .c__grid__banner__content h3,
  .c__grid__banner__content h4,
  .c__grid__banner__content a {
    color: #e40520;
    font-weight: bold; }
  .c__grid__banner__content h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }
  .c__grid__banner__content h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: 3px; }
  .c__grid__banner--spacer {
    padding: 1em; }

.c__grid__standard--info {
  padding: 0 30px; }
  @media (max-width: 768px) {
    .c__grid__standard--info {
      padding: 0; } }
  .c__grid__standard--info h3 {
    color: #e40520;
    margin-bottom: 20px; }
  .c__grid__standard--info p {
    margin: 0;
    padding-bottom: 20px; }

.c__grid__standard__icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px 0;
  width: 40px;
  height: 40px; }

.c__grid__standard--boxes {
  margin-left: 25px; }
  @media (max-width: 1024px) {
    .c__grid__standard--boxes {
      margin: 25px 0; } }

.c__grid__standard__box {
  display: block;
  position: relative;
  padding: 30px; }
  @media (max-width: 650px) {
    .c__grid__standard__box h2 {
      word-break: break-word; } }
  .c__grid__standard__box p {
    margin: 0; }
  .c__grid__standard__box--white {
    color: #4d4d4c;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .c__grid__standard__box--red {
    background-color: #e40520; }
    .c__grid__standard__box--red h1,
    .c__grid__standard__box--red h2,
    .c__grid__standard__box--red h3,
    .c__grid__standard__box--red h4,
    .c__grid__standard__box--red p,
    .c__grid__standard__box--red ul,
    .c__grid__standard__box--red li {
      color: #FFFFFF !important; }
  .c__grid__standard__box--orange {
    background-color: #fa4616; }
    .c__grid__standard__box--orange h1,
    .c__grid__standard__box--orange h2,
    .c__grid__standard__box--orange h3,
    .c__grid__standard__box--orange h4,
    .c__grid__standard__box--orange p {
      color: #FFFFFF; }
  .c__grid__standard__box--yellow {
    background-color: #ffcd34;
    color: #353535; }
    .c__grid__standard__box--yellow h1,
    .c__grid__standard__box--yellow h2,
    .c__grid__standard__box--yellow h3,
    .c__grid__standard__box--yellow h4,
    .c__grid__standard__box--yellow p {
      color: #353535 !important; }
  .c__grid__standard__box--purple {
    background-color: #753bbd;
    background: -webkit-linear-gradient(40.78deg, #e40520 0%, #753bbd 100%);
    background: -o-linear-gradient(40.78deg, #e40520 0%, #753bbd 100%);
    background: linear-gradient(49.22deg, #e40520 0%, #753bbd 100%); }
    .c__grid__standard__box--purple h1,
    .c__grid__standard__box--purple h2,
    .c__grid__standard__box--purple h3,
    .c__grid__standard__box--purple h4,
    .c__grid__standard__box--purple p {
      color: #FFFFFF; }
  .c__grid__standard__box--blue {
    background: -webkit-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
    background: -o-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
    background: linear-gradient(43.78deg, #047ec7 0, #1e22aa 100%); }
    .c__grid__standard__box--blue h1,
    .c__grid__standard__box--blue h2,
    .c__grid__standard__box--blue h3,
    .c__grid__standard__box--blue h4,
    .c__grid__standard__box--blue p {
      color: #FFFFFF; }

/*********************************************************************************************************************************
****************************                   Beacon of Light Grid layout           *********************************************
*********************************************************************************************************************************/
.c__hero__promo {
  display: block;
  width: 100%;
  padding: 2.125em 0; }
  .c__hero__promo__contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 650px) {
      .c__hero__promo__contain {
        display: block;
        word-break: break-word; } }
  .c__hero__promo.black {
    background-color: #000;
    color: white; }
    .c__hero__promo.black h1,
    .c__hero__promo.black h2,
    .c__hero__promo.black h3,
    .c__hero__promo.black p,
    .c__hero__promo.black a {
      color: white;
      padding: 0;
      margin: 0; }
  .c__hero__promo.red {
    background-color: #e40520; }
    .c__hero__promo.red h1,
    .c__hero__promo.red h2,
    .c__hero__promo.red h3,
    .c__hero__promo.red p,
    .c__hero__promo.red a {
      color: white;
      padding: 0;
      margin: 0; }
  .c__hero__promo.orange {
    background-color: #fa4616;
    color: #FFFFFF; }
    .c__hero__promo.orange h1,
    .c__hero__promo.orange h2,
    .c__hero__promo.orange h3,
    .c__hero__promo.orange p,
    .c__hero__promo.orange a {
      color: white;
      padding: 0;
      margin: 0; }
    .c__hero__promo.orange ul {
      color: #FFFFFF;
      margin-bottom: 30px; }
      .c__hero__promo.orange ul li {
        color: #FFFFFF;
        font-weight: bold; }
  .c__hero__promo.yellow {
    background-color: #ffcd34;
    color: #353535; }
    .c__hero__promo.yellow h1,
    .c__hero__promo.yellow h2,
    .c__hero__promo.yellow h3,
    .c__hero__promo.yellow p,
    .c__hero__promo.yellow a {
      color: #353535;
      padding: 0;
      margin: 0; }
  .c__hero__promo.purple {
    background-color: #753bbd; }
    .c__hero__promo.purple h1 {
      color: #FFFFFF; }
  .c__hero__promo.blue {
    background: -webkit-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
    background: -o-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
    background: linear-gradient(43.78deg, #047ec7 0, #1e22aa 100%); }

.c__hero__standard {
  position: relative; }
  .c__hero__standard__item {
    min-height: 450px; }
    @media (max-width: 480px) {
      .c__hero__standard__item {
        min-height: auto; } }
    .c__hero__standard__item h2 {
      margin-bottom: 1em; }
      @media (max-width: 650px) {
        .c__hero__standard__item h2 {
          margin-bottom: 0.8em; } }
    .c__hero__standard__item h2,
    .c__hero__standard__item p,
    .c__hero__standard__item a {
      color: white;
      z-index: 20; }
    .c__hero__standard__item__image {
      background-color: #753bbd;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .c__hero__standard__item__image::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.015); }
      .c__hero__standard__item__image--post {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        min-height: 450px;
        max-height: 450px;
        position: relative; }
        .c__hero__standard__item__image--post::before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.45); }
        .c__hero__standard__item__image--post:hover .news-overlay {
          opacity: 1; }
        @media (max-width: 480px) {
          .c__hero__standard__item__image--post {
            min-height: 350px;
            max-height: 350px; } }
      .c__hero__standard__item__image__content {
        position: relative;
        height: 225px;
        width: 100%;
        padding: 35px; }
        @media (max-width: 480px) {
          .c__hero__standard__item__image__content {
            height: 175px;
            padding: 25px; } }
        .c__hero__standard__item__image__content h3 {
          font-size: 25px;
          font-weight: bold;
          color: #FFFFFF; }
          @media (max-width: 480px) {
            .c__hero__standard__item__image__content h3 {
              margin-bottom: 15px; } }
        .c__hero__standard__item__image__content span {
          color: #FFFFFF;
          font-size: 22px;
          text-transform: uppercase; }
        @media (max-width: 480px) {
          .c__hero__standard__item__image__content p {
            margin-bottom: 15px; } }
        .c__hero__standard__item__image__content p,
        .c__hero__standard__item__image__content a {
          color: #FFFFFF;
          -ms-flex-item-align: start;
          align-self: flex-start; }
  .c__hero__standard__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .c__hero__standard__image.white {
      background-color: #FFFFFF; }
    .c__hero__standard__image.red {
      background-color: #e40520; }
    .c__hero__standard__image.orange {
      background-color: #fa4616; }
    .c__hero__standard__image.yellow {
      background-color: #ffcd34; }
    .c__hero__standard__image.purple {
      background-color: #753bbd; }
    .c__hero__standard__image.blue {
      background-color: #1e22aa; }
    .c__hero__standard__image.gradient-purple {
      background-color: #8534a7; }
    .c__hero__standard__image.gradient-blue {
      background: -webkit-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
      background: -o-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
      background: linear-gradient(43.78deg, #047ec7 0, #1e22aa 100%); }
  .c__hero__standard__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
    color: #FFFFFF;
    padding: 0 75px; }
    @media (max-width: 1024px) {
      .c__hero__standard__content {
        min-height: auto;
        padding: 40px; } }
    @media (max-width: 768px) {
      .c__hero__standard__content {
        padding: 40px 20px; } }
    .c__hero__standard__content__icon {
      background-repeat: no-repeat;
      background-size: contain;
      width: 40px;
      height: 40px;
      margin: 20px 0; }
    .c__hero__standard__content__id {
      color: #FFFFFF;
      font-size: 22px;
      text-transform: uppercase;
      margin: 20px 0; }
    .c__hero__standard__content--black {
      color: white;
      background-color: #000; }
    .c__hero__standard__content--red {
      background-color: #e40520;
      color: #FFFFFF; }
      .c__hero__standard__content--red h1,
      .c__hero__standard__content--red h2,
      .c__hero__standard__content--red h3,
      .c__hero__standard__content--red p,
      .c__hero__standard__content--red a {
        color: #FFFFFF; }
    .c__hero__standard__content--orange {
      background-color: #fa4616;
      color: #FFFFFF; }
      .c__hero__standard__content--orange h1,
      .c__hero__standard__content--orange h2,
      .c__hero__standard__content--orange h3,
      .c__hero__standard__content--orange p,
      .c__hero__standard__content--orange a {
        color: #FFFFFF; }
      .c__hero__standard__content--orange ul {
        color: #FFFFFF;
        margin-bottom: 30px; }
        .c__hero__standard__content--orange ul li {
          color: #FFFFFF;
          font-weight: bold; }
    .c__hero__standard__content--yellow {
      background-color: #ffcd34;
      color: #353535; }
      .c__hero__standard__content--yellow h1,
      .c__hero__standard__content--yellow h2,
      .c__hero__standard__content--yellow h3,
      .c__hero__standard__content--yellow p,
      .c__hero__standard__content--yellow a,
      .c__hero__standard__content--yellow span.c__hero__standard__content__id {
        color: #353535; }
      .c__hero__standard__content--yellow a.btn_new__standard__link {
        color: #353535; }
      .c__hero__standard__content--yellow a.btn_new__standard__link--alt {
        color: #353535 !important; }
    .c__hero__standard__content--purple {
      background-color: #753bbd; }
      .c__hero__standard__content--purple h1,
      .c__hero__standard__content--purple h2,
      .c__hero__standard__content--purple h3,
      .c__hero__standard__content--purple p,
      .c__hero__standard__content--purple a {
        color: #FFFFFF; }
      .c__hero__standard__content--purple ul {
        color: #FFFFFF;
        margin-bottom: 30px; }
        .c__hero__standard__content--purple ul li {
          color: #FFFFFF;
          font-weight: bold; }
    .c__hero__standard__content--gradient-purple {
      background: -webkit-linear-gradient(40.78deg, #AF1F6C 0, #753bbd 100%);
      background: -o-linear-gradient(40.78deg, #AF1F6C 0, #753bbd 100%);
      background: linear-gradient(49.22deg, #AF1F6C 0, #753bbd 100%); }
      .c__hero__standard__content--gradient-purple h1,
      .c__hero__standard__content--gradient-purple h2,
      .c__hero__standard__content--gradient-purple h3,
      .c__hero__standard__content--gradient-purple p {
        color: #FFFFFF; }
      .c__hero__standard__content--gradient-purple ul {
        color: #FFFFFF;
        margin-bottom: 30px; }
        .c__hero__standard__content--gradient-purple ul li {
          color: #FFFFFF;
          font-weight: bold; }
    .c__hero__standard__content--blue {
      background-color: #1e22aa; }
      .c__hero__standard__content--blue h1,
      .c__hero__standard__content--blue h2,
      .c__hero__standard__content--blue h3,
      .c__hero__standard__content--blue p,
      .c__hero__standard__content--blue a {
        color: #FFFFFF; }
      .c__hero__standard__content--blue ul {
        color: #FFFFFF;
        margin-bottom: 30px; }
        .c__hero__standard__content--blue ul li {
          color: #FFFFFF;
          font-weight: bold; }
    .c__hero__standard__content--gradient-blue {
      background: -webkit-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
      background: -o-linear-gradient(46.22deg, #047ec7 0, #1e22aa 100%);
      background: linear-gradient(43.78deg, #047ec7 0, #1e22aa 100%); }
      .c__hero__standard__content--gradient-blue h1,
      .c__hero__standard__content--gradient-blue h2,
      .c__hero__standard__content--gradient-blue h3,
      .c__hero__standard__content--gradient-blue p,
      .c__hero__standard__content--gradient-blue a {
        color: #FFFFFF; }
      .c__hero__standard__content--gradient-blue ul {
        color: #FFFFFF;
        margin-bottom: 30px; }
        .c__hero__standard__content--gradient-blue ul li {
          color: #FFFFFF;
          font-weight: bold; }
  .c__hero__standard__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 450px; }
    @media (max-width: 1024px) {
      .c__hero__standard__image {
        min-height: 400px; }
        .c__hero__standard__image.cover {
          background-size: cover; }
        .c__hero__standard__image.contain {
          background-size: contain; } }
    @media (max-width: 768px) {
      .c__hero__standard__image {
        min-height: 350px; } }
    @media (max-width: 500px) {
      .c__hero__standard__image {
        min-height: 300px; } }
  .c__hero__standard__carousel ul.slick-dots {
    left: auto;
    right: 0;
    top: 40%; }
    .c__hero__standard__carousel ul.slick-dots li {
      float: none;
      margin-bottom: 10px; }
      .c__hero__standard__carousel ul.slick-dots li button {
        border-radius: 0;
        border: 2px solid #FFFFFF;
        background-color: transparent;
        width: 15px;
        height: 15px; }
  .c__hero__standard__carousel__image {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px !important;
    height: 450px;
    border: none; }
    .c__hero__standard__carousel__image::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.015); }
  .c__hero__standard--twitter {
    background-color: #1997f0;
    padding: 50px; }
    .c__hero__standard--twitter__icon {
      background-image: url("/wp-content/uploads/2018/11/Twitter-256-1.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      display: block;
      margin: 0 auto;
      padding-top: 26%; }
    .c__hero__standard--twitter .tweets {
      padding: 25px 0;
      text-align: center; }
      .c__hero__standard--twitter .tweets .tweet,
      .c__hero__standard--twitter .tweets .tweet-date,
      .c__hero__standard--twitter .tweets p,
      .c__hero__standard--twitter .tweets a,
      .c__hero__standard--twitter .tweets li,
      .c__hero__standard--twitter .tweets .tweet-author {
        font-family: "D-DIN", sans-serif;
        color: #FFFFFF;
        text-transform: uppercase; }
      .c__hero__standard--twitter .tweets li {
        display: inline-block;
        padding: 0 5px; }
      .c__hero__standard--twitter .tweets p {
        font-size: 18px;
        font-weight: bold;
        /*&::before {
            content: '"';
          }
          &::after {
            content: '"';
          }*/ }
  .c__hero__standard--custom {
    position: relative; }
  .c__hero__standard--news_posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .c__hero__standard--news_posts__item {
      padding: 20px 0;
      text-align: left; }
      .c__hero__standard--news_posts__item:not(:last-child) {
        border-bottom: 2px solid #ebebeb; }
      .c__hero__standard--news_posts__item span {
        color: #4d4d4c;
        font-size: 14px;
        font-family: "D-DIN", sans-serif;
        display: block; }
      .c__hero__standard--news_posts__item h4 {
        font-family: "D-DIN", sans-serif;
        font-size: 18px;
        color: #1e22aa;
        line-height: 20px;
        display: block;
        margin: 0;
        margin-bottom: 20px; }
        .c__hero__standard--news_posts__item h4.sport {
          color: #1e22aa; }
      .c__hero__standard--news_posts__item__image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 88%;
        height: 100%; }

.news-overlay {
  background-color: rgba(255, 205, 52, 0.6);
  opacity: 0; }

.partners-logos .partners-carousel .partners {
  overflow: hidden; }
  .partners-logos .partners-carousel .partners .partners-item {
    float: left;
    height: 100px;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    padding: 0 30px; }
    @media (max-width: 480px) {
      .partners-logos .partners-carousel .partners .partners-item {
        background-size: contain;
        height: 100px; } }

.mainHeight {
  min-height: 575px !important; }

.c__bg__sport {
  position: relative; }
  .c__bg__sport::before {
    content: '';
    background-image: url("/wp-content/uploads/2018/11/footy-header.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }

.sport {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .sport:hover::before {
    content: '';
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 205, 52, 0.6); }

.events {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .events:hover::before {
    content: '';
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(117, 59, 187, 0.6); }

.business {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .business:hover::before {
    content: '';
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(30, 34, 170, 0.6); }

.general {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .general:hover::before {
    content: '';
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(228, 5, 34, 0.6); }

.m__modal {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 800; }
  .m__modal.hidden {
    display: none; }
  .m__modal__wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .m__modal__gallery__items {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 30vw !important; }
  .m__modal__content {
    background-color: white;
    border-radius: 0;
    left: 50%;
    padding: 0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 640px; }
    @media (max-width: 768px) {
      .m__modal__content {
        width: 100%; } }
    .m__modal__content .modal__close {
      padding: 15px;
      position: absolute;
      right: 1em;
      top: 1em;
      width: 20px;
      height: 20px;
      cursor: pointer;
      z-index: 10; }
      .m__modal__content .modal__close::before {
        content: '';
        background: white;
        width: 3px;
        height: 20px;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .m__modal__content .modal__close::after {
        content: '';
        background: white;
        width: 3px;
        height: 20px;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      @media (max-width: 768px) {
        .m__modal__content .modal__close {
          right: 0 !important; } }
    .m__modal__content .modal__title {
      color: #c91618;
      font-size: 1.25em;
      line-height: 1.32em;
      padding: 0 2em 2em; }
      .m__modal__content .modal__title * {
        margin: 0; }
    .m__modal__content form#gform_22,
    .m__modal__content form#gform_24,
    .m__modal__content form#gform_25 {
      position: relative;
      display: block;
      width: 100%; }
      .m__modal__content form#gform_22 .gf_progressbar_wrapper,
      .m__modal__content form#gform_24 .gf_progressbar_wrapper,
      .m__modal__content form#gform_25 .gf_progressbar_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .m__modal__content form#gform_22 .gf_progressbar_wrapper h3.gf_progressbar_title,
        .m__modal__content form#gform_24 .gf_progressbar_wrapper h3.gf_progressbar_title,
        .m__modal__content form#gform_25 .gf_progressbar_wrapper h3.gf_progressbar_title {
          margin: 0;
          padding: 0 2em; }
      .m__modal__content form#gform_22 .gform_body,
      .m__modal__content form#gform_24 .gform_body,
      .m__modal__content form#gform_25 .gform_body {
        display: block;
        padding: 1em; }
        .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields,
        .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields,
        .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields {
          max-height: 370px !important;
          overflow-y: auto;
          overflow-x: hidden; }
          .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield,
          .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield,
          .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield {
            float: left;
            padding: 10px; }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4 {
              width: 33.333333% !important; }
              @media (max-width: 1024px) {
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4 {
                  width: 50% !important; } }
              @media (max-width: 768px) {
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span4 {
                  width: 100% !important; } }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6 {
              width: 50% !important; }
              @media (max-width: 768px) {
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span6 {
                  width: 100% !important; } }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span12,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span12,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.l__col__span12 {
              width: 100% !important; }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 {
              text-align: left; }
              .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 label, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 label, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 label {
                display: block; }
              .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio {
                list-style: none;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex; }
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_25_12_0, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_25_12_0, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_12 ul.gfield_radio li.gchoice_25_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_22_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_24_12_0,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_12 ul.gfield_radio li.gchoice_25_12_0 {
                  padding-right: 3em; }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 {
              text-align: left; }
              .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 label, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 label, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 label,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 label,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 label {
                display: block; }
              .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox {
                list-style: none;
                width: 100%;
                padding: 0;
                margin: 0; }
                .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li,
                .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li {
                  display: -webkit-inline-box;
                  display: -ms-inline-flexbox;
                  display: inline-flex; }
                  @media (max-width: 650px) {
                    .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li, .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_22_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_24_32 .ginput_container_checkbox .gfield_checkbox li,
                    .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield#field_25_32 .ginput_container_checkbox .gfield_checkbox li {
                      display: block; } }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.gfield_error input,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.gfield_error input,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield.gfield_error input {
              border: 1px solid rgba(187, 0, 0, 0.8); }
            .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_description.validation_message,
            .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_description.validation_message,
            .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_fields .gform_fields .gfield .gfield_description.validation_message {
              display: none; }
        .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_footer,
        .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_footer,
        .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_footer {
          margin-top: 1em; }
          .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_footer .button,
          .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_footer .button,
          .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_footer .button {
            background: white;
            border: 2px solid #c91618;
            padding: 0.5em 2.5em;
            color: #c91618;
            font-size: 16px; }
            @media (min-width: 769px) {
              .m__modal__content form#gform_22 .gform_body .gform_page .gform_page_footer .button,
              .m__modal__content form#gform_24 .gform_body .gform_page .gform_page_footer .button,
              .m__modal__content form#gform_25 .gform_body .gform_page .gform_page_footer .button {
                margin-right: 2em; } }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    background: #e40520;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 9999; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #e40520, 0 0 5px #e40520;
    box-shadow: 0 0 10px #e40520, 0 0 5px #e40520;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 15px;
    left: 15px; }
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #000000;
    border-left-color: #000000;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

/* Fancy blur effect */
/* Remove these to get rid of the spinner */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
    position: absolute; }

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

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

.c__accordions__wrapper {
  position: relative;
  display: block;
  margin: 20px 0 40px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 100; }
  @media (max-width: 1024px) {
    .c__accordions__wrapper {
      margin-bottom: 20px; } }

.c__accordions__item {
  display: block;
  position: relative;
  border: 1px solid #e9e9e9; }
  .c__accordions__item label {
    display: block;
    background-color: #ededed;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px; }
    .c__accordions__item label::nth-child(even) {
      background-color: #ededed !important;
      color: #353535; }
    @media (max-width: 600px) {
      .c__accordions__item label {
        padding: 15px 60px 15px 20px; } }
    .c__accordions__item label::after {
      content: '';
      background-image: url("/wp-content/uploads/2018/07/arrow.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 14px;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
  .c__accordions__item input[type="checkbox"] {
    display: none; }
    .c__accordions__item input[type="checkbox"]:checked ~ .c__accordions__content {
      display: block; }

.c__accordions__content {
  display: none;
  background-color: white;
  padding: 35px; }
  .c__accordions__content.tab-show {
    display: block; }

.activateAccordion {
  background-color: #e40520 !important;
  color: white !important; }
  .activateAccordion::after {
    content: '';
    background-image: url("/wp-content/uploads/2018/07/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important; }

.display {
  display: block; }

.hide {
  display: none; }

/******************************************************************
Stylesheet: Grid Styles
******************************************************************/
[class*="mw-col-"] {
  float: left;
  min-height: 1px; }

.mw-col-1-1 {
  float: none; }

.mw-col-1-1 {
  width: 100%; }

.mw-col-1-2 {
  width: 50%; }

.mw-col-1-3 {
  width: 33.33333%; }

.mw-col-1-4 {
  width: 25%; }

.mw-col-1-5 {
  width: 20%; }

.mw-col-1-6 {
  width: 16.66667%; }

.mw-col-1-12 {
  width: 8.33333%; }

.mw-col-2-3 {
  width: 66.66667%; }

.mw-col-2-5 {
  width: 40%; }

.mw-col-3-4 {
  width: 75%; }

.mw-col-3-5 {
  width: 60%; }

.mw-col-3-10 {
  width: 30%; }

.mw-col-5-12 {
  width: 41.66667%; }

.mw-col-7-10 {
  width: 70%; }

.mw-col-7-12 {
  width: 58.33333%; }

.mw-fcol-1-1 {
  width: 100%; }

.mw-fcol-3-4 {
  width: 75%; }

.mw-fcol-7-12 {
  width: 58.33333%; }

[class*="mw-grid-"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  zoom: 1; }
  [class*="mw-grid-"]:before, [class*="mw-grid-"]:after {
    content: "";
    display: table; }
  [class*="mw-grid-"]:after {
    clear: both; }

[class*="mw-fgrid-"] {
  zoom: 1; }
  [class*="mw-fgrid-"]:before, [class*="mw-fgrid-"]:after {
    content: "";
    display: table; }
  [class*="mw-fgrid-"]:after {
    clear: both; }

.mw-grid-12 {
  max-width: 1024.08px; }
  .mw-grid-12 [class*="mw-col-"] {
    padding: 0 1.25%; }

.mw-fgrid-12 {
  float: left;
  max-width: 994.08px; }
  .mw-fgrid-12 [class*="mw-col-"] {
    padding: 0 1.25%; }

.mw-grid-10 {
  max-width: 858.4px; }
  .mw-grid-10 [class*="mw-col-"] {
    padding: 0 1.5%; }

.mw-fgrid-10 {
  float: left;
  max-width: 828.4px; }
  .mw-fgrid-10 [class*="mw-col-"] {
    padding: 0 1.5%; }

.mw-grid-9 {
  max-width: 775.56px; }
  .mw-grid-9 [class*="mw-col-"] {
    padding: 0 1.66667%; }

.mw-fgrid-9 {
  float: left;
  max-width: 745.56px; }
  .mw-fgrid-9 [class*="mw-col-"] {
    padding: 0 1.66667%; }

.mw-grid-8 {
  max-width: 692.72px; }
  .mw-grid-8 [class*="mw-col-"] {
    padding: 0 1.875%; }

.mw-fgrid-8 {
  float: left;
  max-width: 662.72px; }
  .mw-fgrid-8 [class*="mw-col-"] {
    padding: 0 1.875%; }

@media (max-width: 1100px) {
  [class*="mw-col-"][data-top~="mw-col-1-1"] {
    width: 100%; }
  [class*="mw-col-"][data-top~="mw-col-1-2"] {
    width: 50%; }
  [class*="mw-col-"][data-top~="mw-col-1-3"] {
    width: 33.33333%; }
  [class*="mw-fcol-"][data-top~="mw-fcol-1-1"] {
    width: 100%; }
  [class*="mw-fcol-"][data-top~="mw-fcol-1-2"] {
    width: 50%; }
  [class*="mw-fcol-"][data-top~="mw-fcol-1-3"] {
    width: 33.33333%; }
  [data-top~="mw-push-0"] {
    margin-left: auto; }
  [data-top~="mw-nopad"] {
    padding: 0; } }

@media (max-width: 940px) {
  [class*="mw-col-"][data-lrg~="mw-col-1-1"] {
    width: 100%; }
  [class*="mw-col-"][data-lrg~="mw-col-1-2"] {
    width: 50%; }
  [class*="mw-col-"][data-lrg~="mw-col-1-3"] {
    width: 33.33333%; }
  [class*="mw-fcol-"][data-lrg~="mw-fcol-1-1"] {
    width: 100%; }
  [class*="mw-fcol-"][data-lrg~="mw-fcol-1-2"] {
    width: 50%; }
  [class*="mw-fcol-"][data-lrg~="mw-fcol-1-3"] {
    width: 33.33333%; }
  [data-lrg~="mw-push-0"] {
    margin-left: auto; }
  [data-lrg~="mw-nopad"] {
    padding: 0; } }

@media (max-width: 800px) {
  [class*="mw-col-"][data-big~="mw-col-1-1"] {
    width: 100%; }
  [class*="mw-col-"][data-big~="mw-col-1-2"] {
    width: 50%; }
  [class*="mw-col-"][data-big~="mw-col-1-3"] {
    width: 33.33333%; }
  [class*="mw-fcol-"][data-big~="mw-fcol-1-1"] {
    width: 100%; }
  [class*="mw-fcol-"][data-big~="mw-fcol-1-2"] {
    width: 50%; }
  [class*="mw-fcol-"][data-big~="mw-fcol-1-3"] {
    width: 33.33333%; }
  [data-big~="mw-push-0"] {
    margin-left: auto; }
  [data-big~="mw-nopad"] {
    padding: 0; } }

@media (max-width: 600px) {
  [class*="mw-col-"][data-med~="mw-col-1-1"] {
    width: 100%; }
  [class*="mw-col-"][data-med~="mw-col-1-2"] {
    width: 50%; }
  [class*="mw-col-"][data-med~="mw-col-1-3"] {
    width: 33.33333%; }
  [class*="mw-fcol-"][data-med~="mw-fcol-1-1"] {
    width: 100%; }
  [class*="mw-fcol-"][data-med~="mw-fcol-1-2"] {
    width: 50%; }
  [class*="mw-fcol-"][data-med~="mw-fcol-1-3"] {
    width: 33.33333%; }
  [data-med~="mw-push-0"] {
    margin-left: auto; }
  [data-med~="mw-nopad"] {
    padding: 0; } }

@media (max-width: 400px) {
  [class*="mw-col-"][data-small~="mw-col-1-1"] {
    width: 100%; }
  [class*="mw-col-"][data-small~="mw-col-1-2"] {
    width: 50%; }
  [class*="mw-col-"][data-small~="mw-col-1-3"] {
    width: 33.33333%; }
  [class*="mw-fcol-"][data-small~="mw-fcol-1-1"] {
    width: 100%; }
  [class*="mw-fcol-"][data-small~="mw-fcol-1-2"] {
    width: 50%; }
  [class*="mw-fcol-"][data-small~="mw-fcol-1-3"] {
    width: 33.33333%; }
  [data-small~="mw-push-0"] {
    margin-left: auto; }
  [data-small~="mw-nopad"] {
    padding: 0; } }

@media (max-width: 800px) {
  [class*="mw-grid-"] [class*="mw-col-"][data-big~="mw-col-pad"] {
    padding: 7px 1.25%; } }

@media (max-width: 400px) {
  [class*="mw-grid-"] [data-top~="mw-col-1-1"],
  [class*="mw-grid-"] [data-big~="mw-col-1-1"],
  [class*="mw-grid-"] [data-med~="mw-col-1-1"],
  [class*="mw-grid-"] [data-small~="mw-col-1-1"] {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 1350px) {
  [data-desktop~="hidden"] {
    display: none !important; }
  [data-desktop~="mw-col-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    [data-desktop~="mw-col-reverse"] > div:first-of-type {
      margin-top: 50px; } }

@media (max-width: 1100px) {
  [data-top~="hidden"] {
    display: none !important; }
  [data-top~="mw-col-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    [data-top~="mw-col-reverse"] > div:first-of-type {
      margin-top: 50px; } }

@media (max-width: 800px) {
  [data-big~="hidden"] {
    display: none !important; }
  [data-big~="mw-col-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    [data-big~="mw-col-reverse"] > div:first-of-type {
      margin-top: 50px; } }

@media (max-width: 600px) {
  [data-med~="hidden"] {
    display: none !important; }
  [data-med~="mw-col-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    [data-med~="mw-col-reverse"] > div:first-of-type {
      margin-top: 50px; } }

@media (max-width: 400px) {
  [data-small~="hidden"] {
    display: none !important; }
  [data-small~="mw-col-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    [data-small~="mw-col-reverse"] > div:first-of-type {
      margin-top: 50px; } }

@media (min-width: 940px) {
  .mw-grid-12 {
    max-width: 1350px; } }

/******************************************************************
Stylesheet: Button Styles
******************************************************************/
.btn, .products ul li .text .book-now, .products ul li .text .view-basket, .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now, .attendee-popup .acf-form .acf-form-submit .acf-button, .woocommerce-MyAccount-content .edit, .woocommerce input[type="submit"], .checkout .checkout-button, .woocommerce-MyAccount-orders .button.view, .acf-form-submit .acf-button, .read-more {
  display: inline-block;
  position: relative;
  font-family: "meta-plus-normal";
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  border: 0;
  outline: none;
  background: #d52b1e;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s; }
  .btn:hover, .products ul li .text .book-now:hover, .products ul li .text .view-basket:hover, .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now:hover, .attendee-popup .acf-form .acf-form-submit .acf-button:hover, .woocommerce-MyAccount-content .edit:hover, .woocommerce input:hover[type="submit"], .checkout .checkout-button:hover, .woocommerce-MyAccount-orders .button.view:hover, .acf-form-submit .acf-button:hover, .read-more:hover, .btn:focus, .products ul li .text .book-now:focus, .products ul li .text .view-basket:focus, .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now:focus, .attendee-popup .acf-form .acf-form-submit .acf-button:focus, .woocommerce-MyAccount-content .edit:focus, .woocommerce input:focus[type="submit"], .checkout .checkout-button:focus, .woocommerce-MyAccount-orders .button.view:focus, .acf-form-submit .acf-button:focus, .read-more:focus {
    text-decoration: none;
    outline: none; }

.btn, .products ul li .text .book-now, .products ul li .text .view-basket, .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now, .attendee-popup .acf-form .acf-form-submit .acf-button, .woocommerce-MyAccount-content .edit, .woocommerce input[type="submit"], .checkout .checkout-button, .woocommerce-MyAccount-orders .button.view {
  background: transparent !important;
  color: #988642 !important;
  border: 2px solid #988642 !important;
  border-radius: 0 !important; }
  .btn:hover, .products ul li .text .book-now:hover, .products ul li .text .view-basket:hover, .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now:hover, .attendee-popup .acf-form .acf-form-submit .acf-button:hover, .woocommerce-MyAccount-content .edit:hover, .woocommerce input:hover[type="submit"], .checkout .checkout-button:hover, .woocommerce-MyAccount-orders .button.view:hover {
    color: #FFFFFF !important;
    background: #988642 !important; }

.acf-form-submit .acf-button {
  background: #d52b1e;
  color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 25px; }

.read-more {
  width: auto;
  display: inline-block !important; }
  .read-more:hover {
    background: #000000 !important; }

input[type="button"]:focus {
  outline: none; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
select {
  outline: none;
  border: 1px solid #000000;
  margin: 0;
  padding: 5.5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 97% center;
  background-position: calc(100% - 10px) center;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 0; }

#gform_wrapper_7 {
  margin-bottom: 100px; }
  #gform_wrapper_7 .gfield {
    padding-top: 30px; }
    #gform_wrapper_7 .gfield:first-of-type {
      padding-top: 0; }
    #gform_wrapper_7 .gfield label {
      display: inline-block !important; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: sub;
  width: auto;
  background: #f6f6f6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 0px solid #000000;
  outline: none;
  padding: 0;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
  cursor: pointer; }
  input[type="radio"]:checked,
  input[type="checkbox"]:checked {
    background-color: #d52b1e;
    border-color: #FFFFFF; }

input[type="radio"] {
  border-radius: 50%; }

.gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.gfield {
  position: relative; }
  .gfield input[type="text"],
  .gfield input[type="email"],
  .gfield input[type="phone"],
  .gfield textarea,
  .gfield select {
    width: 100%;
    border: none;
    padding: 16.5px 15px;
    max-height: 200px;
    background-color: #f6f6f6;
    color: #9B9B9B;
    outline: 0;
    /*&:focus {
            outline: none;Need focus state for AA complience
        }*/ }
  .gfield select {
    padding: 13px 15px;
    color: #757575;
    outline: 0; }
  .gfield label {
    display: inline-block;
    color: #000000;
    margin-bottom: 8px;
    display: none; }

.gform_footer {
  position: relative;
  margin-top: 15px; }
  .gform_footer input[type="submit"] {
    border: 2px solid #988642;
    color: #988642;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12.5px;
    width: 100%;
    max-width: 240px;
    display: block; }
    .gform_footer input[type="submit"]:hover {
      background-color: #988642;
      color: #FFFFFF; }

#gform_wrapper_10,
#gform_wrapper_25 {
  margin-bottom: 30px; }
  #gform_wrapper_10 .gfield select,
  #gform_wrapper_25 .gfield select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    padding: 15.5px 10px !important; }

@media (max-width: 900px) {
  .gf-1-3-first.gf-1-3 {
    width: 48% !important;
    float: left !important;
    margin-right: 2% !important; }
  .gf-1-3 {
    width: 48% !important;
    float: left !important;
    margin-right: 2% !important; }
  #gform_wrapper_1 #field_1_8,
  #gform_wrapper_10 #field_1_8,
  #gform_wrapper_25 #field_1_8 {
    float: none !important;
    z-index: 9998 !important; } }

@media (max-width: 600px) {
  .gf-1-3-first.gf-1-3 {
    width: 100% !important;
    float: left !important;
    margin-right: 0% !important; }
  .gf-1-3 {
    width: 100% !important;
    float: left !important;
    margin-right: 0% !important; } }

@media (min-width: 601px) {
  .gf-1-2 {
    width: 48%;
    float: left; }
  .gf-1-3 {
    width: 31.3%;
    float: left; }
  .gf-1-3-first {
    margin-right: 3% !important; }
  .gf-first {
    margin-right: 4%;
    clear: both; } }

@media (max-width: 600px) {
  .gf-1-2 + .gf-1-2 {
    margin-top: 20px; }
  .gf-1-3 + .gf-1-3 {
    margin-top: 20px; } }

.gf-clear {
  clear: both; }

.gf-nolabel > label {
  display: none !important; }

img.gform_ajax_spinner {
  display: none !important; }

.validation_error {
  background: rgba(187, 0, 0, 0.8);
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 0 20px; }

#gform_wrapper_5 .gfield {
  margin: 0 0 15px;
  font-size: 15px;
  clear: both; }

#field_26_8 .ginput_container_consent label {
  display: inline-block;
  color: #303030; }

#field_26_8 .ginput_container_consent input {
  border: 1px solid #000000 !important; }

#gform_wrapper_1 .gform_title,
#gform_wrapper_5 .gform_title,
#gform_wrapper_10 .gform_title,
#gform_wrapper_25 .gform_title,
#gform_wrapper_26 .gform_title {
  display: none; }

#gform_wrapper_1 .gfield_label,
#gform_wrapper_5 .gfield_label,
#gform_wrapper_10 .gfield_label,
#gform_wrapper_25 .gfield_label,
#gform_wrapper_26 .gfield_label {
  margin: 0 0 3px !important; }

#gform_wrapper_1 .gfield,
#gform_wrapper_5 .gfield,
#gform_wrapper_10 .gfield,
#gform_wrapper_25 .gfield,
#gform_wrapper_26 .gfield {
  margin: 0 0 15px;
  font-size: 15px; }
  @media (max-width: 600px) {
    #gform_wrapper_1 .gfield,
    #gform_wrapper_5 .gfield,
    #gform_wrapper_10 .gfield,
    #gform_wrapper_25 .gfield,
    #gform_wrapper_26 .gfield {
      clear: both; } }

#gform_wrapper_1 .validation_message,
#gform_wrapper_5 .validation_message,
#gform_wrapper_10 .validation_message,
#gform_wrapper_25 .validation_message,
#gform_wrapper_26 .validation_message {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #bb0000; }

#gform_wrapper_2 .gform_title {
  display: none; }

#gform_wrapper_2 .gfield_label {
  width: 30%;
  float: left;
  font-weight: 500;
  color: #151515;
  margin: 10px 0; }
  @media (max-width: 1100px) {
    #gform_wrapper_2 .gfield_label {
      width: 100%; } }

#gform_wrapper_2 .ginput_container {
  width: 50%;
  float: left;
  position: relative; }
  @media (max-width: 1100px) {
    #gform_wrapper_2 .ginput_container {
      width: 70%; } }
  @media (max-width: 600px) {
    #gform_wrapper_2 .ginput_container {
      width: 100%; } }
  #gform_wrapper_2 .ginput_container input[type="text"] {
    padding: 12px 15px; }

#gform_wrapper_2 .validation_message {
  display: none; }

#gform_wrapper_2 .gform_footer {
  width: 20%;
  float: left;
  margin: 0; }
  #gform_wrapper_2 .gform_footer input[type="submit"] {
    background: #151515;
    color: #FFFFFF;
    border-radius: 0;
    width: 100%; }
    #gform_wrapper_2 .gform_footer input[type="submit"]:hover {
      background: #333333; }

.woocommerce-Input {
  border: 1px solid #898989;
  padding: 8px 5px; }

fieldset {
  margin: 30px auto;
  border: none;
  padding: 0; }
  fieldset legend {
    padding-left: 3px; }

.woocommerce-Button,
input[name="update_cart"] {
  background-color: #d52b1e !important;
  color: #FFFFFF !important;
  font-weight: 300 !important;
  padding: 12px 35px !important;
  text-transform: capitalize; }

.input-text {
  border: 1px solid #898989;
  padding: 8px 5px;
  margin-right: 10px; }

.gform_validation_container {
  display: none; }

#gform_wrapper_5 .gfield label {
  display: inline-block; }

#gform_wrapper_5 .gfield_radio {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

#gform_wrapper_5 .gform_footer {
  margin-bottom: 50px; }

#gform_wrapper_1 .gform_footer input[type=submit],
#gform_wrapper_10 .gform_footer input[type=submit],
#gform_wrapper_25 .gform_footer input[type=submit],
#gform_wrapper_26 .gform_footer input[type=submit] {
  webkit-appearance: none !important;
  border: 2px solid #d52b1e;
  color: #d52b1e;
  -webkit-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -o-transition: ease-in-out .5s;
  transition: ease-in-out .5s; }
  #gform_wrapper_1 .gform_footer input[type=submit]:hover,
  #gform_wrapper_10 .gform_footer input[type=submit]:hover,
  #gform_wrapper_25 .gform_footer input[type=submit]:hover,
  #gform_wrapper_26 .gform_footer input[type=submit]:hover {
    color: #FFFFFF;
    border-color: #988642; }

#gform_wrapper_1 .gfield_checkbox,
#gform_wrapper_10 .gfield_checkbox,
#gform_wrapper_25 .gfield_checkbox,
#gform_wrapper_26 .gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0; }
  #gform_wrapper_1 .gfield_checkbox label,
  #gform_wrapper_10 .gfield_checkbox label,
  #gform_wrapper_25 .gfield_checkbox label,
  #gform_wrapper_26 .gfield_checkbox label {
    color: #757575;
    display: inline-block; }

#gform_wrapper_1 #field_1_8,
#gform_wrapper_10 #field_1_8,
#gform_wrapper_25 #field_1_8,
#gform_wrapper_26 #field_1_8 {
  float: right;
  z-index: 9999; }

/******************************************************************
Stylesheet: Pagination Styles
******************************************************************/
@media (max-width: 800px) {
  .showing-results {
    margin-bottom: 20px !important; } }

@media (max-width: 600px) {
  .showing-results {
    text-align: center; } }

.dpj-pagination {
  float: right;
  margin: 0;
  margin-top: 50px; }
  @media (max-width: 600px) {
    .dpj-pagination {
      float: none;
      margin: 0 auto 20px; } }
  .dpj-pagination .page-numbers {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dpj-pagination .page-numbers li {
      position: relative;
      display: inline-block; }
      .dpj-pagination .page-numbers li span,
      .dpj-pagination .page-numbers li a {
        display: block;
        position: relative;
        width: 33px;
        height: 33px;
        border: 1px solid #d52b1e;
        padding-top: 5px;
        color: #d52b1e; }
      .dpj-pagination .page-numbers li .next,
      .dpj-pagination .page-numbers li .prev {
        border: 0; }
      .dpj-pagination .page-numbers li span {
        background-color: #d52b1e;
        color: #FFFFFF; }
        .dpj-pagination .page-numbers li span.dots {
          display: none; }
      .dpj-pagination .page-numbers li .page-numbers:hover {
        color: #FFFFFF;
        background-color: #d52b1e; }
      .dpj-pagination .page-numbers li .current:hover {
        color: #FFFFFF;
        background-color: #d52b1e; }
      .dpj-pagination .page-numbers li a:hover {
        background-color: #FFFFFF;
        color: #d52b1e; }

.search-results-list {
  border-top: 2px solid #d52b1e; }
  .search-results-list li a {
    display: block;
    padding: 20px 10px;
    border-bottom: 2px solid #d52b1e; }
    .search-results-list li a h3 {
      position: relative;
      text-transform: uppercase;
      color: #151515;
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      -moz-transition: padding .1s linear;
      -o-transition: padding .1s linear;
      -webkit-transition: padding .1s linear;
      transition: padding .1s linear; }
      .search-results-list li a h3 .fa {
        display: none;
        position: absolute;
        top: 0;
        left: 1px;
        font-size: 22px;
        font-weight: 600; }
      .search-results-list li a h3 p {
        margin: 10px 0 0;
        text-transform: none;
        color: #151515; }
    .search-results-list li a:hover h3 {
      padding-left: 15px;
      color: #d52b1e; }
      .search-results-list li a:hover h3 .fa {
        display: block; }
  .search-results-list li .breadcrumbs {
    display: block;
    color: #151515;
    font-weight: 300;
    margin: 0 0 0 -5px;
    padding: 20px 0 0; }
    .search-results-list li .breadcrumbs span {
      padding: 0 5px;
      display: inline-block; }

.search-form-wrapper {
  background: #eeeeee;
  width: 100%;
  height: 75px;
  margin: -50px auto 50px; }
  .search-form-wrapper .search-form .search-input {
    width: 100%;
    padding: 20px 20px 20px 60px;
    border: none;
    color: #333333;
    font-family: "meta-plus-normal";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    text-transform: none;
    background: url("../images/search-icon.png") 20px 25px no-repeat; }
    @media (max-width: 1100px) {
      .search-form-wrapper .search-form .search-input {
        font-size: 22px;
        padding-top: 21px; } }
    .search-form-wrapper .search-form .search-input::-webkit-input-placeholder {
      color: #303030; }
    .search-form-wrapper .search-form .search-input:-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .search-form-wrapper .search-form .search-input::-moz-placeholder {
      color: #303030;
      opacity: 1; }
    .search-form-wrapper .search-form .search-input:-ms-input-placeholder {
      color: #303030; }
  .search-form-wrapper .search-form .search-submit {
    display: none; }

/*********************************************************************************************************************************
****************************                 Beacon of Light Header                      *****************************************
*********************************************************************************************************************************/
.fix-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.l__header {
  background-color: #FFFFFF;
  max-height: 130px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  @media (max-width: 480px) {
    .l__header {
      max-height: 100px; } }
  .l__header__logo {
    background-repeat: no-repeat;
    min-height: 130px;
    background-size: 120px 130px;
    display: block;
    position: relative; }
    .l__header__logo img {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
      @media (max-width: 480px) {
        .l__header__logo img {
          max-width: 55px; } }
    @media (max-width: 480px) {
      .l__header__logo {
        min-height: 80px;
        background-size: 60px 80px; } }
    .l__header__logo__bg {
      height: 130px;
      width: 160px;
      min-width: 160px; }
      @media (max-width: 480px) {
        .l__header__logo__bg {
          height: 80px;
          width: 80px;
          min-width: 80px; } }
      .l__header__logo__bg-- {
        background-color: #e40520; }
      .l__header__logo__bg--white {
        color: #4d4d4c;
        background-color: #FFFFFF; }
      .l__header__logo__bg--red {
        background-color: #e40520; }
      .l__header__logo__bg--orange {
        background-color: #fa4616; }
      .l__header__logo__bg--yellow {
        background-color: #ffcd34; }
      .l__header__logo__bg--purple {
        background-color: #753bbd; }
      .l__header__logo__bg--blue {
        background-color: #1e22aa; }

.video-collumn {
  position: relative;
  height: 100%; }
  @media (max-width: 1024px) {
    .video-collumn {
      height: 400px; } }

.video-container-header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-container-header iframe {
    min-width: 50%;
    min-height: 50%;
    width: 138%;
    height: 138%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0; }

@media (max-width: 1024px) {
  .homepage-header {
    display: block; } }

@media (max-width: 768px) {
  .homepage-header .removeMobile {
    display: block !important; } }

/*********************************************************************************************************************************
****************************                 Beacon of Light Navigation                  *****************************************
*********************************************************************************************************************************/
.nolist, .slider-wrapper .slider-controls, .woocommerce-MyAccount-navigation ul {
  list-style: none; }

@media (max-width: 768px) {
  .removeMobile {
    display: none; } }

@media (max-width: 500px) {
  .beacon-basket {
    display: block !important;
    height: 80px !important; }
  .beacon-email {
    display: none !important; } }

@media (max-width: 400px) {
  .beacon-basket {
    width: 33.33% !important; } }

@media (max-width: 650px) {
  .mobileBlock {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 1025px) {
  l__pad--right-desktop {
    margin-right: 25px; } }

.l__navigation {
  display: block;
  width: 100%; }
  @media (max-width: 1024px) {
    .l__navigation {
      max-height: 75vh;
      overflow-y: auto; } }
  @media (max-width: 480px) {
    .l__navigation {
      max-height: none; } }
  .l__navigation__search {
    cursor: pointer;
    position: relative;
    width: 52px;
    height: 52px; }
    @media (max-width: 480px) {
      .l__navigation__search {
        height: 80px;
        width: 100%; } }
    .l__navigation__search-- {
      background-color: #e40520; }
    .l__navigation__search--red {
      background-color: #e40520; }
    .l__navigation__search--orange {
      background-color: #fa4616; }
    .l__navigation__search--yellow {
      background-color: #ffcd34; }
    .l__navigation__search--purple {
      background-color: #753bbd; }
    .l__navigation__search--blue {
      background-color: #1e22aa; }
    .l__navigation__search::before {
      content: "";
      background-image: url("/wp-content/uploads/2018/11/Group.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .l__navigation__sub {
    height: 50px;
    border-bottom: 1px solid #ededed; }
    @media (max-width: 480px) {
      .l__navigation__sub {
        border-bottom: none;
        height: 80px;
        width: 70%;
        float: left; } }
    .l__navigation__sub--main {
      position: relative;
      display: block;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      padding: 2em 0.77778em; }
    .l__navigation__sub__input {
      display: none !important; }
    .l__navigation__sub__label {
      color: #bfbfbf;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      text-transform: uppercase; }
      .l__navigation__sub__label.active {
        color: #e40520; }
      .l__navigation__sub__label--alt {
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase; }
        .l__navigation__sub__label--alt::after {
          content: '>>';
          font-size: 0.69em;
          margin: 0 4px;
          letter-spacing: -3px; }
        .l__navigation__sub__label--alt.red {
          color: #e40520; }
        .l__navigation__sub__label--alt.orange {
          color: #fa4616; }
        .l__navigation__sub__label--alt.yellow {
          color: #ffcd34; }
        .l__navigation__sub__label--alt.purple {
          color: #753bbd; }
        .l__navigation__sub__label--alt.blue {
          color: #1e22aa; }
    .l__navigation__sub__icon {
      margin: 0 15px;
      height: 50px;
      background-repeat: no-repeat;
      background-size: contain; }
    .l__navigation__sub__items {
      width: 100%; }
      .l__navigation__sub__items__item {
        padding: 0 35px; }
        @media (max-width: 1024px) {
          .l__navigation__sub__items__item {
            padding: 0 15px; } }
        @media (max-width: 768px) {
          .l__navigation__sub__items__item {
            margin: 10px 0;
            width: 100%;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
  .l__navigation__main {
    height: 80px;
    border-bottom: 1px solid #ededed; }
    @media (max-width: 1024px) {
      .l__navigation__main {
        position: relative;
        max-width: 100%;
        overflow: hidden; } }
    @media (max-width: 480px) {
      .l__navigation__main {
        border-bottom: none;
        max-width: none;
        width: 30%;
        float: left;
        position: initial;
        overflow: auto; } }
  .l__navigation__items {
    padding: 0;
    margin: 0;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .l__navigation__items {
        display: block;
        margin-right: 0;
        padding-top: 2em; } }
    .l__navigation__items--mobile {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
      @media (min-width: 1025px) {
        .l__navigation__items--mobile {
          display: none; } }
      .l__navigation__items--mobile__nav {
        display: none;
        min-height: 99vh;
        width: 100%;
        position: absolute;
        left: 0;
        top: 130px;
        z-index: 9998;
        background-color: #e40520; }
        @media (max-width: 480px) {
          .l__navigation__items--mobile__nav {
            top: 80px; } }
        .l__navigation__items--mobile__nav.red {
          background-color: #e40520; }
        .l__navigation__items--mobile__nav.orange {
          background-color: #fa4616; }
        .l__navigation__items--mobile__nav.yellow {
          background-color: #ffcd34; }
        .l__navigation__items--mobile__nav.purple {
          background-color: #753bbd; }
        .l__navigation__items--mobile__nav.blue {
          background-color: #1e22aa; }
        .l__navigation__items--mobile__nav.active {
          display: -ms-grid;
          display: grid; }
        .l__navigation__items--mobile__nav .l__navigation__items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
      .l__navigation__items--mobile input#l__navigation__trigger {
        display: none; }
        .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span {
          background-color: transparent; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span::before {
            background-color: #e40520;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span::after {
            background-color: #e40520;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.red::before {
            background-color: #e40520;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.red::after {
            background-color: #e40520;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.orange::before {
            background-color: #fa4616;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.orange::after {
            background-color: #fa4616;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.yellow::before {
            background-color: #ffcd34;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.yellow::after {
            background-color: #ffcd34;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.purple::before {
            background-color: #753bbd;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.purple::after {
            background-color: #753bbd;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.blue::before {
            background-color: #1e22aa;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
          .l__navigation__items--mobile input#l__navigation__trigger:checked ~ .l__navigation__trigger span.blue::after {
            background-color: #1e22aa;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 0;
            -webkit-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
      .l__navigation__items--mobile .l__navigation__trigger {
        cursor: pointer;
        font-size: 16px;
        height: 100%;
        max-height: 65px;
        margin: 0;
        padding: 0 !important;
        left: auto;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 3.5em;
        z-index: 999; }
        @media (max-width: 480px) {
          .l__navigation__items--mobile .l__navigation__trigger {
            width: 3em; } }
        .l__navigation__items--mobile .l__navigation__trigger span {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #e40520;
          height: 3px;
          width: 50px;
          left: 30px;
          top: 50%; }
          @media (max-width: 480px) {
            .l__navigation__items--mobile .l__navigation__trigger span {
              width: 40px;
              left: 35px; } }
          .l__navigation__items--mobile .l__navigation__trigger span.red {
            background-color: #e40520; }
          .l__navigation__items--mobile .l__navigation__trigger span.orange {
            background-color: #fa4616; }
          .l__navigation__items--mobile .l__navigation__trigger span.yellow {
            background-color: #ffcd34; }
          .l__navigation__items--mobile .l__navigation__trigger span.purple {
            background-color: #753bbd; }
          .l__navigation__items--mobile .l__navigation__trigger span.blue {
            background-color: #1e22aa; }
          .l__navigation__items--mobile .l__navigation__trigger span::before {
            content: "";
            background-color: inherit;
            position: absolute;
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
            top: 0;
            left: 0;
            width: 100%;
            height: 3px; }
            @media (max-width: 480px) {
              .l__navigation__items--mobile .l__navigation__trigger span::before {
                -webkit-transform: translateY(-8px);
                -ms-transform: translateY(-8px);
                transform: translateY(-8px); } }
          .l__navigation__items--mobile .l__navigation__trigger span::after {
            content: "";
            background-color: inherit;
            position: absolute;
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
            bottom: -12px;
            left: 0;
            width: 100%;
            height: 3px; }
            @media (max-width: 480px) {
              .l__navigation__items--mobile .l__navigation__trigger span::after {
                -webkit-transform: translateY(-4px);
                -ms-transform: translateY(-4px);
                transform: translateY(-4px); } }
    .l__navigation__items--sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 480px) {
        .l__navigation__items--sub {
          width: 100%; } }
      .l__navigation__items--sub li {
        display: inline;
        padding: 0 10px; }
        .l__navigation__items--sub li a {
          font-family: "D-DIN", sans-serif;
          color: #4d4d4c;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700; }
        .l__navigation__items--sub li.beacon-search {
          padding: 0; }
          @media (max-width: 480px) {
            .l__navigation__items--sub li.beacon-search {
              width: 33.333%; } }
        .l__navigation__items--sub li.beacon-email {
          cursor: pointer;
          position: relative;
          width: 52px;
          height: 52px;
          padding: 0;
          background-color: #FFFFFF; }
          @media (max-width: 480px) {
            .l__navigation__items--sub li.beacon-email {
              width: 33.333%;
              height: 80px;
              padding: 0; } }
          .l__navigation__items--sub li.beacon-email--::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/Mail.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            width: 20px;
            height: 12px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .l__navigation__items--sub li.beacon-email--red::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/Mail.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            width: 20px;
            height: 12px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .l__navigation__items--sub li.beacon-email--blue::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/dark-blue-mail.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            width: 20px;
            height: 12px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .l__navigation__items--sub li.beacon-email--purple::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/purple-mail.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            width: 20px;
            height: 12px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .l__navigation__items--sub li.beacon-phone {
          background-color: #ededed;
          height: 100%;
          height: 52px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          padding-left: 30px; }
          @media (max-width: 480px) {
            .l__navigation__items--sub li.beacon-phone {
              padding: 0 10px;
              width: 33.333%;
              height: 80px;
              background-color: transparent; } }
          .l__navigation__items--sub li.beacon-phone a.beacon-phone--::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/09/Fill-1.png");
            background-size: contain;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 480px) {
              .l__navigation__items--sub li.beacon-phone a.beacon-phone--::before {
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); } }
          .l__navigation__items--sub li.beacon-phone a.beacon-phone--red::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/Fill-1.png");
            background-size: contain;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 480px) {
              .l__navigation__items--sub li.beacon-phone a.beacon-phone--red::before {
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); } }
          .l__navigation__items--sub li.beacon-phone a.beacon-phone--blue::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/dark-blue-phone.png");
            background-size: contain;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 480px) {
              .l__navigation__items--sub li.beacon-phone a.beacon-phone--blue::before {
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); } }
          .l__navigation__items--sub li.beacon-phone a.beacon-phone--purple::before {
            content: "";
            background-image: url("/wp-content/uploads/2018/11/purple-phone.png");
            background-size: contain;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 480px) {
              .l__navigation__items--sub li.beacon-phone a.beacon-phone--purple::before {
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); } }
          .l__navigation__items--sub li.beacon-phone span {
            color: #e40520;
            font-size: 18px;
            font-weight: 700;
            padding: 0 0.1em; }
            @media (max-width: 480px) {
              .l__navigation__items--sub li.beacon-phone span {
                display: none; } }
            .l__navigation__items--sub li.beacon-phone span.beacon-phone--red {
              color: #e40520; }
            .l__navigation__items--sub li.beacon-phone span.beacon-phone--orange {
              color: #fa4616; }
            .l__navigation__items--sub li.beacon-phone span.beacon-phone--yellow {
              color: #ffcd34; }
            .l__navigation__items--sub li.beacon-phone span.beacon-phone--purple {
              color: #753bbd; }
            .l__navigation__items--sub li.beacon-phone span.beacon-phone--blue {
              color: #1e22aa; }
    .l__navigation__items .mobile-show {
      display: none; }
      @media (max-width: 768px) {
        .l__navigation__items .mobile-show {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .l__navigation__items li {
      display: inline-block;
      padding: 30px 10px; }
      @media (max-width: 1366px) {
        .l__navigation__items li {
          padding: 20px 5px; } }
      @media (max-width: 1024px) {
        .l__navigation__items li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          width: 100%; } }
      @media (max-width: 500px) {
        .l__navigation__items li {
          display: block;
          margin: 0 auto;
          text-align: center; } }
      @media (max-width: 500px) {
        .l__navigation__items li {
          padding: 10px 5px; } }
      .l__navigation__items li a {
        font-family: "D-DIN", sans-serif;
        color: #4d4d4c;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0); }
        @media (min-width: 769px) {
          .l__navigation__items li a:hover::before {
            left: 0;
            right: 0; }
          .l__navigation__items li a:active::before {
            left: 0;
            right: 0; }
          .l__navigation__items li a:active::before {
            left: 0;
            right: 0; } }
        .l__navigation__items li a::before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 51%;
          right: 51%;
          bottom: 0;
          background: #353535;
          height: 3px;
          -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
          transform: translateY(5px);
          -webkit-transition-property: left, right;
          -o-transition-property: left, right;
          transition-property: left, right;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          @media (max-width: 768px) {
            .l__navigation__items li a::before {
              display: none; } }
        @media (max-width: 1366px) {
          .l__navigation__items li a {
            font-size: 14px; } }
        @media (max-width: 1024px) {
          .l__navigation__items li a {
            color: #FFFFFF; } }
      .l__navigation__items li ul.sub-menu {
        display: none; }
        @media (max-width: 500px) {
          .l__navigation__items li ul.sub-menu.active {
            display: block !important;
            padding: 0; } }
      @media (min-width: 769px) {
        .l__navigation__items li:hover ul.sub-menu, .l__navigation__items li:focus ul.sub-menu, .l__navigation__items li:active ul.sub-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          background-color: #353535;
          position: absolute;
          top: 130px;
          left: 0;
          right: 0;
          width: 100%;
          z-index: 50; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .l__navigation__items li:hover ul.sub-menu, .l__navigation__items li:focus ul.sub-menu, .l__navigation__items li:active ul.sub-menu {
      top: 100%;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
      @media (min-width: 769px) {
          .l__navigation__items li:hover ul.sub-menu > li, .l__navigation__items li:focus ul.sub-menu > li, .l__navigation__items li:active ul.sub-menu > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px; }
            .l__navigation__items li:hover ul.sub-menu > li a, .l__navigation__items li:focus ul.sub-menu > li a, .l__navigation__items li:active ul.sub-menu > li a {
              color: #FFFFFF;
              font-size: 16px;
              font-weight: bold;
              padding: 0 15px;
              -webkit-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .l__navigation__items li:hover ul.sub-menu > li a, .l__navigation__items li:focus ul.sub-menu > li a, .l__navigation__items li:active ul.sub-menu > li a {
          font-size: 14px; } }
      @media (min-width: 769px) {
            .l__navigation__items li:hover ul.sub-menu > li.football::before, .l__navigation__items li:focus ul.sub-menu > li.football::before, .l__navigation__items li:active ul.sub-menu > li.football::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/Page-1-2.png");
              background-repeat: no-repeat;
              width: 50px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.more-sports::before, .l__navigation__items li:focus ul.sub-menu > li.more-sports::before, .l__navigation__items li:active ul.sub-menu > li.more-sports::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/Page-1-1.png");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 50px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.parties::before, .l__navigation__items li:focus ul.sub-menu > li.parties::before, .l__navigation__items li:active ul.sub-menu > li.parties::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/Page-1.png");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 50px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.team::before, .l__navigation__items li:focus ul.sub-menu > li.team::before, .l__navigation__items li:active ul.sub-menu > li.team::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/Teamwork-Icon.png");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 50px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.education::before, .l__navigation__items li:focus ul.sub-menu > li.education::before, .l__navigation__items li:active ul.sub-menu > li.education::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/Eductaion.svg");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 50px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.health::before, .l__navigation__items li:focus ul.sub-menu > li.health::before, .l__navigation__items li:active ul.sub-menu > li.health::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/HealthWellbeing.svg");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 48px;
              height: 45px; }
            .l__navigation__items li:hover ul.sub-menu > li.work::before, .l__navigation__items li:focus ul.sub-menu > li.work::before, .l__navigation__items li:active ul.sub-menu > li.work::before {
              content: "";
              background-image: url("/wp-content/uploads/2018/11/work.svg");
              background-size: contain;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              width: 48px;
              height: 45px; } }

@media (max-width: 1024px) {
  .menu-beacon_v2_sub-container {
    display: none; } }

@media (max-width: 1024px) {
  .l__navigation__main .menu-beacon_v2-container {
    display: none; } }

.beacon-mail-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px; }

/*********************************************************************************************************************************
****************************                     Beacon of Light Search                  *****************************************
*********************************************************************************************************************************/
.l__search__container {
  position: absolute;
  padding: 15px 25px;
  width: auto;
  right: 0;
  left: 160px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1000;
  bottom: 0; }
  .l__search__container.red {
    background-color: #e40520; }
  .l__search__container.orange {
    background-color: #fa4616; }
  .l__search__container.yellow {
    background-color: #ffcd34; }
  .l__search__container.purple {
    background-color: #753bbd; }
  .l__search__container.blue {
    background-color: #1e22aa; }
  .l__search__container.active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media (max-width: 480px) {
      .l__search__container.active {
        -webkit-transform: translateX(0) translateY(80px);
        -ms-transform: translateX(0) translateY(80px);
        transform: translateX(0) translateY(80px);
        z-index: 9999; } }
  @media (max-width: 1024px) {
    .l__search__container {
      left: 0; } }
  .l__search__container__input {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    color: #1d1e1e;
    font-size: 20px;
    text-transform: none; }
    .l__search__container__input.white {
      border: 1.5px solid #000000; }
    .l__search__container__input.red {
      border: 1.5px solid #e40520; }
    .l__search__container__input.orange {
      border: 1.5px solid #fa4616; }
    .l__search__container__input.yellow {
      border: 1.5px solid #ffcd34; }
    .l__search__container__input.purple {
      border: 1.5px solid #753bbd; }
    .l__search__container__input.blue {
      border: 1.5px solid #1e22aa; }

#form-submit {
  display: none; }

.explore-carousel {
  display: none !important; }
  .explore-carousel.active {
    display: block !important; }

.m__gallery__wrapper {
  display: block;
  position: relative;
  padding: 0;
  margin: 0; }

.m__gallery__items {
  display: block;
  width: 100%; }
  .m__gallery__items__item {
    position: relative; }
    .m__gallery__items__item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 450px;
      padding: 45px; }
      .m__gallery__items__item__content p {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: bold;
        line-height: 33px;
        margin-bottom: 80px; }
      .m__gallery__items__item__content span {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold; }
      .m__gallery__items__item__content.black {
        background-color: #000;
        color: white; }
        .m__gallery__items__item__content.black h1,
        .m__gallery__items__item__content.black h2,
        .m__gallery__items__item__content.black h3,
        .m__gallery__items__item__content.black p,
        .m__gallery__items__item__content.black a {
          color: white; }
      .m__gallery__items__item__content.red {
        background-color: #e40520; }
        .m__gallery__items__item__content.red h1 {
          color: #FFFFFF; }
        .m__gallery__items__item__content.red p {
          color: #FFFFFF; }
      .m__gallery__items__item__content.orange {
        background-color: #fa4616;
        color: #FFFFFF; }
        .m__gallery__items__item__content.orange h1,
        .m__gallery__items__item__content.orange h2 {
          color: #FFFFFF; }
        .m__gallery__items__item__content.orange ul {
          color: #FFFFFF;
          margin-bottom: 30px; }
          .m__gallery__items__item__content.orange ul li {
            color: #FFFFFF;
            font-weight: bold; }
      .m__gallery__items__item__content.yellow {
        background-color: #ffcd34;
        color: #353535; }
        .m__gallery__items__item__content.yellow h1,
        .m__gallery__items__item__content.yellow h2 {
          color: #353535; }
        .m__gallery__items__item__content.yellow p {
          color: #353535 !important; }
      .m__gallery__items__item__content.purple {
        background-color: #753bbd; }
        .m__gallery__items__item__content.purple h1 {
          color: #FFFFFF; }
      .m__gallery__items__item__content.blue {
        background-color: #1e22aa; }

.m__gallery__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 450px; }

.push {
  padding: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .push {
      padding: 25px 20px; } }

.dark-overlay::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.p360-loader {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  text-indent: -9999em; }
  .p360-loader:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #3ab6b6;
    border-color: #3ab6b6 transparent #dd7935 transparent;
    -webkit-animation: p360-loader 1.2s linear infinite;
    animation: p360-loader 1.2s linear infinite; }

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

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

.p360__container {
  position: relative; }
  @media (max-width: 1024px) {
    .p360__container {
      min-height: 300px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .p360__container {
      width: 100%; } }
  @media (min-width: 1024px) {
    .p360__container {
      min-height: 700px;
      width: 100%;
      margin: -50px auto 0; } }
  .p360__container::after {
    clear: both;
    display: table;
    content: ""; }
  .p360__container .p360-view {
    width: 100%;
    height: auto; }
    .p360__container .p360-view img {
      vertical-align: middle; }
  .p360__container .p360__rotateStage__rotateItem {
    display: none;
    right: 0;
    top: 0;
    left: 0; }
    .p360__container .p360__rotateStage__rotateItem.active {
      display: block;
      background-repeat: no-repeat;
      background-position: center bottom 20px;
      background-size: 90%; }
      @media (min-width: 1024px) {
        .p360__container .p360__rotateStage__rotateItem.active {
          background-position: center bottom 25px; } }
    .p360__container .p360__rotateStage__rotateItem img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }

#map {
  height: 500px;
  min-height: 500px;
  width: 100%; }

.c__map {
  height: 500px;
  min-height: 500px;
  width: 100%; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.c__social__items {
  display: block;
  margin: 15px 0; }
  .c__social__items__item img {
    width: 33px;
    height: 33px; }

footer#beacon-footer {
  display: block; }

.noHead {
  margin-top: 2.5em; }
  @media (max-width: 768px) {
    .noHead {
      margin-top: 0; } }

.squeeze {
  padding: 0 50px; }
  @media (max-width: 768px) {
    .squeeze {
      padding: 0 20px; } }

.l__beacon__footer {
  position: relative;
  background-color: #353535;
  padding: 50px 0;
  clear: both; }
  .l__beacon__footer__logo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 100px;
    margin-bottom: 2.5em; }
  .l__beacon__footer__contain #gform_wrapper_16 form .validation_error {
    width: 93.5%; }
    @media (max-width: 480px) {
      .l__beacon__footer__contain #gform_wrapper_16 form .validation_error {
        width: 100%; } }
  .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li {
    margin: 5px;
    width: 45%;
    float: left; }
    @media (max-width: 480px) {
      .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li {
        width: 98%; } }
    .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li#field_16_3 {
      clear: left; }
    .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li#field_16_5 {
      width: 92%; }
      @media (max-width: 480px) {
        .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li#field_16_5 {
          width: 98%; } }
      .l__beacon__footer__contain #gform_wrapper_16 form .gform_body ul.gform_fields li#field_16_5 textarea {
        max-height: 80px; }
  .l__beacon__footer__contain #gform_wrapper_16 form .gform_footer.top_label {
    clear: both;
    margin-left: 5px; }
  @media (min-width: 1025px) {
    .l__beacon__footer__contain.newsletter {
      padding-left: 25%; } }
  @media (max-width: 768px) {
    .l__beacon__footer__contain {
      margin-bottom: 20px; } }
  .l__beacon__footer__contain p,
  .l__beacon__footer__contain a {
    font-family: "D-DIN", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0;
    line-height: 20px;
    margin: 0; }
  .l__beacon__footer__contain .footer-spacer {
    padding: 15px; }
    @media (max-width: 650px) {
      .l__beacon__footer__contain .footer-spacer {
        padding: 10px; } }
  .l__beacon__footer__contain .footer-header {
    display: block;
    color: #FFFFFF;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "D-DIN", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px; }
  .l__beacon__footer__nav {
    display: block;
    position: relative; }
    .l__beacon__footer__nav__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left; }
      .l__beacon__footer__nav__items__item a {
        color: #FFFFFF;
        font-family: "D-DIN", sans-serif;
        font-size: 14px;
        font-weight: normal; }

.g__copyright {
  display: block;
  position: relative;
  background-color: #e40520;
  padding: 5px 0; }
  .g__copyright p,
  .g__copyright a {
    color: #FFFFFF;
    font-family: "D-DIN", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .g__copyright .align--right {
    text-align: right; }
  @media (max-width: 650px) {
    .g__copyright .align--mob--center {
      text-align: center; } }

p.adjust {
  display: block;
  padding: 4px 0; }

.c__info__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 16.6666%;
  float: left;
  padding: 10px; }
  @media (max-width: 1146px) {
    .c__info__tab {
      width: 30.5%; } }
  @media (max-width: 768px) {
    .c__info__tab {
      width: 50%; } }
  @media (max-width: 650px) {
    .c__info__tab {
      width: 100%; } }
  .c__info__tab__image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px; }

.c__cards__items__item--sponsor {
  background-color: #1e22aa;
  width: 100%;
  padding: 30px 20px; }
  .c__cards__items__item--sponsor.red {
    background-color: #e40520; }
  .c__cards__items__item--sponsor.orange {
    background-color: #fa4616; }
  .c__cards__items__item--sponsor.yellow {
    background-color: #ffcd34; }
  .c__cards__items__item--sponsor.purple {
    background-color: #753bbd; }
  .c__cards__items__item--sponsor.blue {
    background-color: #1e22aa; }

.c__cards__items__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  min-height: 20vw; }

.c__cards__items__item__content {
  display: block;
  padding: 15px 0; }
  .c__cards__items__item__content--sponsor p {
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px; }
  .c__cards__items__item__content--sponsor__image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 25px;
    margin-top: 3.75em; }
  .c__cards__items__item__content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .c__cards__items__item__content__inner--desc {
    padding-right: 15px; }
  .c__cards__items__item__content h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 10px; }
  .c__cards__items__item__content p {
    font-size: 1em;
    font-weight: 300;
    line-height: 21px; }
  .c__cards__items__item__content a.btn_new.btn_new__standard__link {
    text-decoration: none;
    padding: 0; }
  .c__cards__items__item__content h3.red, .c__cards__items__item__content a.red {
    color: #e40520; }
  .c__cards__items__item__content h3.orange, .c__cards__items__item__content a.orange {
    color: #fa4616; }
  .c__cards__items__item__content h3.yellow, .c__cards__items__item__content a.yellow {
    color: #ffcd34; }
  .c__cards__items__item__content h3.purple, .c__cards__items__item__content a.purple {
    color: #753bbd; }
  .c__cards__items__item__content h3.blue, .c__cards__items__item__content a.blue {
    color: #1e22aa; }

.c__breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 20px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .c__breadcrumbs p#breadcrumbs {
    margin: 0;
    padding: 0; }
    .c__breadcrumbs p#breadcrumbs span, .c__breadcrumbs p#breadcrumbs a {
      color: white;
      font-size: 12px;
      text-transform: uppercase; }

.no-js [data-anim*="fade"] {
  opacity: 1; }

[data-anim*="fade"] {
  opacity: 0; }

[data-anim] {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  [data-anim][data-anim__delay="1"] {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  [data-anim][data-anim__duration="1"] {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s; }
  [data-anim][data-anim__delay="2"] {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  [data-anim][data-anim__duration="2"] {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; }
  [data-anim][data-anim__delay="3"] {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  [data-anim][data-anim__duration="3"] {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s; }
  [data-anim][data-anim__delay="4"] {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  [data-anim][data-anim__duration="4"] {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s; }
  [data-anim][data-anim__delay="5"] {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  [data-anim][data-anim__duration="5"] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  [data-anim][data-anim__delay="6"] {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  [data-anim][data-anim__duration="6"] {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s; }
  [data-anim][data-anim__delay="7"] {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  [data-anim][data-anim__duration="7"] {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
  [data-anim][data-anim__delay="8"] {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  [data-anim][data-anim__duration="8"] {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  [data-anim][data-anim__delay="9"] {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  [data-anim][data-anim__duration="9"] {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s; }
  [data-anim][data-anim__delay="10"] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  [data-anim][data-anim__duration="10"] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  [data-anim][data-anim__delay="11"] {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  [data-anim][data-anim__duration="11"] {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s; }
  [data-anim][data-anim__delay="12"] {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  [data-anim][data-anim__duration="12"] {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s; }
  [data-anim][data-anim__delay="13"] {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  [data-anim][data-anim__duration="13"] {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
  [data-anim][data-anim__delay="14"] {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  [data-anim][data-anim__duration="14"] {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s; }
  [data-anim][data-anim__delay="15"] {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  [data-anim][data-anim__duration="15"] {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  [data-anim][data-anim__delay="16"] {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  [data-anim][data-anim__duration="16"] {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s; }
  [data-anim][data-anim__delay="17"] {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  [data-anim][data-anim__duration="17"] {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s; }
  [data-anim][data-anim__delay="18"] {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  [data-anim][data-anim__duration="18"] {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s; }
  [data-anim][data-anim__delay="19"] {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  [data-anim][data-anim__duration="19"] {
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s; }
  [data-anim][data-anim__delay="20"] {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  [data-anim][data-anim__duration="20"] {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  [data-anim][data-anim__delay="21"] {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  [data-anim][data-anim__duration="21"] {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s; }
  [data-anim][data-anim__delay="22"] {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  [data-anim][data-anim__duration="22"] {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s; }
  [data-anim][data-anim__delay="23"] {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s; }
  [data-anim][data-anim__duration="23"] {
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s; }
  [data-anim][data-anim__delay="24"] {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  [data-anim][data-anim__duration="24"] {
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s; }
  [data-anim][data-anim__delay="25"] {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  [data-anim][data-anim__duration="25"] {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s; }
  [data-anim][data-anim__delay="26"] {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  [data-anim][data-anim__duration="26"] {
    -webkit-animation-duration: 2.6s;
    animation-duration: 2.6s; }
  [data-anim][data-anim__delay="27"] {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s; }
  [data-anim][data-anim__duration="27"] {
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s; }
  [data-anim][data-anim__delay="28"] {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  [data-anim][data-anim__duration="28"] {
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s; }
  [data-anim][data-anim__delay="29"] {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s; }
  [data-anim][data-anim__duration="29"] {
    -webkit-animation-duration: 2.9s;
    animation-duration: 2.9s; }
  [data-anim][data-anim__delay="30"] {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  [data-anim][data-anim__duration="30"] {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }
  [data-anim][data-anim__delay="31"] {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s; }
  [data-anim][data-anim__duration="31"] {
    -webkit-animation-duration: 3.1s;
    animation-duration: 3.1s; }
  [data-anim][data-anim__delay="32"] {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  [data-anim][data-anim__duration="32"] {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s; }
  [data-anim][data-anim__delay="33"] {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s; }
  [data-anim][data-anim__duration="33"] {
    -webkit-animation-duration: 3.3s;
    animation-duration: 3.3s; }
  [data-anim][data-anim__delay="34"] {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s; }
  [data-anim][data-anim__duration="34"] {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s; }
  [data-anim][data-anim__delay="35"] {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s; }
  [data-anim][data-anim__duration="35"] {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s; }
  [data-anim][data-anim__delay="36"] {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  [data-anim][data-anim__duration="36"] {
    -webkit-animation-duration: 3.6s;
    animation-duration: 3.6s; }
  [data-anim][data-anim__delay="37"] {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s; }
  [data-anim][data-anim__duration="37"] {
    -webkit-animation-duration: 3.7s;
    animation-duration: 3.7s; }
  [data-anim][data-anim__delay="38"] {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s; }
  [data-anim][data-anim__duration="38"] {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s; }
  [data-anim][data-anim__delay="39"] {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s; }
  [data-anim][data-anim__duration="39"] {
    -webkit-animation-duration: 3.9s;
    animation-duration: 3.9s; }
  [data-anim][data-anim__delay="40"] {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  [data-anim][data-anim__duration="40"] {
    -webkit-animation-duration: 4s;
    animation-duration: 4s; }
  [data-anim][data-anim__delay="41"] {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s; }
  [data-anim][data-anim__duration="41"] {
    -webkit-animation-duration: 4.1s;
    animation-duration: 4.1s; }
  [data-anim][data-anim__delay="42"] {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  [data-anim][data-anim__duration="42"] {
    -webkit-animation-duration: 4.2s;
    animation-duration: 4.2s; }
  [data-anim][data-anim__delay="43"] {
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s; }
  [data-anim][data-anim__duration="43"] {
    -webkit-animation-duration: 4.3s;
    animation-duration: 4.3s; }
  [data-anim][data-anim__delay="44"] {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s; }
  [data-anim][data-anim__duration="44"] {
    -webkit-animation-duration: 4.4s;
    animation-duration: 4.4s; }
  [data-anim][data-anim__delay="45"] {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  [data-anim][data-anim__duration="45"] {
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s; }
  [data-anim][data-anim__delay="46"] {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s; }
  [data-anim][data-anim__duration="46"] {
    -webkit-animation-duration: 4.6s;
    animation-duration: 4.6s; }
  [data-anim][data-anim__delay="47"] {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s; }
  [data-anim][data-anim__duration="47"] {
    -webkit-animation-duration: 4.7s;
    animation-duration: 4.7s; }
  [data-anim][data-anim__delay="48"] {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s; }
  [data-anim][data-anim__duration="48"] {
    -webkit-animation-duration: 4.8s;
    animation-duration: 4.8s; }
  [data-anim][data-anim__delay="49"] {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s; }
  [data-anim][data-anim__duration="49"] {
    -webkit-animation-duration: 4.9s;
    animation-duration: 4.9s; }
  [data-anim][data-anim__delay="50"] {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  [data-anim][data-anim__duration="50"] {
    -webkit-animation-duration: 5s;
    animation-duration: 5s; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
    animation-name: fadeBounce; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
    animation-name: fadeScale; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
    animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
    animation-name: strokeAnim; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
    animation-name: slideUp; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
    animation-name: slideUpMax; }
  [data-anim][data-anim__animate="true"][data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  [data-anim][data-anim__animate="true"][data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
    animation-name: fadeBounce; }
  [data-anim][data-anim__animate="true"][data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
    animation-name: fadeScale; }
  [data-anim][data-anim__animate="true"][data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
    animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
    animation-name: slideUp; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
    animation-name: slideUpMax;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
    animation-name: strokeAnim; }
  [data-anim][data-anim__iteration="infinte"] {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  70% {
    -moz-transform: scale(1); }
  80% {
    -moz-transform: scale(1.05); }
  95% {
    -moz-transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@-o-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  70% {
    -o-transform: scale(1); }
  80% {
    -o-transform: scale(1.05); }
  95% {
    -o-transform: scale(1.025); }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }

@keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@-o-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadeDownFromTop {
  0% {
    -moz-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes fadeDownFromTop {
  0% {
    -o-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }

@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-o-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(200px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(200px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideUpMax {
  0% {
    -moz-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -moz-transform: translateY(500px);
    opacity: 1; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes slideUpMax {
  0% {
    -o-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -o-transform: translateY(500px);
    opacity: 1; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideUpMin {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes slideUpMin {
  0% {
    -o-transform: translateY(50px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

body {
  background: #000000;
  color: #FFFFFF;
  font-family: "meta-plus-normal";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; }

.beacon {
  font-family: "ff-good-headline-web-pro-con" !important; }
  .beacon h1 {
    font-family: "ff-good-headline-web-pro-con" !important;
    font-weight: 600 !important; }
  .beacon h2 {
    font-family: "ff-good-headline-web-pro-con" !important; }
  .beacon h3 {
    font-family: "ff-good-headline-web-pro-con" !important; }
  .beacon p {
    font-family: "Helvetica Neue" !important; }
  .beacon li {
    font-family: "Helvetica Neue" !important; }
  .beacon strong {
    font-family: "ff-good-headline-web-pro-con" !important; }
  .beacon span {
    font-family: "ff-good-headline-web-pro-con" !important; }

.modal-link {
  padding-top: 25px; }
  .modal-link a {
    color: #000000 !important; }
    .modal-link a:hover {
      text-decoration: underline; }

.newsletter-signup .modal-link {
  padding-top: 0px; }
  .newsletter-signup .modal-link a {
    color: #000000 !important;
    margin-left: 25px; }
    .newsletter-signup .modal-link a:hover {
      text-decoration: underline; }

.mw-newsletter-signup .modal-link {
  padding-top: 0px; }
  .mw-newsletter-signup .modal-link a {
    color: #FFFFFF !important; }
    .mw-newsletter-signup .modal-link a:hover {
      text-decoration: underline; }

.footer .modal-link {
  padding-top: 0px; }
  .footer .modal-link a {
    color: #FFFFFF !important; }
    .footer .modal-link a:hover {
      text-decoration: underline; }

.mw-privacy {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  margin-top: 500px; }
  @media (max-width: 920px) {
    .mw-privacy {
      max-width: 450px; } }
  @media (max-width: 500px) {
    .mw-privacy {
      width: 290px;
      margin-top: 1000px; } }
  .mw-privacy .mw-address p {
    margin: 0;
    padding: 0; }
  .mw-privacy h2 {
    min-height: auto;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0; }
  .mw-privacy a {
    color: #d52b1e;
    font-size: 18px;
    text-transform: none; }
  .mw-privacy p {
    color: #000000;
    font-size: 18px; }

body.active {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: hidden; }

.filters-content {
  max-height: 0;
  opacity: 0; }

.mw-relative {
  position: relative; }

.icon__svg {
  display: block; }
  .icon__svg.logo {
    height: 4.0625em;
    width: 14.625em; }
  .icon__svg svg {
    display: block;
    height: 100%;
    width: 100%; }

.hidden {
  display: none; }

.form-overlay.active {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; }

.ajax-spinner {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; }
  .ajax-spinner .icon {
    position: absolute;
    border-radius: 15px;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .ajax-spinner .icon:after {
      content: "\f021";
      font-family: FontAwesome;
      font-size: 24px;
      position: absolute;
      color: #FFFFFF;
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear; }
    .ajax-spinner .icon .loading {
      font-size: 20px;
      color: #FFFFFF;
      font-family: "meta-plus-bold";
      font-weight: 600;
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      text-transform: uppercase; }

.privacy-close {
  top: 25px !important; }

.close, .woocommerce-basket .close-basket, .cart .close-basket, .attendee-popup .close-attendee-popup,
.privacy-close {
  position: absolute;
  cursor: pointer;
  background: url("../images/close-btn.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 2; }

.white-bg {
  background: #f6f6f6;
  padding-bottom: 50px;
  margin-bottom: -50px;
  padding-top: 40px; }

.mw-main {
  background: #FFFFFF;
  padding: 50px 0 0;
  color: #000000;
  overflow: hidden; }
  .mw-main.beacon {
    padding: 0; }
  .mw-main.grey-bg {
    background: #eeeeee; }
  .mw-main .background-shape {
    background: url("../images/background-shape.svg") right 50px no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .mw-main .background-shape svg {
      position: absolute;
      top: 0;
      right: 0; }
      .mw-main .background-shape svg .background-shape-color {
        fill: #c91618; }
    .mw-main .background-shape.lower svg {
      top: 600px; }
      @media (max-width: 800px) {
        .mw-main .background-shape.lower svg {
          top: 1000px; } }
  .mw-main .content {
    z-index: 0;
    position: relative; }
  .mw-main .breadcrumbs {
    margin-top: -50px;
    padding: 15px 0 20px; }
    .mw-main .breadcrumbs.margin-top {
      margin-top: 0; }
    .mw-main .breadcrumbs a,
    .mw-main .breadcrumbs span {
      font-family: "meta-plus-normal";
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      color: #898989; }
    .mw-main .breadcrumbs a {
      text-decoration: none; }
      .mw-main .breadcrumbs a:hover {
        color: #d52b1e; }
    .mw-main .breadcrumbs.beacon a,
    .mw-main .breadcrumbs.beacon span {
      font-family: "ff-good-headline-web-pro-con" !important; }
  .mw-main .mw-page-content:first-of-type h2,
  .mw-main .mw-page-content:first-of-type h3 {
    margin-top: 0 !important; }
  .mw-main .page-content {
    z-index: 1; }
    .mw-main .page-content li a {
      color: #d52b1e; }
    .mw-main .page-content .page-intro {
      margin: 0 auto 50px; }
      .mw-main .page-content .page-intro h2,
      .mw-main .page-content .page-intro h3 {
        color: #303030 !important;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase; }
      .mw-main .page-content .page-intro p {
        width: 100%;
        margin: 0 auto; }
        @media (max-width: 600px) {
          .mw-main .page-content .page-intro p {
            width: 100%; } }
    .mw-main .page-content .page-links {
      margin: 40px auto; }
      @media (max-width: 940px) {
        .mw-main .page-content .page-links .post {
          width: 50%; } }
      @media (max-width: 600px) {
        .mw-main .page-content .page-links .post {
          width: 100%; } }

.woocommerce-overlay,
.overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100; }
  .woocommerce-overlay.beacon,
  .overlay.beacon {
    display: none !important; }

.error404 .header {
  background-size: cover; }
  .error404 .header .page-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto; }
    .error404 .header .page-title h1 {
      text-align: center;
      font-size: 120px; }

.error404 .mw-main {
  padding: 0 0 50px; }
  .error404 .mw-main h1 {
    margin: 0; }
  .error404 .mw-main h2 {
    color: #000000;
    font-size: 24px;
    margin: 0 auto 25px; }

.feature-stat {
  background-size: cover;
  padding-top: 25vw;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 1350px) {
    .feature-stat {
      padding-top: 30vw; } }
  @media (max-width: 1250px) {
    .feature-stat {
      padding-top: 35vw; } }
  @media (max-width: 1150px) {
    .feature-stat {
      padding-top: 40vw; } }
  @media (max-width: 525px) {
    .feature-stat {
      padding-top: 75vw; } }
  @media (max-width: 360px) {
    .feature-stat {
      padding-top: 90vw; } }
  .feature-stat .stat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .feature-stat .stat-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .feature-stat .stat-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px; }
    .feature-stat .stat-text h2 {
      color: #FFFFFF;
      font-size: 70px;
      font-weight: 600;
      margin: 0 0 25px 0;
      line-height: 60px; }
      @media (max-width: 1000px) {
        .feature-stat .stat-text h2 {
          font-size: 50px; } }
      @media (max-width: 525px) {
        .feature-stat .stat-text h2 {
          font-size: 40px; } }
      @media (max-width: 360px) {
        .feature-stat .stat-text h2 {
          font-size: 35px;
          margin: 0; } }
    .feature-stat .stat-text h3 {
      color: #FFFFFF;
      font-size: 25px;
      font-weight: 600;
      margin: 0;
      line-height: 30px; }
      @media (max-width: 100px) {
        .feature-stat .stat-text h3 {
          font-size: 40px; } }

.team-members {
  margin-top: 50px; }
  .team-members .mw-team {
    margin-bottom: 30px; }
    .team-members .mw-team h3 {
      font-size: 16px !important;
      padding: 0;
      margin: 0;
      margin-bottom: 5px; }
    .team-members .mw-team ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .team-members .mw-team ul .full-width {
        width: 100%; }
      .team-members .mw-team ul li {
        font-size: 16px;
        width: 50%;
        float: left; }
        .team-members .mw-team ul li a {
          font-size: 14px;
          color: #d52b1e; }

.mw-quote {
  background-color: #d52b1e;
  margin: 70px 0 0 0; }
  .mw-quote .mw-grid-12 {
    padding: 0 !important; }
    @media (max-width: 1230px) {
      .mw-quote .mw-grid-12 {
        padding: 0 15px !important; } }
    .mw-quote .mw-grid-12 .mw-col-1-1 {
      padding: 0 !important; }
      @media (max-width: 1230px) {
        .mw-quote .mw-grid-12 .mw-col-1-1 {
          padding: 0 15px !important; } }
  .mw-quote .quote-image {
    background-size: cover;
    position: relative;
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    height: 360px; }
    @media (max-width: 1025px) {
      .mw-quote .quote-image {
        width: 100%;
        display: none; } }
    .mw-quote .quote-image img {
      width: 100%;
      height: 100%;
      display: block;
      padding: 0;
      margin: 0; }
  .mw-quote .quote-content {
    width: 50%;
    float: right;
    padding: 0 30px; }
    .mw-quote .quote-content.no-image {
      width: 100%;
      padding: 40px 0; }
    @media (max-width: 1025px) {
      .mw-quote .quote-content {
        width: 100%; } }
    .mw-quote .quote-content p {
      color: #FFFFFF;
      text-align: center; }
    .mw-quote .quote-content .quote {
      font-size: 28px;
      font-weight: 600;
      font-family: "meta-plus-bold";
      line-height: 38px;
      line-height: 1.2; }
      @media (max-width: 1350px) {
        .mw-quote .quote-content .quote {
          font-size: 22px; } }
      @media (max-width: 800px) {
        .mw-quote .quote-content .quote {
          font-size: 28px; } }
    .mw-quote .quote-content .author {
      font-size: 18px;
      font-weight: 600;
      font-family: "meta-plus-bold"; }
    .mw-quote .quote-content svg {
      display: block;
      margin: 25px auto; }
      .mw-quote .quote-content svg:nth-of-type(2) {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.filters-wrapper {
  background-color: #d52b1e; }
  @media (max-width: 950px) {
    .filters-wrapper {
      display: block;
      padding-bottom: 20px; } }
  @media (max-width: 950px) {
    .filters-wrapper ul {
      list-style: none;
      width: 100%;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: opacity 0.4s, max-height 0.4s;
      -o-transition: opacity 0.4s, max-height 0.4s;
      transition: opacity 0.4s, max-height 0.4s;
      z-index: 9998; } }
  .filters-wrapper ul.active {
    max-height: 370px;
    opacity: 1;
    padding: 0px; }
  .filters-wrapper li {
    display: table-cell;
    padding: 28px 0;
    width: 14.3%; }
    @media (max-width: 950px) {
      .filters-wrapper li {
        width: 100%;
        display: block;
        float: left;
        padding: 0; } }
    @media (max-width: 950px) {
      .filters-wrapper li:last-of-type a {
        border-bottom: 2px solid #FFFFFF; } }
    .filters-wrapper li a {
      color: White;
      padding: 14.5px 20px;
      font-size: 16px;
      text-transform: uppercase;
      margin-right: 0;
      cursor: pointer;
      font-family: "meta-plus-bold";
      width: 100%;
      display: block;
      text-align: center; }
      @media (max-width: 950px) {
        .filters-wrapper li a {
          display: block;
          width: 100%;
          text-align: left;
          border: 2px solid #FFFFFF;
          border-top: 0;
          border-bottom: 0; } }
      .filters-wrapper li a.active {
        border: 2px solid #FFFFFF;
        padding: 12.5px 20px; }
        @media (max-width: 950px) {
          .filters-wrapper li a.active {
            border: 2px solid #FFFFFF;
            border-top: 0;
            border-bottom: 0; } }
      @media (max-width: 550px) {
        .filters-wrapper li a {
          padding: 14.5px 10px; } }

@media (max-width: 700px) {
  .home-filters-wrapper {
    display: block; } }

.home-filters-wrapper li {
  display: table-cell;
  padding: 40px 0; }
  @media (max-width: 550px) {
    .home-filters-wrapper li {
      padding: 20px 0; } }
  @media (max-width: 700px) {
    .home-filters-wrapper li {
      width: 49%;
      margin-right: 2%;
      display: block;
      float: left; }
      .home-filters-wrapper li:nth-of-type(2) {
        margin-right: 0; } }
  .home-filters-wrapper li a {
    color: black;
    padding: 14.5px 50px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 0;
    cursor: pointer;
    font-family: "meta-plus-bold"; }
    @media (max-width: 700px) {
      .home-filters-wrapper li a {
        display: block;
        width: 100%;
        text-align: center; } }
    @media (max-width: 550px) {
      .home-filters-wrapper li a {
        padding: 14.5px 10px;
        font-size: 14px; } }
    .home-filters-wrapper li a.active {
      border: 2px solid #d52b1e;
      color: #d52b1e; }

.content {
  position: relative; }
  @media (max-width: 1230px) {
    .content {
      padding-top: 68px; } }
  @media (max-width: 500px) {
    .content {
      padding-top: 48px; } }

ol {
  list-style-type: decimal;
  margin: 0 0 0 20px; }
  ol li:before {
    content: none; }

.default-text {
  margin-bottom: 40px; }

.page-id-10125 .team-members {
  margin-top: 20px; }

.mw-share-page {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s, height 0.6s;
  z-index: 9999;
  background-color: #2c2d35;
  -webkit-box-shadow: 0 0 6px 1px #7b7b7b;
  box-shadow: 0 0 6px 1px #7b7b7b; }
  .mw-share-page.beacon {
    background-color: #b22536; }
    .mw-share-page.beacon .mw-share-buttons {
      background-color: #b22536; }
  .mw-share-page.active {
    height: 180px; }
    .mw-share-page.active svg {
      top: 18%; }
  .mw-share-page svg {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mw-share-page.active svg {
    opacity: 0.3; }
  .mw-share-page .mw-share-buttons {
    position: absolute;
    top: 60px;
    background-color: #2c2d35;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    .mw-share-page .mw-share-buttons li {
      width: 60px;
      height: 60px;
      position: relative; }
      .mw-share-page .mw-share-buttons li a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .mw-share-page .mw-share-buttons li a .fa {
          color: #FFFFFF;
          font-size: 25px; }

.dpj-gmap-infobox p {
  padding: 0;
  margin: 0; }

.carousel-arrows {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 100px;
  padding: 10px;
  display: none; }
  @media (max-width: 643px) {
    .carousel-arrows {
      display: block; } }
  .carousel-arrows .jcarousel-prev {
    float: left;
    width: 10px; }
  .carousel-arrows .jcarousel-next {
    float: right;
    width: 10px;
    position: absolute;
    right: 0;
    top: 10px; }

.mw-form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 15px;
  border: 10px solid #eeeeee;
  max-width: 740px;
  width: 100%;
  z-index: 9999; }
  .mw-form #gform_wrapper_8 {
    padding: 30px; }
    .mw-form #gform_wrapper_8 ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
    .mw-form #gform_wrapper_8 .gfield_label {
      display: none; }
    .mw-form #gform_wrapper_8 .gf_consent {
      clear: both;
      width: 100%;
      display: block; }
      .mw-form #gform_wrapper_8 .gf_consent .gfield_label {
        display: none !important; }
      .mw-form #gform_wrapper_8 .gf_consent input[type="checkbox"] {
        border: 1px solid #585858;
        vertical-align: top;
        margin-top: 5px; }
      .mw-form #gform_wrapper_8 .gf_consent label {
        display: inline-block !important;
        color: #585858;
        width: calc(100% - 31px); }
        .mw-form #gform_wrapper_8 .gf_consent label a {
          display: inherit; }
    .mw-form #gform_wrapper_8 .gfield_checkbox input[type="checkbox"] {
      border: 1px solid #585858;
      vertical-align: top;
      margin-top: 5px; }
    .mw-form #gform_wrapper_8 .gfield_checkbox label {
      display: inline-block !important;
      color: #585858;
      width: calc(100% - 31px); }
    .mw-form #gform_wrapper_8 .gfield_checkbox li {
      width: 32.3%;
      float: left;
      margin-right: 1%;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .mw-form #gform_wrapper_8 .gfield_checkbox li {
          width: 49%; } }
  .mw-form h2 {
    color: #d52b1e;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    margin: 20px; }
  .mw-form h3 {
    color: #d52b1e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    float: none !important; }
  .mw-form p {
    text-align: center;
    color: #585858;
    margin-bottom: 20px; }
  .mw-form a {
    color: #585858;
    text-align: center;
    display: block; }
  .mw-form .gform_footer {
    clear: both; }
    .mw-form .gform_footer input[type="submit"] {
      border: 2px solid #d52b1e;
      color: #d52b1e;
      display: block;
      margin: 0 auto 20px; }
      .mw-form .gform_footer input[type="submit"]:hover {
        color: #FFFFFF;
        background-color: #d52b1e; }

.email-validation,
.full-name-validation {
  color: #d52b1e;
  padding-bottom: 15px; }

.woocommerce-mailchimp-opt-in {
  clear: both; }

.empty-basket {
  display: none !important; }

@media (max-width: 900px) {
  .desktop-quote {
    display: none; } }

.mobile-quote {
  display: none; }
  @media (max-width: 900px) {
    .mobile-quote {
      display: block !important; } }

.mw-apply-form input,
.mw-apply-form select {
  margin-bottom: 15px;
  width: 100%; }

.mw-apply-form .gform_footer {
  margin: 0; }
  .mw-apply-form .gform_footer input[type="submit"] {
    max-width: 100%; }

.play-video {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9998; }
  .play-video .fa-play {
    color: #FFFFFF;
    font-size: 75px; }

.close-modal {
  position: absolute;
  right: -25px;
  top: 0px;
  padding: 5px 8px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "meta-plus-bold";
  cursor: pointer; }

.video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 15px;
  width: 100%;
  max-width: 600px; }
  @media (max-width: 500px) {
    .video-container {
      width: 80%; } }
  .video-container iframe {
    max-width: 100% !important; }

.create-account #mailchimp_woocommerce_newsletter:checked {
  background: #d52b1e !important; }

.woocommerce-mailchimp-opt-in {
  display: none !important; }

#wc_checkout_add_ons .input-checkbox {
  padding: 0 9px !important;
  height: 20px !important;
  width: 30px !important;
  border: 1px solid #a2a2a2 !important;
  background: #ffffff !important;
  text-align: left; }
  #wc_checkout_add_ons .input-checkbox:checked {
    background: #d52b1e !important; }

#wc_checkout_add_ons .form-row {
  text-align: left; }

.create-account {
  display: none !important; }

.tax-school-categories p,
.tax-fundraising-events-categories p {
  padding-bottom: 0; }

.slider-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-top: 0; }
  @media (max-width: 1100px) {
    .slider-wrapper {
      margin-top: 58px; } }
  @media (max-width: 800px) {
    .slider-wrapper {
      height: 600px; } }
  @media (max-width: 500px) {
    .slider-wrapper {
      height: 300px; } }
  .slider-wrapper #slider li {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: 0; }
    @media (max-width: 1100px) {
      .slider-wrapper #slider li {
        background-position: center right 15%; } }
    .slider-wrapper #slider li p {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      margin: 0;
      background-color: rgba(30, 30, 30, 0.8);
      text-align: center;
      color: #FFFFFF;
      font-size: 20px; }
    .slider-wrapper #slider li .title-wrap {
      display: table;
      width: 100%;
      height: 100%;
      padding: 0 200px;
      max-width: 1100px;
      margin: 0 auto; }
      @media (max-width: 1100px) {
        .slider-wrapper #slider li .title-wrap {
          padding: 0 100px; } }
      @media (max-width: 600px) {
        .slider-wrapper #slider li .title-wrap {
          background: #FFFFFF;
          padding: 30px !important;
          height: auto;
          position: absolute;
          bottom: 0; } }
      .slider-wrapper #slider li .title-wrap .title {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 75%;
        z-index: 0; }
        .slider-wrapper #slider li .title-wrap .title span {
          position: relative;
          display: inline;
          background-color: #FFFFFF;
          -webkit-box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
          box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
          padding: 0 !important;
          text-transform: uppercase;
          color: #d52b1e;
          font-family: "meta-plus-normal";
          font-size: 52px;
          font-weight: 700;
          line-height: 63px; }
          @media (max-width: 1100px) {
            .slider-wrapper #slider li .title-wrap .title span {
              font-size: 42px;
              line-height: 48px; } }
          @media (max-width: 600px) {
            .slider-wrapper #slider li .title-wrap .title span {
              font-size: 32px;
              line-height: 42px; } }
          .slider-wrapper #slider li .title-wrap .title span.white {
            z-index: 1; }
          .slider-wrapper #slider li .title-wrap .title span.black {
            color: #FFFFFF;
            background-color: #000000;
            -webkit-box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
            box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
            left: -2px;
            font-size: 51px;
            font-weight: 700;
            line-height: 62px;
            z-index: 0; }
            @media (max-width: 1100px) {
              .slider-wrapper #slider li .title-wrap .title span.black {
                font-size: 40px;
                line-height: 46px; } }
            @media (max-width: 600px) {
              .slider-wrapper #slider li .title-wrap .title span.black {
                font-size: 30px;
                line-height: 36px; } }
  .slider-wrapper .slider-controls {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9999; }
    @media (max-width: 600px) {
      .slider-wrapper .slider-controls {
        top: 25%; } }
    .slider-wrapper .slider-controls li {
      width: 50%;
      float: left; }
      .slider-wrapper .slider-controls li a {
        position: absolute;
        width: 57px;
        height: 67px; }
      .slider-wrapper .slider-controls li.prev a {
        background: url("../images/left.png") 0 0 no-repeat;
        left: 0; }
      .slider-wrapper .slider-controls li.next a {
        background: url("../images/right.png") 0 0 no-repeat;
        right: 0; }

@media (max-width: 800px) {
  .mobile-hidden {
    display: none !important; } }

.twitter-feed {
  margin-right: -100%;
  position: fixed;
  background-color: rgba(44, 45, 53, 0.9);
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99999999; }
  .twitter-feed h2 {
    font-size: 40px;
    margin: 85px 20px 20px 20px; }
    @media (max-width: 450px) {
      .twitter-feed h2 {
        font-size: 26px; } }
  @media (max-width: 1100px) {
    .twitter-feed {
      z-index: 99999999; } }
  .twitter-feed::-webkit-scrollbar-track {
    background: #151515; }
  .twitter-feed::-webkit-scrollbar-thumb {
    background: #FFFFFF; }
  .twitter-feed .mw-social-title {
    width: 50%;
    float: left;
    background-color: #2c2d35;
    height: 180px; }
    @media (max-width: 1110px) {
      .twitter-feed .mw-social-title {
        width: 100%; } }
  .twitter-feed .social-links {
    width: 50%;
    float: left;
    background-color: #2c2d35;
    height: 180px; }
    @media (max-width: 1110px) {
      .twitter-feed .social-links {
        width: 100%;
        height: auto; } }
    .twitter-feed .social-links .mw-links {
      float: right;
      margin: 100px 40px 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1110px) {
        .twitter-feed .social-links .mw-links {
          float: none;
          margin: 10px 40px 20px 20px; } }
    .twitter-feed .social-links p {
      display: inline-block;
      color: #FFFFFF;
      font-size: 22px;
      font-family: 'meta-plus-bold';
      text-transform: uppercase;
      vertical-align: text-bottom;
      margin-right: 20px;
      margin-top: 12px; }
    @media (max-width: 600px) {
      .twitter-feed .social-links {
        text-align: center; } }
    .twitter-feed .social-links .social-link {
      border: 2px solid #FFFFFF;
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: relative;
      margin-right: 10px; }
      .twitter-feed .social-links .social-link .fa {
        color: #FFFFFF;
        font-size: 25px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .twitter-feed .close-twitter-feed {
    background: url('/wp-content/themes/mw-foundation-of-light/library/images/tw-close-btn.png') 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1; }
  .twitter-feed .follow-us {
    float: right;
    color: #898989;
    font-size: 13px;
    padding: 20px; }
    .twitter-feed .follow-us:hover {
      color: #d52b1e; }
  .twitter-feed .tweets {
    margin: 200px 0 0;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    height: 145vw;
    border-bottom: 2px solid white;
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      .twitter-feed .tweets {
        height: 370vw; } }
    @media (max-width: 1110px) {
      .twitter-feed .tweets {
        margin: 330px 0 0; } }
    .twitter-feed .tweets .tweet {
      padding: 25px 30px;
      background-color: #2c2d35;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear;
      -webkit-backface-visibility: hidden;
      width: 31.3%;
      margin-left: 400px;
      float: left;
      margin: 1%; }
      @media (max-width: 900px) {
        .twitter-feed .tweets .tweet {
          width: 48%; } }
      .twitter-feed .tweets .tweet a {
        color: #FFFFFF; }
      .twitter-feed .tweets .tweet .main-img {
        width: 100%;
        opacity: 0.8;
        margin: 0 0 20px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand'); }
      .twitter-feed .tweets .tweet .tweet-date {
        display: block;
        padding: 0 0 20px 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: "meta-plus-normal";
        font-size: 14px;
        background: url('/wp-content/themes/mw-foundation-of-light/library/images/tw-icon.png') 0 0 no-repeat; }
        .twitter-feed .tweets .tweet .tweet-date .older-date {
          text-transform: none; }
      .twitter-feed .tweets .tweet p {
        color: #FFFFFF;
        font-family: "meta-plus-normal";
        font-weight: 300;
        font-size: 14px;
        line-height: 22px; }
        .twitter-feed .tweets .tweet p a:hover {
          color: #d52b1e; }
      .twitter-feed .tweets .tweet .tweet-author {
        height: 50px;
        position: relative; }
        .twitter-feed .tweets .tweet .tweet-author .twitter-logo {
          position: absolute;
          top: 0;
          left: 0;
          width: 48px;
          height: 48px;
          border-radius: 10px; }
        .twitter-feed .tweets .tweet .tweet-author ul {
          padding: 2px 0 0 60px; }
          .twitter-feed .tweets .tweet .tweet-author ul li {
            font-size: 13px;
            line-height: 22px;
            color: #898989; }
      .twitter-feed .tweets .tweet:hover {
        background-color: #333333;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -webkit-backface-visibility: hidden; }
        .twitter-feed .tweets .tweet:hover .main-img {
          opacity: 1;
          transform: scale(1.05);
          -moz-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')";
          filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand');
          -webkit-backface-visibility: hidden; }
        .twitter-feed .tweets .tweet:hover .tweet-author ul li {
          color: #FFFFFF; }

.image {
  background-color: grey; }

.sticky-nav {
  overflow: hidden !important; }

#menu-item-17166,
#menu-item-17167 {
  display: none !important; }
  @media (max-width: 768px) {
    #menu-item-17166,
    #menu-item-17167 {
      display: block !important; } }

.g__header {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  z-index: 9998;
  position: relative; }
  @media (max-width: 1230px) {
    .g__header {
      position: fixed; } }
  .g__header.beacon {
    background: #fff; }
    .g__header.beacon .counter {
      background: #fff; }
      .g__header.beacon .counter span {
        color: #000 !important; }
    .g__header.beacon .g__header__topNav__linkList {
      border-bottom: 1px solid #cfcfcf; }
      @media (max-width: 1230px) {
        .g__header.beacon .g__header__topNav__linkList {
          border-bottom: 0 !important; } }
      .g__header.beacon .g__header__topNav__linkList a {
        color: #000;
        font-family: "ff-good-headline-web-pro-con";
        font-size: 1em;
        padding: 1.5em 0.71429em; }
        @media (max-width: 1400px) {
          .g__header.beacon .g__header__topNav__linkList a {
            padding: 1.14em 0.71429em; } }
    .g__header.beacon .site-nav .sub-menu {
      top: 69px !important;
      height: auto;
      width: 320px;
      padding: 20px;
      border-bottom: 10px solid #f0b14e;
      background: #fff;
      -webkit-box-shadow: 0 0 6px 1px #7b7b7b;
      box-shadow: 0 0 6px 1px #7b7b7b; }
      .g__header.beacon .site-nav .sub-menu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px; }
      .g__header.beacon .site-nav .sub-menu li {
        margin: 0 !important; }
    @media (max-width: 1230px) {
      .g__header.beacon .g__header__mainNav {
        overflow: auto !important; } }
    @media (max-width: 500px) {
      .g__header.beacon .g__header__mainNav {
        top: 68px; } }
    @media (max-width: 480px) {
      .g__header.beacon .g__header__mainNav {
        top: 58px; } }
    @media (max-width: 410px) {
      .g__header.beacon .g__header__mainNav {
        top: 52px; } }
    @media (max-width: 350px) {
      .g__header.beacon .g__header__mainNav {
        top: 48px; } }
    .g__header.beacon .g__header__mainNav li {
      position: relative; }
    .g__header.beacon .g__header__mainNav a {
      color: #000;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 1em; }
      @media (max-width: 1230px) {
        .g__header.beacon .g__header__mainNav a {
          color: #d52b1e;
          font-size: 2em; } }
      @media (max-width: 450px) {
        .g__header.beacon .g__header__mainNav a {
          font-size: 1.2em; } }
    .g__header.beacon .g__header__mainNav .sub-menu li a {
      padding-bottom: 10px; }
    .g__header.beacon .g__header__topNav__btnList__account {
      background-color: #d1293d; }
    .g__header.beacon .g__header__topNav__btnList__basket {
      background-color: #b22536; }
    .g__header.beacon .g__header__topNav__btnList__search {
      background-color: #FFFFFF;
      border-bottom: 1px solid #cfcfcf; }
    .g__header.beacon .g__header__topNav__btnList__donate {
      background-color: #f0b14e;
      font-family: "ff-good-headline-web-pro";
      padding: 0.76em 1em; }
    .g__header.beacon .g__header__logo {
      float: left;
      padding: 0 !important; }
      @media (max-width: 1230px) {
        .g__header.beacon .g__header__logo {
          padding: 0 !important; } }
      @media (max-width: 410px) {
        .g__header.beacon .g__header__logo {
          padding: 0 !important; } }
      @media (max-width: 350px) {
        .g__header.beacon .g__header__logo {
          padding: 0 !important; } }
      .g__header.beacon .g__header__logo a {
        display: block;
        width: 9.375em !important; }
        @media (max-width: 1423px) {
          .g__header.beacon .g__header__logo a {
            width: 8.75em !important; } }
        @media (max-width: 1230px) {
          .g__header.beacon .g__header__logo a {
            width: 4.625em !important; } }
        @media (max-width: 480px) {
          .g__header.beacon .g__header__logo a {
            max-width: 63px;
            width: 100%; } }
        @media (max-width: 410px) {
          .g__header.beacon .g__header__logo a {
            max-width: 57px;
            width: 100%; } }
        @media (max-width: 350px) {
          .g__header.beacon .g__header__logo a {
            max-width: 52px;
            width: 100%; } }
      .g__header.beacon .g__header__logo img {
        display: block;
        width: 100%; }
    .g__header.beacon .g__header__topNav__trigger span {
      background-color: #c91618; }
      .g__header.beacon .g__header__topNav__trigger span:before, .g__header.beacon .g__header__topNav__trigger span:after {
        background-color: #c91618; }
    .g__header.beacon .icon__svg {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .g__header.beacon .icon__svg.nav-account {
        height: 0.88em;
        width: 0.84em; }
      .g__header.beacon .icon__svg.nav-basket {
        height: 0.96em;
        width: 0.88em; }
      .g__header.beacon .icon__svg.beacon-nav-search {
        height: 1.08em;
        width: 1.08em; }
      .g__header.beacon .icon__svg.nav-share {
        height: 1.04em;
        width: 0.96em; }
  .g__header__logo {
    float: left;
    padding: 1.5625em 0 0 1.25em; }
    @media (max-width: 1230px) {
      .g__header__logo {
        padding-top: 0.3125em; } }
    @media (max-width: 410px) {
      .g__header__logo {
        padding-left: 10px; } }
    @media (max-width: 350px) {
      .g__header__logo {
        padding: 5px 10px; } }
    .g__header__logo a {
      display: block;
      width: 15em; }
      @media (max-width: 1423px) {
        .g__header__logo a {
          width: 13.75em; } }
      @media (max-width: 1230px) {
        .g__header__logo a {
          width: 12.875em; } }
      @media (max-width: 480px) {
        .g__header__logo a {
          max-width: 160px;
          width: 100%; } }
      @media (max-width: 410px) {
        .g__header__logo a {
          max-width: 130px;
          width: 100%; } }
      @media (max-width: 350px) {
        .g__header__logo a {
          max-width: 115px;
          width: 100%; } }
    .g__header__logo img {
      display: block;
      width: 100%; }
  .g__header__navWrapper {
    float: right; }
  .g__header__topNav {
    float: right; }
    @media (max-width: 1230px) {
      .g__header__topNav {
        overflow: hidden;
        height: 68px; } }
    @media (max-width: 480px) {
      .g__header__topNav {
        height: 58px; } }
    @media (max-width: 410px) {
      .g__header__topNav {
        height: 53px; } }
    @media (max-width: 350px) {
      .g__header__topNav {
        height: 48px; } }
    .g__header__topNav__trigger {
      cursor: pointer;
      height: 4.25em;
      float: left;
      font-size: 1em;
      margin-right: 1.875em;
      position: relative;
      width: 3.125em; }
      @media (min-width: 1231px) {
        .g__header__topNav__trigger {
          display: none; } }
      @media (max-width: 768px) {
        .g__header__topNav__trigger {
          float: right;
          margin: 0 10px; } }
      @media (max-width: 480px) {
        .g__header__topNav__trigger {
          height: 58px;
          width: 40px; } }
      @media (max-width: 410px) {
        .g__header__topNav__trigger {
          height: 53px;
          width: 35px; } }
      @media (max-width: 350px) {
        .g__header__topNav__trigger {
          height: 48px;
          width: 30px; } }
      .g__header__topNav__trigger.active span {
        -webkit-transform: rotate(45deg) translate(0px, -3px);
        -ms-transform: rotate(45deg) translate(0px, -3px);
        transform: rotate(45deg) translate(0px, -3px); }
        .g__header__topNav__trigger.active span:before {
          display: none; }
        .g__header__topNav__trigger.active span:after {
          -webkit-transform: rotate(-90deg) translate(12px, 0px);
          -ms-transform: rotate(-90deg) translate(12px, 0px);
          transform: rotate(-90deg) translate(12px, 0px); }
      .g__header__topNav__trigger span {
        background-color: #c91618;
        height: 0.25em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }
        .g__header__topNav__trigger span::before {
          background-color: #c91618;
          content: "";
          height: 4px;
          left: 0;
          position: absolute;
          right: 0;
          top: -0.75em; }
        .g__header__topNav__trigger span::after {
          background-color: #c91618;
          bottom: -0.75em;
          content: "";
          height: 4px;
          left: 0;
          position: absolute;
          right: 0; }
    .g__header__topNav__linkList {
      border-bottom: 1px solid #eeeeee;
      float: left; }
      @media (max-width: 1230px) {
        .g__header__topNav__linkList {
          display: none; } }
      .g__header__topNav__linkList li {
        float: left; }
        .g__header__topNav__linkList li:last-child {
          margin-right: 0.625em; }
      .g__header__topNav__linkList a {
        color: #1e1e1e;
        display: block;
        font-size: 0.875em;
        line-height: 1.21429em;
        padding: 1.78571em 0.71429em;
        text-transform: uppercase; }
        @media (max-width: 1400px) {
          .g__header__topNav__linkList a {
            font-size: 0.75em; } }
        @media (max-width: 1230px) {
          .g__header__topNav__linkList a {
            font-size: 0.875em; } }
    .g__header__topNav__btnList {
      float: left; }
      .g__header__topNav__btnList li {
        float: left; }
      .g__header__topNav__btnList a {
        color: white;
        display: block;
        font-family: "meta-plus-bold";
        font-size: 1.5625em;
        line-height: 1.2em;
        padding: 0.76em 0.6em;
        text-transform: uppercase; }
        @media (max-width: 1400px) {
          .g__header__topNav__btnList a {
            font-size: 1.3125em;
            padding: 1.04em 0.64em; } }
      .g__header__topNav__btnList__donate {
        background-color: #c91618;
        font-size: 18px;
        padding: 23.5px; }
        @media (max-width: 1400px) {
          .g__header__topNav__btnList__donate {
            font-size: 1.25em !important;
            padding: 0.82em 0.64em !important; } }
        @media (max-width: 1230px) {
          .g__header__topNav__btnList__donate {
            font-size: 1.3125em !important;
            padding: 1.04em 0.64em !important; } }
        @media (max-width: 480px) {
          .g__header__topNav__btnList__donate {
            font-size: 18px !important; } }
        @media (max-width: 410px) {
          .g__header__topNav__btnList__donate {
            font-size: 16.65px !important; } }
        @media (max-width: 350px) {
          .g__header__topNav__btnList__donate {
            font-size: 15px !important; } }
        @media (max-width: 768px) {
          .g__header__topNav__btnList__donate span {
            display: none; } }
      .g__header__topNav__btnList__basket {
        background-color: #988642; }
      .g__header__topNav__btnList__account {
        background-color: #817134; }
        @media (max-width: 768px) {
          .g__header__topNav__btnList__account {
            display: none !important; } }
      .g__header__topNav__btnList__search {
        background-color: #1e1e1e; }
        @media (max-width: 768px) {
          .g__header__topNav__btnList__search {
            display: none !important; } }
      .g__header__topNav__btnList__share {
        background-color: #2c2d35; }
        @media (max-width: 768px) {
          .g__header__topNav__btnList__share {
            display: none !important; } }
      .g__header__topNav__btnList__icon {
        height: 2.72em;
        position: relative;
        width: 2.72em; }
        @media (max-width: 1230px) {
          .g__header__topNav__btnList__icon {
            font-size: 1.625em !important;
            padding: 1.2em 0.64em !important; } }
        @media (max-width: 480px) {
          .g__header__topNav__btnList__icon {
            font-size: 22px !important; } }
        @media (max-width: 410px) {
          .g__header__topNav__btnList__icon {
            font-size: 20px !important; } }
        @media (max-width: 350px) {
          .g__header__topNav__btnList__icon {
            font-size: 18px !important; } }
        .g__header__topNav__btnList__icon .icon__svg {
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .g__header__topNav__btnList__icon .icon__svg.nav-account {
            height: 0.88em;
            width: 0.84em; }
          .g__header__topNav__btnList__icon .icon__svg.nav-basket {
            height: 0.96em;
            width: 0.88em; }
          .g__header__topNav__btnList__icon .icon__svg.nav-search {
            height: 1.08em;
            width: 1.08em; }
          .g__header__topNav__btnList__icon .icon__svg.nav-share {
            height: 1.04em;
            width: 0.96em; }
  .g__header__mainNav {
    clear: both; }
    .g__header__mainNav .g__header__topNav__linkList {
      border: 0;
      width: 100%;
      display: none; }
      @media (max-width: 1230px) {
        .g__header__mainNav .g__header__topNav__linkList {
          display: block; } }
      .g__header__mainNav .g__header__topNav__linkList a {
        font-family: "meta-plus-normal"; }
    @media (max-width: 1230px) {
      .g__header__mainNav {
        position: absolute;
        top: 68px;
        left: 0;
        background-color: white;
        height: 100vh;
        width: 100%;
        overflow: scroll;
        padding-bottom: 100px;
        display: none; }
        .g__header__mainNav.active {
          display: block; } }
  @media (max-width: 1230px) and (max-width: 500px) {
    .g__header__mainNav {
      top: 48px; } }
    .g__header__mainNav li {
      float: left; }
      .g__header__mainNav li:last-child {
        margin-right: 0.625em; }
      @media (max-width: 1230px) {
        .g__header__mainNav li {
          float: none;
          display: block;
          text-align: center; } }
    .g__header__mainNav a {
      color: #1e1e1e;
      display: block;
      font-family: "meta-plus-bold";
      font-size: 1.0625em;
      line-height: 1.17647em;
      padding: 1.58824em 1.17647em;
      text-transform: uppercase; }
      @media (max-width: 1400px) {
        .g__header__mainNav a {
          font-size: 0.875em; } }
      @media (max-width: 1230px) {
        .g__header__mainNav a {
          font-size: 20px;
          color: #d52b1e;
          padding: 8px 0; } }
  .g__header .sub-nav-wrapper {
    display: none;
    background: #FFFFFF;
    width: 100%;
    top: 0;
    width: 48%;
    float: left;
    height: 340px;
    margin-right: 2%; }
    .g__header .sub-nav-wrapper ul {
      width: 50%;
      float: left;
      list-style: none; }
      .g__header .sub-nav-wrapper ul li {
        float: none; }
        .g__header .sub-nav-wrapper ul li h3 {
          margin: 5px auto; }
          .g__header .sub-nav-wrapper ul li h3 a {
            color: #d52b1e !important;
            text-transform: uppercase;
            font-size: 17px !important;
            font-family: "meta-plus-bold";
            font-weight: 400;
            margin: 0;
            padding: 0; }
        .g__header .sub-nav-wrapper ul li a {
          color: #000000;
          text-transform: uppercase;
          font-size: 14px;
          font-family: "meta-plus-normal";
          font-weight: 400;
          padding: 5px 0;
          line-height: 1.2; }
        .g__header .sub-nav-wrapper ul li:last-of-type {
          margin-bottom: 15px; }
  .g__header .featured-nav-wrapper {
    width: 48% !important;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%; }
    .g__header .featured-nav-wrapper ul {
      width: 100%;
      float: left; }
      .g__header .featured-nav-wrapper ul li {
        width: 46% !important;
        margin: 10px;
        float: left !important;
        width: 100%;
        height: 280px;
        position: relative; }
        .g__header .featured-nav-wrapper ul li .feature-link {
          display: block !important;
          padding: 0; }
        .g__header .featured-nav-wrapper ul li .image {
          position: absolute;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 100%;
          width: 100%; }
          .g__header .featured-nav-wrapper ul li .image:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            top: 0;
            right: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
            background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%); }
        .g__header .featured-nav-wrapper ul li .inner {
          position: relative;
          height: 280px;
          width: 100%; }
          .g__header .featured-nav-wrapper ul li .inner .text-wrapper {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 70%; }
            .g__header .featured-nav-wrapper ul li .inner .text-wrapper span {
              font-size: 28px;
              line-height: 48px;
              color: #FFFFFF;
              font-family: "meta-plus-bold";
              font-weight: 400;
              line-height: 28px; }
              .g__header .featured-nav-wrapper ul li .inner .text-wrapper span.sm {
                font-size: 22px;
                line-height: 25px;
                font-family: "meta-plus-normal"; }
  @media (max-width: 1230px) {
    .g__header .site-nav {
      margin-bottom: 30px;
      margin-top: 40px; } }
  .g__header .site-nav .sub-menu {
    display: none;
    z-index: 0;
    list-style: none;
    position: absolute;
    top: 140px;
    left: 50%;
    height: 370px;
    width: 100%;
    background: #FFFFFF;
    padding-top: 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 1400px) {
      .g__header .site-nav .sub-menu {
        top: 115px; } }
    @media (max-width: 1230px) {
      .g__header .site-nav .sub-menu {
        display: none !important; } }
    .g__header .site-nav .sub-menu .sub-nav-wrapper {
      display: block; }
    .g__header .site-nav .sub-menu li {
      width: 100%; }
      .g__header .site-nav .sub-menu li.current-menu-item a {
        color: #d52b1e;
        padding-left: 10px; }
        .g__header .site-nav .sub-menu li.current-menu-item a:after {
          opacity: 1; }
    .g__header .site-nav .sub-menu > li {
      float: none;
      margin: 0 0 0 10px;
      padding: 0; }
      .g__header .site-nav .sub-menu > li:first-child {
        margin-top: 75px; }
      .g__header .site-nav .sub-menu > li:last-child {
        margin-bottom: 25px; }
      .g__header .site-nav .sub-menu > li strong {
        font-weight: 500;
        font-size: 20px;
        margin: 0 auto 20px;
        display: block; }
      .g__header .site-nav .sub-menu > li > a {
        display: inline-block;
        position: relative;
        padding: 0;
        text-align: left;
        background: none;
        color: #000000;
        font-size: 16px;
        -webkit-transition: padding-left 50ms ease-in-out;
        -o-transition: padding-left 50ms ease-in-out;
        transition: padding-left 50ms ease-in-out; }
        .g__header .site-nav .sub-menu > li > a:after {
          content: "\f105";
          font-family: FontAwesome;
          font-size: 13px;
          font-weight: bold;
          position: absolute;
          top: 1px;
          left: 0;
          color: #d52b1e;
          border: none;
          opacity: 0; }
        .g__header .site-nav .sub-menu > li > a:hover {
          color: #d52b1e;
          padding-left: 10px; }
          .g__header .site-nav .sub-menu > li > a:hover:after {
            opacity: 1; }
  .g__header .slider {
    background: #eeeeee;
    height: 450px; }

.postid-10177 .header {
  background-position: right top; }

.header {
  display: table;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FFFFFF;
  margin-top: 0;
  position: relative;
  background-color: grey; }
  @media (max-width: 600px) {
    .header {
      height: 320px; } }
  .header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); }
  .header.beacon {
    height: 500px; }
    .header.beacon h1 {
      font-size: 60px;
      font-family: "ff-good-headline-web-pro-con"; }
    .header.beacon p {
      font-size: 18px;
      font-family: "ff-good-headline-web-pro-con";
      color: #FFFFFF;
      padding-top: 10px; }
  .header .mw-grid-12 {
    height: 320px; }
  .header .page-title {
    position: absolute;
    bottom: 30px;
    max-width: 810px;
    width: 92%; }
    .header .page-title h1 {
      margin: 0;
      font-size: 60px;
      font-weight: 600;
      line-height: 55px; }
      @media (max-width: 550px) {
        .header .page-title h1 {
          font-size: 40px;
          line-height: 35px; } }
    .header .page-title h2 {
      margin: 0;
      font-size: 60px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 80px; }
      @media (max-width: 550px) {
        .header .page-title h2 {
          font-size: 40px;
          line-height: 45px; } }

.newsletter-signup-wrapper {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .newsletter-signup-wrapper h2 {
    color: #000000; }
  @media (max-width: 600px) {
    .newsletter-signup-wrapper .close, .newsletter-signup-wrapper .woocommerce-basket .close-basket, .woocommerce-basket .newsletter-signup-wrapper .close-basket, .newsletter-signup-wrapper .cart .close-basket, .cart .newsletter-signup-wrapper .close-basket, .newsletter-signup-wrapper .attendee-popup .close-attendee-popup, .attendee-popup .newsletter-signup-wrapper .close-attendee-popup {
      top: 20px !important;
      right: 20px !important; } }
  @media (max-width: 1230px) {
    .newsletter-signup-wrapper {
      margin-top: 68px; } }
  .newsletter-signup-wrapper .newsletter-signup {
    background-color: #eeeeee;
    padding: 15px 0 35px; }
  .newsletter-signup-wrapper .ajax-form {
    margin: 20px 25px 0 25px; }
    @media (max-width: 800px) {
      .newsletter-signup-wrapper .ajax-form {
        margin: 5px; } }
    .newsletter-signup-wrapper .ajax-form input {
      width: 32.6% !important;
      margin-right: 1%;
      float: left; }
      .newsletter-signup-wrapper .ajax-form input:last-of-type {
        margin-right: 0; }
      @media (max-width: 800px) {
        .newsletter-signup-wrapper .ajax-form input {
          width: 100% !important;
          margin-right: 0; } }
    .newsletter-signup-wrapper .ajax-form input[type="text"] {
      border: none;
      padding: 16.5px 15px;
      max-height: 200px;
      background-color: #f6f6f6;
      color: #9b9b9b;
      outline: 0; }
    .newsletter-signup-wrapper .ajax-form input[type="submit"] {
      background: transparent;
      color: #988642;
      border-radius: 0;
      width: 100%;
      border: 2px solid #988642;
      padding: 13.5px;
      font-size: 18px;
      display: inline-block; }
      .newsletter-signup-wrapper .ajax-form input[type="submit"]:hover {
        background: #988642;
        color: #FFFFFF; }
    .newsletter-signup-wrapper .ajax-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #1d1e1e; }
    .newsletter-signup-wrapper .ajax-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #1d1e1e; }
    .newsletter-signup-wrapper .ajax-form :-ms-input-placeholder {
      /* IE 10+ */
      color: #1d1e1e; }
    .newsletter-signup-wrapper .ajax-form :-moz-placeholder {
      /* Firefox 18- */
      color: #1d1e1e; }
  .newsletter-signup-wrapper #gform_wrapper_2 {
    margin-top: 20px;
    clear: both;
    width: 95%; }
    @media (max-width: 600px) {
      .newsletter-signup-wrapper #gform_wrapper_2 {
        width: 100%;
        margin-top: 50px; } }
    .newsletter-signup-wrapper #gform_wrapper_2 .gform_fields {
      float: left;
      width: 80%; }
      @media (max-width: 600px) {
        .newsletter-signup-wrapper #gform_wrapper_2 .gform_fields {
          width: 100%; } }
    .newsletter-signup-wrapper #gform_wrapper_2 .gfield {
      width: 48%;
      float: left;
      position: relative;
      margin-right: 2%; }
      @media (max-width: 600px) {
        .newsletter-signup-wrapper #gform_wrapper_2 .gfield {
          width: 100%;
          margin-left: 0;
          margin-bottom: 15px; } }
    .newsletter-signup-wrapper #gform_wrapper_2 .ginput_container {
      width: 100%; }
    @media (max-width: 600px) {
      .newsletter-signup-wrapper #gform_wrapper_2 .gform_footer {
        width: 100%; } }
    .newsletter-signup-wrapper #gform_wrapper_2 .gform_footer input[type="submit"] {
      background: transparent;
      color: #988642;
      border-radius: 0;
      width: 100%;
      border: 2px solid #988642;
      padding: 9px;
      font-size: 18px; }
      @media (max-width: 600px) {
        .newsletter-signup-wrapper #gform_wrapper_2 .gform_footer input[type="submit"] {
          max-width: 100%; } }
      .newsletter-signup-wrapper #gform_wrapper_2 .gform_footer input[type="submit"]:hover {
        color: #FFFFFF;
        background-color: #988642; }

.newsletter-signup {
  background-color: #f6f6f6;
  padding: 50px 0; }

.search-wrapper {
  display: none;
  background: #eeeeee;
  position: absolute;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 99999; }
  @media (max-width: 1230px) {
    .search-wrapper {
      margin-top: 68px; } }
  @media (max-width: 480px) {
    .search-wrapper {
      margin-top: 58px; } }
  @media (max-width: 410px) {
    .search-wrapper {
      margin-top: 52px; } }
  @media (max-width: 350px) {
    .search-wrapper {
      margin-top: 48px; } }
  .search-wrapper .close, .search-wrapper .woocommerce-basket .close-basket, .woocommerce-basket .search-wrapper .close-basket, .search-wrapper .cart .close-basket, .cart .search-wrapper .close-basket, .search-wrapper .attendee-popup .close-attendee-popup, .attendee-popup .search-wrapper .close-attendee-popup {
    top: 22px; }
  .search-wrapper.beacon .search-form .search-input {
    font-family: "ff-good-headline-web-pro-con";
    font-weight: 600; }
  .search-wrapper .search-form {
    width: 74%;
    float: right; }
    @media (max-width: 500px) {
      .search-wrapper .search-form {
        width: 100%; } }
    .search-wrapper .search-form:after {
      background-color: #e2e2e2;
      width: 65%;
      height: 2px;
      position: absolute;
      bottom: 15px;
      left: 29%; }
      @media (max-width: 500px) {
        .search-wrapper .search-form:after {
          left: 12%; } }
    .search-wrapper .search-form .search-input {
      width: 100%;
      padding: 20px 20px 20px 60px;
      border: none;
      color: #333333;
      font-family: "meta-plus-bold";
      font-weight: 400;
      font-size: 20px;
      font-weight: 300;
      line-height: 36px;
      text-transform: none;
      background: url(../images/search-icon.png) 20px 25px no-repeat;
      height: 75px; }
      .search-wrapper .search-form .search-input::-webkit-input-placeholder {
        color: #303030; }
      .search-wrapper .search-form .search-input:-moz-placeholder {
        color: #303030;
        opacity: 1; }
      .search-wrapper .search-form .search-input::-moz-placeholder {
        color: #303030;
        opacity: 1; }
      .search-wrapper .search-form .search-input:-ms-input-placeholder {
        color: #303030; }
    .search-wrapper .search-form .search-submit {
      display: none; }

.sub-menu-wrap {
  width: 25%;
  float: left; }
  .sub-menu-wrap li {
    padding: 5px 0 10px 0; }
    .sub-menu-wrap li a {
      color: #d52b1e !important;
      text-transform: uppercase;
      font-size: 17px !important;
      font-family: "meta-plus-bold";
      font-weight: 400;
      margin-bottom: 10px;
      padding: 0;
      line-height: 1.2; }

/*.current_page_parent{
	
	a{
		position: relative;
		color: $red;
		&:after{
			content: '';
		    padding: 0px 0px;
		    height: 2px;
		    width: 30px; 
		    background-color: $red;
		    position: absolute;
		    bottom: 0;
		    left: 50%;
		    transform: translate(-50%, 0);
		}
	}
} */
.popup-close-text {
  color: #c91618;
  margin-top: 10px;
  cursor: pointer; }

#gform_wrapper_6 {
  padding-bottom: 15px; }

.sticky .g__header {
  position: fixed !important;
  -webkit-box-shadow: 0 0 6px 1px #7b7b7b;
  box-shadow: 0 0 6px 1px #7b7b7b; }
  .sticky .g__header.beacon .g__header__logo a {
    width: 4.625em !important; }
  @media (max-width: 1230px) {
    .sticky .g__header.beacon .g__header__logo a {
      width: 4.625em !important; } }
  @media (max-width: 480px) {
    .sticky .g__header.beacon .g__header__logo a {
      width: 4.625em !important; } }
  @media (max-width: 350px) {
    .sticky .g__header.beacon .g__header__logo a {
      width: 4.625em !important; } }
  .sticky .g__header__logo {
    padding-top: 0.3125em !important; }
    .sticky .g__header__logo a {
      width: 12.875em !important; }
  .sticky .g__header__topNav {
    overflow: hidden !important;
    height: 68px !important; }
    @media (max-width: 480px) {
      .sticky .g__header__topNav {
        height: 58px !important; } }
    @media (max-width: 410px) {
      .sticky .g__header__topNav {
        height: 53px !important; } }
    @media (max-width: 350px) {
      .sticky .g__header__topNav {
        height: 48px !important; } }
    .sticky .g__header__topNav__trigger {
      display: block !important; }
    .sticky .g__header__topNav__linkList {
      display: none !important;
      border-bottom: 0 !important; }
    .sticky .g__header__topNav__btnList__donate {
      font-size: 1.3125em !important;
      padding: 1.04em 0.64em !important; }
      @media (max-width: 480px) {
        .sticky .g__header__topNav__btnList__donate {
          font-size: 18px !important; } }
      @media (max-width: 410px) {
        .sticky .g__header__topNav__btnList__donate {
          font-size: 16.65px !important; } }
      @media (max-width: 350px) {
        .sticky .g__header__topNav__btnList__donate {
          font-size: 15px !important; } }
    .sticky .g__header__topNav__btnList__icon {
      font-size: 1.625em !important;
      padding: 1.2em 0.64em !important; }
      @media (max-width: 480px) {
        .sticky .g__header__topNav__btnList__icon {
          font-size: 22px !important; } }
      @media (max-width: 410px) {
        .sticky .g__header__topNav__btnList__icon {
          font-size: 20px !important; } }
      @media (max-width: 350px) {
        .sticky .g__header__topNav__btnList__icon {
          font-size: 18px !important; } }
  .sticky .g__header__mainNav {
    display: none;
    position: absolute !important;
    top: 68px !important;
    left: 0 !important;
    background-color: white !important;
    height: 100vh !important;
    width: 100% !important;
    overflow: scroll !important;
    padding-bottom: 100px !important; }
    @media (max-width: 480px) {
      .sticky .g__header__mainNav {
        top: 58px !important; } }
    @media (max-width: 410px) {
      .sticky .g__header__mainNav {
        top: 53px !important; } }
    @media (max-width: 350px) {
      .sticky .g__header__mainNav {
        top: 48px !important; } }
    .sticky .g__header__mainNav.active {
      display: block; }
    .sticky .g__header__mainNav .g__header__topNav__linkList {
      display: block !important; }
    .sticky .g__header__mainNav li {
      float: none !important;
      display: block !important;
      text-align: center !important; }
    .sticky .g__header__mainNav a {
      font-size: 0.875em !important;
      font-size: 20px !important;
      color: #d52b1e !important;
      padding: 15px 0 !important; }
  .sticky .g__header .site-nav {
    margin-bottom: 30px; }
    .sticky .g__header .site-nav .sub-menu {
      top: 115px;
      display: none !important; }

.counter {
  background: #b60b20;
  border-radius: 45px;
  position: absolute;
  top: 7px;
  right: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 1; }
  @media (max-width: 1400px) {
    .counter {
      top: 10px;
      right: 8px;
      width: 20px;
      height: 20px; } }
  @media (max-width: 1230px) {
    .counter {
      top: 14px;
      right: 16px; } }
  @media (max-width: 480px) {
    .counter {
      top: 10px;
      right: 10px;
      width: 16px;
      height: 16px; } }
  @media (max-width: 350px) {
    .counter {
      top: 8px;
      right: 8px; } }
  .counter span {
    position: absolute;
    color: #ffffff !important;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: "meta-plus-normal"; }
    @media (max-width: 1230px) {
      .counter span {
        top: -7px; } }
    @media (max-width: 480px) {
      .counter span {
        top: -5px;
        font-size: 10px; } }

.mw-share {
  margin-bottom: 15px; }

.footer {
  position: relative;
  border-top: 10px solid #d52b1e;
  padding: 0 0 40px 0;
  background-color: #1e1e1e;
  clear: both; }
  .footer.beacon {
    border-top: 0;
    background-color: #242424;
    padding: 10px 0 40px 0; }
    .footer.beacon p {
      font-family: "ff-good-headline-web-pro-con" !important;
      text-align: left !important; }
      @media (max-width: 800px) {
        .footer.beacon p {
          text-align: left !important; } }
      @media (max-width: 600px) {
        .footer.beacon p {
          text-align: center !important; } }
    @media (max-width: 800px) {
      .footer.beacon li {
        text-align: left !important; } }
    @media (max-width: 600px) {
      .footer.beacon li {
        text-align: center !important; } }
    .footer.beacon a {
      font-family: "ff-good-headline-web-pro-con" !important; }
      @media (max-width: 800px) {
        .footer.beacon a {
          text-align: left !important; } }
      @media (max-width: 600px) {
        .footer.beacon a {
          text-align: center !important; } }
    .footer.beacon h3 {
      font-family: "ff-good-headline-web-pro-con"; }
      @media (max-width: 800px) {
        .footer.beacon h3 {
          text-align: left !important; } }
      @media (max-width: 600px) {
        .footer.beacon h3 {
          text-align: center !important; } }
    @media (max-width: 800px) {
      .footer.beacon .mw-grid-12 .mw-col-1-4:nth-of-type(2) {
        margin-top: 40px; }
      .footer.beacon .mw-grid-12 .mw-col-1-4:nth-of-type(1) {
        height: 300px; } }
    @media (max-width: 600px) {
      .footer.beacon .mw-grid-12 .mw-col-1-4 {
        height: auto; } }
    @media (max-width: 600px) {
      .footer.beacon .mw-grid-12 .mw-col-1-4 {
        margin-top: 10px; } }
    .footer.beacon .mw-grid-12 .logo {
      max-width: 210px !important;
      margin: 0 !important;
      height: auto; }
      @media (max-width: 600px) {
        .footer.beacon .mw-grid-12 .logo {
          text-align: center;
          display: block;
          margin: 0 auto !important; } }
    .footer.beacon .beacon-contact {
      padding-top: 30px; }
      .footer.beacon .beacon-contact p {
        color: #FFFFFF;
        font-size: 16px;
        padding: 0;
        margin: 0;
        display: block;
        float: none; }
      .footer.beacon .beacon-contact a {
        color: #FFFFFF;
        display: block;
        font-size: 16px; }
  @media (max-width: 1060px) {
    .footer {
      padding: 0 20px 40px 20px; } }
  @media (max-width: 1100px) {
    .footer .col {
      padding: 0 25px !important; } }
  .footer h3 {
    color: #FFFFFF;
    font-family: "meta-plus-bold";
    font-weight: 400;
    font-size: 20px;
    margin: 55px 0 20px 0;
    text-transform: uppercase;
    width: 100%; }
    @media (max-width: 800px) {
      .footer h3 {
        text-align: center;
        cursor: pointer;
        margin: 10px 0; } }
  .footer .mw-mobile-form-header {
    display: none; }
    @media (max-width: 800px) {
      .footer .mw-mobile-form-header {
        display: block;
        margin-bottom: 20px; } }
  @media (max-width: 800px) {
    .footer .mw-desktop-form-header {
      display: none; } }
  .footer .mw-grid-12 {
    z-index: 1; }
    .footer .mw-grid-12 .mw-col-1-4 {
      padding: 0 15px; }
    .footer .mw-grid-12 p {
      font-size: 13px;
      line-height: 17px;
      color: rgba(255, 255, 255, 0.5);
      float: left; }
      .footer .mw-grid-12 p a {
        color: rgba(255, 255, 255, 0.5); }
        .footer .mw-grid-12 p a:hover {
          color: #d52b1e; }
      @media (max-width: 800px) {
        .footer .mw-grid-12 p {
          text-align: center;
          padding: 0 25px;
          width: 100%; } }
    .footer .mw-grid-12 .logo {
      height: 100%;
      position: relative;
      display: block;
      padding: 35px 0 0;
      max-width: none !important; }
      @media (max-width: 800px) {
        .footer .mw-grid-12 .logo {
          text-align: center;
          display: block;
          margin: 0 auto; } }
    .footer .mw-grid-12 .links {
      padding: 0; }
      .footer .mw-grid-12 .links .account-footer-nav,
      .footer .mw-grid-12 .links .involved-footer-nav {
        margin: 0;
        overflow: auto; }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .links .account-footer-nav,
          .footer .mw-grid-12 .links .involved-footer-nav {
            text-align: center; } }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .links .account-footer-nav,
          .footer .mw-grid-12 .links .involved-footer-nav {
            overflow: hidden;
            max-height: 0;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
            .footer .mw-grid-12 .links .account-footer-nav.active,
            .footer .mw-grid-12 .links .involved-footer-nav.active {
              max-height: 300px; } }
        .footer .mw-grid-12 .links .account-footer-nav li,
        .footer .mw-grid-12 .links .involved-footer-nav li {
          line-height: 30px; }
          .footer .mw-grid-12 .links .account-footer-nav li a,
          .footer .mw-grid-12 .links .involved-footer-nav li a {
            font-size: 16px;
            padding: 2px;
            color: #FFFFFF;
            font-family: "meta-plus-normal";
            font-weight: 400;
            line-height: 30px; }
            .footer .mw-grid-12 .links .account-footer-nav li a:hover,
            .footer .mw-grid-12 .links .involved-footer-nav li a:hover {
              color: #FFFFFF; }
      .footer .mw-grid-12 .links .links-footer-nav {
        margin: 0;
        overflow: auto;
        width: 100%; }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .links .links-footer-nav {
            text-align: center; } }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .links .links-footer-nav {
            overflow: hidden;
            max-height: 0;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
            .footer .mw-grid-12 .links .links-footer-nav.active {
              max-height: 300px; } }
        .footer .mw-grid-12 .links .links-footer-nav li {
          line-height: 30px; }
          .footer .mw-grid-12 .links .links-footer-nav li a {
            font-size: 16px;
            padding: 2px;
            color: #FFFFFF;
            font-family: "meta-plus-normal";
            font-weight: 400;
            line-height: 30px; }
            .footer .mw-grid-12 .links .links-footer-nav li a:hover {
              color: #FFFFFF; }
    .footer .mw-grid-12 .social-links {
      margin-top: 40px; }
      @media (max-width: 800px) {
        .footer .mw-grid-12 .social-links {
          text-align: center; } }
      .footer .mw-grid-12 .social-links .social-link {
        border: 2px solid #FFFFFF;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: relative;
        margin-right: 10px; }
        .footer .mw-grid-12 .social-links .social-link .fa {
          color: #FFFFFF;
          font-size: 25px;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .footer .mw-grid-12 .logos {
      padding: 20px 0; }
      @media (max-width: 800px) {
        .footer .mw-grid-12 .logos {
          text-align: center; } }
      .footer .mw-grid-12 .logos .hidden-title {
        display: none;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .logos .hidden-title {
            display: block; } }
      .footer .mw-grid-12 .logos .tel {
        position: absolute;
        top: 40px;
        right: 25px;
        z-index: 1; }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .logos .tel {
            position: relative;
            display: block;
            text-align: center;
            top: 0;
            right: 0;
            margin: 0 auto 30px; } }
        .footer .mw-grid-12 .logos .tel span {
          color: #d52b1e; }
        .footer .mw-grid-12 .logos .tel a {
          color: #FFFFFF; }
          .footer .mw-grid-12 .logos .tel a span {
            font-size: 13px;
            color: #FFFFFF; }
      .footer .mw-grid-12 .logos .official-partners {
        margin: 20px 0 0 0;
        padding: 50px 25px 0 0;
        position: relative;
        width: 110%; }
        @media (max-width: 800px) {
          .footer .mw-grid-12 .logos .official-partners {
            width: 100%;
            display: inline-table;
            text-align: center;
            float: none;
            margin: 0;
            padding: 10px 0 0; } }
        .footer .mw-grid-12 .logos .official-partners li {
          float: left;
          height: 60px;
          padding: 0 0 0 10px; }
          .footer .mw-grid-12 .logos .official-partners li:first-child {
            padding: 0; }
          @media (max-width: 1100px) {
            .footer .mw-grid-12 .logos .official-partners li {
              display: inline-block;
              float: none;
              height: 45px;
              padding: 0 10px 10px; } }
          @media (max-width: 600px) {
            .footer .mw-grid-12 .logos .official-partners li {
              height: 60px; } }
          .footer .mw-grid-12 .logos .official-partners li .title {
            position: absolute;
            top: 0;
            text-transform: uppercase;
            color: #FFFFFF;
            display: inline-block; }
            @media (max-width: 800px) {
              .footer .mw-grid-12 .logos .official-partners li .title {
                display: none !important; } }
  @media (max-width: 800px) {
    .footer #gform_wrapper_2 {
      overflow: hidden;
      max-height: 0;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .footer #gform_wrapper_2.active {
        max-height: 300px; } }
  .footer #gform_wrapper_2 .ginput_container {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 15px; }
    .footer #gform_wrapper_2 .ginput_container input[type="text"] {
      background-color: #2c2d35;
      color: #FFFFFF; }
    .footer #gform_wrapper_2 .ginput_container ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFFFFF; }
    .footer #gform_wrapper_2 .ginput_container ::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFFFFF; }
    .footer #gform_wrapper_2 .ginput_container :-ms-input-placeholder {
      /* IE 10+ */
      color: #FFFFFF; }
    .footer #gform_wrapper_2 .ginput_container :-moz-placeholder {
      /* Firefox 18- */
      color: #FFFFFF; }
  .footer #gform_wrapper_2 .gform_footer {
    width: 100%;
    float: none;
    margin: 0;
    position: relative; }
    .footer #gform_wrapper_2 .gform_footer input[type="submit"] {
      width: 100%;
      max-width: 100%;
      border: 0;
      text-align: left;
      font-family: "meta-plus-bold";
      font-weight: 400;
      font-size: 18px;
      background-color: transparent;
      padding: 12.5px 0; }

.copyright {
  background-color: #2c2d35;
  padding: 15px 0; }
  .copyright p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .copyright.beacon {
    background-color: #b22536; }
    .copyright.beacon p {
      font-family: "ff-good-headline-web-pro-con" !important; }
    .copyright.beacon a {
      font-family: "ff-good-headline-web-pro-con" !important; }
  .copyright p,
  .copyright a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    float: left; }
    @media (max-width: 800px) {
      .copyright p,
      .copyright a {
        padding: 0 20px;
        font-size: 10px;
        line-height: 1.6; } }
    @media (max-width: 1024px) {
      .copyright p,
      .copyright a {
        float: none; } }
  @media (max-width: 800px) {
    .copyright a {
      padding: 0; } }
  .copyright .mw-design {
    float: right; }
    .copyright .mw-design a {
      float: none; }
    @media (max-width: 1024px) {
      .copyright .mw-design {
        float: none; } }

.ajax-form input[type="text"] {
  background-color: #2c2d35;
  color: #FFFFFF;
  width: 100%;
  border: 0;
  padding: 15px;
  margin-bottom: 15px; }

.ajax-form input[type="submit"] {
  border: 2px solid #d52b1e;
  color: #d52b1e;
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-family: "meta-plus-bold";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  background-color: transparent;
  padding: 12.5px 0;
  text-align: center; }
  .ajax-form input[type="submit"]:hover {
    background: #d52b1e;
    color: #FFFFFF; }

.ajax-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF; }

.ajax-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF; }

.ajax-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF; }

.ajax-form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF; }

.map-canvas-wrapper {
  margin: 50px 0 0px; }
  .map-canvas-wrapper #map-canvas {
    width: 100%; }
    @media (max-width: 500px) {
      .map-canvas-wrapper #map-canvas {
        height: 350px !important; } }

#acf-hidden-wp-editor {
  display: none; }

#terms {
  padding: 0px 9px !important; }

.product-details {
  position: relative; }

.mw-col-1-2 .add-attendee {
  display: none; }

#wc_checkout_add_ons {
  border: 1px solid #d52b1e !important;
  padding: 15px; }
  #wc_checkout_add_ons #wc_checkout_add_ons_7 {
    display: none !important; }
  #wc_checkout_add_ons #wc_checkout_add_ons_3_field,
  #wc_checkout_add_ons #wc_checkout_add_ons_4_field,
  #wc_checkout_add_ons #wc_checkout_add_ons_5_field,
  #wc_checkout_add_ons #wc_checkout_add_ons_6_field {
    width: 48%;
    float: left;
    margin-right: 2%; }
    #wc_checkout_add_ons #wc_checkout_add_ons_3_field label,
    #wc_checkout_add_ons #wc_checkout_add_ons_4_field label,
    #wc_checkout_add_ons #wc_checkout_add_ons_5_field label,
    #wc_checkout_add_ons #wc_checkout_add_ons_6_field label {
      font-size: 14px; }
    @media (max-width: 800px) {
      #wc_checkout_add_ons #wc_checkout_add_ons_3_field,
      #wc_checkout_add_ons #wc_checkout_add_ons_4_field,
      #wc_checkout_add_ons #wc_checkout_add_ons_5_field,
      #wc_checkout_add_ons #wc_checkout_add_ons_6_field {
        width: 100%; } }
  #wc_checkout_add_ons #wc_checkout_add_ons_7_field label {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'meta-plus-bold';
    text-transform: uppercase; }

.create-account {
  text-align: left; }
  .create-account #mailchimp_woocommerce_newsletter {
    padding: 0 9px !important;
    height: 20px !important;
    width: 30px !important;
    border: 1px solid #A2A2A2 !important;
    background: #FFFFFF !important; }

.cart-message p {
  display: none; }

.products {
  margin: 0 auto 40px; }
  .products ul {
    overflow: auto; }
    @media (max-width: 940px) {
      .products ul {
        padding: 15px 0; } }
    .products ul .collumn-table:first-of-type li:first-of-type {
      width: 8%; }
      @media (max-width: 940px) {
        .products ul .collumn-table:first-of-type li:first-of-type {
          width: 100%; } }
    .products ul .collumn-table:nth-of-type(2) li:last-of-type {
      width: 8%; }
      @media (max-width: 940px) {
        .products ul .collumn-table:nth-of-type(2) li:last-of-type {
          width: 100%; } }
    .products ul li {
      float: left;
      width: 11%;
      height: 90px;
      font-size: 14px;
      padding: 15px 10px;
      text-align: center; }
      @media (max-width: 1350px) {
        .products ul li {
          white-space: normal;
          height: 85px; } }
      .products ul li.location {
        width: 24%;
        white-space: normal; }
      @media (max-width: 1100px) {
        .products ul li {
          padding: 5px 0;
          white-space: normal; } }
      @media (max-width: 940px) {
        .products ul li {
          margin-top: -5px;
          padding: 0 25px;
          text-align: left;
          height: auto; } }
      @media (max-width: 940px) {
        .products ul li.booking-btn {
          width: 100% !important;
          display: block;
          position: relative;
          height: 110px; }
          .products ul li.booking-btn .text {
            text-align: right; } }
  @media (max-width: 940px) and (max-width: 500px) {
    .products ul li.booking-btn {
      height: 45px; } }
      @media (max-width: 600px) {
        .products ul li.booking-btn .text {
          margin-top: 20px;
          text-align: center; } }
      @media (max-width: 940px) {
        .products ul li.booking-btn .content {
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-15%, -50%);
          -ms-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
          width: 60%;
          position: absolute; } }
      @media (max-width: 550px) {
        .products ul li.booking-btn .content {
          left: 30%;
          top: 90%;
          width: 80%; } }
      @media (max-width: 400px) {
        .products ul li.booking-btn .content {
          top: 50%;
          left: 0%;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          width: 50%;
          position: absolute; } }
      .products ul li .text {
        display: table;
        width: 100%;
        height: 100%; }
        @media (max-width: 940px) {
          .products ul li .text {
            display: inline-block;
            white-space: no-wrap; } }
        @media (max-width: 940px) {
          .products ul li .text .heading {
            padding: 5px 5px 3px 0; } }
        @media (max-width: 600px) {
          .products ul li .text .heading {
            padding: 5px 5px 0 0; } }
        .products ul li .text .content {
          display: table-cell;
          vertical-align: middle;
          line-height: 20px;
          font-weight: 400;
          text-align: left; }
          @media (max-width: 1230px) {
            .products ul li .text .content {
              padding-top: 0; } }
          @media (max-width: 940px) {
            .products ul li .text .content {
              margin-top: -3px;
              font-weight: 300;
              display: inline-block; } }
        .products ul li .text .book-now {
          line-height: 16px !important;
          padding: 10px 22px;
          width: 100%;
          max-width: 140px;
          display: block;
          position: relative;
          white-space: nowrap; }
          @media (max-width: 730px) {
            .products ul li .text .book-now {
              white-space: normal; } }
          .products ul li .text .book-now:hover, .products ul li .text .book-now:active {
            background: #151515;
            color: #FFFFFF; }
        .products ul li .text .view-basket {
          padding: 10px 22px;
          width: 100%;
          max-width: 140px;
          display: block;
          background-color: #151515;
          line-height: 16px;
          color: #FFFFFF !important;
          background: #988642 !important;
          white-space: nowrap; }
          @media (max-width: 730px) {
            .products ul li .text .view-basket {
              white-space: normal; } }
          .products ul li .text .view-basket:hover {
            background-color: #303030; }
      .products ul li .amount {
        display: none; }
    .products ul.products-header {
      background: #151515; }
      .products ul.products-header li:first-of-type {
        width: 8%; }
      .products ul.products-header li:nth-of-type(7) {
        width: 8%; }
      .products ul.products-header li {
        color: #FFFFFF;
        text-transform: uppercase;
        height: 70px; }
      .products ul.products-header li .text .content {
        font-family: 'meta-plus-bold'; }
      @media (max-width: 940px) {
        .products ul.products-header {
          display: none; } }
    .products ul.booking {
      background: #FFFFFF;
      border-top: 1px solid #ecebeb; }
      .products ul.booking:last-of-type {
        border-bottom: 1px solid #ecebeb; }
      .products ul.booking:hover {
        background: #f6f6f6; }
      @media (max-width: 940px) {
        .products ul.booking .collumn-table {
          width: 32.3%;
          margin-right: 1%;
          float: left; } }
      @media (max-width: 400px) {
        .products ul.booking .collumn-table {
          width: 100%;
          margin-right: 0; } }
      @media (max-width: 1350px) {
        .products ul.booking {
          float: left;
          width: 100%; } }
      .products ul.booking li {
        color: #000000;
        position: relative; }
        @media (max-width: 940px) {
          .products ul.booking li {
            padding: 0 25px 0 0px; } }
        .products ul.booking li .turn-up-and-play {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; }
          @media (max-width: 940px) {
            .products ul.booking li .turn-up-and-play {
              -webkit-transform: translate(0%, 0%);
              -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
              width: auto;
              left: 30%; } }
          @media (max-width: 400px) {
            .products ul.booking li .turn-up-and-play {
              left: 0; } }
        .products ul.booking li .heading {
          display: none;
          font-weight: 500; }
          @media (max-width: 940px) {
            .products ul.booking li .heading {
              display: inline-block;
              font-family: 'meta-plus-bold'; } }
          @media (max-width: 600px) {
            .products ul.booking li .heading {
              display: block; } }
        .products ul.booking li .add_to_cart_inline {
          border: none !important;
          padding: 0 !important;
          margin: 0 !important;
          display: table;
          width: 100%;
          height: 100%; }
          .products ul.booking li .add_to_cart_inline .woocommerce-Price-amount {
            display: none; }
          .products ul.booking li .add_to_cart_inline .add_to_cart_button {
            background: transparent;
            color: #988642;
            text-transform: uppercase;
            padding: 10px;
            font-size: 14px;
            font-weight: 500;
            white-space: unset;
            display: table-cell;
            vertical-align: middle; }
        @media (max-width: 940px) {
          .products ul.booking li {
            width: 100%; } }
        @media (max-width: 400px) {
          .products ul.booking li {
            width: 100%;
            margin-bottom: 10px; } }

.woocommerce-message,
.woocommerce-error {
  display: none; }

.woocommerce-basket {
  display: none;
  background: #eeeeee;
  color: #151515;
  position: absolute;
  top: 134px;
  width: 100%;
  padding: 20px 0 30px;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }
  @media (max-width: 1350px) {
    .woocommerce-basket {
      top: 118px; } }
  @media (max-width: 1230px) {
    .woocommerce-basket {
      top: 68px; } }
  .woocommerce-basket.active {
    display: block;
    opacity: 1; }
  .woocommerce-basket .close-basket {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer; }
  .woocommerce-basket .return-to-shop {
    display: none; }
  .woocommerce-basket h2 {
    text-align: center;
    color: #151515;
    font-weight: 300; }
  .woocommerce-basket .woocommerce-basket-content {
    margin: 0 auto; }
    .woocommerce-basket .woocommerce-basket-content .product-name {
      color: #d52b1e;
      font-weight: 500; }
    .woocommerce-basket .woocommerce-basket-content .cart_item {
      background: #FFFFFF;
      padding: 20px 15px;
      margin-bottom: 10px; }
      .woocommerce-basket .woocommerce-basket-content .cart_item .product-name {
        margin: 0 auto 10px;
        padding-right: 60px; }
      .woocommerce-basket .woocommerce-basket-content .cart_item .product-info ul li {
        float: left;
        margin: 0 25px 0 0; }
        .woocommerce-basket .woocommerce-basket-content .cart_item .product-info ul li .heading {
          font-weight: 500; }
        @media (max-width: 940px) {
          .woocommerce-basket .woocommerce-basket-content .cart_item .product-info ul li {
            width: 50%;
            margin: 0; } }
        @media (max-width: 400px) {
          .woocommerce-basket .woocommerce-basket-content .cart_item .product-info ul li {
            width: 100%; } }
      .woocommerce-basket .woocommerce-basket-content .cart_item .product-remove {
        position: absolute;
        top: 0 !important;
        right: 5px !important; }
        .woocommerce-basket .woocommerce-basket-content .cart_item .product-remove .remove .fa {
          background-color: #FFFFFF;
          color: #d52b1e;
          padding: 8px 10px;
          -webkit-transition: background-color 0.2s linear;
          -moz-transition: background-color 0.2s linear;
          -o-transition: background-color 0.2s linear; }
          .woocommerce-basket .woocommerce-basket-content .cart_item .product-remove .remove .fa:hover {
            background-color: #303030; }
    .woocommerce-basket .woocommerce-basket-content .basket-actions {
      margin: 0 auto;
      text-align: right; }
      .woocommerce-basket .woocommerce-basket-content .basket-actions > div {
        padding: 0; }
      .woocommerce-basket .woocommerce-basket-content .basket-actions ul {
        float: right;
        list-style: none; }
      .woocommerce-basket .woocommerce-basket-content .basket-actions .empty-basket {
        display: inline-block;
        margin-top: 10px;
        color: #d52b1e;
        font-size: 11px; }
      .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now:hover {
        background-color: #151515; }

.woocommerce-MyAccount-navigation {
  width: 25% !important;
  margin: 0 auto 50px; }
  @media (max-width: 940px) {
    .woocommerce-MyAccount-navigation {
      width: 100% !important;
      margin: 0 auto 0px; } }
  @media (max-width: 940px) {
    .woocommerce-MyAccount-navigation ul {
      margin-bottom: 40px; } }
  .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 8px;
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      display: block;
      padding: 10px 10px 10px 25px;
      background-color: #eeeeee;
      color: #000000;
      font-weight: 500;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear; }
      @media (max-width: 940px) {
        .woocommerce-MyAccount-navigation ul li a {
          border-radius: 0 !important; } }
      .woocommerce-MyAccount-navigation ul li a:after {
        content: '\f105';
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        left: 15px;
        color: #d52b1e; }
    .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
      display: block;
      background-color: #d52b1e;
      color: #FFFFFF;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear; }
      .woocommerce-MyAccount-navigation ul li:hover a:after, .woocommerce-MyAccount-navigation ul li.is-active a:after {
        color: #FFFFFF; }

.woocommerce-MyAccount-content {
  width: 70% !important; }
  @media (max-width: 940px) {
    .woocommerce-MyAccount-content {
      width: 100% !important; } }
  .woocommerce-MyAccount-content mark {
    background: none !important;
    color: #d52b1e;
    font-weight: 400; }

.wc-custom-notice {
  margin: 0 auto 40px; }
  .wc-custom-notice p {
    text-align: left !important;
    display: inline-block;
    width: auto;
    font-family: 'meta-plus-bold' !important; }
  .wc-custom-notice .add-attendee {
    display: inline-block !important;
    text-transform: none !important;
    color: #d52b1e !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    padding-left: 5px !important;
    font-size: 16px !important;
    font-family: 'meta-plus-bold' !important; }

.cart .close-basket {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.cart .cart_item {
  background: #eeeeee;
  margin: 10px auto 20px; }
  .cart .cart_item .product-header {
    background: #d52b1e;
    text-align: left;
    padding: 15px 60px 12px 15px;
    color: #FFFFFF;
    font-weight: 500; }
    .cart .cart_item .product-header span {
      font-weight: 300; }
    .cart .cart_item .product-header .product-price {
      text-align: right;
      padding: 10px 40px 10px 0px; }
      @media (max-width: 940px) {
        .cart .cart_item .product-header .product-price {
          text-align: left; } }
  .cart .cart_item .product-info {
    padding: 20px 25px; }
    @media (max-width: 940px) {
      .cart .cart_item .product-info {
        padding: 20px 15px; } }
    .cart .cart_item .product-info ul li {
      float: left;
      margin: 0 25px 0 0;
      text-align: left; }
      .cart .cart_item .product-info ul li .heading {
        font-weight: 500;
        font-family: 'meta-plus-bold'; }
      @media (max-width: 940px) {
        .cart .cart_item .product-info ul li {
          width: 50%;
          margin: 0; } }
      @media (max-width: 600px) {
        .cart .cart_item .product-info ul li {
          width: 100%; } }
  .cart .cart_item .product-remove {
    position: absolute;
    top: 18px !important;
    right: 30px !important; }
    .cart .cart_item .product-remove .remove .fa {
      font-size: 14px;
      background-color: #FFFFFF;
      color: #d52b1e;
      padding: 8px 10px;
      -webkit-transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -o-transition: background-color 0.2s linear; }
      .cart .cart_item .product-remove .remove .fa:hover {
        background-color: #303030; }
    .cart .cart_item .product-remove .remove:hover {
      background: none; }
  .cart .cart_item .product-attendees {
    margin: 0 15px;
    padding: 15px 0;
    text-align: left; }
    .cart .cart_item .product-attendees > div {
      padding: 20px 12px; }
      @media (max-width: 600px) {
        .cart .cart_item .product-attendees > div {
          padding: 20px 0; } }
    .cart .cart_item .product-attendees .attendees-list p {
      text-align: left !important;
      display: inline-block;
      width: auto;
      font-family: 'meta-plus-bold' !important; }
    .cart .cart_item .product-attendees .attendees-list a {
      display: inline-block !important;
      text-transform: none !important;
      color: #d52b1e !important;
      border: 0 !important;
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important;
      float: none !important;
      padding-left: 5px !important;
      font-size: 16px !important;
      font-family: 'meta-plus-bold' !important; }
    .cart .cart_item .product-attendees .attendees-list h3 {
      margin: 0 auto 10px !important; }
    .cart .cart_item .product-attendees .attendees-list .attendees {
      border-top: 1px solid rgba(48, 48, 48, 0.4);
      border-bottom: 1px solid rgba(48, 48, 48, 0.4); }
      @media (max-width: 940px) {
        .cart .cart_item .product-attendees .attendees-list .attendees {
          border-top: none; } }
      .cart .cart_item .product-attendees .attendees-list .attendees li.heading {
        border-bottom: 1px solid rgba(48, 48, 48, 0.4);
        margin-bottom: 10px; }
      .cart .cart_item .product-attendees .attendees-list .attendees li {
        width: 20%;
        float: left;
        text-align: left;
        color: #151515;
        padding: 5px 0;
        min-height: 45px;
        font-size: 16px !important;
        line-height: 1.0; }
        @media (max-width: 940px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li {
            width: 20% !important; } }
        @media (max-width: 940px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.mobile-li {
            width: 30% !important; } }
        @media (max-width: 400px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.mobile-li {
            width: 100% !important;
            text-align: left; } }
        @media (max-width: 940px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.choose {
            width: 40% !important; } }
        @media (max-width: 400px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.choose {
            width: 100% !important; } }
        @media (max-width: 940px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.choose-icon {
            display: none; } }
        .cart .cart_item .product-attendees .attendees-list .attendees li.align-left {
          text-align: left; }
        @media (max-width: 940px) {
          .cart .cart_item .product-attendees .attendees-list .attendees li.heading {
            display: none; } }
        .cart .cart_item .product-attendees .attendees-list .attendees li.title {
          text-align: left !important; }
          @media (max-width: 940px) {
            .cart .cart_item .product-attendees .attendees-list .attendees li.title {
              text-align: center;
              width: 100% !important;
              border-top: 1px solid rgba(48, 48, 48, 0.8) !important;
              font-weight: 400;
              padding: 10px 0 0; } }
          @media (max-width: 400px) {
            .cart .cart_item .product-attendees .attendees-list .attendees li.title {
              text-align: left;
              padding: 15px 0 10px; } }
        .cart .cart_item .product-attendees .attendees-list .attendees li .subtitle {
          display: none; }
          @media (max-width: 940px) {
            .cart .cart_item .product-attendees .attendees-list .attendees li .subtitle {
              display: inline-block; } }
        .cart .cart_item .product-attendees .attendees-list .attendees li .heading {
          font-weight: 500;
          display: inline-block;
          min-width: 120px;
          margin-top: 10px; }
        .cart .cart_item .product-attendees .attendees-list .attendees li input {
          cursor: pointer; }
        .cart .cart_item .product-attendees .attendees-list .attendees li img {
          margin-top: -5px; }
    .cart .cart_item .product-attendees .add-attendees {
      text-align: left !important; }
      @media (max-width: 940px) {
        .cart .cart_item .product-attendees .add-attendees {
          text-align: center; } }
    .cart .cart_item .product-attendees .sub-total {
      text-align: right;
      font-weight: 500;
      margin-top: 10px;
      font-size: 20px; }
      .cart .cart_item .product-attendees .sub-total span {
        font-weight: 300; }

.empty-cart {
  text-align: left;
  margin-top: -10px;
  display: none; }
  .empty-cart .empty-basket {
    display: inline-block;
    margin: 10px 0 0 -10px;
    color: #d52b1e;
    font-size: 11px; }
    @media (max-width: 940px) {
      .empty-cart .empty-basket {
        margin: 10px 0 0 10px; } }

.wc-cart-total {
  text-align: right; }
  .wc-cart-total .cart_totals {
    font-size: 22px;
    font-weight: 500; }
    @media (max-width: 940px) {
      .wc-cart-total .cart_totals {
        margin: 30px auto 40px; } }
    .wc-cart-total .cart_totals strong,
    .wc-cart-total .cart_totals span {
      font-weight: 500; }

.wc-proceed-to-checkout {
  padding: 20px 0 0 !important;
  margin: 0;
  text-align: right; }
  .wc-proceed-to-checkout .checkout-button {
    background: transparent !important;
    color: #988642 !important;
    width: auto !important;
    display: inline-block !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    padding: 15px 25px !important;
    font-size: 13px !important;
    margin: -10px 0 0 !important; }
    .wc-proceed-to-checkout .checkout-button:hover {
      color: #FFFFFF !important;
      background: #988642 !important; }

#order_review_heading {
  background: #d52b1e;
  padding: 10px 15px;
  text-align: left;
  margin: 0;
  color: #FFFFFF; }
  @media (max-width: 1100px) {
    #order_review_heading {
      margin-top: 20px; } }

.woocommerce-billing-fields h3 {
  text-align: left;
  font-size: 22px !important;
  margin-top: 0 !important; }

.woocommerce-billing-fields label {
  text-align: left; }

.woocommerce-billing-fields input,
.woocommerce-billing-fields .select2-container .select2-choice {
  border: 1px solid rgba(48, 48, 48, 0.4) !important; }

@media (max-width: 940px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last {
    float: left !important;
    width: 100% !important; } }

.woocommerce-checkout-review-order {
  background: #eeeeee;
  padding: 15px !important;
  font-size: 16px; }
  .woocommerce-checkout-review-order table {
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 !important; }
    .woocommerce-checkout-review-order table th,
    .woocommerce-checkout-review-order table td {
      border: none !important;
      padding: 0 !important; }
    .woocommerce-checkout-review-order table .cart_item {
      border-bottom: 1px solid rgba(48, 48, 48, 0.4) !important; }
      .woocommerce-checkout-review-order table .cart_item td {
        padding: 10px 0 20px !important; }
      .woocommerce-checkout-review-order table .cart_item .product-name {
        color: #d52b1e;
        font-weight: 500; }
        .woocommerce-checkout-review-order table .cart_item .product-name .product-info li {
          font-size: 16px; }
      .woocommerce-checkout-review-order table .cart_item .variation {
        color: #151515;
        margin-top: 0 !important; }
    .woocommerce-checkout-review-order table .product-total span {
      display: none; }
    .woocommerce-checkout-review-order table .cart-subtotal {
      display: none; }
    .woocommerce-checkout-review-order table .order-total th,
    .woocommerce-checkout-review-order table .order-total td {
      padding: 20px 0 0 !important; }
    .woocommerce-checkout-review-order table thead {
      display: none; }
    .woocommerce-checkout-review-order table dl,
    .woocommerce-checkout-review-order table dt,
    .woocommerce-checkout-review-order table dd {
      font-weight: 300 !important;
      margin: 0 auto !important;
      padding: 0 !important; }
      .woocommerce-checkout-review-order table dl p,
      .woocommerce-checkout-review-order table dt p,
      .woocommerce-checkout-review-order table dd p {
        line-height: 22px !important; }
        .woocommerce-checkout-review-order table dl p span,
        .woocommerce-checkout-review-order table dt p span,
        .woocommerce-checkout-review-order table dd p span {
          margin-left: 15px; }
    .woocommerce-checkout-review-order table tfoot th {
      font-weight: 500 !important; }
  .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: none !important; }
    .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
      padding: 20px 0 0 !important; }

#place_order {
  background: transparent;
  text-align: left !important;
  margin: 0 !important;
  color: #988642 !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  width: auto !important; }

.empty-basket-message {
  padding: 25px !important; }
  .empty-basket-message p {
    font-size: 26px;
    line-height: 34px;
    width: 75%;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .empty-basket-message p {
        width: 100%;
        font-size: 22px;
        line-height: 28px; } }
    .empty-basket-message p a {
      color: #d52b1e; }

.attendee-popup {
  display: none;
  position: absolute;
  top: 125px;
  padding: 15px;
  background: #FFFFFF;
  color: #151515;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 999999; }
  @media (max-width: 600px) {
    .attendee-popup {
      width: 95%; } }
  .attendee-popup .close-attendee-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer; }
  .attendee-popup h2 {
    margin: 15px 0 0 15px;
    color: #151515;
    font-size: 26px;
    line-height: 34px; }
  .attendee-popup h3 {
    margin: 15px 0 0 15px;
    color: #151515;
    font-size: 26px;
    line-height: 34px;
    font-family: 'meta-plus-bold';
    text-transform: uppercase; }
  .attendee-popup p {
    margin: 15px 0 0 15px;
    color: #151515;
    padding: 0; }
  .attendee-popup .acf-response {
    background: #d52b1e;
    color: #FFFFFF;
    margin-top: 15px; }
    .attendee-popup .acf-response h2 {
      font-size: 14px;
      color: #FFFFFF !important;
      margin: 0;
      padding: 5px 0 0 25px; }
    .attendee-popup .acf-response ul {
      padding: 0 0 15px 38px;
      margin: 0; }
      .attendee-popup .acf-response ul li {
        color: #FFFFFF;
        font-size: 13px; }
  .attendee-popup .acf-form .acf-fields {
    padding: 0px 0 15px;
    border-top: none; }
  .attendee-popup .acf-form .field_key-field_5908953ee8827,
  .attendee-popup .acf-form .field_key-field_582ee65eb9e4d,
  .attendee-popup .acf-form .acf-field-59f0b063835c0,
  .attendee-popup .acf-form .field_key-field_59f0b0337926,
  .attendee-popup .acf-form .field_key-field_59f0b0ab835c1,
  .attendee-popup .acf-form .field_key-field_582ee71c66290,
  .attendee-popup .acf-form .field_key-field_59f0aede08ab1,
  .attendee-popup .acf-form .field_key-field_59f0b03379262 {
    width: 100% !important; }
  .attendee-popup .acf-form .acf-field {
    border-top: none;
    width: 50%;
    padding: 10px 15px;
    clear: none;
    float: left; }
    @media (max-width: 600px) {
      .attendee-popup .acf-form .acf-field {
        width: 100%; } }
    .attendee-popup .acf-form .acf-field.acf-field-5832d84a22aaf {
      display: none; }
    .attendee-popup .acf-form .acf-field.acf-field-582ee647b9e4c {
      width: 100%;
      padding: 0 15px; }
      .attendee-popup .acf-form .acf-field.acf-field-582ee647b9e4c .acf-label {
        margin: 0; }
        .attendee-popup .acf-form .acf-field.acf-field-582ee647b9e4c .acf-label label {
          padding: 15px 0 0 0px;
          margin: 0;
          font-size: 18px; }
    .attendee-popup .acf-form .acf-field.acf-field-textarea {
      width: 100%; }
    .attendee-popup .acf-form .acf-field .acf-label {
      margin: 0; }
      .attendee-popup .acf-form .acf-field .acf-label label {
        display: inline-block;
        font-family: "meta-plus-normal";
        font-size: 14px;
        font-weight: 300;
        padding: 10px 0px 5px; }
    .attendee-popup .acf-form .acf-field .acf-input input,
    .attendee-popup .acf-form .acf-field .acf-input textarea {
      border: 1px solid rgba(48, 48, 48, 0.4);
      padding: 5px 10px;
      color: #151515;
      font-size: 14px;
      height: 40px;
      width: 99.9%; }
    .attendee-popup .acf-form .acf-field .acf-input select {
      border: 1px solid rgba(48, 48, 48, 0.4);
      padding: 3px 10px 4px;
      height: 40px;
      width: 100%;
      cursor: pointer; }
    .attendee-popup .acf-form .acf-field .acf-input input[type="checkbox"] {
      padding: 10px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      margin: 0 10px 0 -10px; }
    .attendee-popup .acf-form .acf-field .acf-input .acf-checkbox-list {
      list-style: none; }
  .attendee-popup .acf-form .acf-form-submit {
    text-align: right; }
    @media (max-width: 600px) {
      .attendee-popup .acf-form .acf-form-submit {
        text-align: center; } }
    .attendee-popup .acf-form .acf-form-submit .acf-button:hover {
      background: #151515; }

.woocommerce-MyAccount-content .edit {
  margin-bottom: 15px; }

.woocommerce-MyAccount-content h2 {
  color: #151515 !important;
  font-size: 24px !important;
  margin: 0 auto 15px !important; }

.woocommerce-MyAccount-content .woocommerce-Address h2 {
  color: #151515;
  font-size: 24px;
  margin: 0 auto 15px; }

.woocommerce-MyAccount-content .woocommerce-Address address {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300; }

.acf-required {
  color: #d52b1e !important;
  margin-left: -3px;
  border-bottom: none !important; }

.woocommerce {
  padding: 0 0 50px; }
  .woocommerce input[type="text"] {
    border: 1px solid rgba(48, 48, 48, 0.4);
    height: 45px;
    padding: 5px 10px; }
  .woocommerce input[type="submit"] {
    float: right;
    margin-top: 10px; }
  .woocommerce input[type="checkbox"], .woocommerce input[type="radio"] {
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #A2A2A2; }
  .woocommerce fieldset legend {
    font-size: 18px;
    font-weight: 500;
    float: left;
    margin: 0 0 5px 10px; }
  .woocommerce address {
    font-style: normal; }
  .woocommerce .customer_details,
  .woocommerce .order_details {
    border: none !important; }
    .woocommerce .customer_details th,
    .woocommerce .order_details th {
      font-weight: 400 !important; }
    .woocommerce .customer_details .amount,
    .woocommerce .order_details .amount {
      font-weight: 400 !important; }

.shop_table {
  margin: 0 !important; }
  .shop_table th, .shop_table .product-name {
    padding: 10px 0 !important;
    font-family: 'meta-plus-bold'; }
    .shop_table th h3, .shop_table .product-name h3 {
      color: #d52b1e; }

.order_item .product-total {
  vertical-align: top !important; }

.edit-attendee {
  font-weight: 500;
  cursor: pointer;
  color: #000000; }
  .edit-attendee:hover {
    color: #d52b1e; }

.add-attendee {
  float: left;
  cursor: pointer; }
  .add-attendee:hover {
    background: #000000; }

.checkout .checkout-button:hover {
  background: #988642 !important; }

.customer-details {
  background: #eeeeee;
  padding: 20px;
  text-align: left; }
  .customer-details p {
    color: #000000; }
  .customer-details h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 10px !important;
    color: #d52b1e; }

.product-title {
  background: #d52b1e; }
  .product-title h3 {
    color: #FFFFFF !important;
    padding: 20px;
    text-transform: uppercase;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-top: 0 !important; }

.woocommerce-MyAccount-orders {
  border: none !important; }
  .woocommerce-MyAccount-orders tr:nth-child(odd) td {
    background: rgba(48, 48, 48, 0.15); }
  .woocommerce-MyAccount-orders tr:nth-child(even) td {
    background: none; }
  .woocommerce-MyAccount-orders td,
  .woocommerce-MyAccount-orders th {
    border: none !important;
    font-size: 14px;
    line-height: 20px; }
  .woocommerce-MyAccount-orders th {
    padding-left: 5px !important; }
  .woocommerce-MyAccount-orders .nobr {
    font-size: 16px;
    font-weight: 400; }
  .woocommerce-MyAccount-orders .order-number a {
    color: #d52b1e;
    font-weight: 500; }
    .woocommerce-MyAccount-orders .order-number a:hover {
      text-decoration: underline; }
  .woocommerce-MyAccount-orders .button.view:hover {
    background-color: #151515;
    color: #FFFFFF; }

.cart-message p {
  padding: 20px;
  font-weight: 400; }

.product-name h4 {
  color: #151515; }

.product-name .attendee-info {
  margin: 20px auto;
  padding: 20px;
  background: #eeeeee; }
  .product-name .attendee-info h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 10px; }

ul.order_details {
  display: inline-block; }
  ul.order_details li {
    border-right: none !important; }

.woocommerce-thankyou-order-received {
  color: #d52b1e;
  font-size: 28px;
  margin: 0 auto 50px; }

.wc-custom-message {
  background: #eeeeee;
  margin: 0 auto 30px;
  padding: 15px !important;
  display: none; }
  .wc-custom-message p {
    margin: 0; }
    .wc-custom-message p span {
      margin-left: 8px;
      font-weight: 400; }

.lost_password {
  padding-left: 3px; }

.wc-rememberme {
  width: 100% !important;
  display: inline-block !important;
  margin-left: 0 !important; }

.admin-control {
  display: none;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  padding: 0 0 20px;
  z-index: 1; }
  @media (max-width: 940px) {
    .admin-control {
      display: block; } }
  .admin-control span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0;
    padding: 0;
    background: #000000;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
    transition: opacity 0.2s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }
    .admin-control span:nth-of-type(2) {
      margin: 6px 0; }
  .admin-control.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(5px, 6px);
    -ms-transform: rotate(45deg) translate(5px, 6px);
    transform: rotate(45deg) translate(5px, 6px); }
  .admin-control.active span:nth-of-type(2) {
    opacity: 0; }
  .admin-control.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -7px);
    -ms-transform: rotate(-45deg) translate(5px, -7px);
    transform: rotate(-45deg) translate(5px, -7px); }

.attendees #acf-form .acf-error-message {
  display: none !important;
  height: 0 !important; }

.attendees .acf-response {
  background: #d52b1e;
  color: #FFFFFF;
  margin-top: 15px; }
  .attendees .acf-response h2 {
    font-size: 14px;
    color: #FFFFFF !important;
    margin: 0;
    padding: 5px 0 0 25px; }
  .attendees .acf-response ul {
    padding: 0 0 15px 38px;
    margin: 0; }
    .attendees .acf-response ul li {
      color: #FFFFFF;
      font-size: 13px; }

.attendees .acf-field {
  border-top: none !important;
  padding: 5px 12px 0 !important; }

.attendees .acf-label {
  margin: 0 !important; }
  .attendees .acf-label label {
    display: inline-block;
    font-family: "meta-plus-normal";
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 10px 10px 5px; }

.attendees .acf-input input,
.attendees .acf-input textarea {
  border: 1px solid rgba(48, 48, 48, 0.4);
  padding: 5px 10px !important;
  color: #151515;
  font-size: 14px;
  height: 40px;
  width: 99.9%; }

.attendees .acf-input select {
  border: 1px solid rgba(48, 48, 48, 0.4);
  padding: 3px 10px 4px;
  height: 40px;
  width: 100%;
  cursor: pointer; }

.attendees .acf-input input[type="checkbox"] {
  padding: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 10px 0 -5px; }

.attendees .acf-input .acf-checkbox-list {
  list-style: none; }

.attendees .acf-spinner {
  display: none !important; }

.attendees .acf-form-submit .acf-button:active {
  padding: 10px 25px; }

.woocommerce-shipping-fields h3 {
  text-align: left;
  margin-top: 15px; }

.woocommerce-shipping-fields p {
  text-align: left; }

.my-attendees {
  margin: 30px auto 50px; }
  .my-attendees li {
    padding: 10px;
    background-color: #eeeeee; }
    .my-attendees li input[type=submit] {
      color: #d52b1e !important;
      border: 0 !important; }
    .my-attendees li:nth-child(even) {
      background: #eeeeee; }
    .my-attendees li .name {
      width: 25%;
      float: left;
      color: #151515;
      font-weight: 400;
      padding: 10px 0px; }
    .my-attendees li .dob {
      width: 25%;
      float: left;
      color: #151515;
      font-weight: 400;
      padding: 10px 0px; }
    .my-attendees li .actions {
      width: 50%;
      float: left;
      text-align: center; }
      .my-attendees li .actions .edit-action {
        width: 50%;
        float: left;
        font-weight: 400;
        margin-top: 10px; }
        .my-attendees li .actions .edit-action .edit-btn {
          color: #333333;
          background: none;
          padding: 0;
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          float: none; }
          .my-attendees li .actions .edit-action .edit-btn:hover {
            color: #d52b1e; }
      .my-attendees li .actions .delete-action {
        width: 50%;
        float: left; }
        .my-attendees li .actions .delete-action .delete-btn {
          margin-top: 6px;
          display: inline-block;
          cursor: pointer !important; }
          .my-attendees li .actions .delete-action .delete-btn .fa {
            background-color: #d52b1e;
            color: #FFFFFF;
            padding: 8px 10px;
            -webkit-transition: background-color 0.2s linear;
            -moz-transition: background-color 0.2s linear;
            -o-transition: background-color 0.2s linear; }
            .my-attendees li .actions .delete-action .delete-btn .fa:hover {
              background-color: #303030; }

.totals {
  background: #d52b1e;
  padding: 20px;
  margin: 20px auto 0;
  text-align: right; }
  .totals p {
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 5px auto;
    font-size: 26px;
    line-height: 32px; }

.woocommerce-billing-fields label {
  margin-left: 0 !important; }

.select2-container--default .select2-selection__rendered {
  padding: 8px 20px 9px 10px;
  text-align: left; }

.select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 0 !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 22px 0; }

.woocommerce form .form-row input.input-text {
  padding: 12px; }

.woocommerce-info {
  border-top-color: #d52b1e !important; }
  .woocommerce-info:before {
    color: #d52b1e !important; }
  .woocommerce-info .showcoupon {
    color: #d52b1e !important; }

.woocommerce form.checkout_coupon,
.woocommerce .woocommerce form.login,
.woocommerce .woocommerce form.register {
  border: 1px solid #988642 !important;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0 !important; }
  .woocommerce form.checkout_coupon input[type="submit"],
  .woocommerce .woocommerce form.login input[type="submit"],
  .woocommerce .woocommerce form.register input[type="submit"] {
    margin-top: 0 !important; }

.checkout-message h2 {
  text-align: left; }

.checkout-message p {
  text-align: left; }

.checkout-message .mw-address p {
  margin: 0;
  padding: 0; }

.login-text p {
  font-size: 22px;
  font-weight: 400;
  font-family: 'meta-plus-normal'; }

#customer_login h2 {
  color: #151515;
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'meta-plus-bold';
  font-weight: 400; }

#customer_login .mw-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100% !important;
  max-width: 235px !important; }
  #customer_login .mw-button:after {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 25px; }

@media (max-width: 767px) {
  #customer_login .register {
    height: auto !important; } }

#customer_login .login,
#customer_login .register {
  border: 2px solid #988642 !important;
  margin: 0;
  border-radius: 0 !important;
  position: relative;
  height: 360px; }
  @media (max-width: 1150px) {
    #customer_login .login,
    #customer_login .register {
      height: 390px; } }
  #customer_login .login label,
  #customer_login .register label {
    margin-left: 0 !important;
    font-family: 'meta-plus-bold';
    font-weight: 600; }
  #customer_login .login input,
  #customer_login .register input {
    border: 0;
    height: 45px;
    padding: 10px;
    color: #000000 !important;
    border-radius: 0;
    background-color: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important; }
  #customer_login .login .woocommerce-Button,
  #customer_login .register .woocommerce-Button {
    text-transform: uppercase;
    border: none !important; }
  #customer_login .login .lost_password,
  #customer_login .register .lost_password {
    font-size: 17px;
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media (max-width: 1100px) {
      #customer_login .login .lost_password,
      #customer_login .register .lost_password {
        position: relative;
        bottom: 0;
        right: 0; } }
  #customer_login .login input[type="submit"],
  #customer_login .register input[type="submit"] {
    display: block !important;
    float: none !important;
    background-color: transparent !important;
    border: 2px solid #988642 !important;
    color: #988642 !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 11px !important;
    display: block !important;
    width: 100%;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: 'meta-plus-bold'; }
  #customer_login .login a,
  #customer_login .register a {
    color: #9b9b9b;
    font-family: 'meta-plus-bold' !important;
    font-size: 17px !important;
    font-weight: 400 !important; }

.woocommerce-password-strength {
  background: #d52b1e;
  color: #FFFFFF !important;
  font-weight: 400;
  font-size: 14px; }
  .woocommerce-password-strength .woocommerce-password-hint {
    background: #FFFFFF !important;
    padding: 10px !important; }

.mw-team-members-profiles {
  padding: 0 0 40px 0; }

.postid-17469 .box-style-three.beacon-team .image-wrapper .image:before {
  padding-top: 75%; }

.box-style-three {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888; }
  .box-style-three.beacon-team {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
    .box-style-three.beacon-team.coming-soon {
      pointer-events: none; }
    .box-style-three.beacon-team a {
      display: block;
      position: relative;
      z-index: 9998; }
    .box-style-three.beacon-team .image-wrapper {
      height: auto; }
      .box-style-three.beacon-team .image-wrapper .image {
        width: auto;
        height: auto; }
        .box-style-three.beacon-team .image-wrapper .image:before {
          content: '';
          display: block;
          padding-top: 115.8273381294964%; }
    .box-style-three.beacon-team .news-text-wrapper {
      min-height: auto; }
      .box-style-three.beacon-team .news-text-wrapper h2 {
        min-height: auto;
        font-family: "ff-good-headline-web-pro-con";
        font-size: 22px;
        color: #000000;
        font-weight: 600;
        padding: 15px 15px 0 15px;
        text-align: left;
        min-height: 70px; }
      .box-style-three.beacon-team .news-text-wrapper h3 {
        min-height: auto;
        font-family: "ff-good-headline-web-pro-con";
        font-size: 14px;
        color: #ACACAC;
        padding: 5px 15px 15px 15px;
        margin: 0;
        text-transform: uppercase; }
      .box-style-three.beacon-team .news-text-wrapper p {
        color: #d52b1e;
        font-family: "ff-good-headline-web-pro-con" !important;
        font-size: 18px;
        padding: 0 15px 15px 15px;
        text-transform: uppercase; }
  .box-style-three .news-text-wrapper {
    background-color: #FFFFFF;
    z-index: 10;
    position: relative;
    min-height: 182px; }
    .box-style-three .news-text-wrapper h2 {
      color: #d52b1e;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px;
      margin: 0;
      min-height: 90px;
      line-height: 1.2; }
    .box-style-three .news-text-wrapper p {
      padding: 0 15px;
      font-size: 14px;
      color: #9b9b9b;
      margin: 0; }
    .box-style-three .news-text-wrapper .news-link {
      padding: 15px;
      font-size: 20px;
      color: #000000;
      font-weight: 600;
      text-transform: uppercase;
      font-family: 'meta-plus-bold'; }
      .box-style-three .news-text-wrapper .news-link:after {
        padding: 0px 0px;
        height: 18px;
        width: 18px;
        margin-left: 20px; }

.news-type {
  background-color: #BC2115;
  color: #FFFFFF;
  font-family: 'meta-plus-bold';
  padding: 5px;
  max-width: 125px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 0; }

.box-style-featured {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  position: relative; }
  .box-style-featured .featured {
    background-color: #BC2115;
    color: #FFFFFF;
    padding: 5px;
    max-width: 150px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-family: 'meta-plus-bold'; }
  .box-style-featured .image-wrapper {
    height: 350px;
    width: 66.6%;
    float: left; }
    .box-style-featured .image-wrapper .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
    @media (max-width: 900px) {
      .box-style-featured .image-wrapper {
        width: 100%; } }
  .box-style-featured .content-wrapper {
    height: 350px;
    width: 33.3%;
    float: left;
    background-color: #FFFFFF;
    padding: 20px;
    position: relative; }
    .box-style-featured .content-wrapper h2 {
      color: #d52b1e;
      font-size: 25px; }
      @media (max-width: 500px) {
        .box-style-featured .content-wrapper h2 {
          line-height: 25px; } }
    @media (max-width: 900px) {
      .box-style-featured .content-wrapper {
        width: 100%;
        height: auto; } }
    .box-style-featured .content-wrapper .news-link {
      font-weight: 600;
      position: absolute;
      bottom: 20px;
      left: 20px;
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #000000;
      text-transform: uppercase;
      font-family: 'meta-plus-bold'; }
      @media (max-width: 900px) {
        .box-style-featured .content-wrapper .news-link {
          position: initial; } }
      .box-style-featured .content-wrapper .news-link:after {
        content: url("/wp-content/themes/mw-foundation-of-light/library/images/Arrow.svg");
        padding: 0px 0px;
        height: 18px;
        width: 18px;
        margin-left: 20px; }

.mw-text {
  clear: both;
  text-align: right; }
  .mw-text .dpj-pagination-nav ul {
    float: right; }
  .mw-text .dpj-pagination-nav li {
    display: table-cell; }
    .mw-text .dpj-pagination-nav li .page-numbers {
      display: block;
      color: #000000;
      font-size: 16px;
      font-weight: 500;
      line-height: 13px;
      text-transform: uppercase;
      padding: 0 10px; }

.beacon .mw-filters {
  border: 0;
  margin: 0 0 40px 0;
  padding-top: 0; }

.mw-filters {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #ecebeb; }
  .mw-filters .showing-results {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    width: auto !important; }
  .mw-filters .mw-sort,
  .mw-filters .mw-stories-sort-container {
    position: relative;
    float: right;
    width: 100%;
    max-width: 250px; }
    @media (max-width: 600px) {
      .mw-filters .mw-sort,
      .mw-filters .mw-stories-sort-container {
        max-width: 100%; } }
    .mw-filters .mw-sort:after,
    .mw-filters .mw-stories-sort-container:after {
      content: url(/wp-content/uploads/2017/09/down-chevron.png);
      height: 20px;
      width: 20px;
      position: absolute;
      right: 10px;
      top: 8px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .mw-filters .mw-sort:nth-of-type(2),
    .mw-filters .mw-stories-sort-container:nth-of-type(2) {
      margin-right: 10px; }
  .mw-filters #sort,
  .mw-filters #storiessort,
  .mw-filters #eventssort,
  .mw-filters #matchsort,
  .mw-filters #fundsort,
  .mw-filters #legsort,
  .mw-filters #beaconsort {
    border: 2px solid #eeeeee;
    padding: 10px; }
  .mw-filters #filter,
  .mw-filters #storiesfilter,
  .mw-filters #eventsfilter {
    float: right;
    border: 2px solid #eeeeee;
    width: 100%;
    max-width: 240px;
    padding: 10px; }

.mw-load-more {
  clear: both;
  margin: 30px 15px; }
  .mw-load-more a {
    width: 100%;
    text-align: center;
    border: 2px solid #988642;
    color: #988642;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    max-width: 406px;
    margin: 0 auto; }
    .mw-load-more a:hover {
      color: #FFFFFF;
      background-color: #988642; }

.tax-school-categories .tax-content {
  padding: 40px 0;
  background-color: #f6f6f6; }

.single-soccer-schools h3 {
  float: left; }

.mw-location-title {
  float: right;
  position: relative;
  margin-bottom: 20px;
  width: 250px; }
  .mw-location-title p {
    margin: 0;
    width: 100%;
    max-width: 250px;
    padding: 10px;
    border: 2px solid #eeeeee; }
  .mw-location-title:after {
    content: url(/wp-content/uploads/2017/09/down-chevron.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.mw-ajax-select {
  float: right;
  position: relative;
  width: 250px; }
  @media (max-width: 450px) {
    .mw-ajax-select {
      width: 100%; } }
  .mw-ajax-select:after {
    content: url(/wp-content/uploads/2017/09/down-chevron.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.mw-location-ajax {
  float: right;
  position: relative;
  margin-bottom: 20px;
  width: 250px;
  padding: 10px;
  border: 2px solid #eeeeee; }
  .mw-location-ajax:after {
    content: url(/wp-content/uploads/2017/09/down-chevron.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  @media (max-width: 450px) {
    .mw-location-ajax {
      width: 100%; } }

.mw-location-filter {
  float: right;
  list-style: none;
  width: 100%;
  max-width: 250px;
  margin: 0;
  padding: 0;
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 0px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s, max-height 0.4s;
  -o-transition: opacity 0.4s, max-height 0.4s;
  transition: opacity 0.4s, max-height 0.4s;
  overflow: hidden !important;
  position: absolute;
  top: 49px;
  left: 0;
  background: #FFFFFF;
  z-index: 9998; }
  .mw-location-filter.active {
    max-height: 140px;
    opacity: 1;
    padding: 0px; }
  .mw-location-filter li {
    display: block;
    margin: 0;
    padding: 5px 10px !important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important; }
    .mw-location-filter li a {
      color: #000000;
      padding: 0px;
      width: 100%; }

.filter-select {
  position: relative;
  margin: 20px 0 0 0;
  display: none; }
  @media (max-width: 950px) {
    .filter-select {
      display: block; } }
  .filter-select p {
    margin: 0;
    width: 100%;
    padding: 10px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 14.5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 0;
    cursor: pointer;
    font-family: 'meta-plus-bold';
    width: 100%;
    display: block; }
  .filter-select:after {
    content: url(/wp-content/uploads/2017/11/white_arrow_down.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 18px; }

.mw-latest-pages {
  padding: 30px 0 50px; }

.gf-hidden {
  visibility: hidden;
  height: 0; }

.feedback h2 {
  color: #000000; }

.feedback .mw-address {
  margin-bottom: 60px; }
  .feedback .mw-address p {
    margin: 0;
    padding: 0; }

.mw-written-by {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important; }

.mw-grid-border {
  border: 2px solid #988642 !important;
  margin: 0;
  border-radius: 0 !important;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  height: 290px;
  position: relative; }
  @media (max-width: 800px) {
    .mw-grid-border {
      height: auto; } }
  .mw-grid-border h2 {
    color: #000000;
    margin: 0;
    padding-bottom: 20px; }
  .mw-grid-border p {
    padding: 0;
    margin: 0; }
  .mw-grid-border ul {
    margin-top: 20px; }
  .mw-grid-border a {
    float: none !important;
    background-color: transparent !important;
    border: 2px solid #988642 !important;
    color: #988642 !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 11px !important;
    display: block !important;
    width: 100%;
    max-width: 300px;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: 'meta-plus-bold';
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media (max-width: 800px) {
      .mw-grid-border a {
        position: relative;
        left: 0;
        bottom: 0; } }

.cookie-notice {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  max-width: 600px; }
  .cookie-notice .hidden {
    display: none; }
  .cookie-notice p {
    color: #d52b1e;
    text-align: center; }
  .cookie-notice .btn, .cookie-notice .products ul li .text .book-now, .products ul li .text .cookie-notice .book-now, .cookie-notice .products ul li .text .view-basket, .products ul li .text .cookie-notice .view-basket, .cookie-notice .woocommerce-basket .woocommerce-basket-content .basket-actions .book-now, .woocommerce-basket .woocommerce-basket-content .basket-actions .cookie-notice .book-now, .cookie-notice .attendee-popup .acf-form .acf-form-submit .acf-button, .attendee-popup .acf-form .acf-form-submit .cookie-notice .acf-button, .cookie-notice .woocommerce-MyAccount-content .edit, .woocommerce-MyAccount-content .cookie-notice .edit, .cookie-notice .woocommerce input[type="submit"], .woocommerce .cookie-notice input[type="submit"], .cookie-notice .checkout .checkout-button, .checkout .cookie-notice .checkout-button, .cookie-notice .woocommerce-MyAccount-orders .button.view, .woocommerce-MyAccount-orders .cookie-notice .button.view {
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 200px;
    cursor: pointer; }

.mailchimp-newsletter {
  display: none; }

.header-background {
  width: 25%;
  float: left;
  height: 39vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center; }
  .header-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%); }
  .header-background a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  @media (max-width: 1350px) {
    .header-background {
      height: 28vh; } }
  @media (max-width: 1050px) {
    .header-background {
      height: 22vh; } }
  @media (max-width: 1000px) {
    .header-background {
      width: 50%;
      padding-top: 30vw; } }
  @media (max-width: 450px) {
    .header-background.beacon {
      display: block; } }
  @media (max-width: 500px) {
    .header-background.beacon {
      height: 55vh !important; } }
  .header-background.beacon:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); }
  .header-background.beacon .header-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .header-background.beacon .big-title-wrap h1 {
    font-family: "ff-good-headline-web-pro-con";
    font-size: 90px;
    display: block;
    line-height: 0.8;
    margin: 0 0 20px 0; }
    @media (max-width: 1200px) {
      .header-background.beacon .big-title-wrap h1 {
        font-size: 70px; } }
    @media (max-width: 630px) {
      .header-background.beacon .big-title-wrap h1 {
        font-size: 40px; } }
  .header-background.beacon .big-title-wrap p {
    font-family: "ff-good-headline-web-pro-con" !important;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .header-background.beacon .big-title-wrap .book-btn {
    background: #EE2F46;
    border: 0;
    font-family: "ff-good-headline-web-pro-con";
    font-size: 20px;
    max-width: 180px;
    padding: 12px; }
  .header-background.header-background-1 {
    width: 100%;
    height: 78vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-1 {
        height: 65vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-1 {
        height: 60vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-1 {
        width: 100%;
        height: 55vw; } }
    @media (max-width: 768px) {
      .header-background.header-background-1 {
        height: 50vh;
        padding-top: 0; } }
    @media (max-width: 768px) {
      .header-background.header-background-1 {
        height: 45vh; } }
  .header-background.header-background-2 {
    width: 50%;
    height: 78vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-2 {
        height: 56vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-2 {
        height: 44vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-2 {
        width: 100%;
        padding-top: 50vw; } }
    @media (max-width: 768px) {
      .header-background.header-background-2 {
        height: 40vh;
        padding-top: 0; } }
    @media (max-width: 768px) {
      .header-background.header-background-2 {
        height: 35vh; } }
  .header-background.header-background-3 {
    width: 25%;
    height: 39vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-3 {
        height: 28vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-3 {
        height: 22vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-3 {
        width: 50%;
        padding-top: 30vw; } }
    @media (max-width: 600px) {
      .header-background.header-background-3 {
        height: 50vw; } }
    .header-background.header-background-3:nth-of-type(1) {
      width: 75%;
      height: 78vh; }
      @media (max-width: 1350px) {
        .header-background.header-background-3:nth-of-type(1) {
          height: 56vh; } }
      @media (max-width: 1050px) {
        .header-background.header-background-3:nth-of-type(1) {
          height: 44vh; } }
      @media (max-width: 1000px) {
        .header-background.header-background-3:nth-of-type(1) {
          width: 100%;
          padding-top: 50vw; } }
      @media (max-width: 768px) {
        .header-background.header-background-3:nth-of-type(1) {
          height: 40vh;
          padding-top: 0; } }
      @media (max-width: 768px) {
        .header-background.header-background-3:nth-of-type(1) {
          height: 35vh; } }
      @media (max-width: 600px) {
        .header-background.header-background-3:nth-of-type(1) {
          height: 40vh; } }
  .header-background.header-background-4 {
    width: 50%;
    height: 39vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-4 {
        height: 28vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-4 {
        height: 22vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-4 {
        width: 100%;
        padding-top: 25vw; } }
    @media (max-width: 768px) {
      .header-background.header-background-4 {
        height: 20vh;
        padding-top: 0; } }
    @media (max-width: 768px) {
      .header-background.header-background-4 {
        height: 17.5vh; } }
  .header-background.header-background-5 {
    width: 33.3%;
    height: 39vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-5 {
        height: 28vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-5 {
        height: 22vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-5 {
        width: 50%;
        padding-top: 30vw; } }
    .header-background.header-background-5:nth-of-type(1) {
      width: 33.3%;
      height: 78vh; }
      @media (max-width: 1350px) {
        .header-background.header-background-5:nth-of-type(1) {
          height: 56vh; } }
      @media (max-width: 1050px) {
        .header-background.header-background-5:nth-of-type(1) {
          height: 44vh; } }
      @media (max-width: 1000px) {
        .header-background.header-background-5:nth-of-type(1) {
          width: 100%;
          padding-top: 50vw; } }
      @media (max-width: 768px) {
        .header-background.header-background-5:nth-of-type(1) {
          height: 40vh;
          padding-top: 0; } }
      @media (max-width: 768px) {
        .header-background.header-background-5:nth-of-type(1) {
          height: 35vh; } }
  .header-background.header-background-6 {
    width: 33.3%;
    height: 39vh; }
    @media (max-width: 1350px) {
      .header-background.header-background-6 {
        height: 28vh; } }
    @media (max-width: 1050px) {
      .header-background.header-background-6 {
        height: 22vh; } }
    @media (max-width: 1000px) {
      .header-background.header-background-6 {
        width: 100%;
        padding-top: 25vw; } }
    @media (max-width: 768px) {
      .header-background.header-background-6 {
        height: 20vh;
        padding-top: 0; } }
    @media (max-width: 768px) {
      .header-background.header-background-6 {
        height: 17.5vh; } }
  .header-background .big-title-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 46%; }
    @media (max-width: 950px) {
      .header-background .big-title-wrap {
        width: 85%; } }
    .header-background .big-title-wrap h2 {
      font-size: 70px;
      line-height: 1;
      margin: 0;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 0.9; }
      @media (max-width: 1200px) {
        .header-background .big-title-wrap h2 {
          font-size: 70px; } }
      @media (max-width: 550px) {
        .header-background .big-title-wrap h2 {
          font-size: 50px; } }
      @media (max-width: 400px) {
        .header-background .big-title-wrap h2 {
          font-size: 35px; } }
    .header-background .big-title-wrap .book-btn {
      display: block;
      width: 100%;
      max-width: 280px;
      padding: 15px;
      font-size: 18px;
      text-transform: uppercase;
      border: 2px solid #FFFFFF;
      text-align: center;
      color: #FFFFFF;
      font-family: 'meta-plus-bold';
      position: relative; }
      .header-background .big-title-wrap .book-btn a {
        color: #FFFFFF; }
  .header-background .title-wrap {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .header-background .title-wrap h2 {
      font-size: 40px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
      .header-background .title-wrap h2 span {
        display: block;
        font-size: 18px;
        font-weight: 300;
        width: 60%;
        font-family: 'meta-plus-normal';
        line-height: 20px; }
        @media (max-width: 1200px) {
          .header-background .title-wrap h2 span {
            font-size: 20px; } }
        @media (max-width: 600px) {
          .header-background .title-wrap h2 span {
            font-size: 16px;
            line-height: 16px; } }
      @media (max-width: 1200px) {
        .header-background .title-wrap h2 {
          font-size: 22px; } }
      @media (max-width: 600px) {
        .header-background .title-wrap h2 {
          font-size: 18px;
          line-height: 18px; } }

.mobile-header-background {
  display: none !important; }

.strapline {
  background-color: #d52b1e;
  padding: 20px;
  clear: both; }
  .strapline.beacon {
    background-color: #1e1e1e; }
    .strapline.beacon .text p {
      font-family: "ff-good-headline-web-pro-con" !important;
      font-weight: 400;
      font-size: 25px !important; }
  .strapline p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'meta-plus-bold';
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    max-width: 795px;
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 0; }
    @media (max-width: 500px) {
      .strapline p {
        font-size: 14px; } }

.box-style-three {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  position: relative; }
  .box-style-three.beacon h2 {
    position: absolute;
    bottom: 0px;
    left: 30px;
    font-family: "ff-good-headline-web-pro-con";
    width: calc(100% - 60px); }
  .box-style-three.beacon .image-wrapper {
    border-bottom: 10px solid #F0B14E;
    height: auto; }
    .box-style-three.beacon .image-wrapper .image {
      padding-top: 100%;
      position: relative; }
      .box-style-three.beacon .image-wrapper .image:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); }
  .box-style-three .image-wrapper {
    height: 296px; }
    .box-style-three .image-wrapper .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center top;
      transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
  .box-style-three .text {
    position: absolute;
    bottom: 0;
    background: #d52b1e;
    height: 0;
    width: 100%;
    overflow: visible;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    .box-style-three .text p {
      color: #FFFFFF; }
    .box-style-three .text .more-info {
      padding: 0 20px 20px; }
  .box-style-three:hover .text {
    height: 100%;
    padding: 20px; }
  .box-style-three .text-wrapper {
    border-top: 10px solid #d52b1e;
    background-color: #FFFFFF;
    z-index: 9998;
    position: relative;
    width: 100%;
    min-height: 100px; }
    .box-style-three .text-wrapper h2 {
      color: #000000;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px;
      margin: 0;
      line-height: 1.2; }
      @media (max-width: 600px) {
        .box-style-three .text-wrapper h2 {
          font-size: 18px; } }
  .box-style-three .event-calender {
    height: 396px;
    background-color: #eeeeee;
    position: relative; }
    .box-style-three .event-calender .mw-event-link {
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: 0;
      right: 0;
      z-index: 9999;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .box-style-three .event-calender .mw-event-link .mw-event {
        position: absolute;
        left: 50%;
        top: 37%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .box-style-three .event-calender p {
      color: #2c2d35;
      font-weight: 600;
      text-align: center;
      font-size: 30px;
      margin: 35px 0;
      text-transform: uppercase;
      font-family: 'meta-plus-bold'; }
      @media (max-width: 400px) {
        .box-style-three .event-calender p {
          font-size: 25px; } }
      .box-style-three .event-calender p:first-of-type {
        font-size: 40px;
        margin: 35px 0 20px; }
        @media (max-width: 1118px) {
          .box-style-three .event-calender p:first-of-type {
            font-size: 30px; } }
        @media (max-width: 400px) {
          .box-style-three .event-calender p:first-of-type {
            font-size: 25px; } }
    .box-style-three .event-calender .date {
      position: absolute;
      top: 20%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      font-size: 35px; }
      @media (max-width: 400px) {
        .box-style-three .event-calender .date {
          font-size: 40px; } }
      .box-style-three .event-calender .date span {
        font-size: 20px; }
    .box-style-three .event-calender img {
      display: block;
      margin: auto; }
    .box-style-three .event-calender .event-link {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #2c2d35;
      height: 102px; }
      .box-style-three .event-calender .event-link p {
        width: 100%;
        display: block;
        text-align: left;
        background-color: #2c2d35;
        font-family: 'meta-plus-bold';
        font-weight: 600;
        color: #FFFFFF;
        padding: 15px 30px;
        font-size: 20px;
        margin: 0;
        position: absolute;
        top: 10px;
        left: 0; }
        @media (max-width: 400px) {
          .box-style-three .event-calender .event-link p {
            font-size: 16px; } }
  .box-style-three .event-carousel {
    position: relative;
    overflow: hidden;
    z-index: 999; }
    .box-style-three .event-carousel ul {
      width: 20000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      left: 0px; }
    .box-style-three .event-carousel li {
      float: left;
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center;
      height: 316px; }

.mw-single-tweet {
  height: 396px;
  background-color: #2c2d35;
  padding: 30px; }
  .mw-single-tweet h2 {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px; }
  .mw-single-tweet p {
    color: #FFFFFF;
    text-align: left;
    font-size: 24px; }
    @media (max-width: 1050px) {
      .mw-single-tweet p {
        font-size: 20px; } }
  .mw-single-tweet .twitter-logo {
    height: 48px;
    width: 48px;
    display: inline-block; }
  .mw-single-tweet .twitter-handle {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .mw-single-tweet a {
    color: #FFFFFF;
    text-align: left; }
  .mw-single-tweet span {
    color: #FFFFFF;
    text-align: left; }
  .mw-single-tweet .follow-us {
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 20px;
    font-family: 'meta-plus-bold';
    text-transform: uppercase; }

.mw-promo-banner {
  margin: 70px 0 0 0; }
  .mw-promo-banner .home-banner {
    width: 66.6%;
    padding-top: 27vw;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    float: right; }
    @media (max-width: 1450px) {
      .mw-promo-banner .home-banner {
        padding-top: 40vw; } }
    @media (max-width: 1250px) {
      .mw-promo-banner .home-banner {
        padding-top: 50vw; } }
    @media (max-width: 1110px) {
      .mw-promo-banner .home-banner {
        width: 50%; } }
    @media (max-width: 920px) {
      .mw-promo-banner .home-banner {
        padding-top: 65vw; } }
    @media (max-width: 768px) {
      .mw-promo-banner .home-banner {
        width: 100%; } }
  .mw-promo-banner .text-wrapper {
    width: 33.4%;
    float: left;
    height: 27vw;
    background-color: #988642;
    padding: 50px;
    position: relative; }
    @media (max-width: 1450px) {
      .mw-promo-banner .text-wrapper {
        height: 40vw; } }
    @media (max-width: 1250px) {
      .mw-promo-banner .text-wrapper {
        height: 50vw; } }
    @media (max-width: 1110px) {
      .mw-promo-banner .text-wrapper {
        width: 50%; } }
    @media (max-width: 920px) {
      .mw-promo-banner .text-wrapper {
        height: 65vw; } }
    @media (max-width: 768px) {
      .mw-promo-banner .text-wrapper {
        width: 100%;
        height: auto;
        padding: 30px 20px;
        padding-bottom: 100px; } }
    .mw-promo-banner .text-wrapper .text {
      position: initial; }
    .mw-promo-banner .text-wrapper h2 {
      color: #FFFFFF;
      font-size: 40px;
      font-weight: 600;
      margin: 0;
      margin-bottom: 20px; }
      @media (max-width: 1060px) {
        .mw-promo-banner .text-wrapper h2 {
          font-size: 30px; } }
    .mw-promo-banner .text-wrapper p {
      color: #FFFFFF; }
    .mw-promo-banner .text-wrapper a {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 30px 60px;
      width: 100%;
      display: block;
      background-color: #8f7e3d;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 18px; }
      @media (max-width: 768px) {
        .mw-promo-banner .text-wrapper a {
          padding: 30px 20px; } }

.white-bg .related-carousel {
  position: relative;
  overflow: hidden; }
  .white-bg .related-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
  .white-bg .related-carousel li {
    float: left;
    padding: 0 10px; }
    @media (max-width: 930px) {
      .white-bg .related-carousel li {
        padding: 15px; } }
    @media (max-width: 600px) {
      .white-bg .related-carousel li {
        padding: 0; } }

.partners-logos {
  padding: 30px 0;
  background-color: #FFFFFF;
  z-index: 9999; }
  .partners-logos .jcarousel {
    position: relative;
    overflow: hidden; }
    .partners-logos .jcarousel ul {
      width: 20000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0; }
    .partners-logos .jcarousel li {
      float: left; }
      @media (max-width: 930px) {
        .partners-logos .jcarousel li {
          padding: 15px; } }
      @media (max-width: 600px) {
        .partners-logos .jcarousel li {
          padding: 0; } }
    .partners-logos .jcarousel img {
      display: block;
      max-width: 100%;
      height: auto !important;
      margin: auto;
      width: 100%;
      max-width: 200px;
      padding: 0 30px; }

.filters-content-wrapper {
  margin: 20px 0 40px 0;
  position: relative; }
  @media (max-width: 643px) {
    .filters-content-wrapper {
      margin: 20px 0 130px 0; } }

.latest-link {
  padding: 15px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'meta-plus-bold';
  display: none;
  text-align: center;
  position: absolute;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 643px) {
    .latest-link {
      display: block; } }
  .latest-link:after {
    content: url("/wp-content/themes/mw-foundation-of-light/library/images/Arrow.svg");
    padding: 0px 0px;
    height: 18px;
    width: 18px;
    margin-left: 20px; }

.mw-map {
  position: relative;
  margin-top: 50px; }
  @media (max-width: 1100px) {
    .mw-map .mw-relative {
      background-color: #d52b1e; } }
  .mw-map .map-canvas-wrapper {
    width: 66.6%;
    float: left;
    margin: 0; }
    @media (max-width: 1110px) {
      .mw-map .map-canvas-wrapper {
        position: relative;
        width: 100%; } }
  .mw-map .mw-contact-details {
    width: 33.3%;
    float: left;
    height: 100%; }
    @media (max-width: 1110px) {
      .mw-map .mw-contact-details {
        position: relative;
        width: 100%; } }
    .mw-map .mw-contact-details .mw-contact {
      width: 100%;
      height: 600px;
      background-color: #d52b1e;
      overflow-y: scroll;
      overflow-x: hidden; }
      @media (max-width: 1110px) {
        .mw-map .mw-contact-details .mw-contact {
          position: relative;
          width: 100%;
          height: auto;
          overflow-y: auto; } }
  .mw-map .contact-title {
    height: 75px;
    padding: 15px 20px;
    background-color: #bc2115;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mw-map .contact-title h2 {
      font-family: 'meta-plus-bold';
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      width: 75%; }
    .mw-map .contact-title .arrow {
      height: 75px;
      padding: 20px;
      width: 18%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #ad2318; }
      .mw-map .contact-title .arrow:after {
        content: url("/wp-content/themes/mw-foundation-of-light/library/images/white-arrow.svg");
        padding: 0px 0px;
        height: 18px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: rotate 4s;
        -o-transition: rotate 4s;
        transition: rotate 4s; }
      .mw-map .contact-title .arrow.active:after {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg); }
  .mw-map .contact-details {
    padding: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    .mw-map .contact-details.active {
      max-height: 350px;
      opacity: 1;
      padding: 0px; }
      @media (max-width: 1100px) {
        .mw-map .contact-details.active {
          max-height: 100%; } }
    .mw-map .contact-details div {
      padding: 20px; }
    .mw-map .contact-details h3 {
      color: #FFFFFF;
      font-size: 16px;
      font-family: 'meta-plus-bold';
      text-transform: uppercase;
      margin: 0;
      margin-top: 10px; }
      .mw-map .contact-details h3:first-of-type {
        margin-top: 0; }
    .mw-map .contact-details p,
    .mw-map .contact-details a {
      color: #FFFFFF;
      font-size: 16px;
      font-family: 'meta-plus-normal';
      margin: 0 0 0px 0;
      padding: 0;
      display: block; }
    .mw-map .contact-details .mw-course-booking a {
      display: inline; }

.page-template-page-thankyou .text h2 {
  color: #c91618;
  font-size: 35px;
  text-align: center;
  line-height: 50px; }

.page-template-page-thankyou .text p {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  margin: 0;
  padding: 0; }

.page-template-page-thankyou .text .mw-address p:last-of-type {
  margin-bottom: 60px; }

.page-template-page-thankyou .text a {
  font-weight: 600;
  font-size: 20px; }

.page-template-page-thankyou .text .btn-thank-you {
  background-color: #c91618;
  color: #FFFFFF;
  padding: 15px 50px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 25px auto 40px;
  display: block;
  max-width: 300px; }

.beacon-event-img {
  margin-bottom: 30px; }

.single-events .beacon h1 {
  float: left; }

.single-events .beacon .mw-share {
  float: right; }

.single-events .beacon h1 {
  font-weight: 600; }

.single-post .header {
  height: 500px; }
  @media (max-width: 600px) {
    .single-post .header {
      height: 320px; } }

.mw-share .share-title {
  display: inline-block;
  color: #d52b1e;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 20px;
  font-family: 'meta-plus-bold';
  width: auto !important; }
  @media (max-width: 1100px) {
    .mw-share .share-title {
      width: auto; } }

.mw-share a {
  border: 2px solid #d52b1e;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px; }
  .mw-share a .fa {
    color: #d52b1e;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (max-width: 1100px) {
  .mw-share {
    margin-bottom: 20px; } }

.related-content {
  background-color: #f6f6f6;
  padding: 60px 0; }
  .related-content .filters-wrapper {
    background-color: transparent; }
    .related-content .filters-wrapper .filters {
      display: inline-block; }
      @media (max-width: 700px) {
        .related-content .filters-wrapper .filters {
          display: block; } }
      @media (max-width: 700px) {
        .related-content .filters-wrapper .filters li {
          width: 49%;
          margin-right: 2%;
          display: block;
          float: left; }
          .related-content .filters-wrapper .filters li:nth-of-type(2) {
            margin-right: 0; } }
      @media (max-width: 550px) {
        .related-content .filters-wrapper .filters li {
          width: 100%;
          margin-right: 0; } }
      .related-content .filters-wrapper .filters li a {
        color: #d52b1e; }
        @media (max-width: 700px) {
          .related-content .filters-wrapper .filters li a {
            display: block;
            width: 100%;
            text-align: center; } }
        .related-content .filters-wrapper .filters li a.active {
          border: 2px solid #d52b1e; }
  .related-content .view-news {
    float: right;
    color: #d52b1e;
    margin-top: 40px; }
    @media (max-width: 700px) {
      .related-content .view-news {
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
        clear: both; } }
    @media (max-width: 550px) {
      .related-content .view-news {
        text-align: center; } }
  .related-content .box-style-three .news-text-wrapper h2 {
    min-height: 145px; }

.single-post .mw-news-quote p {
  font-size: 22px; }

.mw-news-quote {
  margin-bottom: 60px; }
  .mw-news-quote p {
    font-size: 28px;
    font-weight: 400;
    font-family: 'meta-plus-bold';
    text-align: center !important;
    line-height: 1.2; }
  .mw-news-quote .mw-quote-news-author {
    font-size: 16px !important;
    margin-top: 20px; }
  .mw-news-quote svg {
    display: block;
    margin: 25px auto; }
    .mw-news-quote svg:first-of-type {
      margin: 0px auto 25px; }
  .mw-news-quote.red-quote p {
    color: #d52b1e; }
  .mw-news-quote.red-quote svg {
    fill: #d52b1e; }
    .mw-news-quote.red-quote svg:nth-of-type(2) {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .mw-news-quote.gold-quote p {
    color: #988642; }
  .mw-news-quote.gold-quote svg {
    fill: #988642; }
  .mw-news-quote.black-quote p {
    color: #000000; }
  .mw-news-quote.black-quote svg {
    fill: #000000; }

.contact-container {
  padding: 25px;
  background-color: #f6f6f6;
  margin: 20px 0 40px 0;
  word-wrap: break-word;
  clear: both; }
  .contact-container p {
    font-size: 20px;
    font-family: 'meta-plus-bold';
    font-weight: 400;
    margin: 0;
    line-height: 35px; }

.key-points {
  background-color: #d52b1e;
  padding: 30px 30px 30px 30px;
  position: relative; }
  .key-points h3 {
    color: #FFFFFF;
    font-family: 'meta-plus-bold';
    font-weight: 400;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .key-points p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'meta-plus-normal';
    font-weight: 400; }
  .key-points .key-point p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'meta-plus-normal';
    font-weight: 400; }
    .key-points .key-point p:last-of-type {
      margin-bottom: 40px; }
  .key-points ul {
    margin-bottom: 40px; }
  .key-points li {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'meta-plus-normal';
    font-weight: 400; }

.book-now {
  color: #FFFFFF;
  font-family: 'meta-plus-bold';
  font-weight: 400;
  font-size: 20px;
  padding: 30px;
  background-color: #bc2115;
  width: 100%;
  display: block; }

.mw-newsletter-signup {
  background-color: #1e1e1e;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 25px; }
  .mw-newsletter-signup h3 {
    color: #FFFFFF;
    font-family: 'meta-plus-bold';
    font-weight: 400;
    font-size: 25px;
    margin-top: 20px; }
  .mw-newsletter-signup p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'meta-plus-normal';
    font-weight: 400; }
  .mw-newsletter-signup #gform_wrapper_2 .ginput_container {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 15px; }
    .mw-newsletter-signup #gform_wrapper_2 .ginput_container input[type="text"] {
      background-color: #2c2d35;
      color: #FFFFFF; }
    .mw-newsletter-signup #gform_wrapper_2 .ginput_container ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFFFFF; }
    .mw-newsletter-signup #gform_wrapper_2 .ginput_container ::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFFFFF; }
    .mw-newsletter-signup #gform_wrapper_2 .ginput_container :-ms-input-placeholder {
      /* IE 10+ */
      color: #FFFFFF; }
    .mw-newsletter-signup #gform_wrapper_2 .ginput_container :-moz-placeholder {
      /* Firefox 18- */
      color: #FFFFFF; }
  .mw-newsletter-signup #gform_wrapper_2 .gform_footer {
    width: 100%;
    float: none;
    margin: 0; }
    .mw-newsletter-signup #gform_wrapper_2 .gform_footer:after {
      content: url("/wp-content/uploads/2017/08/arrow-right.png");
      padding: 0px 0px;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 15px;
      left: 75px; }
    .mw-newsletter-signup #gform_wrapper_2 .gform_footer input[type="submit"] {
      width: 100%;
      max-width: 100%;
      border: 0;
      text-align: left;
      font-family: 'meta-plus-bold';
      font-weight: 400;
      font-size: 20px;
      background-color: transparent;
      padding: 12.5px 0; }

.single-fundraising-events .mw-promo-banner .text-wrapper {
  background-color: #d52b1e; }
  .single-fundraising-events .mw-promo-banner .text-wrapper a {
    background-color: #bc2115; }

@media (max-width: 1100px) {
  .single-post .tweet {
    width: 49%;
    float: left;
    margin-right: 2%; }
  .single-post .featured-stats {
    width: 49%;
    float: left; }
    .single-post .featured-stats .feature-stat {
      padding-top: 427px; } }

@media (max-width: 700px) {
  .single-post .tweet {
    width: 100%;
    margin-right: 0; }
  .single-post .featured-stats {
    width: 100%; } }

.content--beacon-of-light .mw-main .page-content .page-links {
  margin: 20px auto; }

.mw-tiled-image {
  width: 50%;
  float: left;
  background-size: cover;
  position: relative;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: right; }
  @media (max-width: 767px) {
    .mw-tiled-image {
      width: 100%;
      height: 60vh; } }
  .mw-tiled-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .mw-tiled-image .mw-tiled-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }
    @media (max-width: 600px) {
      .mw-tiled-image .mw-tiled-content {
        width: 80%; } }
    .mw-tiled-image .mw-tiled-content h2 {
      font-family: "ff-good-headline-web-pro-con";
      margin: 0 0 5px 0; }
    .mw-tiled-image .mw-tiled-content p {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 1.4; }
    .mw-tiled-image .mw-tiled-content a {
      background: #EE2F46;
      color: #FFFFFF;
      display: block;
      width: 100%;
      padding: 15px;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 20px;
      max-width: 200px;
      text-align: center;
      text-transform: uppercase; }

.mw-beacon-news {
  padding: 60px 0 40px 0;
  background-color: #f6f6f6; }
  .mw-beacon-news h2 {
    text-align: center;
    color: #303138;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: "ff-good-headline-web-pro-con";
    font-weight: 600; }
  .mw-beacon-news ul {
    padding: 0; }

.mw-beacon-stats {
  padding: 30px;
  position: relative;
  height: 25vw;
  background-color: #F0B14E;
  margin-bottom: 40px;
  min-height: 300px; }
  .mw-beacon-stats .stat-number {
    font-family: "ff-good-headline-web-pro-con";
    color: #FFFFFF;
    font-weight: 600;
    font-size: 90px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .mw-beacon-stats .stat-text {
    font-family: "ff-good-headline-web-pro-con";
    color: #FFFFFF;
    margin: 0;
    padding: 0 30px 0 0; }
  .mw-beacon-stats .mw-stat-content {
    position: absolute;
    bottom: 30px;
    left: 30px; }

.mw-main-stats {
  padding: 30px;
  position: relative;
  height: 25vw;
  background-color: #d52b1e;
  margin-bottom: 40px;
  min-height: 300px; }
  .mw-main-stats .stat-number {
    font-family: "meta-plus-bold";
    color: #FFFFFF;
    font-weight: 600;
    font-size: 90px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .mw-main-stats .stat-text {
    ont-family: "meta-plus-bold";
    color: #FFFFFF;
    margin: 0;
    padding: 0 30px 0 0; }
  .mw-main-stats .mw-stat-content {
    position: absolute;
    bottom: 30px;
    left: 30px; }

.mw-related-list h3 {
  font-family: "ff-good-headline-web-pro-con";
  color: #363636;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 600; }

.mw-related-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mw-related-list ul li {
    border-top: 2px solid #f6f6f6;
    padding: 10px 0; }
    .mw-related-list ul li a {
      color: #d52b1e;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 18px;
      text-transform: uppercase; }
    .mw-related-list ul li:last-of-type {
      border-bottom: 2px solid #f6f6f6; }

.mw-profile {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  margin-bottom: 60px;
  margin-top: 210px; }
  @media (max-width: 920px) {
    .mw-profile {
      max-width: 450px; } }
  @media (max-width: 500px) {
    .mw-profile {
      max-width: 300px; } }
  @media (max-width: 400px) {
    .mw-profile {
      max-width: 270px; } }
  .mw-profile .profile-image {
    width: 50%;
    float: left;
    height: 506px; }
    @media (max-width: 920px) {
      .mw-profile .profile-image {
        width: 100%;
        height: 250px; } }
    .mw-profile .profile-image .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center top;
      transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
  .mw-profile .profile-information {
    width: 50%;
    float: left;
    min-height: 506px;
    padding: 30px;
    background-color: #FFFFFF; }
    @media (max-width: 920px) {
      .mw-profile .profile-information {
        width: 100%;
        min-height: auto; } }
    .mw-profile .profile-information h2 {
      min-height: auto;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 22px;
      color: #000000;
      font-weight: 600;
      margin: 0;
      text-transform: capitalize; }
    .mw-profile .profile-information h3 {
      min-height: auto;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 22px;
      color: #000000;
      margin: 0;
      margin-bottom: 20px; }
    .mw-profile .profile-information a {
      color: #d52b1e;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 20px;
      text-transform: lowercase;
      text-decoration: underline;
      word-break: break-all; }
    .mw-profile .profile-information p {
      color: #000000;
      font-family: "ff-good-headline-web-pro-con";
      font-size: 18px; }

.beacon-opening-form {
  padding: 50px 0; }
  .beacon-opening-form h2 {
    text-align: center; }
  .beacon-opening-form p {
    text-align: center; }
  .beacon-opening-form #gform_wrapper_11 #field_11_1,
  .beacon-opening-form #gform_wrapper_11 #field_11_2,
  .beacon-opening-form #gform_wrapper_11 #field_11_3,
  .beacon-opening-form #gform_wrapper_11 #field_11_4,
  .beacon-opening-form #gform_wrapper_11 #field_11_5,
  .beacon-opening-form #gform_wrapper_11 #field_11_6,
  .beacon-opening-form #gform_wrapper_11 #field_11_7,
  .beacon-opening-form #gform_wrapper_11 #field_11_9,
  .beacon-opening-form #gform_wrapper_11 #field_11_11 {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .beacon-opening-form #gform_wrapper_11 #field_11_1,
      .beacon-opening-form #gform_wrapper_11 #field_11_2,
      .beacon-opening-form #gform_wrapper_11 #field_11_3,
      .beacon-opening-form #gform_wrapper_11 #field_11_4,
      .beacon-opening-form #gform_wrapper_11 #field_11_5,
      .beacon-opening-form #gform_wrapper_11 #field_11_6,
      .beacon-opening-form #gform_wrapper_11 #field_11_7,
      .beacon-opening-form #gform_wrapper_11 #field_11_9,
      .beacon-opening-form #gform_wrapper_11 #field_11_11 {
        width: 100%;
        margin-right: 0; } }
    .beacon-opening-form #gform_wrapper_11 #field_11_1 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_2 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_3 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_4 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_5 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_6 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_7 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_9 input[type=text],
    .beacon-opening-form #gform_wrapper_11 #field_11_11 input[type=text] {
      padding: 15.5px 15px !important; }
  .beacon-opening-form #gform_wrapper_11 #field_11_3,
  .beacon-opening-form #gform_wrapper_11 #field_11_6,
  .beacon-opening-form #gform_wrapper_11 #field_11_11 {
    margin-right: 0; }
  .beacon-opening-form #gform_wrapper_11 #field_11_10 {
    clear: both;
    max-width: 50%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .beacon-opening-form #gform_wrapper_11 #field_11_10 {
        max-width: 100%;
        margin-right: 0; } }
    .beacon-opening-form #gform_wrapper_11 #field_11_10 .ginput_container_checkbox ul {
      list-style: none; }
      .beacon-opening-form #gform_wrapper_11 #field_11_10 .ginput_container_checkbox ul li {
        text-align: center; }
    .beacon-opening-form #gform_wrapper_11 #field_11_10 .ginput_container_checkbox label {
      display: inline-block; }
  .beacon-opening-form #gform_wrapper_11 .gform_footer input[type=submit] {
    display: block;
    margin: 0 auto;
    background-color: #EE2F46;
    border: 2px solid #EE2F46;
    color: #fff; }
    .beacon-opening-form #gform_wrapper_11 .gform_footer input[type=submit]:hover {
      color: #EE2F46;
      background-color: transparent; }

.box-style-three.beacon-opening {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }
  .box-style-three.beacon-opening .image-wrapper {
    border-bottom: 0 !important; }
    .box-style-three.beacon-opening .image-wrapper .image {
      padding-top: 65% !important; }
      .box-style-three.beacon-opening .image-wrapper .image:before {
        background-image: none !important; }
  .box-style-three.beacon-opening h2 {
    font-size: 90px !important;
    font-weight: 600 !important;
    line-height: 70px !important; }

.Beacon-offer .page-title h1 {
  font-size: 90px !important;
  line-height: 70px !important; }
  @media (max-width: 768px) {
    .Beacon-offer .page-title h1 {
      font-size: 50px !important;
      line-height: 40px !important; } }

.mw-team-members {
  margin-bottom: 70px; }
  .mw-team-members .mw-section {
    clear: both;
    margin-top: 50px; }
    .mw-team-members .mw-section h2 {
      width: 100%;
      color: #000;
      clear: both; }
    .mw-team-members .mw-section:first-of-type {
      margin-top: 0; }
  .mw-team-members .mw-team-modal {
    display: none;
    position: fixed;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 20px;
    width: 100%;
    max-width: 900px; }
    .mw-team-members .mw-team-modal.active {
      display: block; }
    @media (max-width: 500px) {
      .mw-team-members .mw-team-modal {
        overflow-y: scroll;
        max-height: 400px;
        overflow-x: hidden; } }
    .mw-team-members .mw-team-modal-image {
      width: 48%;
      float: left;
      margin: 1%; }
      @media (max-width: 768px) {
        .mw-team-members .mw-team-modal-image {
          width: 100%;
          padding: 0 15px; } }
    .mw-team-members .mw-team-modal-content {
      width: 48%;
      float: left;
      margin: 1%; }
      @media (max-width: 768px) {
        .mw-team-members .mw-team-modal-content {
          width: 100%;
          padding: 0 15px; } }
      .mw-team-members .mw-team-modal-content h2 {
        padding: 0;
        margin: 0;
        color: #c91618; }
      .mw-team-members .mw-team-modal-content p {
        padding: 0;
        margin: 0;
        padding-bottom: 10px; }
      .mw-team-members .mw-team-modal-content .mw-title {
        font-weight: 400;
        font-family: "meta-plus-bold";
        margin-bottom: 5px;
        padding: 0;
        padding-bottom: 0; }
      .mw-team-members .mw-team-modal-content a {
        color: #c91618;
        font-weight: 400;
        font-family: "meta-plus-bold";
        margin-bottom: 5px;
        word-break: break-all; }
  .mw-team-members .mw-close {
    float: right; }
    .mw-team-members .mw-close i {
      font-size: 28px;
      color: #d52b1e; }
  .mw-team-members .box-style-one {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .mw-team-members .box-style-one h2 {
      padding: 0;
      margin: 0;
      font-size: 18px;
      color: #c91618;
      line-height: 20px; }
    .mw-team-members .box-style-one p {
      padding: 0;
      margin: 0;
      font-size: 16px; }
    .mw-team-members .box-style-one .mw-title {
      font-weight: 400;
      font-family: "meta-plus-bold";
      margin-bottom: 5px; }
    .mw-team-members .box-style-one .mw-link {
      padding: 0;
      margin: 0;
      color: #c91618;
      font-weight: 400;
      font-family: "meta-plus-bold";
      margin-top: 15px; }
      .mw-team-members .box-style-one .mw-link:after {
        content: url(/wp-content/themes/mw-foundation-of-light/library/images/red-arrow.svg);
        padding: 0 0;
        height: 19px;
        width: 13px;
        margin-left: 10px; }
    .mw-team-members .box-style-one a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 10; }
    .mw-team-members .box-style-one .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center top;
      transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
      text-indent: -9999px;
      padding-top: 18vw; }
      @media (max-width: 800px) {
        .mw-team-members .box-style-one .image {
          padding-top: 56vw; } }
      @media (max-width: 400px) {
        .mw-team-members .box-style-one .image {
          padding-top: 112vw; } }
    .mw-team-members .box-style-one .text {
      padding: 20px 15px 20px;
      background-color: #fff;
      min-height: 125px; }

.filters-wrapper {
  position: relative; }
  .filters-wrapper .mw-col-1-1 {
    position: relative; }

.filter-wrapper {
  display: none;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 49px;
  left: 12px;
  background: #d52b1e;
  z-index: 100; }
  .filter-wrapper li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left; }
    .filter-wrapper li a {
      max-width: 300px;
      width: 100%;
      padding: 10px;
      text-align: left; }
  .filter-wrapper.active {
    display: block; }

.mw-wrapper {
  border: 2px solid #FFFFFF;
  padding: 10px;
  margin: 15px 0;
  max-width: 300px;
  width: 100%; }
  .mw-wrapper p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "meta-plus-bold";
    text-transform: uppercase; }
  .mw-wrapper .mw-span {
    float: right;
    margin-top: -22px; }
  .mw-wrapper span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
    transition: opacity 0.2s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }
    .mw-wrapper span:nth-of-type(2) {
      margin: 6px 0; }

.mw-donate {
  margin: 40px 0; }
  .mw-donate h2 {
    text-align: center;
    font-family: "ff-good-headline-web-pro-con";
    font-size: 40px;
    font-weight: 600;
    color: #2c2d35;
    margin: 0 0 40px 0; }
  @media (max-width: 600px) {
    .mw-donate .mw-col-1-2:nth-of-type(1) {
      margin-bottom: 30px; } }
  .mw-donate .mw-col-1-2:nth-of-type(2) .mw-content-block {
    background-color: #1e1e1e;
    border-bottom: 10px solid #ecb13b; }
    .mw-donate .mw-col-1-2:nth-of-type(2) .mw-content-block a {
      background-color: #ecb13b;
      color: #FFFFFF; }
  .mw-donate .mw-col-1-2 .mw-content-block {
    background-color: #e62b43;
    border-bottom: 10px solid #1e1e1e;
    padding: 40px; }
    .mw-donate .mw-col-1-2 .mw-content-block h3 {
      color: #FFFFFF;
      text-align: center;
      font-family: "ff-good-headline-web-pro-con";
      margin: 0;
      margin-bottom: 40px;
      font-weight: 600;
      font-size: 38px;
      text-transform: uppercase; }
    .mw-donate .mw-col-1-2 .mw-content-block p {
      color: #FFFFFF;
      text-align: center;
      font-family: "ff-good-headline-web-pro-con";
      max-width: 410px;
      margin: 0 auto 20px; }
    .mw-donate .mw-col-1-2 .mw-content-block a {
      color: #1e1e1e;
      background-color: #FFFFFF;
      padding: 10px;
      text-align: center;
      display: block;
      max-width: 190px;
      width: 100%;
      margin: 0 auto;
      font-family: "ff-good-headline-web-pro-con";
      text-transform: uppercase; }

.mw-single-product h1 {
  color: #000000;
  font-size: 40px;
  font-family: "ff-good-headline-web-pro-con";
  font-weight: 600; }

.mw-single-product .slick-arrow {
  display: none !important; }

.mw-single-product .wpis-popup {
  display: none !important; }

.mw-single-product .slider {
  max-width: 535px !important;
  display: block !important;
  margin: auto !important;
  border: 2px solid #f8f8f8; }
  .mw-single-product .slider img {
    max-width: 535px !important;
    max-height: 315px !important; }

.mw-single-product .wpis-slider-nav {
  max-width: 400px !important;
  display: block !important;
  margin: auto !important; }
  .mw-single-product .wpis-slider-nav li {
    width: 25% !important;
    border-right: 2px solid #f8f8f8; }
    .mw-single-product .wpis-slider-nav li:last-of-type {
      border-right: 0; }
    .mw-single-product .wpis-slider-nav li.slick-current img {
      opacity: 1 !important; }
  .mw-single-product .wpis-slider-nav img {
    opacity: 0.4 !important; }
  @media (max-width: 1000px) {
    .mw-single-product .wpis-slider-nav {
      max-width: 300px !important; } }
  @media (max-width: 500px) {
    .mw-single-product .wpis-slider-nav {
      max-width: 250px !important; } }

.mw-single-product .stock.in-stock {
  display: none; }

.mw-single-product .mw-price {
  float: right;
  width: 48%; }
  .mw-single-product .mw-price .price {
    text-align: right;
    color: #EE2F46 !important;
    font-family: "ff-good-headline-web-pro-con" !important;
    font-size: 25px !important; }

.mw-single-product .quantity {
  width: 6%; }
  @media (max-width: 1030px) {
    .mw-single-product .quantity {
      width: 8% !important; } }
  @media (max-width: 860px) {
    .mw-single-product .quantity {
      width: 10% !important; } }
  @media (max-width: 768px) {
    .mw-single-product .quantity {
      width: 6% !important; } }
  @media (max-width: 580px) {
    .mw-single-product .quantity {
      width: 8% !important; } }
  @media (max-width: 460px) {
    .mw-single-product .quantity {
      width: 10% !important; } }
  @media (max-width: 400px) {
    .mw-single-product .quantity {
      width: 12% !important; } }
  .mw-single-product .quantity .qty {
    max-width: 34px !important;
    height: 34px !important;
    text-align: center !important;
    color: #EE2F46 !important; }
  .mw-single-product .quantity input[type='number']::-webkit-inner-spin-button,
  .mw-single-product .quantity input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important; }

.mw-single-product .mw-quanity-label {
  margin-top: 5px;
  width: 45%;
  float: left; }
  @media (max-width: 1030px) {
    .mw-single-product .mw-quanity-label {
      width: 43% !important; } }
  @media (max-width: 860px) {
    .mw-single-product .mw-quanity-label {
      width: 40% !important; } }
  @media (max-width: 768px) {
    .mw-single-product .mw-quanity-label {
      width: 45% !important; } }
  @media (max-width: 580px) {
    .mw-single-product .mw-quanity-label {
      width: 43% !important; } }
  @media (max-width: 460px) {
    .mw-single-product .mw-quanity-label {
      width: 40% !important; } }
  @media (max-width: 400px) {
    .mw-single-product .mw-quanity-label {
      width: 38% !important; } }

.mw-single-product .single_add_to_cart_button {
  width: 100% !important;
  max-width: 185px !important;
  margin-top: 30px !important;
  padding: 20px 15px !important;
  color: #FFFFFF !important;
  background-color: #EE2F46 !important;
  font-size: 22px !important;
  font-family: "ff-good-headline-web-pro-con" !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  clear: both;
  font-weight: 400 !important; }

.mw-single-product .mw-description p {
  color: #000000;
  font-size: 18px;
  font-family: "Helvetica Neue"; }

.mw-related-products {
  background-color: #ecebeb;
  padding: 30px 0; }
  .mw-related-products h2 {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-family: "ff-good-headline-web-pro-con";
    font-weight: 600; }
  .mw-related-products .box-style-three {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
    .mw-related-products .box-style-three.beacon-team .news-text-wrapper {
      background-color: #ecebeb;
      padding: 15px 0; }
    .mw-related-products .box-style-three.beacon-team h2 {
      font-family: "ff-good-headline-web-pro-con";
      font-size: 22px;
      padding: 0 0 15px 0; }
    .mw-related-products .box-style-three.beacon-team p {
      padding: 0; }

.product-info.mw-product img {
  width: 18%;
  float: left;
  margin-right: 2%; }
  @media (max-width: 700px) {
    .product-info.mw-product img {
      width: 100%;
      margin-right: 0; } }

.product-info.mw-product .product-quantity p {
  display: inline-block;
  text-align: left;
  margin-right: 10px; }
  @media (max-width: 1100px) {
    .product-info.mw-product .product-quantity p {
      width: auto; } }

.product-info.mw-product .quantity {
  max-width: 46px !important;
  height: 46px !important;
  text-align: center !important;
  color: #988642 !important;
  display: inline-block; }
  .product-info.mw-product .quantity .qty {
    max-width: 46px !important;
    height: 46px !important;
    text-align: center !important;
    color: #988642 !important; }
  .product-info.mw-product .quantity input[type='number']::-webkit-inner-spin-button,
  .product-info.mw-product .quantity input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important; }

.product-info.mw-product ul {
  width: 60%;
  float: left;
  margin-right: 2%;
  list-style: none;
  margin-top: 0px; }
  @media (max-width: 1180px) {
    .product-info.mw-product ul {
      width: 55% !important; } }
  @media (max-width: 940px) {
    .product-info.mw-product ul {
      width: 50% !important;
      margin-top: 0px;
      padding-left: 0; } }
  @media (max-width: 700px) {
    .product-info.mw-product ul {
      width: 50% !important;
      margin-top: 20px; } }
  @media (max-width: 450px) {
    .product-info.mw-product ul {
      width: 100% !important; } }
  .product-info.mw-product ul li {
    display: inline-block;
    width: auto !important; }
    @media (max-width: 940px) {
      .product-info.mw-product ul li {
        width: 100% !important; } }

.product-info.mw-product .updateBasketBtn {
  border: 0 !important;
  color: #A9A9A9 !important;
  text-align: right !important;
  padding: 0px 0 !important;
  font-family: "meta-plus-bold" !important;
  font-size: 16px !important;
  float: none !important;
  padding-left: 35px !important;
  margin-left: -35px !important; }
  .product-info.mw-product .updateBasketBtn:hover {
    background-color: transparent !important;
    color: #A9A9A9 !important; }

.product-info.mw-product .update-btn {
  float: right;
  position: relative; }
  @media (max-width: 450px) {
    .product-info.mw-product .update-btn {
      float: left !important; } }
  .product-info.mw-product .update-btn:before {
    content: url(../images/update.png);
    position: absolute;
    left: -35px;
    top: 5px; }

.product-info.mw-product .mw-cart-quantity {
  width: 18%;
  float: left;
  text-align: right; }
  @media (max-width: 1180px) {
    .product-info.mw-product .mw-cart-quantity {
      width: 23% !important; } }
  @media (max-width: 940px) {
    .product-info.mw-product .mw-cart-quantity {
      width: 28% !important; } }
  @media (max-width: 700px) {
    .product-info.mw-product .mw-cart-quantity {
      width: 48% !important;
      margin-top: 20px; } }
  @media (max-width: 450px) {
    .product-info.mw-product .mw-cart-quantity {
      width: 100% !important;
      text-align: left;
      margin-top: 0; } }
  .product-info.mw-product .mw-cart-quantity p {
    margin-top: 5px; }
    @media (max-width: 940px) {
      .product-info.mw-product .mw-cart-quantity p {
        margin-top: 20px;
        text-align: left; } }

.cart_totals {
  text-align: left;
  font-size: 22px !important;
  font-family: 'meta-plus-bold' !important;
  color: #988642;
  margin-top: 20px; }

.mw-cart-product {
  border: 2px solid #F9F9F9;
  margin-top: 10px;
  margin-left: 70px; }
  @media (max-width: 1100px) {
    .mw-cart-product {
      margin-left: 0; } }
  .mw-cart-product h2 {
    color: #988642;
    font-size: 20px;
    padding: 0;
    margin: 0;
    text-align: center; }
  .mw-cart-product h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px; }
  .mw-cart-product .mw-cart-price {
    color: #988642;
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-family: 'meta-plus-bold' !important; }
  .mw-cart-product .mw-prod-title {
    background: #f9f9f9;
    padding: 5px; }
  .mw-cart-product .mw-cart-proddetails {
    padding: 15px 15px 15px;
    border-bottom: 2px solid #f9f9f9; }
    .mw-cart-product .mw-cart-proddetails:last-of-type {
      border: 0; }
  .mw-cart-product .cart {
    text-align: left; }
  .mw-cart-product .quantity {
    display: inline-block;
    text-align: left; }
    .mw-cart-product .quantity .qty {
      max-width: 46px !important;
      height: 46px !important;
      text-align: center !important;
      color: #988642 !important; }
    .mw-cart-product .quantity input[type='number']::-webkit-inner-spin-button,
    .mw-cart-product .quantity input[type='number']::-webkit-outer-spin-button {
      -webkit-appearance: none !important;
      margin: 0 !important; }
  .mw-cart-product .single_add_to_cart_button {
    float: right !important;
    text-transform: uppercase !important;
    background-color: #988642 !important;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    font-family: 'meta-plus-bold' !important; }

@media (max-width: 600px) {
  .wc-proceed-to-checkout {
    text-align: left; }
    .wc-proceed-to-checkout .checkout-button {
      margin: 10px 0 20px !important; } }

.cluetip-BBForm {
  color: #000000 !important; }

.mw-donate-form #bbox-msg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 40px 0; }

.mw-donate-form .BBFormRadioItem {
  width: 18%; }
  .mw-donate-form .BBFormRadioItem .BBFormRadioLabel {
    width: 100%; }

.mw-donate-form .BBFormRadioLabelGivingLevelSelected {
  background-color: #c91618 !important; }

.mw-donate-form .BBFormTextArea {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 60px !important;
  padding: 13px 15px !important;
  color: #757575 !important;
  outline: 0 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  font-family: 'meta-plus-normal' !important; }

.mw-donate-form .BBFormTextbox {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 13px 15px !important;
  color: #757575 !important;
  outline: 0 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  font-family: 'meta-plus-normal' !important; }

.mw-donate-form .BBFormSelectList {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 13px 15px !important;
  color: #757575 !important;
  outline: 0 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  font-family: 'meta-plus-normal' !important; }

.mw-donate-form .BBFormFieldLabel {
  margin-left: 0 !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 18px !important;
  font-family: 'meta-plus-bold' !important;
  margin-bottom: 5px !important; }

.mw-donate-form .BBLinkSecureInfo {
  margin-left: 0 !important;
  width: 100% !important;
  text-align: left !important; }

.mw-donate-form #bboxdonation_billing_billingAddress_txtUKCity {
  width: 48% !important;
  margin-right: 3%; }

.mw-donate-form #bboxdonation_billing_billingAddress_ddUKCounty {
  width: 48% !important;
  margin: 0; }

.mw-donate-form #bboxdonation_billing_txtFirstName {
  width: 48% !important;
  margin-right: 3%; }

.mw-donate-form #bboxdonation_billing_txtLastName {
  width: 48% !important;
  margin: 0; }

.mw-donate-form #bboxdonation_payment_cboMonth {
  width: 47% !important;
  margin-right: 3%; }

.mw-donate-form #bboxdonation_payment_cboYear {
  width: 47% !important;
  margin: 0; }

.mw-donate-form .BBFormSectionHeading .BBFormFieldLabelEdit {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  line-height: 37px;
  font-family: 'meta-plus-bold';
  text-transform: uppercase; }

.mw-donate-form .BBFormSummaryTotal {
  padding: 0 !important; }

.mw-donate-form .BBFormSubmitbutton {
  border-radius: 0 !important;
  font-family: 'meta-plus-bold';
  text-transform: uppercase;
  background-color: #c91618 !important; }

.mw-donate-form #cscWhatsThis img {
  margin-top: 10px; }

.mw-donate-form #bboxdonation_gift_fldUKGiftAid #bboxdonation_gift_chkUKGiftAid {
  float: left !important; }

.mw-donate-form #bboxdonation_gift_fldUKGiftAid #bboxdonation_gift_lblUKGiftAid {
  float: left !important;
  width: 93% !important;
  margin-left: 10px !important; }

.mw-donate-form #bboxdonation_gift_fldUKGiftAid a {
  float: left !important; }

.sitemap.posts {
  margin: 0 auto 40px; }

.sitemap.pages {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside; }
  @media (max-width: 1100px) {
    .sitemap.pages {
      margin: 0 auto 40px; } }
  @media (max-width: 600px) {
    .sitemap.pages {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; } }

.sitemap li a {
  color: #151515; }
  .sitemap li a:hover {
    color: #d52b1e; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-active:focus, .slick-active:active {
  outline: none; }

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

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

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots::after {
    content: "";
    clear: both;
    display: table; }
  .slick-dots li {
    float: left;
    height: 15px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 15px; }
    @media (max-width: 500px) {
      .slick-dots li {
        height: 12px !important;
        width: 12px !important;
        margin-right: 4px !important; } }
    .slick-dots li button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: rgba(255, 255, 255, 0.5) !important;
      border: 0;
      border-radius: 50%;
      display: block;
      height: 15px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      width: 15px; }
      .slick-dots li button:active, .slick-dots li button:focus {
        outline: none; }
      @media (max-width: 500px) {
        .slick-dots li button {
          height: 12px !important;
          width: 12px !important; } }
    .slick-dots li.slick-active button {
      background-color: white !important; }
    .slick-dots li:not(:last-child) {
      margin-right: 10px; }

.slick-number-pagination {
  background-color: #1e1e1e;
  font-size: 0.75em;
  line-height: 1em;
  left: 0;
  padding: 1em 0.33333em;
  position: absolute;
  top: 0; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single:before, .pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }

.pika-select {
  display: inline-block; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #1e22aa;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #e40520;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px; }
