@charset "UTF-8";
/**
 * Import all utilities
 */
/**
 * Breakpoints
 */
/**
 * Paths
 */
/**
 * Spacing
 */
@-ms-viewport {
  width: device-width; }

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

.clearfix:before, .form__field--split:before,
.gfield--split:before, .container:before, .navigation-primary .sub-menu__inner:before, .site-footer:before, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar:before,
.whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:before, .social-feed__inner:before, .overlay__inner form:before, .fp-hero__inner:before, .c-gallery__inner:before, .c-hero:before, .c-tile__row:before,
.clearfix:after,
.form__field--split:after,
.gfield--split:after,
.container:after,
.navigation-primary .sub-menu__inner:after,
.site-footer:after,
.whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar:after,
.whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:after,
.social-feed__inner:after,
.overlay__inner form:after,
.fp-hero__inner:after,
.c-gallery__inner:after,
.c-hero:after,
.c-tile__row:after {
  content: ' ';
  display: table; }

.clearfix:after, .form__field--split:after,
.gfield--split:after, .container:after, .navigation-primary .sub-menu__inner:after, .site-footer:after, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar:after,
.whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:after, .social-feed__inner:after, .overlay__inner form:after, .fp-hero__inner:after, .c-gallery__inner:after, .c-hero:after, .c-tile__row:after {
  clear: both; }

.clearfix, .form__field--split,
.gfield--split, .container, .navigation-primary .sub-menu__inner, .site-footer, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar,
.whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar, .social-feed__inner, .overlay__inner form, .fp-hero__inner, .c-gallery__inner, .c-hero, .c-tile__row {
  zoom: 1; }

/**
 * Import all base files
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

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

/**
Themes are all stored in a map data-structure which gives flexibilty
when traversing based on keys and also looking up values based on strings
*/
.theme-purple h1, .theme-purple h2, .theme-purple h3, .theme-purple h4, .theme-purple h5, .theme-purple h6,
.theme-purple strong {
  color: #FFFFFF; }

.theme-purple > div {
  color: #FFFFFF; }
  .theme-purple > div:not(.c-hero) {
    position: relative;
    background-color: #4C3C59; }
    .theme-purple > div:not(.c-hero):before, .theme-purple > div:not(.c-hero):after {
      background-color: #4C3C59;
      content: '';
      position: absolute;
      width: 1000%;
      height: 100%;
      display: block;
      top: 0;
      z-index: -1; }
    .theme-purple > div:not(.c-hero):before {
      left: -1000%; }
    .theme-purple > div:not(.c-hero):after {
      right: -1000%; }
  .sidebar .theme-purple > div:not(.c-wysiwyg) {
    background-color: transparent; }
  .sidebar .theme-purple > div:before, .sidebar .theme-purple > div:after {
    content: none; }

.theme-grey h1, .theme-grey h2, .theme-grey h3, .theme-grey h4, .theme-grey h5, .theme-grey h6,
.theme-grey strong {
  color: #232440; }

.theme-grey > div {
  color: #4D4D52; }
  .theme-grey > div:not(.c-hero) {
    position: relative;
    background-color: #F8F8F8; }
    .theme-grey > div:not(.c-hero):before, .theme-grey > div:not(.c-hero):after {
      background-color: #F8F8F8;
      content: '';
      position: absolute;
      width: 1000%;
      height: 100%;
      display: block;
      top: 0;
      z-index: -1; }
    .theme-grey > div:not(.c-hero):before {
      left: -1000%; }
    .theme-grey > div:not(.c-hero):after {
      right: -1000%; }
  .sidebar .theme-grey > div:not(.c-wysiwyg) {
    background-color: transparent; }
  .sidebar .theme-grey > div:before, .sidebar .theme-grey > div:after {
    content: none; }

.theme-white h1, .theme-white h2, .theme-white h3, .theme-white h4, .theme-white h5, .theme-white h6,
.theme-white strong {
  color: #232440; }

.theme-white > div {
  color: #4D4D52; }
  .theme-white > div:not(.c-hero) {
    position: relative;
    background-color: #FFFFFF; }
    .theme-white > div:not(.c-hero):before, .theme-white > div:not(.c-hero):after {
      background-color: #FFFFFF;
      content: '';
      position: absolute;
      width: 1000%;
      height: 100%;
      display: block;
      top: 0;
      z-index: -1; }
    .theme-white > div:not(.c-hero):before {
      left: -1000%; }
    .theme-white > div:not(.c-hero):after {
      right: -1000%; }
  .sidebar .theme-white > div:not(.c-wysiwyg) {
    background-color: transparent; }
  .sidebar .theme-white > div:before, .sidebar .theme-white > div:after {
    content: none; }

/**
 * This function should warn if a theme requirement isn't met,
 * helping to catch any issues at compile time in development
 */
@font-face {
  font-family: 'Circular Std';
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.eot");
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.woff2") format("woff2"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.woff") format("woff"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.eot");
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.woff2") format("woff2"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.woff") format("woff"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std Book';
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.eot");
  src: url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.woff2") format("woff2"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.woff") format("woff"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.ttf") format("truetype"), url("/wp-content/themes/smitf_theme/assets/_fonts/circular/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #FFFFFF; }
  body.overlay-is-active {
    overflow: hidden; }

.sr-only {
  text-indent: -9999em;
  outline: 0; }

.site__wrapper {
  overflow-x: hidden; }
  .overlay-is-active .site__wrapper {
    overflow: hidden; }

img {
  max-width: 100%;
  vertical-align: middle; }

@media only screen and (min-width: 930px) {
  .js-sticky-under-nav.stuck {
    top: 90px;
    z-index: 8;
    position: fixed;
    left: 0;
    right: 0; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html, body {
  font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #4D4D52;
  letter-spacing: 0.3px;
  font-size: 20px; }
  @media only screen and (min-width: 930px) {
    html, body {
      font-size: 26px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 25px; }

h1, h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.1rem; }

p {
  line-height: 36px;
  margin-top: 0; }
  .icon-block p {
    margin-top: 15px; }
    .icon-block p:first-of-type {
      margin-top: 0; }
    .icon-block p:last-of-type, .icon-block p:first-of-type {
      margin-bottom: 0; }

a {
  color: #5D47B2;
  text-decoration: underline;
  transition: 0.3s ease; }
  a:focus {
    outline: none; }

.title--oversized {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  font-weight: bold;
  font-size: 3.5rem; }

.subtitle--oversized {
  font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #4D4D52;
  letter-spacing: 0.3px;
  font-size: 1.4rem; }

hr {
  margin: 25px 0; }

blockquote {
  font-size: 0.8rem;
  color: #232440;
  padding: 30px 18px;
  position: relative;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
  margin: 0 0 50px 0; }
  blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(-45deg);
    transform-origin: 0 0; }
  blockquote:before {
    bottom: -30px;
    left: 75px;
    border: 15px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.4); }
  blockquote:after {
    bottom: -40px;
    left: 68px;
    border: 20px solid black;
    border-color: #FFFFFF #FFFFFF transparent transparent; }
  blockquote p {
    margin-top: 0; }
  blockquote cite {
    color: #5D47B2;
    font-style: normal;
    display: block; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #232440; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #232440;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #232440;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #232440; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #232440; }

.form__field:not(.gform_hidden),
.gfield:not(.gform_hidden) {
  margin-bottom: 30px;
  line-height: normal; }

.form__field--split .field-half,
.gfield--split .field-half {
  width: 49%;
  float: left; }
  .form__field--split .field-half:first-of-type,
  .gfield--split .field-half:first-of-type {
    margin-right: 2%; }

.form__field--error input,
.form__field--error textarea,
.form__field--error .checkbox__label, .form__field.gfield_error input,
.form__field.gfield_error textarea,
.form__field.gfield_error .checkbox__label,
.gfield--error input,
.gfield--error textarea,
.gfield--error .checkbox__label,
.gfield.gfield_error input,
.gfield.gfield_error textarea,
.gfield.gfield_error .checkbox__label {
  border-color: #BA0B3A; }

[type="submit"] {
  cursor: pointer; }

label {
  margin-bottom: 10px;
  display: inline-block; }
  .theme-grey label,
  .theme-white label {
    color: #232440; }

input,
textarea,
.select {
  font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #4D4D52;
  letter-spacing: 0.3px;
  display: block;
  font-size: 0.8rem;
  box-sizing: border-box;
  max-width: 399px;
  width: 100%;
  transition: border-color .3s ease;
  border: solid 1.5px #ECECEC;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  input:focus,
  textarea:focus,
  .select:focus {
    outline: none;
    border-color: #FFE777; }
  .donation-form input, .donation-form
  textarea, .donation-form
  .select {
    max-width: 100%;
    margin-bottom: 10px; }

input[type="search"] {
  -webkit-appearance: none !important; }

.select, input {
  height: 65px; }

input {
  padding-left: 15px; }

textarea {
  padding: 15px; }

.select {
  position: relative;
  border: none;
  background-color: #FFFFFF; }
  .select:after {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    content: '\f107';
    font-family: FontAwesome;
    font-size: 1.3rem;
    right: 18px;
    z-index: 0; }
  .select:hover:after {
    color: #FFE777; }
  .select:hover select {
    border-color: #FFE777; }
  .select__arrow {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #4D4D52 transparent transparent transparent; }
  .select select {
    font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #4D4D52;
    letter-spacing: 0.3px;
    height: 100%;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    border: solid 1.5px #ECECEC;
    position: relative;
    z-index: 9; }
    .select select::-ms-expand {
      display: none; }
    .select select:disabled {
      opacity: 0.5;
      pointer-events: none; }
      .select select:disabled ~ .select__arrow {
        border-top-color: #ccc; }

.gform_wrapper .gfield_description {
  font-size: 0.8rem; }

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #BA0B3A; }

.gform_wrapper ul {
  padding: 0px;
  margin: 0; }

.gform_wrapper li {
  list-style: none;
  display: block;
  font-size: 1rem; }

.gform_wrapper .gform_button {
  padding: 22.5px 30px;
  background-color: #FFE777;
  color: #232440; }
  .gform_wrapper .gform_button:hover {
    background-color: #ffe04e; }
  .gform_wrapper .gform_button .icon-arrow {
    stroke: #232440; }

.control {
  display: block;
  position: relative;
  cursor: pointer; }
  .control:hover input ~ .control__indicator {
    background: #5D47B2; }
  .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    border: solid 1.5px #F8F8F8;
    transition: all .3s linear; }
  .control--checkbox {
    height: 45px;
    padding-left: 55px;
    padding-top: 10px;
    display: inline-block; }
    .control--checkbox .control__indicator {
      height: 45px;
      width: 45px;
      border: solid 5px #FFFFFF; }
      .control--checkbox .control__indicator:before {
        left: -5px;
        top: -5px;
        height: 45px;
        width: 45px;
        content: '';
        display: block;
        position: absolute;
        border: solid 1px #ECECEC; }
    .control--checkbox input:disabled ~ .control__indicator:after {
      border-color: #7b7b7b; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .control input:checked ~ .control__indicator {
      background: #5D47B2; }
    .control input:focus ~ .control__indicator:before {
      border-color: #FFE777; }
    .control input:disabled ~ .control__indicator {
      background: #ECECEC;
      opacity: 0.6;
      pointer-events: none; }

input.gform_button {
  border: none; }

.donation-form button[type="submit"] {
  margin-top: 0; }

.donation-form #Amount {
  width: 100%;
  display: block; }

.donation-form input.error {
  border-color: #BA0B3A;
  box-shadow: none; }

.donation-form .error {
  color: #BA0B3A;
  font-size: 0.8rem;
  box-shadow: none; }

.donation-form img {
  margin-top: 30px;
  margin-right: 20px; }

.donation-form .fundraising_regulator_logo {
  width: 140px; }

.donation-form .gocardless_logo {
  width: 160px; }

.donation-form .stripe_logo {
  width: 100px; }

.donation-form .donorfy_logo {
  width: 160px; }

.form-details {
  font-size: 0.7rem;
  line-height: 20px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 930px) {
    .form-details {
      line-height: 30px; } }

input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  border: none;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer; }
  @media only screen and (min-width: 930px) {
    input[type="checkbox"] {
      height: 45px;
      width: 45px; } }
  input[type="checkbox"] + label {
    cursor: pointer; }
  input[type="checkbox"]:checked + label:before {
    background: #5D47B2;
    opacity: 1; }

.gfield_checkbox,
.form__field--checkbox {
  padding: 0px;
  margin: 0; }
  .gfield_checkbox > li,
  .form__field--checkbox > li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    list-style: none;
    display: block;
    font-size: 1rem; }
    @media only screen and (min-width: 930px) {
      .gfield_checkbox > li,
      .form__field--checkbox > li {
        padding-left: 60px;
        padding-top: 5px; } }
    .gfield_checkbox > li label:before,
    .form__field--checkbox > li label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: #FFFFFF;
      border: solid 5px #FFFFFF;
      height: 25px;
      width: 25px;
      box-shadow: 0 0 1.5px #b9b9b9; }
      @media only screen and (min-width: 930px) {
        .gfield_checkbox > li label:before,
        .form__field--checkbox > li label:before {
          height: 45px;
          width: 45px; } }

.form__field--checkbox label {
  font-size: 0.9rem; }

.form__field--checkbox-inline > label {
  margin-bottom: 20px; }

.form__field--checkbox-inline li {
  display: inline-block; }
  .form__field--checkbox-inline li:not(:last-child) {
    margin-right: 30px; }

.form__field--radio {
  position: relative; }
  .form__field--radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    height: 30px; }
    @media only screen and (min-width: 930px) {
      .form__field--radio input[type="radio"] {
        height: 50px; } }
  .form__field--radio input[type="radio"], .form__field--radio label {
    display: inline-block;
    cursor: pointer;
    font-size: 0.9rem; }
  .form__field--radio input[type="radio"] + label:before {
    content: '';
    background: #ECECEC;
    border: solid 5px #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 1.5px #b9b9b9; }
    @media only screen and (min-width: 930px) {
      .form__field--radio input[type="radio"] + label:before {
        height: 50px;
        width: 50px; } }
  .form__field--radio input[type="radio"]:checked + label:before {
    background: #5D47B2; }

.icon {
  vertical-align: middle;
  fill: #4D4D52;
  stroke: #4D4D52; }
  .icon-arrow {
    height: 25px;
    width: 25px;
    transition: 0.2s ease; }
    @media only screen and (min-width: 930px) {
      .icon-arrow {
        height: 35px;
        width: 35px; } }
  .icon-search {
    height: 20px;
    width: 20px; }
  .icon-plus {
    height: 38px;
    width: 38px;
    transition: 0.5s ease-in; }
  .icon-cross {
    height: 15px;
    width: 15px; }
    @media only screen and (min-width: 930px) {
      .icon-cross {
        height: 23px;
        width: 23px; } }

.container, .navigation-primary .sub-menu__inner {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 930px) {
    .container, .navigation-primary .sub-menu__inner {
      padding: 0 25px; } }

@media only screen and (min-width: 930px) {
  .main-content--split {
    float: left; } }

@media only screen and (min-width: 930px) {
  .main-content--right {
    padding-left: 25px;
    width: 70%; } }

@media only screen and (min-width: 1430px) {
  .main-content--right {
    padding-left: 50px; } }

@media only screen and (min-width: 930px) {
  .main-content--left {
    padding-right: 25px;
    width: 60%; } }

@media only screen and (min-width: 1430px) {
  .main-content--left {
    padding-right: 90px; } }

.main-content--padded {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 930px) {
    .main-content--padded {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1430px) {
    .main-content--padded {
      padding-top: 50px;
      padding-bottom: 50px; } }

.sidebar {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 930px) {
    .sidebar {
      padding-top: 40px;
      padding-bottom: 40px;
      float: left; } }
  @media only screen and (min-width: 1430px) {
    .sidebar {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sidebar:before, .sidebar:after {
    position: absolute;
    width: 1000%;
    height: 100%;
    display: block;
    top: 0; }
  .sidebar__title {
    color: #FFFFFF; }
  .sidebar--left {
    background-color: #F8F8F8; }
    @media only screen and (min-width: 930px) {
      .sidebar--left {
        padding-right: 50px;
        width: 30%; } }
    @media only screen and (max-width: 930px) {
      .sidebar--left:after {
        background-color: #F8F8F8;
        right: -1000%;
        content: ''; } }
    .sidebar--left:before {
      background-color: #F8F8F8;
      left: -1000%;
      content: ''; }
  .sidebar--right {
    background-color: #4C3C59; }
    @media only screen and (min-width: 930px) {
      .sidebar--right {
        padding-left: 40px;
        width: 40%; } }
    @media only screen and (min-width: 1430px) {
      .sidebar--right {
        padding-left: 90px; } }
    .sidebar--right:after {
      background-color: #4C3C59;
      right: -1000%;
      content: ''; }
    @media only screen and (max-width: 930px) {
      .sidebar--right:before {
        background-color: #4C3C59;
        left: -1000%;
        content: ''; } }

.sidebar .theme-purple .c-wysiwyg {
  padding: 10px 0; }

/* =WordPress Core
------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * Import all animations
 */
/**
 * Import all elements files
 */
.breadcrumbs {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  font-size: 0.6rem;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 930px) {
    .breadcrumbs {
      margin-bottom: 27px; } }
  .banner--default .breadcrumbs {
    background-color: #F8F8F8; }
  .banner--featured .breadcrumbs {
    color: #FFFFFF; }
    .banner--featured .breadcrumbs a {
      color: #FFFFFF; }
      .banner--featured .breadcrumbs a:hover, .banner--featured .breadcrumbs a:focus {
        color: #FFE777; }
  .page-template-parent-menu-item .breadcrumbs .container {
    padding: 0; }
  .breadcrumbs span:last-of-type span {
    margin-left: 10px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #4D4D52;
    margin: 0 10px; }
    .breadcrumbs a.home {
      margin-left: 0; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #5D47B2; }

.btn,
.gform_button {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0; }
  .c-wysiwyg .btn,
  .c-tile__wrap .btn,
  .c-hero__body .btn,
  .c-gallery .btn,
  .menu-dropdown__content .btn, .c-wysiwyg
  .gform_button,
  .c-tile__wrap
  .gform_button,
  .c-hero__body
  .gform_button,
  .c-gallery
  .gform_button,
  .menu-dropdown__content
  .gform_button {
    margin-top: 20px; }
  .btn:hover, .btn:focus,
  .gform_button:hover,
  .gform_button:focus {
    cursor: pointer; }
    .btn:hover .icon-arrow, .btn:focus .icon-arrow,
    .gform_button:hover .icon-arrow,
    .gform_button:focus .icon-arrow {
      animation-name: wobble-forwards;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1; }

@keyframes wobble-forwards {
  16.65% {
    transform: translateX(6px); }
  33.3% {
    transform: translateX(-5px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }
  .btn--primary,
  .gform_button--primary {
    padding: 16.5px 30px;
    background-color: #FFE777;
    color: #232440;
    transition: all 0.3s;
    position: relative; }
    @media only screen and (min-width: 930px) {
      .btn--primary,
      .gform_button--primary {
        padding: 21px 30px; } }
    .btn--primary .icon-arrow,
    .btn--primary.btn--external .icon-arrow,
    .gform_button--primary .icon-arrow,
    .gform_button--primary.btn--external .icon-arrow {
      stroke: #232440; }
    .btn--primary:hover:before, .btn--primary:focus:before,
    .gform_button--primary:hover:before,
    .gform_button--primary:focus:before {
      opacity: 1;
      width: 100%; }
    .btn--primary > *,
    .gform_button--primary > * {
      z-index: 2;
      position: relative; }
    .btn--primary:before,
    .gform_button--primary:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      background-color: #ffda2b;
      transition: all 0.3s; }
  .btn--secondary .icon-arrow,
  .gform_button--secondary .icon-arrow {
    stroke: #5D47B2; }
  .btn--back:hover .icon-arrow, .btn--back:focus .icon-arrow,
  .gform_button--back:hover .icon-arrow,
  .gform_button--back:focus .icon-arrow {
    animation-name: wobble-backwards;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }

@keyframes wobble-backwards {
  16.65% {
    transform: translateX(6px) rotate(-180deg); }
  33.3% {
    transform: translateX(-5px) rotate(-180deg); }
  49.95% {
    transform: translateX(4px) rotate(-180deg); }
  66.6% {
    transform: translateX(-2px) rotate(-180deg); }
  83.25% {
    transform: translateX(1px) rotate(-180deg); }
  100% {
    transform: translateX(0) rotate(-180deg); } }
  .btn--back span,
  .gform_button--back span {
    margin-left: 5px;
    vertical-align: middle; }
    @media only screen and (min-width: 930px) {
      .btn--back span,
      .gform_button--back span {
        margin-left: 15px; } }
  .btn--back .icon-arrow,
  .gform_button--back .icon-arrow {
    transform: rotate(-180deg); }
  .btn--external .icon-arrow,
  .gform_button--external .icon-arrow {
    stroke: #5D47B2;
    transform: rotate(-45deg); }
  .btn--external:hover .icon-arrow, .btn--external:focus .icon-arrow,
  .gform_button--external:hover .icon-arrow,
  .gform_button--external:focus .icon-arrow {
    animation-name: wobble-diagonal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }

@keyframes wobble-diagonal {
  16.65% {
    transform: translate(5px, -5px) rotate(-45deg); }
  33.3% {
    transform: translate(-5px, 5px) rotate(-45deg); }
  49.95% {
    transform: translate(3px, -3px) rotate(-45deg); }
  66.6% {
    transform: translate(-3px, 3px) rotate(-45deg); }
  83.25% {
    transform: translate(2px, -2px) rotate(-45deg); }
  100% {
    transform: translate(0px, 0px) rotate(-45deg); } }
  .btn--plus:hover .icon-plus, .btn--plus:focus .icon-plus,
  .gform_button--plus:hover .icon-plus,
  .gform_button--plus:focus .icon-plus {
    transform: rotate(360deg); }
  .btn--small,
  .gform_button--small {
    font-size: 0.7rem;
    padding: 17.5px 25px; }
    .btn--small .icon-arrow,
    .gform_button--small .icon-arrow {
      width: 25px;
      height: 25px; }
  .btn span,
  .gform_button span {
    margin-right: 5px;
    vertical-align: middle; }
    @media only screen and (min-width: 930px) {
      .btn span,
      .gform_button span {
        margin-right: 15px; } }

.navigation {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  position: relative;
  background-color: #FFFFFF; }
  .navigation.stuck .navigation__bottom-level {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 930px) {
    .navigation.stuck .navigation__logo {
      top: 5px;
      position: fixed;
      z-index: 11; } }
  .navigation.stuck .navigation__logo img {
    max-width: 68%; }
  .navigation-primary {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    text-align: center; }
    @media only screen and (min-width: 930px) {
      .navigation-primary {
        height: 90px;
        text-align: right; } }
    .navigation-primary > .main-nav > li > a {
      font-size: 0.9rem;
      color: #232440;
      padding-top: 25px;
      padding-bottom: 15px;
      padding: 25px 17px 15px 17px;
      border-bottom: 10px solid #FFFFFF;
      display: block; }
      @media only screen and (min-width: 930px) {
        .navigation-primary > .main-nav > li > a {
          height: 90px;
          overflow-y: hidden;
          padding-top: 30px;
          padding-bottom: 20px; } }
      .navigation-primary > .main-nav > li > a:hover, .navigation-primary > .main-nav > li > a:focus, .navigation-primary > .main-nav > li > a.menu-item-active {
        border-color: #FFE777; }
    .navigation-primary > .main-nav > li.overlay-trigger--active a, .navigation-primary > .main-nav > li.child-item-active a, .navigation-primary > .main-nav > li:hover a, .navigation-primary > .main-nav > li:focus a {
      border-color: #FFE777; }
    .navigation-primary .has-children.dropdown-active a {
      border-color: #FFE777; }
  .navigation-secondary {
    font-family: "Circular Std Book", arial, sans-serif;
    letter-spacing: 0.2px;
    font-size: 0.6rem; }
    @media only screen and (max-width: 930px) {
      .navigation-secondary .menu {
        margin-top: 10px;
        background-color: #FFFFFF;
        display: none; } }
    @media only screen and (max-width: 930px) {
      .navigation-secondary .menu li {
        display: block;
        border-bottom: 1px solid #ECECEC; } }
    @media only screen and (max-width: 930px) {
      .navigation-secondary .menu li:first-of-type {
        border-top: 1px solid #ECECEC; } }
    .navigation-secondary .menu li.current-menu-item a, .navigation-secondary .menu li.current_page_ancestor a {
      color: #5D47B2;
      border-color: #5D47B2; }
    .navigation-secondary .menu li a {
      color: #4D4D52;
      border-bottom: 1.5px solid #F8F8F8;
      transition: border-color 0.3s ease; }
      @media only screen and (max-width: 930px) {
        .navigation-secondary .menu li a {
          display: block;
          padding: 15px; } }
      .navigation-secondary .menu li a:hover, .navigation-secondary .menu li a:focus {
        color: #5D47B2;
        border-color: #5D47B2; }
  .navigation__top-level {
    background-color: #F8F8F8;
    padding: 10px 0; }
    @media only screen and (min-width: 930px) {
      .navigation__top-level {
        padding: 15px 0; } }
  .navigation__bottom-level {
    background-color: #FFFFFF;
    transition: box-shadow 0.3s ease-in; }
    @media only screen and (max-width: 460px) {
      .navigation__bottom-level .container {
        padding: 0 7px; } }
  .navigation__logo {
    display: inline-block;
    transition: .3s ease; }
    .navigation__logo img {
      transition: .3s ease; }
    @media only screen and (max-width: 930px) {
      .navigation__logo {
        max-width: 60px; } }
    @media only screen and (min-width: 930px) {
      .navigation__logo {
        position: absolute;
        top: 15px; } }

.mobile-triggers {
  position: absolute;
  top: 15px;
  right: 15px; }
  @media only screen and (min-width: 930px) {
    .mobile-triggers {
      display: none; } }

@media only screen and (max-width: 930px) {
  .navigation-primary .search-trigger {
    display: none; } }

.navigation-primary .search-trigger.search-trigger--active a {
  border-color: #FFE777; }
  .navigation-primary .search-trigger.search-trigger--active a:after {
    content: '';
    background-image: url("/wp-content/themes/smitf_theme/assets/_img/svg/cross--purple.svg");
    transition: 0.2s ease-out; }

.search-trigger a:after {
  content: '';
  background-image: url("/wp-content/themes/smitf_theme/assets/_img/svg/search.svg");
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  transition: 0.2s ease-in;
  width: 20px; }

.search-trigger-mobile {
  background-color: #FFFFFF;
  height: 45px;
  width: 45px;
  position: relative;
  display: inline-block;
  margin-right: 5px; }
  .search-trigger-mobile:before {
    content: url("/wp-content/themes/smitf_theme/assets/_img/svg/search.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%); }
  .search-trigger-mobile.search-trigger--active {
    background-color: #FFE777; }
    .search-trigger-mobile.search-trigger--active:before {
      content: url("/wp-content/themes/smitf_theme/assets/_img/svg/cross--purple.svg"); }

.nav-mobile-trigger {
  font-size: 1rem;
  color: #232440;
  background-color: #FFFFFF;
  height: 45px;
  width: 108px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .nav-mobile-trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .nav-mobile-trigger span:after {
      content: '\f0c9';
      font-family: FontAwesome;
      display: inline-block;
      transition: 0.5s ease;
      vertical-align: middle;
      margin-left: 5px; }
  .nav-mobile-trigger--active {
    background-color: #FFE777; }
    .nav-mobile-trigger--active span:after {
      content: url("/wp-content/themes/smitf_theme/assets/_img/svg/cross--purple.svg"); }
  .has-occasion .nav-mobile-trigger {
    width: 45px; }
    .has-occasion .nav-mobile-trigger span:after {
      margin-left: 0; }

.life-label a:after {
  content: 'Life'; }
  @media only screen and (min-width: 460px) {
    .life-label a:after {
      display: none; } }

@media only screen and (max-width: 460px) {
  .life-label a .menu-label {
    display: none; } }

.occasion-link {
  display: none; }
  @media only screen and (min-width: 930px) {
    .occasion-link {
      display: block;
      height: 90px;
      float: right;
      padding-top: 14px;
      margin-left: 30px; } }
  .occasion-link--mobile {
    background-color: #FFE777;
    text-decoration: none;
    height: 45px;
    text-align: center;
    position: relative;
    margin-right: 5px;
    width: 100px;
    font-size: 0.9rem;
    color: #232440; }
    .occasion-link--mobile span {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translate(-50%, -50%); }
    @media only screen and (max-width: 930px) {
      .occasion-link--mobile {
        display: inline-block; } }

.site-footer {
  font-family: "Circular Std Book", arial, sans-serif;
  letter-spacing: 0.2px;
  padding: 20px 0;
  background-color: #232440;
  font-size: 0.6rem;
  color: #FFFFFF; }
  @media only screen and (min-width: 930px) {
    .site-footer {
      padding: 50px 0; } }
  .site-footer .menu {
    text-align: center; }
    @media only screen and (min-width: 930px) {
      .site-footer .menu {
        float: left;
        text-align: left; } }
    @media only screen and (min-width: 930px) {
      .site-footer .menu:first-of-type li:first-child {
        margin-left: 0; } }
    @media only screen and (min-width: 930px) {
      .site-footer .menu:last-of-type {
        float: right; } }
    @media only screen and (min-width: 930px) {
      .site-footer .menu:last-of-type li:last-child {
        margin-right: 0; } }
    .site-footer .menu li {
      vertical-align: middle;
      margin: 0 25px; }
      @media only screen and (max-width: 930px) {
        .site-footer .menu li {
          padding: 15px 0; } }
      @media only screen and (min-width: 930px) {
        .site-footer .menu li:not(.footer-logo) {
          line-height: 40px; } }
      .site-footer .menu li a {
        color: #FFFFFF; }
        .site-footer .menu li a:hover, .site-footer .menu li a:focus {
          color: #FFE777; }

.banner {
  background-color: #FFFFFF;
  padding-bottom: 25px; }
  @media only screen and (min-width: 930px) {
    .banner {
      padding-bottom: 35px; } }
  .banner__inner {
    position: relative; }
  .banner .highlighted {
    font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #4D4D52;
    letter-spacing: 0.3px;
    color: #5D47B2; }
  @media only screen and (min-width: 930px) {
    .banner.stuck {
      padding: 25px 0; } }
  .banner .title {
    color: #232440;
    margin-bottom: 0; }
  .banner--default {
    min-height: 130px; }
    @media only screen and (min-width: 930px) {
      .banner--default {
        min-height: 170px; } }
  .banner--featured {
    min-height: 130px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media only screen and (min-width: 930px) {
      .banner--featured {
        min-height: 240px; } }
    .banner--featured:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(28, 20, 34, 0.6); }
    .banner--featured .title {
      color: #FFFFFF; }
  .banner--filter {
    padding: 55px 0;
    min-height: 0;
    transition: 0.3s ease; }
    .banner--filter .category-filter {
      width: 100%;
      max-width: 550px;
      margin: 0 auto; }
      .banner--filter .category-filter label {
        font-family: "Circular Std", arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.2px;
        font-size: 1.4rem;
        color: #FFFFFF;
        margin-right: 20px;
        vertical-align: bottom; }
      .banner--filter .category-filter .select {
        max-width: 300px;
        display: inline-block; }
  .banner--search {
    background-color: #4C3C59;
    padding: 45px 0;
    transition: 0.3s ease; }
    .banner--search .search__form {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .banner--search .search__form input {
        max-width: 770px;
        display: inline-block;
        height: 80px;
        margin-right: 20px; }
  @media only screen and (min-width: 930px) {
    .banner--with-button {
      padding-bottom: 50px; } }
  .banner--with-button .container {
    position: relative; }
    .banner--with-button .container .btn {
      margin-top: 20px; }
      @media only screen and (min-width: 930px) {
        .banner--with-button .container .btn {
          position: absolute;
          top: 0;
          right: 25px;
          margin-top: 0; } }

.call-out {
  background-color: #FFE777;
  font-size: 0.8rem;
  color: #232440;
  text-align: center;
  position: relative;
  position: absolute;
  top: -40px;
  z-index: 0;
  line-height: 21px;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 930px) {
    .call-out {
      line-height: 31px;
      top: -58px; } }
  .call-out__inner {
    position: relative;
    height: 110px;
    width: 300px; }
    @media only screen and (min-width: 930px) {
      .call-out__inner {
        width: 300px;
        height: 130px; } }
  .call-out__message {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px; }
  .call-out:before, .call-out:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    left: -15px;
    right: 0;
    margin: 0 auto;
    z-index: -1; }
  .call-out:before {
    bottom: -30px;
    border: 15px solid black;
    border-color: transparent transparent #FFE777 #FFE777;
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.1); }
  .call-out:after {
    bottom: -40px;
    border: 20px solid black;
    border-color: #FFE777 #FFE777 transparent transparent; }

.has-callout-left .call-out {
  left: 0; }

@media only screen and (min-width: 1430px) {
  .main-content--split .has-callout-left .call-out {
    left: -50px; } }

.has-callout-right .call-out {
  right: 0; }

@media only screen and (min-width: 1430px) {
  .main-content--split .has-callout-right .call-out {
    right: -50px; } }

.calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.calendar thead {
  font-size: 0.8rem;
  color: #232440; }

.calendar tbody {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #232440;
  font-size: 1.4rem; }
  .calendar tbody td {
    border: 1px solid #ECECEC;
    vertical-align: top;
    height: 41px;
    width: 41px; }
    @media only screen and (min-width: 460px) {
      .calendar tbody td {
        height: 112px;
        width: 112px; } }

.calendar .month-past, .calendar .month-future {
  color: #cbd1d2;
  background-color: #F4F4F4; }

.calendar .current-day {
  color: #5D47B2; }

.event__meta {
  padding: 50px 0; }

.event__detail {
  color: #232440;
  font-size: 1.4rem; }

.whats-on .main-content {
  padding-top: 40px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 1430px) {
    .whats-on .main-content {
      padding-top: 50px; } }
  .whats-on .main-content .events-listing {
    border-top: solid 1px #D9D9DA; }
    .whats-on .main-content .events-listing-title {
      font-size: 1.4rem; }
    .whats-on .main-content .events-listing .c-tile {
      width: 100%;
      float: left;
      clear: both;
      margin-right: 0;
      border: none;
      border-bottom: solid 1px #D9D9DA; }
      .whats-on .main-content .events-listing .c-tile:first-child {
        margin-top: 20px; }
      .whats-on .main-content .events-listing .c-tile .category-icon {
        width: 40px;
        float: left;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        padding-top: 2px; }
        .whats-on .main-content .events-listing .c-tile .category-icon i {
          color: #232440; }
      .whats-on .main-content .events-listing .c-tile__meta {
        margin-bottom: 0;
        margin-top: 10px; }
      .whats-on .main-content .events-listing .c-tile__container {
        padding: 0;
        padding-bottom: 20px;
        width: 100%;
        float: left; }
        .whats-on .main-content .events-listing .c-tile__container--with-icon {
          width: calc( 100% - 50px); }
      .whats-on .main-content .events-listing .c-tile__tag-wrap {
        margin-top: 20px;
        margin-bottom: 0; }

.whats-on .events-calendar {
  padding-top: 20px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 930px) {
    .whats-on .events-calendar {
      width: 75%; } }
  .whats-on .events-calendar .close-trigger {
    float: right; }
  .whats-on .events-calendar .caleran-calendar {
    width: 100%; }
  .whats-on .events-calendar .caleran-container,
  .whats-on .events-calendar .caleran-container-mobile {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Circular Std", arial, sans-serif !important; }
    .whats-on .events-calendar .caleran-container .caleran-input,
    .whats-on .events-calendar .caleran-container-mobile .caleran-input {
      margin: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      background-color: #4C3C59; }
      .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars,
      .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars {
        background-color: #FFFFFF; }
        @media only screen and (min-width: 930px) {
          .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars,
          .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars {
            width: 75%;
            float: right; } }
        .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar,
        .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
          padding: 0; }
          .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
          .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
            border-bottom: 0;
            padding: 20px;
            padding-bottom: 10px;
            color: #232440;
            font-size: 0.9rem; }
            @media only screen and (min-width: 460px) {
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
                font-size: 1.1rem; } }
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev .icon-arrow,
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next .icon-arrow,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev .icon-arrow,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next .icon-arrow {
              fill: #5D47B2;
              stroke: #5D47B2;
              height: 30px;
              width: 30px; }
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev .icon-arrow,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev .icon-arrow {
              transform: rotate(-180deg); }
          .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container,
          .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
            padding: 20px;
            float: left;
            width: 100%; }
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
              text-transform: capitalize;
              padding: 0 0 5px 0;
              margin: 0;
              text-align: left;
              font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
              font-weight: normal;
              color: #232440;
              border-bottom: solid 1px #D9D9DA;
              font-size: 0.7rem; }
              @media only screen and (min-width: 460px) {
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
                  font-size: 0.8rem; } }
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .calerna-weekend,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .calerna-weekend {
              color: #232440; }
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
              font-weight: normal;
              border-bottom: solid 1px #D9D9DA;
              border-left: solid 1px #D9D9DA;
              padding: 0;
              margin: 0;
              border-radius: 0;
              text-align: left;
              color: #232440;
              font-size: 0.7rem; }
              @media only screen and (min-width: 460px) {
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
                  font-size: 1.1rem; } }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span {
                padding: 5px 0 0 5px;
                margin: 0;
                border-radius: 0; }
                @media only screen and (min-width: 460px) {
                  .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
                  .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span {
                    padding: 10px 0 0 10px; } }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span:after,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span:after {
                  content: "";
                  display: block;
                  padding-bottom: 50%; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
                border-radius: 0;
                background-color: #cbc4e7; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
                border-radius: 0; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:first-child,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:first-child {
                border-radius: 0; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:last-child,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered:last-child {
                border-radius: 0; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
                background-color: #cbc4e7; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled {
                color: #A0A1AB;
                background-color: #F8F8F8; }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled:hover,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled:hover {
                  color: #232440; }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled.caleran-hovered,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled.caleran-hovered {
                  background-color: #dbd6ef;
                  color: #232440; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-today,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-today {
                color: #5D47B2 !important; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered), .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) {
                border-radius: 0; }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
                  background-color: #5D47B2;
                  color: #FFFFFF; }
              .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
              .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
                background-color: #5D47B2;
                color: #FFFFFF; }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
                  color: #FFFFFF !important; }
                .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled, .whats-on .events-calendar .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,
                .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled {
                  background-color: #5D47B2;
                  color: #FFFFFF; }
      .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges,
      .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges {
        border-top: 0;
        clear: none;
        padding: 20px; }
        @media only screen and (min-width: 930px) {
          .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges,
          .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges {
            width: 25%;
            float: left; } }
        .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges .fa,
        .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges .fa {
          display: none; }
        .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges .caleran-range-header,
        .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
          color: #FFFFFF;
          font-weight: normal;
          margin-bottom: 20px;
          font-size: 0.9rem; }
          @media only screen and (min-width: 460px) {
            .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges .caleran-range-header,
            .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
              font-size: 1.1rem; } }
        .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges .caleran-range,
        .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
          display: block;
          margin: 0 0 3px 0;
          padding-top: 15px;
          padding-bottom: 15px;
          background-color: #FFFFFF;
          color: #5D47B2;
          text-align: center;
          font-weight: normal;
          font-size: 0.8rem; }
          .whats-on .events-calendar .caleran-container .caleran-input .caleran-ranges .caleran-range:hover,
          .whats-on .events-calendar .caleran-container-mobile .caleran-input .caleran-ranges .caleran-range:hover {
            background-color: #F8F8F8;
            text-decoration: none; }
  @media only screen and (min-width: 930px) {
    .whats-on .events-calendar .btn {
      width: auto;
      float: right; } }

.whats-on .sidebar {
  padding-bottom: 40px; }
  .whats-on .sidebar .btn {
    margin-bottom: 20px; }
    .whats-on .sidebar .btn .fa {
      margin-left: 20px; }
  .whats-on .sidebar .events-search-form .keywords-field {
    width: 75%;
    float: left; }
  .whats-on .sidebar .events-search-form .btn {
    width: 24%;
    float: left;
    margin-left: 1%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent; }
    .whats-on .sidebar .events-search-form .btn .icon-arrow {
      fill: #5D47B2;
      stroke: #5D47B2; }

.whats-on .event-categories-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #D9D9DA; }
  .whats-on .event-categories-list li {
    margin: 0;
    padding: 10px 0;
    border-top: solid 1px #D9D9DA;
    font-size: 0.8rem; }
    .whats-on .event-categories-list li .category-icon {
      width: 40px;
      display: inline-block;
      text-align: center;
      margin-right: 10px; }
    .whats-on .event-categories-list li ul {
      padding-left: 40px;
      list-style: disc; }
      .whats-on .event-categories-list li ul.category-has-icon {
        padding-left: 90px; }
      .whats-on .event-categories-list li ul li {
        border-top: 0;
        padding: 10px 0 0 0; }
  .whats-on .event-categories-list a:link,
  .whats-on .event-categories-list a:visited {
    text-decoration: none;
    color: #232440; }

.tribe-events-single .container {
  clear: both; }

.banner--featured ~ .single-event-meta {
  padding: 35px 0 45px 0; }
  @media only screen and (min-width: 930px) {
    .banner--featured ~ .single-event-meta {
      padding: 45px 0 55px 0; } }

.single-event-meta {
  padding-bottom: 20px; }
  @media only screen and (min-width: 930px) {
    .single-event-meta {
      padding-bottom: 40px; } }
  .single-event-meta .container {
    position: relative; }
  .single-event-meta .event-timings {
    font-family: "Circular Std", arial, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #232440;
    display: block;
    position: relative;
    padding-left: 45px; }
    @media only screen and (min-width: 930px) {
      .single-event-meta .event-timings {
        font-size: 1.4rem;
        padding-left: 60px; } }
    .single-event-meta .event-timings i,
    .single-event-meta .event-timings .icon {
      position: absolute;
      left: 0;
      top: 2px; }
      @media only screen and (min-width: 930px) {
        .single-event-meta .event-timings i,
        .single-event-meta .event-timings .icon {
          top: 5px; } }
  .single-event-meta .c-tile__tag-wrap {
    margin-top: 25px; }
  .single-event-meta .btn {
    margin-top: 25px; }
    @media only screen and (min-width: 930px) {
      .single-event-meta .btn {
        position: absolute;
        top: 0;
        right: 25px; } }
  .single-event-meta .past-event-message {
    display: block;
    color: #BA0B3A;
    margin-bottom: 20px; }
  .single-event-meta .past-event .event-timings,
  .single-event-meta .past-event .c-tile__tag-wrap {
    opacity: 0.25; }
  .single-event-meta .past-event .btn {
    display: none; }
  .single-event-meta .event-notes {
    padding-top: 10px;
    font-size: 0.75rem;
    margin-bottom: 0; }

#tribe-events #tribe-events-content {
  margin-bottom: 0; }

.whats-on-today {
  width: 100%;
  max-width: 485px; }
  @media only screen and (max-width: 930px) {
    .whats-on-today {
      margin: 0 auto; } }
  .whats-on-today h2 {
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .whats-on-today__events {
    width: 100%;
    margin-bottom: 20px; }
    .whats-on-today__events--inc-featured {
      position: relative;
      padding-top: 10px;
      margin-top: 45px; }
      .whats-on-today__events--inc-featured-star {
        position: absolute;
        top: -15px;
        right: 15px;
        padding: 10px;
        background-color: #FFFFFF;
        font-size: 0.5rem;
        color: #4D4D52;
        border-radius: 3px; }
        .whats-on-today__events--inc-featured-star i {
          color: #ffe04e;
          margin-right: 10px; }
  .whats-on-today__event {
    display: block;
    margin: 0 0 3px 0;
    padding: 15px 15px 10px 15px;
    background-color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    float: left;
    width: 100%;
    clear: both;
    transition: all 0.3s ease-in; }
    .whats-on-today__event h3 {
      font-size: 0.8rem;
      color: #232440;
      margin: 0; }
    .whats-on-today__event.whats-on-today__event-featured, .whats-on-today__event:hover, .whats-on-today__event:focus {
      background-color: #5D47B2; }
      .whats-on-today__event.whats-on-today__event-featured h3,
      .whats-on-today__event.whats-on-today__event-featured .whats-on-today__event-meta,
      .whats-on-today__event.whats-on-today__event-featured .whats-on-today__event-icon, .whats-on-today__event:hover h3,
      .whats-on-today__event:hover .whats-on-today__event-meta,
      .whats-on-today__event:hover .whats-on-today__event-icon, .whats-on-today__event:focus h3,
      .whats-on-today__event:focus .whats-on-today__event-meta,
      .whats-on-today__event:focus .whats-on-today__event-icon {
        color: #FFFFFF; }
    .whats-on-today__event h3,
    .whats-on-today__event .whats-on-today__event-meta,
    .whats-on-today__event .whats-on-today__event-icon {
      transition: color 0.3s ease; }
    .whats-on-today__event:link, .whats-on-today__event:visited {
      color: #5D47B2; }
    .whats-on-today__event-details {
      width: calc( 100% - 50px);
      float: left; }
    .whats-on-today__event-icon {
      font-size: 0.8rem;
      color: #232440;
      display: inline-block;
      width: 40px;
      margin-right: 10px;
      text-align: center;
      float: left; }
    .whats-on-today__event-meta {
      font-size: 0.6rem;
      color: #4D4D52; }
    .whats-on-today__event-more {
      font-size: 0.8rem;
      color: #FFFFFF;
      text-align: center; }
  .whats-on-today__no-events {
    font-size: 0.8rem;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .whats-on-today .btn {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 410px;
    text-align: center; }
    .whats-on-today .btn:first-of-type {
      margin-top: 30px; }

.whats-on {
  color: #232440; }

.social-feed {
  padding: 35px 0; }
  @media only screen and (min-width: 930px) {
    .social-feed {
      padding: 50px 0; } }
  @media only screen and (min-width: 460px) {
    .social-feed__column {
      float: left; } }
  @media only screen and (max-width: 460px) {
    .social-feed__column--left {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 460px) {
    .social-feed__column--left {
      width: 55%;
      margin-right: 5%; } }
  @media only screen and (min-width: 460px) {
    .social-feed__column--right {
      width: 40%; } }
  .social-feed__title {
    margin-bottom: 15px; }
    @media only screen and (min-width: 460px) {
      .social-feed__title {
        margin-bottom: 30px; } }
  .social-feed__instagram, .social-feed__twitter {
    margin-bottom: 20px; }
    @media only screen and (min-width: 460px) {
      .social-feed__instagram, .social-feed__twitter {
        margin-bottom: 35px; } }
  @media only screen and (max-width: 930px) {
    .social-feed__twitter iframe {
      height: 400px !important; } }
  @media only screen and (max-width: 460px) {
    .social-feed__twitter iframe {
      height: 260px !important; } }
  .social-feed__instagram #sb_instagram {
    background: #FFFFFF; }
    .social-feed__instagram #sb_instagram .sb_instagram_header {
      margin-bottom: 0;
      padding: 15px !important; }
      .social-feed__instagram #sb_instagram .sb_instagram_header .sbi_header_text h3 {
        font-size: 0.8rem;
        color: #232440; }

.overlay {
  display: none;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1C1422;
  transition: opacity .3s ease;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px; }
  .overlay--active {
    z-index: 9999;
    display: block; }
  .overlay__inner {
    display: none;
    max-width: 990px;
    text-align: center; }
    .overlay--active .overlay__inner {
      display: block; }
    .overlay__inner input {
      max-width: 770px;
      height: 60px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 930px) {
        .overlay__inner input {
          height: 80px;
          float: left;
          width: 77%; } }
    .overlay__inner .search-btn {
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (min-width: 930px) {
        .overlay__inner .search-btn {
          float: left;
          margin-left: 1%;
          width: 22%; } }

.close-trigger {
  color: #FFFFFF; }
  .close-trigger:hover {
    cursor: pointer; }
  .close-trigger span {
    vertical-align: text-bottom;
    margin-right: 15px; }
  .close-trigger .icon {
    stroke: #FFFFFF; }

.calendar-overlay {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #1C1422;
  transition: opacity .3s ease;
  -webkit-overflow-scrolling: touch; }
  .calendar-overlay--active {
    z-index: 9999;
    display: block; }

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 930px) {
    .navigation .menu {
      text-align: right; } }
  @media only screen and (min-width: 930px) {
    .navigation .menu > li {
      margin: 0 15px; } }
  .navigation .menu > li:last-child {
    margin-right: 0; }
  .menu li {
    display: inline-block; }
    .menu li a {
      text-decoration: none; }

.sub-menu {
  display: none;
  transition: opacity .3s ease;
  opacity: 0; }
  .navigation-primary .sub-menu__inner {
    overflow-x: hidden;
    height: 75vh;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 75px; }
  .parent-menu-item .sub-menu {
    display: block;
    opacity: 1; }
  .dropdown-active .sub-menu {
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    background-color: #1C1422;
    width: 100%;
    opacity: 1;
    text-align: center;
    padding: 20px 0;
    height: 100vh; }
    .dropdown-active .sub-menu .menu-dropdown__title {
      font-size: 1.4rem;
      margin-bottom: 15px; }
    .dropdown-active .sub-menu p {
      font-size: 0.8rem;
      line-height: 25px; }
  .sub-menu .menu-dropdown__content {
    font-family: Georgia, Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #4D4D52;
    letter-spacing: 0.3px;
    background-color: #FFFFFF;
    text-align: left;
    padding: 40px;
    display: block; }
    @media only screen and (min-width: 930px) {
      .sub-menu .menu-dropdown__content {
        float: left;
        width: 49%; } }
    @media only screen and (min-width: 930px) {
      .sub-menu .menu-dropdown__content:not(:nth-of-type(2n)) {
        margin-right: 2%; } }
    @media only screen and (max-width: 930px) {
      .sub-menu .menu-dropdown__content:not(:last-child) {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 930px) {
      .sub-menu .menu-dropdown__content:nth-last-child(n+3) {
        margin-bottom: 20px; } }
  .sub-menu .menu-dropdown__title {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    font-size: 2rem;
    margin-bottom: 20px;
    display: inline-block; }
    .sub-menu .menu-dropdown__title a {
      color: #232440; }

.dropdown-close {
  margin-bottom: 25px;
  display: inline-block; }

.has-children.dropdown-active > a:after {
  transform: scaleY(-1); }

.has-children > a:after {
  content: '\f107';
  font-family: FontAwesome;
  display: inline-block;
  transition: 0.5s ease;
  margin-left: 5px; }

.pagination {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 20px;
  clear: both;
  width: 100%;
  float: left; }
  .pagination a {
    text-decoration: none; }
  .pagination .page-numbers {
    color: #5D47B2; }
    .pagination .page-numbers:not(.prev):not(.next) {
      margin: 0 5px; }
    .pagination .page-numbers.current {
      text-decoration: underline; }

/**
    Shortcodes
    ----------
    1. Blockquote - styles located in base/typography.scss
    2. Buttons - styles located in elements/buttons.scss
    3. Icon Block - styles located below
*/
.theme-purple .icon-block {
  border-color: #4C3C59; }
  .theme-purple .icon-block h1, .theme-purple .icon-block h2, .theme-purple .icon-block h3, .theme-purple .icon-block h4, .theme-purple .icon-block h5, .theme-purple .icon-block h6,
  .theme-purple .icon-block strong {
    color: #232440; }
  .theme-purple .icon-block .shortcode--btn .btn--primary {
    color: #232440; }
  .theme-purple .icon-block .shortcode--btn .btn--secondary {
    color: #5D47B2; }
    .theme-purple .icon-block .shortcode--btn .btn--secondary .icon-arrow {
      stroke: #5D47B2; }

.theme-grey .icon-block {
  border-color: #F8F8F8; }
  .theme-grey .icon-block h1, .theme-grey .icon-block h2, .theme-grey .icon-block h3, .theme-grey .icon-block h4, .theme-grey .icon-block h5, .theme-grey .icon-block h6,
  .theme-grey .icon-block strong {
    color: #232440; }
  .theme-grey .icon-block .shortcode--btn .btn--primary {
    color: #232440; }
  .theme-grey .icon-block .shortcode--btn .btn--secondary {
    color: #5D47B2; }
    .theme-grey .icon-block .shortcode--btn .btn--secondary .icon-arrow {
      stroke: #5D47B2; }

.theme-white .icon-block {
  border-color: #4D4D52; }
  .theme-white .icon-block h1, .theme-white .icon-block h2, .theme-white .icon-block h3, .theme-white .icon-block h4, .theme-white .icon-block h5, .theme-white .icon-block h6,
  .theme-white .icon-block strong {
    color: #232440; }
  .theme-white .icon-block .shortcode--btn .btn--primary {
    color: #232440; }
  .theme-white .icon-block .shortcode--btn .btn--secondary {
    color: #5D47B2; }
    .theme-white .icon-block .shortcode--btn .btn--secondary .icon-arrow {
      stroke: #5D47B2; }

.icon-block {
  background-color: #FFFFFF;
  padding: 25px 20px;
  margin-bottom: 10px;
  color: #4D4D52;
  border: 1px solid #4D4D52; }
  .icon-block--extended {
    position: relative; }
    @media only screen and (min-width: 930px) {
      .icon-block--extended {
        padding-left: 75px; } }
    @media only screen and (max-width: 930px) {
      .icon-block--extended .icon-block__title {
        padding-left: 35px; } }
  .icon-block .fa {
    font-size: 1.2rem;
    position: absolute;
    top: 25px;
    left: 20px; }
  .icon-block ul li {
    margin-bottom: 10px;
    line-height: 36px; }
  @media only screen and (min-width: 930px) {
    .icon-block p {
      font-size: 0.8rem;
      line-height: 30px; } }
  .icon-block .btn {
    margin-top: 0; }
  @media only screen and (max-width: 930px) {
    .icon-block img {
      margin: 0 auto;
      display: block;
      float: none; } }

.social-share {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 930px) {
    .social-share {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .social-share__title {
    color: #232440; }
  .social-share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .social-share ul li {
      margin: 0;
      padding: 10px 0;
      list-style: none; }

.filter-search-results-form ul {
  list-style: none;
  padding-left: 0; }
  .filter-search-results-form ul li {
    list-style: none; }
    .filter-search-results-form ul li ul {
      padding-left: 20px; }
      .filter-search-results-form ul li ul .form__field {
        margin-bottom: 5px; }

.front-page-hero {
  background-color: #4C3C59;
  min-height: calc(100vh - 140px);
  position: relative; }
  @media only screen and (min-width: 930px) {
    .front-page-hero:after {
      content: '';
      background-image: url("/wp-content/themes/smitf_theme/assets/_img/svg/torn-edge.svg");
      background-size: contain;
      background-repeat: repeat;
      height: 55px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; } }

.fp-hero__inner {
  position: relative; }

.fp-hero__wrap {
  position: relative; }
  @media only screen and (min-width: 930px) {
    .fp-hero__wrap {
      width: 57%;
      float: left; } }

.fp-hero__indicator {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 20px; }
  @media only screen and (min-width: 930px) {
    .fp-hero__indicator {
      bottom: 85px; } }
  .fp-hero__indicator .icon-arrow {
    animation-name: bob;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate; }

@keyframes bob {
  0% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(-8px); } }

.fp-hero__heading {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 95%;
  text-align: center; }
  @media only screen and (min-width: 1180px) {
    .fp-hero__heading {
      text-align: left; } }
  @media only screen and (min-width: 930px) {
    .fp-hero__heading-second {
      display: block; } }
  @media only screen and (min-width: 1270px) {
    .fp-hero__heading-second {
      margin-left: 45px; } }
  .fp-hero__heading h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    @media only screen and (min-width: 930px) {
      .fp-hero__heading h1 {
        margin-bottom: 60px; } }
  .fp-hero__heading p {
    font-size: 1.4rem;
    line-height: 46px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }

.fp-hero__image {
  min-height: calc(100vh - 140px);
  background-size: cover;
  background-position: left center;
  position: relative; }
  .fp-hero__image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(28, 20, 34, 0.75); }

.fp-hero__sidebar {
  padding: 25px 15px; }
  @media only screen and (min-width: 930px) {
    .fp-hero__sidebar {
      width: 43%;
      float: left;
      padding: 50px 50px 100px 50px; } }

/**
 * Import all component files
 */
.component__wrap {
  padding: 35px 0; }
  @media only screen and (min-width: 930px) {
    .component__wrap {
      padding: 45px 0; } }
  .has-callout-right .component__wrap,
  .has-callout-left .component__wrap {
    padding-top: 95px; }
  .has-callout-below .component__wrap {
    padding-bottom: 75px; }
    @media only screen and (min-width: 930px) {
      .has-callout-below .component__wrap {
        padding-bottom: 95px; } }
  .sidebar .component__wrap {
    padding: 0;
    margin-bottom: 20px; }
  .remove-spacing-above .component__wrap {
    padding-top: 0; }
  .remove-spacing-below .component__wrap {
    padding-bottom: 0; }
  .remove-spacing-both .component__wrap {
    padding-top: 0;
    padding-bottom: 0; }

.component__subheading {
  margin-bottom: 40px; }
  .theme-purple .component__subheading a:not(.btn) {
    color: #FFFFFF; }
  .theme-purple .component__subheading .btn--secondary {
    color: #FFFFFF; }
    .theme-purple .component__subheading .btn--secondary .icon-arrow {
      stroke: #FFFFFF; }

.c-gallery .component__ctas {
  margin-top: 20px; }

.c-anchor {
  background-color: #4C3C59; }
  @media only screen and (max-width: 460px) {
    .c-anchor {
      text-align: center; } }
  .c-anchor__list {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 930px) {
      .c-anchor__list {
        padding-top: 20px; } }
    @media only screen and (min-width: 460px) {
      .c-anchor__list li {
        display: inline-block; } }
  .c-anchor__link {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    display: inline-block;
    font-size: 0.9rem;
    color: #FFFFFF;
    text-decoration: none;
    margin: 10px 0;
    border-bottom: 3px solid #4C3C59;
    transition: border-color 0.3s ease; }
    @media only screen and (min-width: 460px) {
      .c-anchor__link {
        margin: 0 40px 10px 0; } }
    .c-anchor__link:hover, .c-anchor__link:focus {
      border-color: #FFFFFF; }

.c-gallery__nav {
  background-color: #FFE777;
  height: 80px;
  width: 80px; }

.c-gallery--single .c-gallery__image {
  margin-bottom: 0; }

.c-gallery--lightbox .c-gallery__image {
  display: block; }
  .c-gallery--lightbox .c-gallery__image:first-of-type {
    margin-bottom: 2.5%; }
    @media only screen and (min-width: 460px) {
      .c-gallery--lightbox .c-gallery__image:first-of-type {
        margin-bottom: 1.25%; } }
  .c-gallery--lightbox .c-gallery__image:nth-of-type(3) {
    margin: 0 0 0 2.5%; }
    @media only screen and (min-width: 460px) {
      .c-gallery--lightbox .c-gallery__image:nth-of-type(3) {
        margin: 0 1.25%; } }
    @media only screen and (min-width: 460px) {
      .c-gallery--lightbox .c-gallery__image:nth-of-type(3) .view-more__overlay,
      .c-gallery--lightbox .c-gallery__image:nth-of-type(3) .view-more__text {
        display: none; } }
    @media only screen and (max-width: 460px) {
      .c-gallery--lightbox .c-gallery__image:nth-of-type(3) .c-gallery__link {
        display: none; } }
  @media only screen and (max-width: 460px) {
    .c-gallery--lightbox .c-gallery__image:nth-of-type(4) {
      display: none; } }
  .c-gallery--lightbox .c-gallery__image:nth-of-type(4) .c-gallery__link {
    display: none; }
    @media only screen and (min-width: 700px) {
      .c-gallery--lightbox .c-gallery__image:nth-of-type(4) .c-gallery__link {
        display: block; } }
  .c-gallery--lightbox .c-gallery__image:not(:first-of-type) {
    width: 48.5%;
    float: left; }
    @media only screen and (min-width: 460px) {
      .c-gallery--lightbox .c-gallery__image:not(:first-of-type) {
        width: 32.5%; } }

.c-gallery__count {
  font-size: 1rem;
  display: block; }
  @media only screen and (min-width: 460px) {
    .c-gallery__count {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 700px) {
    .c-gallery__count {
      margin-bottom: 25px; } }

.c-gallery .view-more {
  font-family: "Circular Std", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  position: relative; }
  .c-gallery .view-more:hover .icon-arrow {
    transform: translateX(5px); }
  .c-gallery .view-more__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .c-gallery .view-more__text {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%; }
  .c-gallery .view-more .icon-arrow {
    transition: transform 0.5s ease;
    stroke: #FFFFFF;
    margin-left: 15px; }

.c-gallery .slick-arrow,
.slick-lightbox .slick-arrow,
.category-slide .slick-arrow {
  background-color: #FFE777;
  padding: 10.5px 11.5px;
  z-index: 5;
  transition: 0.5s ease; }
  @media only screen and (min-width: 460px) {
    .c-gallery .slick-arrow,
    .slick-lightbox .slick-arrow,
    .category-slide .slick-arrow {
      padding: 22.5px; } }
  .c-gallery .slick-arrow:hover,
  .slick-lightbox .slick-arrow:hover,
  .category-slide .slick-arrow:hover {
    background-color: #ffe04e; }
  @media only screen and (max-width: 460px) {
    .c-gallery .slick-arrow .icon-arrow,
    .slick-lightbox .slick-arrow .icon-arrow,
    .category-slide .slick-arrow .icon-arrow {
      height: 22px;
      width: 22px; } }

.c-gallery .slick-prev,
.slick-lightbox .slick-prev,
.category-slide .slick-prev {
  left: -15px; }
  @media only screen and (min-width: 1360px) {
    .c-gallery .slick-prev,
    .slick-lightbox .slick-prev,
    .category-slide .slick-prev {
      left: -40px; } }
  .c-gallery .slick-prev .icon-arrow,
  .slick-lightbox .slick-prev .icon-arrow,
  .category-slide .slick-prev .icon-arrow {
    transform: rotate(-180deg); }
  .c-gallery .slick-prev:hover .icon-arrow,
  .slick-lightbox .slick-prev:hover .icon-arrow,
  .category-slide .slick-prev:hover .icon-arrow {
    transform: translateX(-5px) rotate(-180deg); }

.c-gallery .slick-next,
.slick-lightbox .slick-next,
.category-slide .slick-next {
  right: -15px; }
  @media only screen and (min-width: 1360px) {
    .c-gallery .slick-next,
    .slick-lightbox .slick-next,
    .category-slide .slick-next {
      right: -40px; } }
  .c-gallery .slick-next:hover .icon-arrow,
  .slick-lightbox .slick-next:hover .icon-arrow,
  .category-slide .slick-next:hover .icon-arrow {
    transform: translateX(5px); }

.slick-lightbox .slick-lightbox-slick-img {
  max-width: 100%; }

.slick-lightbox .slick-lightbox-slick-item-inner {
  max-width: 91%; }
  @media only screen and (min-width: 1360px) {
    .slick-lightbox .slick-lightbox-slick-item-inner {
      max-width: 100%; } }

.slick-lightbox .slick-lightbox-slick-item:before {
  margin-right: 0; }

.slick-lightbox-inner {
  max-width: 1285px;
  margin: 0 auto;
  right: 0; }
  .slick-lightbox-inner .close-trigger {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media only screen and (min-width: 1360px) {
      .slick-lightbox-inner .close-trigger {
        right: -15px; } }

.slick-lightbox .slick-arrow.slick-next {
  right: 0; }
  @media only screen and (min-width: 930px) {
    .slick-lightbox .slick-arrow.slick-next {
      right: 15px; } }
  @media only screen and (min-width: 1360px) {
    .slick-lightbox .slick-arrow.slick-next {
      right: -15px; } }

.slick-lightbox .slick-arrow.slick-prev {
  left: 0; }
  @media only screen and (min-width: 930px) {
    .slick-lightbox .slick-arrow.slick-prev {
      left: 15px; } }
  @media only screen and (min-width: 1360px) {
    .slick-lightbox .slick-arrow.slick-prev {
      left: -15px; } }

.theme-purple .c-hero__body:before {
  background-color: rgba(76, 60, 89, 0.95); }

.theme-grey .c-hero__body:before {
  background-color: rgba(248, 248, 248, 0.95); }

.theme-white .c-hero__body:before {
  background-color: rgba(255, 255, 255, 0.95); }

.c-hero__body {
  position: relative;
  padding: 30px 20px;
  background-size: cover;
  background-position: left; }
  @media only screen and (min-width: 930px) {
    .c-hero__body {
      float: left;
      width: 48%;
      min-height: 605px;
      padding: 85px 45px 45px 45px; } }
  @media only screen and (min-width: 1000px) {
    .c-hero__body {
      padding: 85px; } }
  .c-hero__body:before {
    background-color: rgba(255, 255, 255, 0.95); }
  .c-hero__body * {
    position: relative; }
  .c-hero__body:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media only screen and (min-width: 930px) {
  .c-hero__image {
    float: left;
    width: 52%;
    position: relative;
    overflow: hidden;
    min-height: 605px; } }

.c-hero__image img {
  vertical-align: middle; }
  @media only screen and (min-width: 930px) {
    .c-hero__image img {
      position: absolute;
      max-width: none;
      height: 100%; } }

@media only screen and (min-width: 930px) {
  .c-hero--left .c-hero__body,
  .c-hero--left .c-hero__image {
    float: right; } }

.theme-white .c-hero--left .c-hero__body {
  padding-right: 0; }
  @media only screen and (max-width: 930px) {
    .theme-white .c-hero--left .c-hero__body {
      padding-left: 0; } }

.theme-white .c-hero--default .c-hero__body {
  padding-left: 0; }
  @media only screen and (max-width: 930px) {
    .theme-white .c-hero--default .c-hero__body {
      padding-right: 0; } }

.theme-white .c-hero .c-hero__body {
  background-image: none !important; }

.theme-purple .c-hero .c-hero__body a:not(.btn) {
  color: #FFFFFF; }

.theme-purple .c-hero .c-hero__body strong {
  color: #FFE777; }

.theme-purple .c-hero .c-hero__body .btn--secondary {
  color: #FFFFFF; }
  .theme-purple .c-hero .c-hero__body .btn--secondary .icon-arrow {
    stroke: #FFFFFF; }

.theme-purple .c-newsletter {
  color: #FFFFFF; }
  .theme-purple .c-newsletter__title {
    color: #FFFFFF; }
  .theme-purple .c-newsletter label {
    color: #FFFFFF; }

.theme-grey .c-newsletter {
  color: #FFFFFF; }
  .theme-grey .c-newsletter__title {
    color: #FFFFFF; }
  .theme-grey .c-newsletter label {
    color: #FFFFFF; }

.theme-white .c-newsletter {
  color: #FFFFFF; }
  .theme-white .c-newsletter__title {
    color: #FFFFFF; }
  .theme-white .c-newsletter label {
    color: #FFFFFF; }

.c-newsletter {
  color: #FFFFFF; }
  .c-newsletter .container {
    position: relative; }
  .c-newsletter__image {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 35px 15px; }
    .c-newsletter__image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(28, 20, 34, 0.7); }
  .c-newsletter__title {
    text-align: center;
    color: #FFFFFF; }
  .c-newsletter form {
    max-width: 740px;
    margin: 0 auto;
    position: relative; }
  .c-newsletter input:not([type="checkbox"]) {
    height: 74px;
    max-width: none;
    margin-bottom: 20px; }
  .c-newsletter label {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 20px; }
  @media only screen and (max-width: 460px) {
    .c-newsletter .btn {
      width: 100%;
      text-align: center; } }
  .c-newsletter .btn--back {
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 15px; }
    @media only screen and (min-width: 460px) {
      .c-newsletter .btn--back {
        position: absolute;
        top: 0;
        right: 0; } }
    .c-newsletter .btn--back span {
      margin-right: 0; }
    .c-newsletter .btn--back .icon-arrow {
      stroke: #FFFFFF; }
  .c-newsletter .gfield {
    margin-bottom: 0; }
  @media only screen and (min-width: 460px) {
    .c-newsletter .gfield_checkbox li {
      width: 50%;
      display: inline-block; } }

.js-newsletter-form .js-field-hidden,
.js-newsletter-form .gform_footer {
  display: none; }

.js-newsletter-form .js-field-shown {
  display: block; }

.theme-purple .c-opening,
.theme-purple .c-contact {
  border-color: #4C3C59; }
  .theme-purple .c-opening h2,
  .theme-purple .c-opening h4,
  .theme-purple .c-opening strong,
  .theme-purple .c-contact h2,
  .theme-purple .c-contact h4,
  .theme-purple .c-contact strong {
    color: #232440; }
  .theme-purple .c-opening__current, .theme-purple .c-opening__range, .theme-purple .c-opening--override,
  .theme-purple .c-contact__current,
  .theme-purple .c-contact__range,
  .theme-purple .c-contact--override {
    color: #4D4D52; }

.theme-grey .c-opening,
.theme-grey .c-contact {
  border-color: #F8F8F8; }
  .theme-grey .c-opening h2,
  .theme-grey .c-opening h4,
  .theme-grey .c-opening strong,
  .theme-grey .c-contact h2,
  .theme-grey .c-contact h4,
  .theme-grey .c-contact strong {
    color: #232440; }
  .theme-grey .c-opening__current, .theme-grey .c-opening__range, .theme-grey .c-opening--override,
  .theme-grey .c-contact__current,
  .theme-grey .c-contact__range,
  .theme-grey .c-contact--override {
    color: #4D4D52; }

.theme-white .c-opening,
.theme-white .c-contact {
  border-color: #4D4D52; }
  .theme-white .c-opening h2,
  .theme-white .c-opening h4,
  .theme-white .c-opening strong,
  .theme-white .c-contact h2,
  .theme-white .c-contact h4,
  .theme-white .c-contact strong {
    color: #232440; }
  .theme-white .c-opening__current, .theme-white .c-opening__range, .theme-white .c-opening--override,
  .theme-white .c-contact__current,
  .theme-white .c-contact__range,
  .theme-white .c-contact--override {
    color: #4D4D52; }

.c-opening,
.c-contact {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #4D4D52; }
  @media only screen and (min-width: 930px) {
    .c-opening,
    .c-contact {
      padding: 35px; } }
  @media only screen and (min-width: 930px) {
    .main-content--default .c-opening, .main-content--default
    .c-contact {
      width: 32.3%;
      float: left; } }
  .main-content--default .c-opening--override, .main-content--default
  .c-contact--override {
    width: 100%; }
  @media only screen and (min-width: 930px) {
    .main-content--default .c-opening:not(:nth-child(3n)), .main-content--default
    .c-contact:not(:nth-child(3n)) {
      margin-right: 1.55%; } }
  .c-opening a,
  .c-contact a {
    text-decoration: none; }
  .c-opening__title,
  .c-contact__title {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px; }
  .c-opening__additional,
  .c-contact__additional {
    color: #5D47B2;
    font-style: italic; }
  .c-opening .time,
  .c-contact .time {
    display: block; }

.c-contact__item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  display: block;
  color: #232440; }
  .c-contact__item:before {
    position: absolute;
    top: 3px;
    left: 0; }
  .c-contact__item:last-child {
    margin-bottom: 0; }

.c-contact__mail:hover, .c-contact__mail:focus, .c-contact__phone:hover, .c-contact__phone:focus {
  color: #5D47B2; }
  .c-contact__mail:hover:before, .c-contact__mail:focus:before, .c-contact__phone:hover:before, .c-contact__phone:focus:before {
    animation-name: swing;
    transform-origin: 50% 50%;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.c-contact__mail:before {
  content: url("/wp-content/themes/smitf_theme/assets/_img/svg/mail.svg"); }

.c-contact__phone:before {
  content: url("/wp-content/themes/smitf_theme/assets/_img/svg/phone.svg"); }

.c-contact__address:before {
  content: url("/wp-content/themes/smitf_theme/assets/_img/svg/location.svg"); }

.c-contact__additional {
  margin-top: 20px; }

.main-content .c-contact:not(:last-of-type) {
  margin-bottom: 20px; }

.c-opening__range {
  padding-top: 25px;
  text-transform: capitalize;
  border-top: 1px solid #232440; }
  .c-opening__range ~ .c-opening__additional {
    border-top: 1px solid #232440;
    padding-top: 25px; }

@media only screen and (max-width: 930px) {
  .main-content .c-opening:not(:last-of-type) {
    margin-bottom: 20px; } }

.c-tile {
  border: 1px solid #4D4D52;
  background-color: #FFFFFF;
  margin-bottom: 20px; }
  .c-tile__row .c-tile:nth-child(3n) {
    margin-bottom: 0; }
  .c-tile a {
    text-decoration: none; }
  .c-tile .btn {
    font-size: 1rem;
    margin-top: 30px; }
  @media only screen and (min-width: 530px) {
    .main-content .c-tile {
      width: 49.5%;
      float: left; } }
  @media only screen and (min-width: 680px) {
    .main-content .c-tile {
      width: 32.3%; } }
  @media only screen and (min-width: 530px) {
    .main-content .c-tile:not(:nth-child(2n)) {
      margin-right: 1%; } }
  @media only screen and (min-width: 680px) {
    .main-content .c-tile:not(:nth-child(2n)) {
      margin-right: 0; } }
  @media only screen and (min-width: 680px) {
    .main-content .c-tile:not(:nth-child(3n)) {
      margin-right: 1.55%; } }
  .search-results .c-tile {
    margin-right: 0;
    width: 100%;
    float: none; }
  .category-slide .c-tile.slick-slide {
    max-width: 399px;
    margin-right: 20px;
    position: relative;
    border: none;
    transition: box-shadow 2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .category-slide .c-tile.slick-slide:hover, .category-slide .c-tile.slick-slide:focus {
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.15); }
  .c-tile__container {
    padding: 15px 15px 20px 15px;
    position: relative; }
    @media only screen and (min-width: 930px) {
      .c-tile__container {
        padding: 18px 20px 30px 20px; } }
  .c-tile__meta {
    font-size: 0.6rem;
    margin-bottom: 20px;
    font-weight: bold; }
    .c-tile .c-tile__meta {
      color: #4D4D52; }
    .events-listing .c-tile__meta {
      color: #232440; }
  .c-tile__title {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    font-size: 1.07rem;
    margin-bottom: 10px;
    transition: color 0.3s ease; }
    .c-tile .c-tile__title {
      color: #232440; }
    .events-listing .c-tile__title a {
      color: #232440; }
      .events-listing .c-tile__title a:hover, .events-listing .c-tile__title a:focus {
        color: #5D47B2; }
  .c-tile__body {
    font-size: 0.8rem;
    line-height: 26px;
    margin-bottom: 0; }
    @media only screen and (min-width: 930px) {
      .c-tile__body {
        line-height: 30px; } }
    .c-tile__body p {
      line-height: 26px; }
      @media only screen and (min-width: 930px) {
        .c-tile__body p {
          line-height: 30px; } }
    .c-tile .c-tile__body {
      color: #4D4D52; }
    .c-tile__body p:last-of-type {
      margin-bottom: 0; }
  .c-tile__cat {
    font-size: 0.6rem;
    position: absolute;
    top: 20px;
    right: 20px; }
  .c-tile__tag {
    font-size: 0.6rem;
    color: #232440;
    padding: 10px 15px;
    position: relative;
    margin: 4px 8px 8px 0;
    display: inline-block;
    text-decoration: none;
    background-color: #F8F8F8;
    z-index: 0; }
    .c-tile__tag:hover:before, .c-tile__tag:focus:before {
      top: -4px;
      right: -4px; }
    .c-tile__tag:hover:after, .c-tile__tag:focus:after {
      top: 0;
      right: 0;
      box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.2), -2px 2px 2px 0 #FFE777; }
    .c-tile__tag:before, .c-tile__tag:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      transition: 0.3s ease; }
    .c-tile__tag:before {
      background-color: #F8F8F8;
      z-index: -1;
      top: 0;
      right: 0; }
    .c-tile__tag:after {
      background-color: #FFE777;
      z-index: -2;
      top: -4px;
      right: -4px; }
    .c-tile .c-tile__tag {
      color: #232440; }
    .c-tile__tag-wrap {
      margin-top: 15px; }
  .c-tile--venue-categories a {
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    position: relative; }
    .c-tile--venue-categories a:hover:before, .c-tile--venue-categories a:focus:before {
      opacity: 1;
      width: 100%; }
    .c-tile--venue-categories a:hover .icon-arrow, .c-tile--venue-categories a:focus .icon-arrow {
      stroke: #232440; }
    .c-tile--venue-categories a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      background-color: #FFE777;
      transition: all 0.3s; }
  .c-tile--venue-categories .c-tile__container {
    z-index: 2;
    position: relative; }
  .c-tile--venue-categories .c-tile__body {
    color: #232440;
    font-size: 1rem;
    margin-bottom: 15px; }
  .c-tile--venue-categories .btn {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0;
    color: #232440; }

.theme-purple .c-tile {
  border-color: #4C3C59; }

.theme-grey .c-tile {
  border-color: #F8F8F8; }

.theme-white .c-tile {
  border-color: #4D4D52; }

.c-whats-on {
  background-color: #4C3C59;
  padding: 50px; }
  .c-whats-on__list li {
    text-align: left;
    display: block;
    margin-bottom: 5px; }
    .c-whats-on__list li a {
      display: inline-block;
      padding: 20px 20px 20px 50px;
      background-color: #FFFFFF;
      width: 100%; }
  .c-whats-on__event--featured {
    margin-top: 22.5px; }
    .c-whats-on__event--featured a {
      position: relative; }
      .c-whats-on__event--featured a:before {
        content: 'Featured Event';
        background-color: #FFFFFF;
        color: #232440;
        font-size: 0.6rem;
        position: absolute;
        height: 45px;
        top: -22.5px;
        left: 0;
        padding: 10px 15px;
        border-radius: 3px; }
  .c-whats-on__event-title {
    font-family: "Circular Std", arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    color: #232440;
    display: block;
    margin-bottom: 5px; }
  .c-whats-on__event-time {
    color: #4D4D52;
    font-size: 0.8rem;
    display: block; }

.sidebar .c-wysiwyg {
  padding: 35px 20px; }
  @media only screen and (min-width: 930px) {
    .sidebar .c-wysiwyg {
      padding: 35px; } }

.c-wysiwyg__inner {
  max-width: 755px;
  margin: 0 auto; }
  .sidebar .theme-purple .c-wysiwyg__inner {
    padding-left: 0;
    padding-right: 0; }

.c-wysiwyg ul:not(.form__field--checkbox) li,
.c-wysiwyg ol:not(.form__field--checkbox) li {
  margin-bottom: 10px;
  line-height: 36px; }

.c-wysiwyg a:not(.btn):focus {
  outline: 2px solid #FFE777; }

.theme-purple .c-wysiwyg a:not(.btn) {
  color: #FFFFFF; }

.theme-purple .c-wysiwyg .btn--secondary {
  color: #FFFFFF; }
  .theme-purple .c-wysiwyg .btn--secondary .icon-arrow {
    stroke: #FFFFFF; }

.theme-purple .c-wysiwyg .icon-block a {
  color: #5D47B2; }

/**
 * Import all page files
 */
.site-map-ul {
  margin: 0;
  list-style-type: none;
  padding: 40px 0; }
  .site-map-ul li {
    line-height: 36px; }
    .site-map-ul li:not(:last-child) {
      margin-bottom: 25px; }
    .site-map-ul li.page_item_has_children > a {
      display: inline-block;
      margin-bottom: 10px; }
    .site-map-ul li .children {
      list-style-type: none; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }

.slick-next {
  right: -0px; }
  [dir="rtl"] .slick-next {
    left: -0px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

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

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

/**
 * Import Font Awesome files
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../_fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../_fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../_fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../_fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../_fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../_fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Import print styles (if necessary)
 */

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