/*
Theme Name: Greensborough
Theme URI: http://bjmdesign.com.au/
Description: Custom Theme for Greensborough Town Centre
Author: BJM Design 
Author URI: http://bjmdesign.com.au/
Version: 1.0.2
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-directory-icon:before {
  content: "\e903"; }

.icon-book:before {
  content: "\e990"; }

.icon-close:before {
  content: "\e902"; }

.icon-cross:before {
  content: "\e901"; }

.icon-home:before {
  content: "\e900"; }

.icon-connection:before {
  content: "\e97c"; }

.icon-cart2:before {
  content: "\e9ff"; }

.icon-cart5:before {
  content: "\ea02"; }

.icon-basket:before {
  content: "\ea06"; }

.icon-phone2:before {
  content: "\ea1d"; }

.icon-phone-wave:before {
  content: "\ea1f"; }

.icon-phone3:before {
  content: "\ea26"; }

.icon-at-sign:before {
  content: "\ea2f"; }

.icon-envelop:before {
  content: "\ea30"; }

.icon-envelop3:before {
  content: "\ea32"; }

.icon-envelop5:before {
  content: "\ea34"; }

.icon-location:before {
  content: "\ea38"; }

.icon-search:before {
  content: "\eb2d"; }

.icon-search2:before {
  content: "\eb30"; }

.icon-search3:before {
  content: "\eb33"; }

.icon-menu7:before {
  content: "\ec6e"; }

.icon-cross2:before {
  content: "\ed6a"; }

.icon-arrow-up4:before {
  content: "\edb7"; }

.icon-arrow-right4:before {
  content: "\edbb"; }

.icon-arrow-down4:before {
  content: "\edbf"; }

.icon-arrow-left4:before {
  content: "\edc3"; }

.icon-facebook:before {
  content: "\eee8"; }

.icon-facebook2:before {
  content: "\eee9"; }

.icon-facebook3:before {
  content: "\eeea"; }

.icon-instagram:before {
  content: "\eeec"; }

.icon-twitter:before {
  content: "\eeed"; }

.icon-twitter2:before {
  content: "\eeee"; }

.icon-twitter3:before {
  content: "\eeef"; }

.icon-youtube:before {
  content: "\eef3"; }

.icon-linkedin:before {
  content: "\ef24"; }

.icon-linkedin2:before {
  content: "\ef25"; }

.icon-pinterest:before {
  content: "\ef2c"; }

.icon-pinterest2:before {
  content: "\ef2d"; }

/*

// Sizes
$small: 680px;
$medium: 768px;
$medium-down: 767px;
$medium-large: 880px;
$large: 1040px;
$larger: 1280px;
$wide: 1500px;
$verywide: 1900px;
*/
.show-for-large-up {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .show-for-large-up {
      display: initial; } }

.hide-for-large-up {
  display: initial; }
  @media print, screen and (min-width: 64em) {
    .hide-for-large-up {
      display: none; } }

/* CSS Document */
a {
  color: #457ec1; }

h1 {
  position: relative;
  font-size: 2.6em;
  font-weight: 200;
  color: white;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: normal; }

h2 {
  font-size: 1.2em;
  color: #457ec1;
  font-weight: 200;
  text-align: left;
  margin: 0px;
  padding: 0px; }

h3 {
  color: #ddd;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 50px; }

h4 {
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px; }

h5 {
  font-size: 1.3em;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333; }

h6 {
  font-size: 1.1em;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  color: #333; }

a {
  text-decoration: none; }

a img {
  border: none; }

table {
  font-size: 1em;
  text-align: left;
  border: none;
  border-collapse: collapse; }

table td, table th {
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-size: 0.9em; }

p {
  margin-top: 11px;
  margin-bottom: 11px; }

.post .entry ul li {
  margin-top: 6px;
  margin-bottom: 6px; }

/* CSS Document */
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 1em;
  margin: 0px;
  background-color: black;
  color: black;
  font-weight: 300; }

body.body-home .home-hide {
  display: none; }

.page-holder {
  overflow-x: hidden;
  clear: both;
  max-width: 100%;
  min-height: 930px;
  color: white; }
  .page-holder .page-holder-background {
    background-color: black;
    background-image: url(./images/background/greensborough-background.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%; }

body.home .page-holder .page-holder-background {
  background-image: none; }

.page-content-holder {
  position: relative;
  padding-bottom: 0px;
  padding-top: 50px; }
  @media print, screen and (min-width: 40em) {
    .page-content-holder {
      padding-top: 160px; } }
  @media print, screen and (min-width: 64em) {
    .page-content-holder {
      padding-top: 210px; } }
  .page-content-holder .content-page-inner-row {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 35px 20px; }
    @media print, screen and (min-width: 64em) {
      .page-content-holder .content-page-inner-row .content-page-right {
        padding-left: 40px; } }
    .page-content-holder .content-page-inner-row h1 {
      margin-bottom: 0px; }
    .page-content-holder .content-page-inner-row h2 {
      color: #1ba8ea;
      margin-bottom: 40px; }
    .page-content-holder .content-page-inner-row .product-buttons {
      margin: 40px 0px; }
      .page-content-holder .content-page-inner-row .product-buttons a {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 8px 20px;
        color: white;
        border-radius: 4px; }
    .page-content-holder .content-page-inner-row .sidebar-bjm-events {
      display: none;
      margin-top: 50px; }
      @media print, screen and (min-width: 64em) {
        .page-content-holder .content-page-inner-row .sidebar-bjm-events {
          margin-top: 0px; } }
  .page-content-holder .post-image-holder {
    position: relative; }

.page-content {
  padding-bottom: 60px; }

.page-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .page-gallery .swiper-button-next {
    opacity: 0.5;
    transition: opacity 0.25s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
    .page-gallery .swiper-button-next:hover {
      opacity: 1; }
  .page-gallery .swiper-button-prev {
    opacity: 0.5;
    transition: opacity 0.25s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
    .page-gallery .swiper-button-prev:hover {
      opacity: 1; }

/* CSS Document */
.page-header {
  position: fixed;
  z-index: 1000;
  background: rgba(24, 33, 64, 0.8);
  height: 50px;
  width: 100%;
  top: 0px;
  overflow: hidden;
  transition: height 0.25s ease-out; }
  @media print, screen and (min-width: 40em) {
    .page-header {
      height: 160px;
      /*height:200px;*/ } }
  .page-header > .row {
    position: relative; }
  .page-header .header-logo {
    transition: margin-top 0.5s;
    display: block;
    position: relative;
    z-index: 200;
    margin-top: 3px;
    margin-left: 10px; }
    @media print, screen and (min-width: 40em) {
      .page-header .header-logo {
        margin-top: 30px; } }
    @media print, screen and (min-width: 64em) {
      .page-header .header-logo {
        margin-left: 0px; } }
    .page-header .header-logo img {
      width: 240px;
      height: auto;
      margin-top: 10px;
      transition: width 0.5s; }
      @media print, screen and (min-width: 40em) {
        .page-header .header-logo img {
          width: 540px; } }
  .page-header .header-social {
    transition: top 0.25s, right 0.25s 0.25s;
    position: absolute;
    font-size: 1.5em;
    z-index: 1000;
    opacity: 0;
    top: 8px;
    right: 54px; }
    @media print, screen and (min-width: 40em) {
      .page-header .header-social {
        opacity: 1; } }
    @media print, screen and (min-width: 64em) {
      .page-header .header-social {
        right: 247px;
        top: 53px; } }
    .page-header .header-social a {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      margin-left: 7px; }
      .page-header .header-social a:hover {
        color: rgba(255, 255, 255, 0.9); }
  .page-header .search-header {
    transition: top 0.25s, right 0.25s 0.25s;
    display: none;
    color: white;
    font-size: 1.0em;
    position: absolute;
    z-index: 1000;
    top: 50px;
    right: 40px;
    width: 193px; }
    @media print, screen and (min-width: 64em) {
      .page-header .search-header {
        display: block; } }
    .page-header .search-header input {
      transition: background-color 0.25s;
      background: none;
      border: none;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 4px;
      padding: 7px 10px;
      font-size: 1.0em;
      width: 100%; }
      .page-header .search-header input:focus, .page-header .search-header input:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    .page-header .search-header span.icon {
      position: absolute;
      top: 10px;
      font-size: 1.2em;
      right: 0px;
      pointer-events: none;
      opacity: 0.5; }
  .page-header .menu-show-hide {
    width: 30px;
    height: 30px;
    top: 11px; }
    @media print, screen and (min-width: 64em) {
      .page-header .menu-show-hide {
        /*top:80px;
            width:55px;
            transition: top 0.5s, width 0.5s;*/
        opacity: 0; } }
  .page-header .menu-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    height: 100vh;
    top: 0px;
    width: 95%;
    /*opacity:0;*/
    transition: opacity 0.25s; }
    @media print, screen and (min-width: 64em) {
      .page-header .menu-holder {
        height: 40px;
        top: 120px;
        display: block; } }

body.admin-bar .page-header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .page-header {
      top: 46px; } }

body.admin-bar #wpadminbar {
  position: fixed !important; }

body.scrolled-down .page-header {
  height: 50px; }
  body.scrolled-down .page-header .menu-show-hide {
    transition: opacity 0.25s 0.5s;
    opacity: 1;
    width: 30px;
    top: 11px; }
  body.scrolled-down .page-header .header-logo {
    margin-top: 3px; }
    body.scrolled-down .page-header .header-logo img {
      width: 240px; }
  body.scrolled-down .page-header .header-social {
    top: 8px;
    right: 54px; }
    @media print, screen and (min-width: 64em) {
      body.scrolled-down .page-header .header-social {
        right: 287px; } }
  body.scrolled-down .page-header .search-header {
    right: 80px;
    top: 9px;
    font-size: 1em; }
    body.scrolled-down .page-header .search-header input[type=search] {
      padding: 4px 10px; }
    body.scrolled-down .page-header .search-header span.icon {
      top: 8px; }
  body.scrolled-down .page-header .menu-holder {
    height: 100vh;
    top: 0px;
    display: flex; }

body.main-menu-open .page-header {
  height: 100vh; }

body.main-menu-open .menu-holder {
  opacity: 1; }

footer {
  position: relative;
  color: white;
  padding-top: 30px;
  padding-bottom: 70px;
  background-image: url(./images/background/greensborough-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  footer:after {
    background-color: rgba(24, 33, 64, 0.8);
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: ''; }
  footer .footer-sidebar-upper {
    position: relative;
    z-index: 1;
    margin: 0px 30px;
    padding-top: 0px;
    padding-bottom: 30px;
    color: white;
    border-bottom: 1px solid #999;
    text-align: center; }
    footer .footer-sidebar-upper .h2 {
      font-size: 1.5em; }
    @media print, screen and (min-width: 64em) {
      footer .footer-sidebar-upper {
        text-align: left; } }
    footer .footer-sidebar-upper aside {
      display: block;
      padding-top: 6px;
      padding-bottom: 2px;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 64em) {
        footer .footer-sidebar-upper aside {
          display: inline-block;
          margin-bottom: 0px; } }
  footer .footer-sidebar-lower {
    z-index: 1;
    position: relative;
    margin: 0px 30px;
    text-align: center;
    color: white; }
    footer .footer-sidebar-lower aside {
      text-align: center;
      width: 100%;
      margin: 0px;
      display: block;
      font-size: 0.9em;
      vertical-align: top; }
      footer .footer-sidebar-lower aside.widget_nav_menu:nth-child(2) .h1 {
        display: none;
        display: block; }
      footer .footer-sidebar-lower aside ul {
        margin: 0px;
        padding: 0px; }
      @media print, screen and (min-width: 40em) {
        footer .footer-sidebar-lower aside {
          text-align: left;
          width: 48%;
          margin: 0px;
          display: inline-block; } }
      @media print, screen and (min-width: 64em) {
        footer .footer-sidebar-lower aside {
          width: 24%;
          margin: 0px; } }
      footer .footer-sidebar-lower aside .h1 {
        color: #1ba8ea;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 15px;
        font-size: 1.2em;
        text-transform: uppercase;
        min-height: 25px; }
      footer .footer-sidebar-lower aside p {
        color: white; }
      footer .footer-sidebar-lower aside.widget_nav_menu {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        footer .footer-sidebar-lower aside.widget_nav_menu li {
          margin: 0px;
          padding: 5px 0px;
          list-style: none; }
          footer .footer-sidebar-lower aside.widget_nav_menu li a {
            text-decoration: none;
            color: white; }
            footer .footer-sidebar-lower aside.widget_nav_menu li a:hover {
              color: white; }
    footer .footer-sidebar-lower .entry-footer-lower-2 {
      display: block;
      text-align: left;
      width: auto; }
      footer .footer-sidebar-lower .entry-footer-lower-2 img {
        width: 150px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 35px;
        opacity: 0.7; }
      footer .footer-sidebar-lower .entry-footer-lower-2 p {
        font-size: 1em; }
  footer a {
    color: white;
    text-decoration: none; }
  footer .footer-social {
    font-size: 1.9em; }
    footer .footer-social a {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      margin-right: 10px; }
      footer .footer-social a:hover {
        color: rgba(255, 255, 255, 0.9); }

.feature-image-business {
  margin-bottom: 30px; }

.business-category {
  color: #1ba8ea; }
  .business-category a {
    color: #1ba8ea;
    font-weight: bold; }

.busines-open-hours-title {
  color: #1ba8ea;
  font-size: 1.7em;
  margin-top: 40px; }

.map {
  margin-top: 0px;
  width: 100%;
  position: relative; }
  .map:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%; }
  .map #map-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }

.sidebar-title {
  text-align: left;
  color: #1ba8ea;
  font-size: 1.7em;
  margin-bottom: 20px; }

.sidebar-category-list {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  list-style: none; }
  .sidebar-category-list li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .sidebar-category-list li a {
      color: white;
      padding: 10px 10px;
      display: block;
      background: rgba(24, 33, 64, 0.8);
      margin-bottom: 10px; }

.page-content-holder .content-page-inner-row .business-archive-entry {
  margin-bottom: 30px; }
  .page-content-holder .content-page-inner-row .business-archive-entry .business-archive-title {
    margin-bottom: 6px; }
    .page-content-holder .content-page-inner-row .business-archive-entry .business-archive-title a {
      color: #1ba8ea;
      font-size: 1.2em; }

.business-archive-listing-by-letter {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .business-archive-listing-by-letter ul.two-col {
    margin: 0px;
    padding: 0px; }
    @media print, screen and (min-width: 40em) {
      .business-archive-listing-by-letter ul.two-col {
        column-count: 2; } }
  .business-archive-listing-by-letter li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 5px 0px; }
    .business-archive-listing-by-letter li a {
      color: white; }
  .business-archive-listing-by-letter .business-directory-letter {
    font-weight: bold;
    color: #1ba8ea;
    margin-top: 40px;
    font-size: 2.7em; }

.letter-links {
  margin-top: 10px; }
  .letter-links li {
    list-style: none;
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    padding: 0px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .letter-links li a {
      color: white; }

.home-panel-featured-business, .home-panel-featured-news-three, .post-grid-post, .loop-sidebar-posts {
  color: #1ba8ea;
  text-align: center;
  padding: 10px 0px; }
  @media print, screen and (min-width: 40em) {
    .home-panel-featured-business, .home-panel-featured-news-three, .post-grid-post, .loop-sidebar-posts {
      padding: 70px 0px; } }
  .home-panel-featured-business .business-panel, .home-panel-featured-news-three .business-panel, .post-grid-post .business-panel, .loop-sidebar-posts .business-panel {
    margin-bottom: 20px;
    font-weight: 400;
    position: relative; }
    .home-panel-featured-business .business-panel .business-panel-inner, .home-panel-featured-news-three .business-panel .business-panel-inner, .post-grid-post .business-panel .business-panel-inner, .loop-sidebar-posts .business-panel .business-panel-inner {
      cursor: pointer;
      background-color: #182140;
      position: relative; }
      .home-panel-featured-business .business-panel .business-panel-inner .business-panel-photo, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-photo, .post-grid-post .business-panel .business-panel-inner .business-panel-photo, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-photo {
        display: block;
        width: 100%;
        background-color: #333;
        background-size: cover;
        background-position: 50% 50%;
        /*
                &:before{
                    background: rgba(0,0,0,0.35);
                    display: block;
                    content: '';
                    position: absolute;
                    top:0px;
                    left:0px;
                    right:0px;
                    bottom:0px;

                }*/ }
        .home-panel-featured-business .business-panel .business-panel-inner .business-panel-photo:after, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-photo:after, .post-grid-post .business-panel .business-panel-inner .business-panel-photo:after, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-photo:after {
          content: '';
          padding-top: 60%;
          display: block; }
      .home-panel-featured-business .business-panel .business-panel-inner .business-panel-content, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-content, .post-grid-post .business-panel .business-panel-inner .business-panel-content, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-content {
        position: relative;
        z-index: 10;
        text-align: left;
        min-height: 140px;
        padding: 20px 0px; }
        .home-panel-featured-business .business-panel .business-panel-inner .business-panel-content .business-panel-category a, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-content .business-panel-category a, .post-grid-post .business-panel .business-panel-inner .business-panel-content .business-panel-category a, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-content .business-panel-category a {
          color: #1ba8ea;
          font-weight: 600;
          padding: 0px 20px;
          padding-bottom: 5px;
          display: block; }
        .home-panel-featured-business .business-panel .business-panel-inner .business-panel-content .business-panel-title, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-content .business-panel-title, .post-grid-post .business-panel .business-panel-inner .business-panel-content .business-panel-title, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-content .business-panel-title {
          color: white;
          font-size: 1.1em;
          padding: 0px 20px; }
          @media print, screen and (min-width: 64em) {
            .home-panel-featured-business .business-panel .business-panel-inner .business-panel-content .business-panel-title, .home-panel-featured-news-three .business-panel .business-panel-inner .business-panel-content .business-panel-title, .post-grid-post .business-panel .business-panel-inner .business-panel-content .business-panel-title, .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-content .business-panel-title {
              font-size: 1.2em;
              min-height: 80px;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; } }

.loop-sidebar-posts {
  padding-top: 0px;
  padding-bottom: 0px; }
  .loop-sidebar-posts .business-panel .business-panel-inner .business-panel-title {
    font-size: 1.4em; }

div.upme-widget-wrap a.upme-button, input[type=submit].upme-button, input[type=button].upme-button, button.upme-button {
  background: #457ec1; }

body.single-business .content-page-text {
  margin-top: 50px; }

.menu-show-hide {
  transition: opacity 0.25s;
  position: absolute;
  right: 10px;
  top: 80px;
  opacity: 1;
  z-index: 200; }

.main-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 320px;
  z-index: 99; }
  @media print, screen and (min-width: 64em) {
    .main-menu {
      width: auto; } }
  .main-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    display: block;
    font-size: 2.0rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    /*min-width:220px;*/
    /*transition: transform 0.2s ease-out;*/
    transition: font-size 0.2s; }
    @media screen and (max-height: 768px) {
      .main-menu li {
        font-size: 1.1rem; } }
    @media print, screen and (min-width: 64em) {
      .main-menu li {
        display: inline-block;
        font-size: 1.1rem;
        border-bottom: none;
        padding: 0px 15px; }
        .main-menu li:first-child {
          padding-left: 0px;
          /*margin-left:-80px;*/ } }
    .main-menu li:hover {
      font-size: 2.2rem; }
      @media print, screen and (min-width: 64em) {
        .main-menu li:hover {
          font-size: 1.3rem;
          /*transform: scale(1.1, 1.1);*/ } }
    .main-menu li:last-child {
      border-bottom: none; }
    .main-menu li a {
      display: block;
      color: white;
      text-align: center;
      font-weight: 300;
      padding-top: 18px;
      height: 80px; }
      .main-menu li a:last-child {
        display: none; }
      @media screen and (max-height: 768px) {
        .main-menu li a {
          height: 50px; } }
      @media print, screen and (min-width: 64em) {
        .main-menu li a {
          padding-top: 0px;
          height: auto; }
          .main-menu li a:last-child {
            display: block;
            color: red;
            font-size: 1.3rem;
            visibility: hidden; } }
    .main-menu li.current-menu-item a {
      color: #1ba8ea; }
    .main-menu li:hover > a, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a {
      color: white; }

body.scrolled-down .main-menu {
  width: 320px; }
  body.scrolled-down .main-menu li {
    display: block;
    font-size: 1.7rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0px; }
    @media screen and (max-height: 768px) {
      body.scrolled-down .main-menu li {
        font-size: 1.3rem; } }
    body.scrolled-down .main-menu li:first-child {
      /*margin-left:0px;*/ }
    body.scrolled-down .main-menu li:last-child {
      border-bottom: none; }
    body.scrolled-down .main-menu li:hover {
      font-size: 1.9rem; }
      @media screen and (max-height: 768px) {
        body.scrolled-down .main-menu li:hover {
          font-size: 1.4rem; } }
    body.scrolled-down .main-menu li a {
      padding-top: 18px;
      height: 80px; }
      body.scrolled-down .main-menu li a:last-child {
        display: none; }
      @media screen and (max-height: 768px) {
        body.scrolled-down .main-menu li a {
          height: 50px; } }

body.main-menu-open .main-menu {
  display: block; }

.menu-about-the-town-container {
  margin-bottom: 50px; }
  .menu-about-the-town-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .menu-about-the-town-container ul li {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .menu-about-the-town-container ul li a {
        padding: 10px 5px;
        display: block;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .menu-about-the-town-container ul li.current-menu-item a {
        color: #1ba8ea; }

.post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner {
  background-color: #f5f5f5; }
  .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-image {
    display: block;
    width: 100%; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-image:before {
      padding-top: 80%;
      background: none; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-image:after {
      right: auto;
      bottom: 0px;
      left: 50%;
      margin-left: -20px;
      border-bottom-color: #f5f5f5;
      border-right-color: transparent; }
  .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail {
    width: 100%;
    position: relative;
    padding-bottom: 70px; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-title {
      margin-bottom: 10px;
      height: 88px;
      overflow: hidden; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-categories {
      margin-bottom: 10px; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-excerpt {
      min-height: 80px; }
    .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail .product-buttons {
      right: 5%;
      left: auto; }
      .post-grid.post-grid-post .loop-grid-entry .loop-grid-entry-inner .loop-detail .product-buttons a {
        background-color: #386eb6;
        color: white;
        border: none;
        margin-right: 0px;
        border-radius: 4px; }

.single-post .page-content-holder, .page-template-page-large-banner .page-content-holder {
  padding-top: 0px; }
  @media print, screen and (min-width: 64em) {
    .single-post .page-content-holder, .page-template-page-large-banner .page-content-holder {
      margin-top: -130px; } }
  .single-post .page-content-holder h1, .page-template-page-large-banner .page-content-holder h1 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .single-post .page-content-holder h2, .page-template-page-large-banner .page-content-holder h2 {
    margin-top: 0px; }
  .single-post .page-content-holder .content-page-inner-row .competition-banner:after, .page-template-page-large-banner .page-content-holder .content-page-inner-row .competition-banner:after {
    padding-top: 40px; }

.search-blue-bar {
  background-color: #457ebf;
  background-image: linear-gradient(-45deg, #739ecf 0, #457ebf 100%);
  color: white;
  padding: 50px 50px; }
  .search-blue-bar .search-widget .search-title {
    display: none; }
  .search-blue-bar .search-widget .search-element {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-right: 6%; }
    @media print, screen and (min-width: 64em) {
      .search-blue-bar .search-widget .search-element {
        display: inline-block;
        width: 31%; } }
    @media print, screen and (min-width: 64em) {
      .search-blue-bar .search-widget .search-element:last-child {
        width: 25%;
        margin-right: 0px; } }

.page-left-bar-open {
  width: 60px;
  height: 60px;
  font-size: 0.5em;
  transition: background 0.25s, left 0.25s 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: white;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0px;
  margin-top: -30px;
  z-index: 600;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .page-left-bar-open {
      height: 100px;
      width: 100px;
      font-size: 0.8em;
      margin-top: -50px; } }
  .page-left-bar-open .icon {
    font-size: 3em;
    margin-bottom: 5px; }
    @media print, screen and (min-width: 40em) {
      .page-left-bar-open .icon {
        font-size: 4em;
        margin-bottom: 4px; } }
  .page-left-bar-open:hover {
    background: rgba(0, 0, 0, 0.8); }

body.side-search-open .page-left-bar-open {
  transition: left 0.25s;
  left: -120px; }

.search-widget .search-title {
  font-size: 2.2em;
  font-weight: normal;
  margin-bottom: 40px; }

.search-widget .search-element {
  position: relative; }

.search-widget input, .search-widget select {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 15px 0px;
  font-size: 1.0em;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .search-widget input, .search-widget select {
      width: 90%;
      font-size: 1.3em; } }

.search-widget input::-webkit-input-placeholder {
  color: white; }

.search-widget input:-moz-placeholder {
  color: white; }

.search-widget ::-moz-placeholder {
  color: white; }

.search-widget :-ms-input-placeholder {
  color: white; }

.search-widget span.icon {
  position: absolute;
  top: 20px;
  font-size: 1.6em;
  right: 10px;
  pointer-events: none; }
  @media print, screen and (min-width: 64em) {
    .search-widget span.icon {
      right: 15%; } }

.search-widget button {
  display: block;
  background: #386eb6;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  width: 100%;
  margin-top: 16px;
  font-size: 1.1em; }
  .search-widget button span.icon {
    position: inherit;
    font-size: 0.8em;
    right: auto;
    top: auto;
    padding-right: 10px; }

.search-widget select {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }
  .search-widget select option {
    color: black; }

.search-widget select::-ms-expand {
  display: none; }

.page-left-bar {
  transition: left 0.4s;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  position: fixed;
  top: 50%;
  left: -380px;
  margin-top: -200px;
  z-index: 600;
  font-weight: bold;
  height: 400px;
  width: 100%;
  max-width: 380px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .page-left-bar {
      width: 380px;
      padding: 50px; } }
  .page-left-bar .page-left-bar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.6); }
  .page-left-bar .search-widget input, .page-left-bar .search-widget select {
    width: 100%;
    font-weight: normal;
    font-size: 1em; }
  .page-left-bar .search-widget input {
    margin-bottom: 30px; }
  .page-left-bar .search-widget span.icon {
    right: 10px;
    pointer-events: none; }
  .page-left-bar .search-widget button {
    margin-top: 50px; }

body.side-search-open .page-left-bar {
  transition: left 0.6s 0.2s;
  left: 0px; }

.bjm-social-title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
  color: black;
  font-size: 42px; }

.bjm-social-feed {
  margin: 0px;
  padding: 0px; }

.bjm-social-feed-entry {
  width: 24.5% !important;
  position: relative;
  /*float: none !important; */
  padding: 0px !important;
  display: inline-block;
  color: black;
  margin-bottom: 20px; }
  .bjm-social-feed-entry:last-child:not(:first-child), .bjm-social-feed-entry:last-child:not(:first-child) {
    float: left; }

@media screen and (max-width: 900px) {
  .bjm-social-feed-entry {
    width: 33% !important; } }

@media screen and (max-width: 767px) {
  .bjm-social-feed-entry {
    width: 49.3% !important; } }

.bjm-social-entry-inner {
  position: relative;
  margin: 0px 3%;
  width: 94%;
  background-size: cover;
  background-position: 50% 50%;
  float: none;
  transition: opacity 0.25s; }
  .bjm-social-entry-inner:hover {
    opacity: 0.7;
    transition: opacity 0.25s; }
  .bjm-social-entry-inner a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100; }
    .bjm-social-entry-inner a .bjm-social-feed-entry-footer-icon, .bjm-social-entry-inner a .bjm-social-feed-entry-footer {
      display: none !important; }

.bjm-social-entry-inner:after {
  content: '';
  position: relative;
  top: 0px;
  display: block;
  padding-top: 87%;
  width: 100%; }

.bjm-social-entry-inner .content {
  display: none; }

.bjm-social-feed-entry-service {
  display: none; }

.bjm-social-entry-outer {
  margin: 0px 3%;
  padding: 10px;
  background: white; }
  .bjm-social-entry-outer .content-outer {
    font-size: 0.8em;
    margin-top: 6px;
    height: 80px;
    display: block;
    position: relative; }
    @media screen and (max-width: 900px) {
      .bjm-social-entry-outer .content-outer {
        /*height:70px;*/ } }
    @media screen and (max-width: 767px) {
      .bjm-social-entry-outer .content-outer {
        height: 114px; } }

.bjm-social-feed-entry-icon-2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; }

.bjm-social-feed-entry-footer {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 16px; }

.bjm-events-calendar-wrapper .product-buttons {
  margin-top: 20px; }
  .bjm-events-calendar-wrapper .product-buttons a {
    margin-right: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.25s; }
    .bjm-events-calendar-wrapper .product-buttons a:hover {
      background-color: #ddd; }
    .bjm-events-calendar-wrapper .product-buttons a.btn-bjm-event-calendar-month-next {
      float: right; }

.bjm-event-label-upcoming {
  display: none; }

.event-list {
  font-size: 0px;
  list-style: none;
  margin: 0px;
  margin-top: 8px;
  padding: 0px; }
  .event-list a {
    color: #333; }
  @media print, screen and (min-width: 40em) {
    .event-list a:nth-child(2n) li.event-list-entry {
      margin-left: 1%; }
    .event-list a:nth-child(2n+1) li.event-list-entry {
      margin-right: 1%; } }
  .event-list a li.event-list-entry {
    font-size: 1rem;
    padding: 10px 30px;
    list-style: none;
    margin: 0px;
    position: relative;
    margin-bottom: 20px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    min-height: 260px;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      .event-list a li.event-list-entry {
        width: 49%;
        display: inline-block; } }
    .event-list a li.event-list-entry .event-list-entry-right {
      margin-left: 43%; }
      .event-list a li.event-list-entry .event-list-entry-right .event-thumbnail {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 40%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .event-list a li.event-list-entry .event-list-entry-right .event-thumbnail:after {
          content: '';
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          display: block;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px; }
      .event-list a li.event-list-entry .event-list-entry-right .dates {
        text-transform: uppercase;
        font-size: 1.0em;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 40%;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .event-list a li.event-list-entry .event-list-entry-right .dates .date-group-start {
          font-size: 1.5em; }
          .event-list a li.event-list-entry .event-list-entry-right .dates .date-group-start .date-d {
            display: block;
            font-size: 3em;
            margin-bottom: -25px;
            margin-top: -25px; }
        .event-list a li.event-list-entry .event-list-entry-right .dates .date-to {
          display: block;
          line-height: 15px;
          font-size: 2.5em;
          margin-top: -5px; }
        .event-list a li.event-list-entry .event-list-entry-right .dates .date-group-finish {
          display: block; }
      .event-list a li.event-list-entry .event-list-entry-right .time {
        color: white;
        margin-top: 0px;
        font-size: 0.95em; }
      .event-list a li.event-list-entry .event-list-entry-right .location {
        color: white;
        font-size: 0.95em;
        display: none; }
      .event-list a li.event-list-entry .event-list-entry-right .intro-description {
        font-size: 0.85em;
        margin: 10px 0px; }
      .event-list a li.event-list-entry .event-list-entry-right .event-list-entry-button {
        display: inline-block;
        font-size: 0.9em;
        background-color: #457ec1;
        color: white;
        border-radius: 4px;
        padding: 4px 20px; }
      .event-list a li.event-list-entry .event-list-entry-right .event-title-upper {
        display: none; }
      .event-list a li.event-list-entry .event-list-entry-right .event-title {
        font-size: 1.5em;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .event-list a li.event-list-entry .event-list-entry-right .event-title:after {
          content: '';
          border-bottom: 2px solid white;
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 80px;
          display: block; }

table.calendar {
  width: 100%; }
  table.calendar a {
    color: white; }
  table.calendar caption {
    font-size: 2em;
    margin: 40px 0px; }
  table.calendar tr td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 120px;
    vertical-align: top;
    padding: 0px;
    width: 14.28%; }
    table.calendar tr td .calendar-td-date-label {
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 2px 5px;
      font-size: 0.85em;
      font-weight: bold; }
    table.calendar tr td ul {
      list-style: none;
      padding: 5px;
      margin: 0px; }
      table.calendar tr td ul li {
        list-style: none;
        padding: 0px;
        margin: 0px; }

.bjm-events-calendar-wrapper .product-buttons a {
  color: white;
  padding: 8px 12px; }

.widget_bjm_event_filter {
  color: white;
  padding: 1%;
  overflow: hidden;
  border-radius: 4px;
  vertical-align: top;
  transition: max-height 0.25s;
  display: block;
  width: 100%;
  margin: 10px 0px;
  height: 170px;
  max-height: 42px; }
  @media print, screen and (min-width: 40em) {
    .widget_bjm_event_filter {
      display: inline-block;
      width: 49%;
      margin: 1%;
      height: 170px;
      max-height: 43px; }
      .widget_bjm_event_filter:nth-child(2n+1) {
        margin-left: 0px; }
      .widget_bjm_event_filter:nth-child(2n) {
        margin-right: 0px; } }
  @media print, screen and (min-width: 64em) {
    .widget_bjm_event_filter {
      width: 23.5%;
      margin: 1%;
      height: 170px;
      max-height: 47px; }
      .widget_bjm_event_filter:nth-child(2n+1) {
        margin-left: 1%; }
      .widget_bjm_event_filter:nth-child(2n) {
        margin-right: 1%; }
      .widget_bjm_event_filter:first-child {
        margin-left: 0px; }
      .widget_bjm_event_filter:last-child {
        margin-right: 0px; } }
  .widget_bjm_event_filter.expanded {
    max-height: 170px; }
  .widget_bjm_event_filter h2 {
    color: white !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    position: relative; }
    .widget_bjm_event_filter h2:after {
      position: absolute;
      padding-left: 20px;
      top: 3px;
      content: "\edbf";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .widget_bjm_event_filter .ul-filter-styling li {
    border-color: rgba(255, 255, 255, 0.3); }
  .widget_bjm_event_filter .bjm-event-filter-from {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    width: 100%;
    border-radius: 4px; }
  .widget_bjm_event_filter .filter-radios label {
    display: block;
    margin-bottom: 10px; }
  .widget_bjm_event_filter ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .widget_bjm_event_filter ul.filter-month li {
      min-width: 50px; }

body.single-bjm_event .dates {
  color: #1ba8ea;
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 20px; }

body.single-bjm_event .single-time {
  color: #1ba8ea; }
  body.single-bjm_event .single-time .fa {
    padding-right: 5px; }

body.single-bjm_event .single-location {
  margin-bottom: 20px;
  color: #1ba8ea; }

.button-bjm-event-view-all {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  padding: 8px 20px;
  margin-top: 20px;
  border-radius: 4px;
  display: inline-block; }

.bjm-post-by-user-wrap {
  margin-bottom: 60px; }
  .bjm-post-by-user-wrap .button {
    background: #1ba8ea;
    color: #0a0a0a;
    padding: 8px 12px;
    font-size: 0.9em;
    margin-top: 10px;
    display: inline-block; }
  .bjm-post-by-user-wrap .bjm-post-by-user-list {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .bjm-post-by-user-wrap .bjm-post-by-user-list li {
      list-style: none;
      padding: 10px 0px;
      margin: 0px;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      margin-top: -1px; }
      .bjm-post-by-user-wrap .bjm-post-by-user-list li a {
        color: white;
        font-weight: 400; }
      .bjm-post-by-user-wrap .bjm-post-by-user-list li .post-status {
        float: right;
        font-size: 0.8em;
        color: #999;
        padding-top: 3px; }
      .bjm-post-by-user-wrap .bjm-post-by-user-list li .date {
        font-size: 0.85em;
        color: #aaa;
        margin-left: 20px; }

body.page-template-page-profile .content-page-text h2 {
  font-size: 2em;
  margin-bottom: 10px; }

.row.competition .error {
  color: red;
  background: white;
  margin-bottom: 30px;
  border-radius: 4px; }
  .row.competition .error h3 {
    margin-top: 0px;
    color: red; }

.row.competition .simplemodal-close {
  display: none; }

.row.competition .competition-popup-container h3 {
  color: white;
  font-size: 2em; }

.row.competition .competition-popup-container .competition-share {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 20px; }

.row.competition .competition-popup-container .comp-share i.fa {
  font-size: 2em;
  color: white; }

.row.competition h2 {
  color: white;
  font-size: 2em; }

.row.competition a {
  color: black; }

.row.competition #competition_signup {
  margin-top: 40px;
  margin-bottom: 40px; }
  .row.competition #competition_signup input[type=text], .row.competition #competition_signup input[type=email], .row.competition #competition_signup textarea, .row.competition #competition_signup select {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 10px;
    width: 100%; }
  .row.competition #competition_signup textarea {
    height: 140px; }
  .row.competition #competition_signup .competition_interest {
    margin: 10px 0px; }
  .row.competition #competition_signup .competition_interest_label {
    display: inline-block;
    margin-right: 20px; }
  .row.competition #competition_signup .terms-link {
    padding-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 12px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    display: block; }
    @media print, screen and (min-width: 40em) {
      .row.competition #competition_signup .terms-link {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px; } }
  .row.competition #competition_signup #competition_signup_submit {
    border-radius: 4px;
    background-color: #457ec1;
    padding: 12px 42px !important;
    width: 100%;
    display: block;
    font-size: 1.0em; }

.bjm-competition-entry {
  padding: 22px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover; }
  .bjm-competition-entry:before {
    content: '';
    display: block;
    position: relative;
    padding-top: 170%;
    width: 100%; }
  .bjm-competition-entry .bjm-competition-entry-inner {
    border: 1px solid #1ba8ea;
    color: white;
    text-align: center;
    line-height: normal;
    position: absolute;
    top: 22px;
    left: 22px;
    right: 22px;
    bottom: 22px; }
    .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner {
      background: rgba(0, 0, 0, 0.7);
      position: relative;
      width: 100%;
      height: 100%; }
      .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-title {
        font-size: 2.2em;
        line-height: 2.7rem;
        padding: 20px; }
        @media print, screen and (min-width: 40em) {
          .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-title {
            font-size: 3em;
            line-height: 3.5rem;
            padding: 30px; } }
      .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-subtitle {
        font-size: 1.5em;
        padding: 0px 20px; }
        @media print, screen and (min-width: 40em) {
          .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-subtitle {
            font-size: 2em;
            padding: 0px 30px; } }
      .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-text {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0px;
        font-size: 1.0em; }

.entry-sidebar-right .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-title {
  font-size: 1.6em;
  line-height: 2.1rem;
  padding: 20px; }
  @media screen and (min-width: 75em) {
    .entry-sidebar-right .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-title {
      font-size: 2rem;
      line-height: 2.8rem; } }

.entry-sidebar-right .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-subtitle {
  font-size: 1.3em;
  padding: 0px 20px; }
  @media screen and (min-width: 75em) {
    .entry-sidebar-right .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-subtitle {
      font-size: 1.5rem; } }

.competition-promo-home {
  background-color: black; }
  .competition-promo-home h2.widgettitle {
    margin-top: 70px;
    margin-bottom: 70px;
    color: #1ba8ea;
    font-size: 2.2em;
    font-weight: normal;
    text-align: center; }
  .competition-promo-home .bjm-competition-entry {
    margin-bottom: 40px; }
    .competition-promo-home .bjm-competition-entry:before {
      padding-top: 50%;
      min-height: 450px; }
    .competition-promo-home .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner {
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .competition-promo-home .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner {
          width: 40%; } }
      .competition-promo-home .bjm-competition-entry .bjm-competition-entry-inner .bjm-competition-entry-inner-inner .bjm-competition-text {
        font-size: 1.2em; }

.competition-banner {
  max-height: 1000px;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: cover; }
  .competition-banner:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 50%;
    width: 100%; }

.single-competition .page-left-bar-open {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .single-competition .page-left-bar-open {
      display: block; } }

.sidebar-left-holder {
  padding-right: 40px;
  padding-top: 50px; }

.about-content-holder {
  padding-top: 39px; }

.page-template-page-about .content-page-text img.size-large {
  margin-bottom: 30px; }

.page-template-page-about .content-page-text h2 {
  margin-bottom: 20px;
  font-size: 1.6em; }

.page-template-page-about .content-page-text h3 {
  color: white;
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 10px; }

.page-template-page-about .content-page-text a {
  /*color:white;*/ }

.page-template-page-about .content-page-text .wpcf7-form label {
  margin-top: 20px;
  display: block; }

.page-template-page-about .content-page-text .wpcf7-form input[type=text], .page-template-page-about .content-page-text .wpcf7-form input[type=email], .page-template-page-about .content-page-text .wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 10px;
  width: 100%; }

.page-template-page-about .content-page-text .wpcf7-form .button-general {
  padding: 10px 20px !important;
  font-size: 1.1em;
  display: inline-block;
  float: none; }

.page-template-page-about .content-page-text .icon {
  font-size: 1.8em;
  margin-top: 20px;
  display: inline-block;
  margin-right: 10px; }

@media print, screen and (min-width: 64em) {
  .archive-filters {
    margin-top: 80px; } }

.filter-holder {
  text-align: left; }
  .filter-holder h4 {
    display: inline-block; }
  .filter-holder .ul-filter {
    display: inline-block;
    margin: 0px;
    padding: 0px; }

.ul-filter-styling li {
  display: inline-block;
  margin: 2px;
  padding: 0px;
  list-style: none;
  text-align: center;
  padding: 4px 10px;
  font-size: 0.85em;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer; }
  .ul-filter-styling li.selected {
    border: 1px solid #386eb6;
    background: #386eb6;
    color: white; }

.post-grid {
  margin-top: 70px; }
  .post-grid .loop-grid-entry {
    margin-bottom: 30px; }
    .post-grid .loop-grid-entry .loop-grid-entry-inner {
      background: white;
      font-size: 0px;
      line-height: normal;
      position: relative;
      text-align: left; }
      .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-image {
        display: inline-block;
        width: 40%;
        vertical-align: top;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: relative; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-image .loop-image-view {
          font-size: 2rem;
          position: absolute;
          top: 50%;
          margin-top: -21px;
          color: white;
          text-align: center;
          left: 0px;
          right: 0px;
          opacity: 0;
          transition: opacity 0.25s; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-image:hover .loop-image-view {
          opacity: 1;
          transition: opacity 0.25s; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-image:before {
          content: '';
          width: 100%;
          padding-top: 100%;
          position: relative;
          display: block;
          background: rgba(0, 0, 0, 0.4); }
      .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail {
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
        width: 60%;
        padding: 2% 4%;
        position: absolute;
        bottom: 0px;
        top: 0px;
        right: 0px;
        text-align: left; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-title {
          font-size: 1.2em;
          padding-bottom: 10px;
          margin-bottom: 10px;
          position: relative; }
          .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-title a {
            color: #333; }
          .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-title:after {
            content: '';
            width: 80px;
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            border: 1px solid #333; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-categories {
          color: #457ec1;
          font-size: 0.9em;
          margin-bottom: 10px; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .loop-grid-excerpt {
          font-size: 0.9em; }
        .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .product-buttons {
          margin-top: 0px;
          position: absolute;
          bottom: 6%;
          left: 7%; }
          .post-grid .loop-grid-entry .loop-grid-entry-inner .loop-detail .product-buttons a {
            padding: 5px 10px;
            width: 120px; }

.page-wrap .acf-fields > .acf-field {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #333; }

.page-wrap .acf-taxonomy-field .categorychecklist-holder {
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1em; }

.page-wrap ul.acf-radio-list li, .page-wrap ul.acf-checkbox-list li {
  font-size: 15px; }

.page-wrap .acf-field .acf-label label {
  font-size: 1.5em;
  font-weight: 200;
  color: #1ba8ea; }

.page-wrap .acf-field .acf-label p {
  color: #ddd; }

.page-wrap .acf-checkbox-list {
  color: white; }

.page-wrap .acf-input button, .page-wrap input[type=submit] {
  font-size: 0.85em;
  padding: 4px 10px !important;
  border: none !important; }

.page-wrap .acf-field input[type="text"], .page-wrap .acf-field input[type="password"], .page-wrap .acf-field input[type="number"], .page-wrap .acf-field input[type="search"], .page-wrap .acf-field input[type="email"], .page-wrap .acf-field input[type="url"], .page-wrap .acf-field textarea, .page-wrap .acf-field select {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
  border-radius: 4px; }

.page-wrap .acf-google-map {
  background: inherit;
  border: inherit; }

.page-wrap .acf-gallery .acf-gallery-toolbar {
  height: 45px; }

.page-wrap .acf-image-uploader .view {
  color: white; }

.page-wrap .acf-button {
  display: inline-block;
  background: #1ba8ea;
  padding: 4px 12px;
  color: black; }
  .page-wrap .acf-button.button-primary {
    font-size: 1.2em;
    margin-top: 50px; }
  .page-wrap .acf-button.acf-gallery-add {
    margin-top: 0px;
    padding: 2px 10px;
    font-size: 0.9em; }

/* EDIT POST */
body.single-post h2, .page-template-acf-new-post h2 {
  margin: 40px 0 20px 0; }

body.single-post .button, .page-template-acf-new-post .button {
  color: #0a0a0a;
  background-color: #1ba8ea;
  padding: 6px 10px;
  font-size: 1em; }

body.single-post .bjm-news-post-status, .page-template-acf-new-post .bjm-news-post-status {
  background: #ddd;
  color: #0a0a0a;
  padding: 10px;
  font-size: 1.0em;
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 50px; }
  body.single-post .bjm-news-post-status .buttons, .page-template-acf-new-post .bjm-news-post-status .buttons {
    position: absolute;
    top: 10px;
    right: 4px; }

body.logged-in .bjm-news-post-status {
  display: block; }

/* EDIT EVENT */
.single-bjm_event .acf-map, .page-template-acf-new-event .acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0; }

.single-bjm_event .button, .page-template-acf-new-event .button {
  color: #0a0a0a;
  background-color: #1ba8ea;
  padding: 6px 10px;
  font-size: 1em; }

.single-bjm_event #message, .page-template-acf-new-event #message {
  border: 1px solid #1ba8ea;
  padding: 10px; }

.single-bjm_event .bjm-event-post-status, .page-template-acf-new-event .bjm-event-post-status {
  background: #ddd;
  color: #0a0a0a;
  padding: 10px;
  font-size: 1.0em;
  position: relative;
  margin-bottom: 50px;
  display: none; }
  .single-bjm_event .bjm-event-post-status .buttons, .page-template-acf-new-event .bjm-event-post-status .buttons {
    position: absolute;
    top: 10px;
    right: 4px; }

body.logged-in .bjm-event-post-status {
  display: block; }

/* EDIT BUSINESS */
.single-business .bjm-business-post-status, .page-template-acf-new-business .bjm-business-post-status {
  background: #ddd;
  color: #0a0a0a;
  padding: 10px;
  font-size: 1.0em;
  position: relative;
  display: none;
  margin-bottom: 50px; }
  .single-business .bjm-business-post-status .buttons, .page-template-acf-new-business .bjm-business-post-status .buttons {
    position: absolute;
    top: 10px;
    right: 4px; }

.single-business .button, .page-template-acf-new-business .button {
  color: #0a0a0a;
  background-color: #1ba8ea;
  padding: 6px 10px; }

.single-business article, .page-template-acf-new-business article {
  margin-top: 40px; }
  .single-business article header, .page-template-acf-new-business article header {
    background: #0a0a0a;
    padding: 10px 15px 10px 0; }
    .single-business article header h1, .page-template-acf-new-business article header h1 {
      color: white;
      border-bottom: 3px solid #1ba8ea;
      font-size: 30px;
      margin-top: 0;
      padding-left: 45px;
      font-weight: 300;
      padding-bottom: 7px;
      display: inline-block; }
  .single-business article .address, .page-template-acf-new-business article .address {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #1ba8ea;
    padding-bottom: 4px; }
    .single-business article .address .map-pin, .page-template-acf-new-business article .address .map-pin {
      width: 30px;
      margin-right: 15px; }
  .single-business article .phone, .page-template-acf-new-business article .phone {
    font-size: 18px;
    padding-left: 45px;
    position: relative;
    padding-top: 15px; }
    .single-business article .phone i, .page-template-acf-new-business article .phone i {
      color: rgba(10, 10, 10, 0.3);
      font-size: 22px;
      position: absolute;
      left: 8px;
      top: 19px; }
  .single-business article .details, .page-template-acf-new-business article .details {
    padding-left: 45px;
    padding-top: 11px;
    padding-bottom: 30px; }
  .single-business article .map, .page-template-acf-new-business article .map {
    width: 100%;
    height: 400px;
    margin: 20px 0; }

body.logged-in .bjm-business-post-status {
  display: block; }

body.home .page-holder {
  padding-top: 0px; }

.swiper-container-outer {
  width: 100%;
  height: 100vh;
  position: relative; }
  .swiper-container-outer .swiper-container-home-gallery {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    .swiper-container-outer .swiper-container-home-gallery .swiper-slide {
      font-size: 0px;
      min-height: 100px;
      background-size: cover;
      background-position: 50% 50%; }
      .swiper-container-outer .swiper-container-home-gallery .swiper-slide:before {
        height: 100%;
        content: '';
        width: 1%;
        display: inline-block;
        vertical-align: middle; }
      .swiper-container-outer .swiper-container-home-gallery .swiper-slide:after {
        height: 100%;
        content: '';
        width: 1%;
        display: inline-block;
        vertical-align: middle; }
    .swiper-container-outer .swiper-container-home-gallery .swiper-content {
      width: 98%;
      display: inline-block;
      vertical-align: middle;
      font-size: 1rem;
      margin-top: 200px;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .swiper-container-outer .swiper-container-home-gallery .swiper-content {
          margin-top: 0px;
          margin-top: -140px; } }
      .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-title {
        margin-right: 5px;
        color: #1ba8ea;
        font-size: 2.0em;
        font-weight: bold;
        display: block; }
        @media print, screen and (min-width: 40em) {
          .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-title {
            font-size: 2.3em; } }
        .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-title span {
          display: inline-block;
          padding: 0px 20px;
          background: rgba(0, 0, 0, 0.5); }
      .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-subtitle {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
        font-size: 0.9em;
        font-weight: 400;
        margin-top: 5px; }
        .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-subtitle span {
          display: inline-block;
          padding: 0px 10px;
          background: rgba(0, 0, 0, 0.5); }
        @media print, screen and (min-width: 40em) {
          .swiper-container-outer .swiper-container-home-gallery .swiper-content .swiper-subtitle {
            font-size: 1.46em;
            /* margin-right:15%;*/ } }
      .swiper-container-outer .swiper-container-home-gallery .swiper-content .product-buttons {
        margin-top: 10px;
        margin-right: 3px;
        clear: both;
        display: none; }
        @media print, screen and (min-width: 40em) {
          .swiper-container-outer .swiper-container-home-gallery .swiper-content .product-buttons {
            display: block; } }
        .swiper-container-outer .swiper-container-home-gallery .swiper-content .product-buttons a {
          color: white;
          border: 1px solid rgba(255, 255, 255, 0.2);
          background-color: rgba(0, 0, 0, 0.5);
          padding: 8px;
          font-size: 0.8em; }
      .swiper-container-outer .swiper-container-home-gallery .swiper-content .row {
        text-align: right; }
  .swiper-container-outer .search-blue-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 500;
    bottom: 0px;
    padding: 10px 30px;
    padding-bottom: 80px;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none; }
    @media print, screen and (min-width: 64em) {
      .swiper-container-outer .search-blue-bar {
        height: 12%;
        max-height: 190px;
        padding: 12px 50px;
        padding-bottom: 12px;
        background-image: linear-gradient(-45deg, #739ecf 0, #457ebf 100%);
        opacity: 0.9; } }

body.admin-bar .swiper-container-outer {
  margin-top: -32px; }

.home-panel h2 {
  color: #1ba8ea;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 40em) {
    .home-panel h2 {
      margin-top: 0px;
      margin-bottom: 70px;
      font-size: 2.2em; } }

.home-panel.home-panel-featured-news-three {
  position: relative;
  z-index: 100;
  background-color: black;
  margin-top: -68px; }
  .home-panel.home-panel-featured-news-three h2 {
    margin-top: 10px; }
  @media print, screen and (min-width: 40em) {
    .home-panel.home-panel-featured-news-three {
      margin-top: -150px;
      padding: 50px 0px; }
      .home-panel.home-panel-featured-news-three h2 {
        margin-top: 50px;
        margin-bottom: 50px; } }

.home-panel.home-panel-featured-events {
  /*    background:rgb(24, 33, 64);*/
  padding: 70px 0px; }
  .home-panel.home-panel-featured-events h2 {
    margin-top: 0px; }

.home-panel-featured-news {
  background: #182140;
  margin-top: 0px;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .home-panel-featured-news {
      margin-top: 0px; } }
  .home-panel-featured-news .row {
    position: relative; }
  .home-panel-featured-news .featured-news-image-left {
    background-size: cover;
    background-position: 50% 50%; }
    .home-panel-featured-news .featured-news-image-left:after {
      content: '';
      display: block;
      width: 100%;
      padding-top: 60%;
      position: relative; }
    @media print, screen and (min-width: 64em) {
      .home-panel-featured-news .featured-news-image-left {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 66%; } }
  .home-panel-featured-news .featured-news-content {
    position: relative;
    background: #182140;
    padding: 70px 30px; }
    .home-panel-featured-news .featured-news-content h2 {
      text-align: left;
      font-size: 1em;
      margin-bottom: 0px;
      font-weight: bold; }
    .home-panel-featured-news .featured-news-content .post-title {
      font-size: 1.8em;
      line-height: normal;
      margin-bottom: 20px;
      margin-top: 10px; }
    .home-panel-featured-news .featured-news-content .post-content {
      line-height: 1.7em; }
    .home-panel-featured-news .featured-news-content .product-buttons {
      margin-top: 20px; }
      .home-panel-featured-news .featured-news-content .product-buttons a {
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 5px 22px;
        border-radius: 4px; }

/* CSS Document */
.alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 30px; }

.alignright {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 30px; }

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

.searchform {
  color: white; }

.feature-image-post {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%; }
  .feature-image-post:after {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    padding-top: 66.66%; }

.button-general, #searchsubmit {
  background-color: #386eb6;
  border-radius: 6px;
  font-size: 1.1em;
  margin: 0 auto;
  margin-top: 10px;
  padding: 8px 12px;
  color: white;
  transition: background-color 0.25s; }
  @media print, screen and (min-width: 64em) {
    .button-general, #searchsubmit {
      float: right;
      margin-top: 2px; } }
  .button-general:hover, #searchsubmit:hover {
    background-color: #194b8e; }

#searchform input[type=text], input[type=email] {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 10px;
  width: 100%;
  margin: 10px 0px; }

.business-feature-image {
  margin-bottom: 20px; }

.panels-three-entry {
  margin-top: 12px;
  margin-bottom: 50px;
  padding: 15px; }
  .panels-three-entry .panel-content-holder {
    background-color: #f7f7f7;
    border-bottom: 1px solid #386eb6;
    text-align: center;
    padding: 40px;
    position: relative;
    min-height: 370px; }
    .panels-three-entry .panel-content-holder .panel-title {
      color: #386eb6;
      font-size: 1.6em;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 30px; }
      .panels-three-entry .panel-content-holder .panel-title:after {
        width: 80px;
        border-bottom: 1px solid #ababab;
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -40px; }
    .panels-three-entry .panel-content-holder .panel-content {
      font-size: 0.9em; }
    .panels-three-entry .panel-content-holder .product-buttons {
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -80px; }
      .panels-three-entry .panel-content-holder .product-buttons a {
        background-color: #386eb6;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1.2em;
        font-weight: 400;
        margin-right: 0px;
        width: 160px; }

.panels-holder .panel {
  position: relative; }
  .panels-holder .panel .arrow {
    border-width: 25px;
    border-style: solid;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 100;
    margin-left: -50px;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .panels-holder .panel .arrow {
        display: block; } }
  .panels-holder .panel:nth-child(2n) .arrow {
    border-left-color: transparent !important; }
  .panels-holder .panel:nth-child(2n+1) .arrow {
    border-right-color: transparent !important;
    margin-left: 0px; }
  .panels-holder .panel .panel-background-image {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .panels-holder .panel .panel-background-image {
        display: block; } }
  .panels-holder .panel:nth-child(2n+1) .panel-background-image {
    left: auto;
    right: 0px; }
  .panels-holder .panel .panel-content-holder {
    font-size: 1.2em;
    padding: 80px 50px; }
    .panels-holder .panel .panel-content-holder .arrow {
      display: none; }
    .panels-holder .panel .panel-content-holder .panel-title {
      font-size: 2.5em;
      padding-bottom: 30px;
      margin-bottom: 40px;
      position: relative; }
      .panels-holder .panel .panel-content-holder .panel-title .title-line {
        content: '';
        width: 50px;
        display: block;
        position: absolute;
        border-bottom: 1px solid white;
        bottom: 0px;
        left: 0px; }
    .panels-holder .panel .panel-content-holder .panel-subtitle {
      font-weight: bold;
      margin-bottom: 20px; }
    .panels-holder .panel .panel-content-holder .product-buttons {
      margin-top: 70px; }
      .panels-holder .panel .panel-content-holder .product-buttons a {
        font-weight: 600;
        color: black;
        padding: 8px 40px;
        border: 2px solid black;
        border-radius: 4px;
        font-size: 0.8em; }
        .panels-holder .panel .panel-content-holder .product-buttons a .icon {
          padding-right: 10px;
          font-size: 12px; }
  .panels-holder .panel .panel-image-holder {
    display: none;
    min-height: 500px; }
  .panels-holder .panel.fullwidth .arrow {
    display: none; }
  .panels-holder .panel.fullwidth .panel-content-holder {
    padding-top: 0px; }

.panels-holder.panels-side .panel .arrow {
  display: none; }

.panels-holder.panels-side .panel .panel-background-image {
  position: relative;
  width: 100%;
  right: 0px;
  left: 0px; }
  .panels-holder.panels-side .panel .panel-background-image:after {
    position: relative;
    width: 100%;
    padding-top: 70%;
    content: '';
    display: block; }

.panels-holder.panels-side .panel .panel-content-holder {
  width: 100%;
  padding: 40px;
  padding-top: 20px;
  text-align: center;
  position: relative; }
  .panels-holder.panels-side .panel .panel-content-holder .arrow2 {
    display: block;
    top: 0px;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    left: 50%;
    margin-left: -25px;
    margin-top: -50px;
    border-width: 25px;
    border-style: solid;
    position: absolute; }
  .panels-holder.panels-side .panel .panel-content-holder .panel-title {
    font-size: 1.6em; }
    .panels-holder.panels-side .panel .panel-content-holder .panel-title .title-line {
      left: 50%;
      margin-left: -25px; }
  .panels-holder.panels-side .panel .panel-content-holder .product-buttons {
    margin-top: 20px; }
    .panels-holder.panels-side .panel .panel-content-holder .product-buttons a {
      color: white;
      border-color: white;
      margin-right: 0px;
      width: 100%;
      border-radius: 4px;
      font-size: 1.2em;
      font-weight: 400; }
