@charset "UTF-8";
/*
*	Deps
* ========================================== */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, .job-listings .job .job-title, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    color: inherit; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.btn {
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  clear: both;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  .btn:hover {
    color: white; }
 .btn.btn-green {
    background: #3baf29;}
    .btn.btn-green:hover {
      background: #2c841e; }
  .btn.btn-purple {
    background: #ae95c6; }
    .btn.btn-purple:hover {
      background: #c7b6d8; }
  .btn.btn-pink {
    background: #c31b7e; }
    .btn.btn-pink:hover {
      background: #e22f99; }
  .btn.btn-teal {
    background: #00856F; }
    .btn.btn-teal:hover {
      background: #00ddba; }
  .btn.btn-gray {
    background: #b4b4b4; }
    .btn.btn-gray:hover {
      background: #cecece; }
  .btn.btn-outline {
    border: 1px solid #e8e8e8;
    color: #4f4f4f; }
    .btn.btn-outline:hover {
      color: #86c541;
      border-color: #86c541; }

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

legend {
  font-weight: 600;
  margin-bottom: 0.225em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.225em; }

input,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.45em;
  padding: 0.3em;
  -webkit-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #bababa; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #86c541;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 181, 55, 0.7);
       -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 181, 55, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 181, 55, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #e8e8e8; }

textarea {
  resize: vertical; }

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

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.225em; }

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

select {
  margin-bottom: 0.9em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.45em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.45em; }
  dl dd {
    margin: 0; }

ol {
  list-style: outside;
  list-style-type: decimal;
  margin-left: 20px; }
  ol li {
    margin: 0.45em 0; }

.content ul {
  list-style: outside;
  margin-left: 20px; }
  
/*.content ul li {
  list-style: none;
  margin: 0.45em 0; }*/

table {
  border-collapse: collapse;
  margin: 0.45em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #aeaeae;
  font-weight: 600;
  padding: 0.45em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.45em 0; }

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

body {
  background-color: #fff;
  color: #6a6a6a;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1,
h2,
.job-listings .job .job-title, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  margin: 0 0 0.45em;
  color: #000000;
  font-weight: bold; }

h1, .h1 {
  font-size: 2.8em;
  line-height: 1.2;
  color: black; }
  @media (max-width: 500px) {
    h1, .h1 {
      font-size: 38px; } }

h2, .job-listings .job .job-title, .h2 {
  font-size: 1.5em; }

h3, .h3 {
  font-size: 1.3em; }

h4, .h4 {
  font-size: 1.2em; }

h5, .h5 {
  font-size: 1.1em; }

h6, .h6 {
  font-size: 1em; }

p {
  margin: 0 0 30px; }

a {
  color: #86c541;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: bold; }
  a:hover {
    color: #6ca231; }

a img {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }
  a img:hover {
    opacity: 0.7; }

hr {
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0.9em 0; }

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

.date, .wrap-teams .team .right .title {
  color: #cecece;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: bold; }

.category a {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
  text-transform: uppercase; }
  .category a:hover {
    color: #86c541; }

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

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

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

blockquote {
  border-top: 8px solid #86c541;
  display: block;
  width: 100%;
  max-width: 330px;
  margin-right: 60px;
  margin-top: 30px;
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-left: -90px;
  float: left;
  color: black; }

h2.heading, .job-listings .job .heading.job-title {
  color: #555;
  margin-bottom: 38px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 45px;
  clear: both;
  width: 100%;
  float: left; }
  h2.heading i, .job-listings .job .heading.job-title i {
    position: absolute;
    top: 50%;
    font-size: 34px;
    left: 0;
    margin-top: -18px; }

/*
* Maintain Aspect Ratio
* ================================================= */
/*
*	Bootstrap - Collapse
* ================================================= */
.collapse {
  max-height: 0;
  overflow: hidden; }

.collapse.in {
  max-height: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  -moz-transition-duration: .35s;
       transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

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

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../../../bower_components/ionicons/fonts//ionicons.eot?v=2.0.0");
  src: url("../../../bower_components/ionicons/fonts//ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../../bower_components/ionicons/fonts//ionicons.ttf?v=2.0.0") format("truetype"), url("../../../bower_components/ionicons/fonts//ionicons.woff?v=2.0.0") format("woff"), url("../../../bower_components/ionicons/fonts//ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/*
*	Plugins
* ========================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-arrow.slick-hidden {
  display: none; }

/*
*	Components
* ========================================== */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes FadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-moz-keyframes FadeUpIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
         transform: translate3d(0, 200px, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@-o-keyframes FadeUpIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes FadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
       -moz-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes FadeLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-moz-keyframes FadeLeftIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@-o-keyframes FadeLeftIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes FadeLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes FadeRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-moz-keyframes FadeRightIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@-o-keyframes FadeRightIn {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes FadeRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
       -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes FadeDownOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); } }

@-moz-keyframes FadeDownOut {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 200px, 0);
         transform: translate3d(0, 200px, 0); } }

@-o-keyframes FadeDownOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 200px, 0); } }

@keyframes FadeDownOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
       -moz-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); } }

.fade-in {
  -webkit-animation-name: fader;
  -moz-animation-name: fader;
  -o-animation-name: fader;
     animation-name: fader;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
     animation-timing-function: ease; }

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

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

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

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

.loader span,
.loader:before,
.loader:after,
.loader {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
  -webkit-animation: load7 1s infinite ease-in-out;
  -moz-animation: load7 1s infinite ease-in-out;
    -o-animation: load7 1s infinite ease-in-out;
       animation: load7 1s infinite ease-in-out; }

.loader {
  color: #00acc7;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
       animation-delay: -0.16s; }

.loader:before {
  color: #ef4a23;
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
       animation-delay: -0.32s; }

.loader:after {
  color: #ae95c6;
  left: 3.5em; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader span {
  color: #e17e25;
  left: 7em;
  position: absolute;
  top: 0;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
       animation-delay: 0.1s; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

@-moz-keyframes load7 {
  0%,
  80%,
  100% {
    -moz-box-shadow: 0 2.5em 0 -1.3em;
         box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -moz-box-shadow: 0 2.5em 0 0;
         box-shadow: 0 2.5em 0 0; } }

@-o-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
       -moz-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
       -moz-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease; }

.grid-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: relative; }
  .grid-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 767px) {
    .grid-wrapper {
      padding: 0 20px; } }

.grid-wrapper.grid-wrapper--no-padding {
  padding: 0; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.grid-row {
  margin-left: -40px;
  margin-right: -40px; }

.grid-col {
  margin-bottom: 50px; }

@media (min-width: 1100px) {
  .grid-col-1-6 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 14.47368%; }
    .grid-col-1-6:last-child {
      margin-right: 0; }
    .grid-col-1-6:nth-child(6n) {
      margin-right: 0; }
    .grid-col-1-6:nth-child(6n+1) {
      clear: left; } }

@media (min-width: 769px) and (max-width: 1099px) {
  .grid-col-1-6 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 23.02632%; }
    .grid-col-1-6:last-child {
      margin-right: 0; }
    .grid-col-1-6:nth-child(4n) {
      margin-right: 0; }
    .grid-col-1-6:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 550px) and (max-width: 768px) {
  .grid-col-1-6 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 31.57895%; }
    .grid-col-1-6:last-child {
      margin-right: 0; }
    .grid-col-1-6:nth-child(3n) {
      margin-right: 0; }
    .grid-col-1-6:nth-child(3n+1) {
      clear: left; } }

@media (max-width: 549px) {
  .grid-col-1-6 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 48.68421%; }
    .grid-col-1-6:last-child {
      margin-right: 0; }
    .grid-col-1-6:nth-child(2n) {
      margin-right: 0; }
    .grid-col-1-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 1100px) {
  .grid-col-1-4 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 23.02632%; }
    .grid-col-1-4:last-child {
      margin-right: 0; }
    .grid-col-1-4:nth-child(4n) {
      margin-right: 0; }
    .grid-col-1-4:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 1099px) {
  .grid-col-1-4 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 31.57895%; }
    .grid-col-1-4:last-child {
      margin-right: 0; }
    .grid-col-1-4:nth-child(3n) {
      margin-right: 0; }
    .grid-col-1-4:nth-child(3n+1) {
      clear: left; } }

@media (min-width: 450px) and (max-width: 767px) {
  .grid-col-1-4 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 48.68421%; }
    .grid-col-1-4:last-child {
      margin-right: 0; }
    .grid-col-1-4:nth-child(2n) {
      margin-right: 0; }
    .grid-col-1-4:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 769px) {
  .grid-col-1-3 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 31.57895%; }
    .grid-col-1-3:last-child {
      margin-right: 0; }
    .grid-col-1-3:nth-child(3n) {
      margin-right: 0; }
    .grid-col-1-3:nth-child(3n+1) {
      clear: left; } }

@media (min-width: 450px) and (max-width: 768px) {
  .grid-col-1-3 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 48.68421%; }
    .grid-col-1-3:last-child {
      margin-right: 0; }
    .grid-col-1-3:nth-child(2n) {
      margin-right: 0; }
    .grid-col-1-3:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 768px) {
  .grid-col-1-2 {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 48.68421%; }
    .grid-col-1-2:last-child {
      margin-right: 0; }
    .grid-col-1-2:nth-child(2n) {
      margin-right: 0; }
    .grid-col-1-2:nth-child(2n+1) {
      clear: left; } }

.extra-pad-left {
  padding-left: 40px; }
  @media (max-width: 767px) {
    .extra-pad-left {
      padding-left: 0px; } }

.extra-pad-right {
  padding-right: 40px; }
  @media (max-width: 767px) {
    .extra-pad-right {
      padding-right: 0px; } }

.masonry-layout {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 50px 0; }

.masonry-layout__panel {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  padding: 0 0 40px 0; }
  .masonry-layout__panel img {
    display: block; }

.masonry-layout__panel-content {
  padding: 0px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px; }

@media (max-width: 768px) {
  .masonry-layout {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .masonry-layout__panel {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    padding: 0 0 20px 0; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
       perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
       perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
       transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
       perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
       transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  -moz-perspective: 80px;
       perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
       transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -moz-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
       transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  -moz-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
       transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  -moz-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
       transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  -moz-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
       transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.15s ease, -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -moz-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
       transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -moz-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
       transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.15s ease, -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -moz-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
       transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -moz-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
       transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  -moz-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -moz-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
     -moz-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -moz-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -moz-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
       transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
     -moz-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -moz-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  -moz-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(135deg);
       transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  -moz-transform: translate3d(0, -20px, 0) rotate(-270deg);
       transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  -moz-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(-135deg);
       transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  -moz-transform: translate3d(0, -20px, 0) rotate(270deg);
       transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  -o-transition: background-color 0.2s 0.25s ease-in;
  -moz-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  -moz-transform: translate3d(80px, 80px, 0) rotate(45deg);
       transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -moz-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
       transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  -o-transition: background-color 0.2s 0.25s ease-in;
  -moz-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -moz-transform: translate3d(80px, -80px, 0) rotate(-45deg);
       transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -moz-transform: translate3d(-80px, -80px, 0) rotate(45deg);
       transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -moz-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  -moz-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
       transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  -moz-transform: translate3d(0, -20px, 0) rotate(-90deg);
       transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
       transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  -moz-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
       transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  -moz-transform: translate3d(0, -20px, 0) rotate(90deg);
       transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.15s linear;
  -o-transition: background-color 0s 0.15s linear;
  -moz-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
     -moz-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
       transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
       transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -moz-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
       transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
     -moz-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  -moz-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.1s linear, -o-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -moz-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.1s ease-in, -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.1s ease-in, -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.22s linear, -o-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -moz-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.12s ease-out, -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s 0.12s ease-out, -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.1s linear, -o-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -moz-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.1s ease-in, -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.1s ease-in, -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.22s linear, -o-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -moz-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.12s ease-out, -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s 0.12s ease-out, -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
   -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
       transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
     -moz-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -moz-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
   -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
       transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
     -moz-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  -moz-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -moz-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
     -moz-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -moz-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  -moz-transition-property: bottom, transform, -moz-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -moz-transform: rotate(765deg);
   -ms-transform: rotate(765deg);
    -o-transform: rotate(765deg);
       transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  -moz-transition-property: bottom, transform, -moz-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -moz-transform: rotate(-765deg);
   -ms-transform: rotate(-765deg);
    -o-transform: rotate(-765deg);
       transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
       transform: rotate(-90deg); }

body {
  -webkit-animation-name: "body";
  -moz-animation-name: "body";
  -o-animation-name: "body";
     animation-name: "body";
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
     animation-timing-function: ease; }

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

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

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

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

.website-header {
  background: #212220;
  position: relative; }
  .website-header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .website-header {
      padding-top: 40px;
      padding-bottom: 2px; } }
  @media (min-width: 768px) {
    .website-header .contain {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .website-header .contain::after {
        clear: both;
        content: "";
        display: table; } }
  @media (min-width: 768px) {
    .website-header .wrap-logos-and-buttons {
      position: relative;
      padding: 0 40px; } }
  .website-header .logos {
    padding: 20px; }
    .website-header .logos::after {
      clear: both;
      content: "";
      display: table; }
    .website-header .logos a {
      margin-right: 20px;
      display: block;
      float: left; }
      .website-header .logos a:last-child {
        margin-right: 0; }
      .website-header .logos a:hover img {
        opacity: 1; }
    .website-header .logos img {
      height: 38px;
      width: auto;
      display: block;
      -webkit-backface-visibility: visible;
         -moz-backface-visibility: visible;
              backface-visibility: visible; }
    @media (min-width: 768px) {
      .website-header .logos {
        float: left;
        padding: 25px 0;
        margin-right: 25px; }
        .website-header .logos img {
          height: 45px; } }
    @media (min-width: 1200px) {
      .website-header .logos {
        float: left;
        padding: 15px 0 25px; } }
  .website-header .buttons {
    clear: both;
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
    border-top: 1px solid #3b3c39;
    border-bottom: 1px solid #3b3c39; }
    .website-header .buttons .hamburger-inner, .website-header .buttons .hamburger-inner::before, .website-header .buttons .hamburger-inner::after {
      background-color: white;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; }
    .website-header .buttons .hamburger {
      padding: 0;
      float: right;
      padding-top: 10px;
      outline: none; }
    .website-header .buttons .hamburger:hover {
      opacity: 1; }
    .website-header .buttons .btn:first-child {
      margin-right: 10px; }
    @media (min-width: 768px) {
      .website-header .buttons {
        clear: none;
        float: right;
        border: none;
        padding: 25px 0;
        font-size: 14px; }
        .website-header .buttons .hamburger {
          display: none; } }
    @media (min-width: 1200px) {
      .website-header .buttons {
        padding: 25px 0 0 0; } }
  .website-header a {
    color: white;
    font-weight: bold; }

@media (min-width: 768px) {
  #wrap-nav {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    clear: both;
    padding: 25px 40px 0px 40px;
    border-top: 1px solid #2e2f2c; }
    #wrap-nav::after {
      clear: both;
      content: "";
      display: table; } }

@media (min-width: 1200px) {
  body.lang-en #wrap-nav {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
  body.lang-fr #wrap-nav {
    border: none;
    padding-top: 10px; } }

.nav-primary {
  clear: both;
  text-transform: uppercase;
  line-height: 1; }
  .nav-primary a {
    cursor: pointer; }

@media (max-width: 767px) {
  .nav-primary ul li {
    position: relative; }
    .nav-primary ul li a {
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
              backface-visibility: hidden;
      border-bottom: 1px solid #3b3c39;
      display: block;
      padding: 40px 20px;
      cursor: pointer; }
    .nav-primary ul li .sub-menu {
      background: #2e2f2c; }
  .nav-primary ul li.events {
    background: #ef4a23; }
    .nav-primary ul li.events a {
      border-bottom: none; }
    .nav-primary ul li.events .sub-menu {
      background: #f05631; }
      .nav-primary ul li.events .sub-menu a {
        border-top: 1px solid #ee3e15; }
  .nav-primary ul li.shopping {
    background: #ae95c6; }
    .nav-primary ul li.shopping a {
      border-bottom: none; }
    .nav-primary ul li.shopping .sub-menu {
      background: #b69fcb; }
      .nav-primary ul li.shopping .sub-menu a {
        border-top: 1px solid #a68bc1; }
  .nav-primary ul li.eat {
    background: #00acc7; }
    .nav-primary ul li.eat a {
      border-bottom: none; }
    .nav-primary ul li.eat .sub-menu {
      background: #00b9d6; }
      .nav-primary ul li.eat .sub-menu a {
        border-top: 1px solid #009fb8; }
  .nav-primary ul li.play {
    background: #e17e25; }
    .nav-primary ul li.play a {
      border-bottom: none; }
    .nav-primary ul li.play .sub-menu {
      background: #e38632; }
      .nav-primary ul li.play .sub-menu a {
        border-top: 1px solid #d9761e; }
  .nav-primary i {
    position: absolute;
    right: 20px;
    top: 40px;
    color: white; } }

@media (min-width: 768px) {
  .nav-primary {
    clear: none;
    float: left; }
    .nav-primary > ul > li {
      padding-bottom: 20px;
      position: relative; }
    .nav-primary ul li {
      display: inline-block;
      background: none !important;
      margin-right: 25px; }
      .nav-primary ul li a {
        display: inline-block;
        padding: 0;
        border-bottom: none; }
        .nav-primary ul li a:hover {
          color: #b3b3b3; }
    .nav-primary ul li.events a {
      color: #fff; }
    .nav-primary ul li.events a:hover {
      color: #f69882; }
    .nav-primary ul li.shopping a {
      color: #fff; }
    .nav-primary ul li.shopping a:hover {
      color: #e1d7ea; }
    .nav-primary ul li.eat a {
      color: #fff; }
    .nav-primary ul li.eat a:hover {
      color: #2ee3ff; }
    .nav-primary ul li.play a {
      color: #fff; }
    .nav-primary ul li.play a:hover {
      color: #edb37f; }
    .nav-primary .icon {
      display: none; }
    .nav-primary .sub-menu {
      position: absolute;
      left: -30px;
      top: 30px;
      padding: 15px 0;
      font-size: 90%;
      background: #212220;
      width: 250px;
      display: block !important;
      height: auto !important;
      max-height: none !important;
      overflow: visible !important;
      opacity: 0;
      visibility: hidden;
      z-index: 9999;
      -webkit-transition: visibility 0.3s, opacity 0.3s;
      -moz-transition: visibility 0.3s, opacity 0.3s;
      -o-transition: visibility 0.3s, opacity 0.3s;
      transition: visibility 0.3s, opacity 0.3s; }
      .nav-primary .sub-menu li {
        display: block;
        line-height: 1.3; }
        .nav-primary .sub-menu li a {
          padding: 15px 30px; }
    .nav-primary li:hover .sub-menu {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 768px) and (max-width: 850px) {
  .nav-primary li:last-child .sub-menu {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  body.lang-en .nav-primary {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative; }
    body.lang-en .nav-primary::after {
      clear: both;
      content: "";
      display: table; }
    body.lang-en .nav-primary > ul > li {
      padding-bottom: 40px; }
    body.lang-en .nav-primary ul {
      display: block;
      position: absolute;
      top: -44px;
      left: 310px;
      font-size: 14px; }
      body.lang-en .nav-primary ul li {
        margin-right: 17px; }
    body.lang-en .nav-primary .sub-menu {
      position: absolute;
      padding: 15px;
      left: -30px;
      top: 40px;
      background: #212220;
      width: 250px;
      display: block !important;
      height: auto !important;
      max-height: none !important;
      overflow: visible !important;
      opacity: 0;
      visibility: hidden;
      z-index: 9999;
      -webkit-transition: visibility 0.3s, opacity 0.3s;
      -moz-transition: visibility 0.3s, opacity 0.3s;
      -o-transition: visibility 0.3s, opacity 0.3s;
      transition: visibility 0.3s, opacity 0.3s; }
      body.lang-en .nav-primary .sub-menu li {
        display: block;
        line-height: 1.4; }
        body.lang-en .nav-primary .sub-menu li a {
          padding: 10px 15px; }
    body.lang-en .nav-primary li:hover .sub-menu {
      opacity: 1;
      visibility: visible; } }

.nav-global {
  text-transform: uppercase;
  line-height: 1; }
  .nav-global ul li a {
    border-bottom: 1px solid #3b3c39;
    display: block;
    padding: 40px 20px; }
    .nav-global ul li a:hover {
      color: white; }
  .nav-global .social {
    border-bottom: 1px solid #3b3c39;
    font-size: 20px;
    padding-right: 25px; }
    .nav-global .social li {
      display: inline-block; }
      .nav-global .social li a {
        border-bottom: none; }
  @media (min-width: 768px) {
    .nav-global {
      border-bottom: 1px solid #2e2f2c;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      text-align: right;
      font-size: 12px; }
      .nav-global .contain {
        padding-right: 40px;
        padding-left: 40px; }
      .nav-global ul {
        text-align: right;
        width: 100%;
        display: inline; }
        .nav-global ul li {
          display: inline; }
          .nav-global ul li a {
            display: inline;
            border: none;
            padding: 10px 10px;
            color: #acacac; }
      .nav-global .social {
        border-bottom: none;
        font-size: 16px; }
        .nav-global .social li {
          display: inline-block; }
          .nav-global .social li a {
            display: inline-block; } }

.website-header .lang {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 45px;
  z-index: 1;
  color: #78797a;
  text-transform: uppercase; }
  .website-header .lang:hover {
    color: white; }
  @media (min-width: 768px) {
    .website-header .lang {
      padding: 20px;
      font-weight: bold;
      padding: 0;
      font-size: 12px;
      top: -27px;
      right: 40px;
      line-height: 1;
      color: #acacac; } }

.search--open #wrap-search {
  visibility: visible;
  opacity: 1; }

#wrap-search {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s; }

#search {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: center;
  z-index: 613; }
  #search .wrap-form {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
  #search [type="text"] {
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: bold;
    border: none;
    text-align: center;
    text-transform: none;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: none; }
    #search [type="text"]::-webkit-input-placeholder {
      color: #e3e3e3; }
    #search [type="text"]::-moz-placeholder {
      color: #e3e3e3; }
    #search [type="text"]:-moz-placeholder {
      color: #e3e3e3; }
    #search [type="text"]:-ms-input-placeholder {
      color: #e3e3e3; }
    @media (max-width: 1000px) {
      #search [type="text"] {
        font-size: 50px; } }
    @media (max-width: 700px) {
      #search [type="text"] {
        font-size: 40px; } }
    @media (max-width: 575px) {
      #search [type="text"] {
        font-size: 30px; } }
    @media (max-width: 450px) {
      #search [type="text"] {
        font-size: 20px; } }
  #search [type="submit"] {
    font-size: 26px;
    color: black;
    border: 0;
    outline: 0;
    background: none;
    border-bottom: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    #search [type="submit"] span {
      font-weight: bold; }
    #search [type="submit"]:hover {
      color: #86c541; }
    @media (max-width: 450px) {
      #search [type="submit"] {
        font-size: 18px; } }
  #search .close {
    clear: both;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    background: none;
    color: #9b9b9b;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 75px;
    height: 75px;
    line-height: 75px;
    padding: 12px 30px; }
    #search .close:hover {
      color: #86c541; }

.buy-tickets-callout {
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
  clear: both; }
  .buy-tickets-callout .layer-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(35%, #000), to(transparent));
    background-image: -webkit-linear-gradient(left, #000 0%, #000 35%, transparent 100%);
    background-image: -moz-linear-gradient(left, #000 0%, #000 35%, transparent 100%);
    background-image: -o-linear-gradient(left, #000 0%, #000 35%, transparent 100%);
    background-image: linear-gradient(to right, #000 0%, #000 35%, transparent 100%); }
  .buy-tickets-callout .layer-2 {
    padding: 170px 40px 130px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: white; }
    .buy-tickets-callout .layer-2 h2, .buy-tickets-callout .layer-2 .job-listings .job .job-title, .job-listings .job .buy-tickets-callout .layer-2 .job-title {
      color: inherit;
      font-size: 48px;
      display: block;
      position: relative;
      max-width: 400px;
      padding: 0;
      margin: 0 0 20px 0; }
      .buy-tickets-callout .layer-2 h2:before, .buy-tickets-callout .layer-2 .job-listings .job .job-title:before, .job-listings .job .buy-tickets-callout .layer-2 .job-title:before {
        content: '';
        height: 5px;
        background: #86c541;
        position: absolute;
        width: 90px;
        top: -35px;
        left: 0; }
    .buy-tickets-callout .layer-2 p {
      font-size: 24px;
      font-weight: bold;
      color: #cccccc;
      margin: 0 0 30px 0;
      padding: 0;
      line-height: 1.4; }
    .buy-tickets-callout .layer-2 .btn {
      margin-top: 10px; }
    @media (max-width: 600px) {
      .buy-tickets-callout .layer-2 {
        padding-top: 100px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px; }
        .buy-tickets-callout .layer-2 h2, .buy-tickets-callout .layer-2 .job-listings .job .job-title, .job-listings .job .buy-tickets-callout .layer-2 .job-title {
          font-size: 38px; } }
    @media (max-width: 450px) {
      .buy-tickets-callout .layer-2 {
        padding-top: 70px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px; }
        .buy-tickets-callout .layer-2 h2, .buy-tickets-callout .layer-2 .job-listings .job .job-title, .job-listings .job .buy-tickets-callout .layer-2 .job-title {
          font-size: 28px;
          line-height: 1.4;
          margin-bottom: 10px; }
          .buy-tickets-callout .layer-2 h2:before, .buy-tickets-callout .layer-2 .job-listings .job .job-title:before, .job-listings .job .buy-tickets-callout .layer-2 .job-title:before {
            top: -20px; }
        .buy-tickets-callout .layer-2 p {
          font-size: 18px;
          margin-bottom: 10px; }
        .buy-tickets-callout .layer-2 .btn {
          font-size: 14px; } }

.website-footer {
  background: #232324;
  padding: 100px 0;
  clear: both; }
  .website-footer .contain {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px; }
    .website-footer .contain::after {
      clear: both;
      content: "";
      display: table; }
  .website-footer nav {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 65.78947%;
    font-size: 15px; }
    .website-footer nav:last-child {
      margin-right: 0; }
    .website-footer nav ul li {
      display: inline-block;
      margin-right: 40px; }
      .website-footer nav ul li a {
        color: #97979b; }
        .website-footer nav ul li a:hover {
          color: white; }
    .website-footer nav .social {
      font-size: 13px;
      margin-top: 40px; }
  .website-footer .logos {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 31.57895%; }
    .website-footer .logos:last-child {
      margin-right: 0; }
    .website-footer .logos li {
      text-align: right;
      display: block;
      float: left;
      display: block;
      margin-right: 2.63158%; }
      .website-footer .logos li:last-child {
        margin-right: 0; }
      .website-footer .logos li img {
        max-width: 100%;
        height: 55px; }
  .website-footer hr {
    border-color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 40px; }
  .website-footer .copyright, .website-footer .terms {
    float: left;
    width: 50%;
    font-size: 14px; }
  .website-footer .terms {
    text-align: right;
    font-size: 12px;
    line-height: 1; }
    .website-footer .terms li {
      display: inline-block;
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #97979b; }
      .website-footer .terms li a {
        color: #97979b; }
        .website-footer .terms li a:hover {
          color: white; }
      .website-footer .terms li:first-child {
        border: none; }

@media (max-width: 960px) {
  .website-footer nav, .website-footer .logos {
    width: 100%;
    text-align: center; }
  .website-footer nav {
    margin: 0;
    padding: 0; }
    .website-footer nav ul li {
      margin: 20px;
      padding: 0; }
    .website-footer nav .social {
      margin: 40px 0 60px 0; }
  .website-footer .logos li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center; }
  .website-footer .copyright {
    width: 100%;
    text-align: center; }
  .website-footer .terms {
    width: 100%;
    text-align: center;
    clear: both;
    padding: 15px 0 0 0;
    margin: 0; }
    .website-footer .terms li {
      margin: 0 10px;
      border: none;
      padding: 0; } }

@media (max-width: 600px) {
  .website-footer {
    padding: 20px 0 0 0; }
    .website-footer .contain {
      padding: 20px; }
    .website-footer nav, .website-footer .logos {
      width: 100%;
      text-align: left; }
    .website-footer nav {
      margin: 0;
      padding: 0; }
      .website-footer nav ul li {
        display: block;
        width: 50%;
        float: left;
        margin: 0;
        padding: 10px 0; }
      .website-footer nav .social {
        margin: 20px 0;
        clear: both;
        float: left;
        width: 100%; }
    .website-footer .logos {
      margin-top: 10px; }
      .website-footer .logos li {
        display: block;
        float: left;
        width: 33.3333%;
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 1; }
        .website-footer .logos li img {
          height: 60px;
          width: auto; }
      .website-footer .logos li:nth-child(1) {
        text-align: left; }
      .website-footer .logos li:nth-child(2) {
        text-align: center; }
      .website-footer .logos li:nth-child(3) {
        text-align: right; }
      .website-footer .logos li:nth-child(4) {
        text-align: center;
         }
        /* .website-footer .logos li:nth-child(4) img {
          height: 100px; } */
    .website-footer .copyright {
      text-align: left;
      display: block;
      width: 100%;
      margin: 10px 0 0px;
      padding: 0; }
      .website-footer .copyright li {
        text-align: left;
        margin: 0  30px 0;
        padding: 0; }
    .website-footer .terms {
      width: 100%;
      text-align: left;
      clear: both;
      padding: 15px 0 30px 0;
      margin: 0; }
      .website-footer .terms li {
        margin: 0 10px 0 0;
        border: none;
        padding: 0; } }

.sidebar {
  position: relative;
  z-index: 1;
  width: 350px;
  margin-left: -350px;
  float: left;
  padding: 40px 0; }
  @media (max-width: 959px) {
    .sidebar {
      width: 100%;
      margin: 0;
      border-top: none;
      padding: 0; }
      .sidebar aside {
        display: none; }
      .sidebar .ad-space {
        display: block; } }

.sidebar-device {
  display: none;
  background: #f7f7f7; }

.sidebar .widget {
  border: 1px solid #e8e8e8;
  background: white;
  margin-bottom: 40px;
  clear: both; }
  .sidebar .widget .widget-title {
    background: #212220;
    padding: 25px 30px;
    text-transform: uppercase; }
    .sidebar .widget .widget-title h2, .sidebar .widget .widget-title .job-listings .job .job-title, .job-listings .job .sidebar .widget .widget-title .job-title {
      border-left: 3px solid #78797a;
      padding-left: 20px;
      color: white;
      font-size: 16px;
      line-height: 1;
      margin: 0;
      color: white; }

.sidebar .widget.widget_nav_menu ul li, .sidebar .widget.related-content ul li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  position: relative; }
  .sidebar .widget.widget_nav_menu ul li a, .sidebar .widget.related-content ul li a {
    display: block;
    padding: 15px 65px 15px 50px;
    color: black;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms; }
  .sidebar .widget.widget_nav_menu ul li i, .sidebar .widget.related-content ul li i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    line-height: 1;
    color: #78797a;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms; }
  .sidebar .widget.widget_nav_menu ul li a:hover, .sidebar .widget.related-content ul li a:hover {
    background: #86c541;
    color: white; }
    .sidebar .widget.widget_nav_menu ul li a:hover i, .sidebar .widget.related-content ul li a:hover i {
      color: white; }
  .sidebar .widget.widget_nav_menu ul li:last-child, .sidebar .widget.related-content ul li:last-child {
    border-bottom: none; }

.sidebar .widget_text .textwidget {
  padding: 40px; }

.sidebar .widget.map .map-link {
  color: white;
  background: #00aa8f;
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  .sidebar .widget.map .map-link:hover {
    background: #00c4a4; }

.sidebar .widget.map img {
  width: 100%;
  height: auto; }

.sidebar .widget.shop .shop-link {
  color: white;
  background: #ef4a23;
  width: 100%;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  .sidebar .widget.shop .shop-link:hover {
    background: #f15e3b; }

.sidebar .widget.shop img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }

.sidebar .widget.shop .widget-body {
  padding: 15px;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }

.sidebar .widget.shop.team-redblacks .widget-body {
  background-image: url(../../images/merch-redblacks.png); }

.sidebar .widget.shop.team-67s .widget-body {
  background-image: url(../../images/merch-67s.png); }

.sidebar .widget.shop.team-fury .widget-body {
  background-image: url(../../images/merch-fury.png); }

.sidebar .ad-space {
  padding: 25px;
  clear: both;
  border: 1px solid #e8e8e8;
  margin: 0 0 40px 0; }
  .sidebar .ad-space img {
    display: block; }

.featured-retailer {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  clear: both; }
  .featured-retailer::after {
    clear: both;
    content: "";
    display: table; }
  .featured-retailer img {
    display: block; }
  .featured-retailer .title {
    font-size: 24px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 40px; }
  .featured-retailer h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 3px; }
  .featured-retailer p {
    font-size: 14px;
    margin-bottom: 10px; }
  .featured-retailer .btn {
    font-size: 14px;
    margin-right: 10px; }

.related-posts {
  padding-left: 30px; }
  .related-posts li {
    padding: 0 0 25px 0; }
  .related-posts h2, .related-posts .job-listings .job .job-title, .job-listings .job .related-posts .job-title {
    font-size: 18px;
    padding-left: 20px;
    text-transform: uppercase;
    border-left: 3px solid #86c541;
    line-height: 1; }
  .related-posts h3 {
    font-size: 16px;
    color: black;
    margin-bottom: 5px; }
    .related-posts h3 a {
      color: inherit; }
      .related-posts h3 a:hover {
        color: #86c541; }
  .related-posts hr {
    margin: 20px 0; }
  .related-posts .date, .related-posts .wrap-teams .team .right .title, .wrap-teams .team .right .related-posts .title {
    margin-bottom: 0; }

@media (max-width: 959px) {
  .sidebar .wrap-ad-space {
    display: block;
    width: 50%;
    float: left; }
    .sidebar .wrap-ad-space .ad-space {
      padding: 0;
      border: none;
      text-align: center; }
      .sidebar .wrap-ad-space .ad-space img {
        display: inline-block; }
  .sidebar-device {
    padding: 40px;
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    .sidebar-device .wrap-widget {
      display: block;
      -webkit-column-break-inside: avoid;
         page-break-inside: avoid;
              break-inside: avoid; }
      .sidebar-device .wrap-widget:after {
        content: '';
        display: block;
        width: 100%;
        height: 20px; }
      .sidebar-device .wrap-widget aside {
        margin: 0;
        display: block; }
      .sidebar-device .wrap-widget .ad-space {
        display: none; }
    .sidebar-device .related-posts {
      display: none; }
    .sidebar-device .wrap-ad-space {
      display: none; } }

@media (max-width: 768px) {
  .sidebar-device {
    padding: 40px 20px; }
  .sidebar {
    width: 100%; }
    .sidebar .featured-retailer figure {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 48.68421%; }
      .sidebar .featured-retailer figure:last-child {
        margin-right: 0; }
    .sidebar .featured-retailer .info {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 48.68421%;
      padding: 0 0 0 20px; }
      .sidebar .featured-retailer .info:last-child {
        margin-right: 0; }
      .sidebar .featured-retailer .info h3 {
        padding-top: 0;
        margin-top: 0; }
      .sidebar .featured-retailer .info p {
        margin-bottom: 10px; }
    .sidebar .featured-retailer .btn {
      width: 100%;
      max-width: 150px;
      margin-bottom: 10px;
      text-align: center; }
    .sidebar .related-posts {
      clear: both;
      padding-left: 0; }
      .sidebar .related-posts li {
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 31.57895%; }
        .sidebar .related-posts li:last-child {
          margin-right: 0; }
        .sidebar .related-posts li:nth-child(3n) {
          margin-right: 0; }
        .sidebar .related-posts li:nth-child(3n+1) {
          clear: left; } }

@media (max-width: 650px) {
  .sidebar .wrap-ad-space {
    width: 100%; }
  .sidebar-device {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
    .sidebar-device aside {
      width: 100%;
      float: none;
      clear: both !important;
      margin: 0; } }

@media (max-width: 500px) {
  .sidebar .featured-retailer {
    padding-bottom: 10px;
    margin-bottom: 40px; }
    .sidebar .featured-retailer figure {
      width: 100%; }
    .sidebar .featured-retailer .info {
      width: 100%;
      padding: 20px 0; }
      .sidebar .featured-retailer .info h3 {
        margin-bottom: 15px; }
      .sidebar .featured-retailer .info p {
        margin-bottom: 15px; }
    .sidebar .featured-retailer .btn {
      width: 48%;
      margin: 0;
      max-width: none; }
      .sidebar .featured-retailer .btn:last-child {
        float: right; } }

@media (max-width: 420px) {
  .sidebar {
    width: auto;
    margin-left: -10px;
    margin-right: -10px; }
    .sidebar .wrap-ad-space {
      width: 100%; }
  .sidebar-device {
    width: 100%;
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0; } }

.wrap-home {
  background: #f4f4f4 !important; }


/*
Hero Banner
===================================== */
.wrap-home-slider {
  background: #212220; }

.home-slider.faded {
  opacity: 1; }

.home-slider .slick-dots {
 position: absolute;
  bottom: 5px !important;
  width: 100%;
  text-align: center; }
  .home-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .home-slider .slick-dots li button {
      display: block;
      height: 10px;
      width: 10px;
      text-indent: -9999px;
      background: white;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      opacity: 0.5; }
    .home-slider .slick-dots li.slick-active button {
      opacity: 1; }
  @media (max-width: 959px) {
    .home-slider .slick-dots {
      bottom: 0px; } }

.home-slider .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 999;
  color: white;
  font-size: 40px;
  padding: 10px 20px;
  border: 1px solid white;
  opacity: 0.6;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  .home-slider .slick-arrow:hover {
    opacity: 1; }

.home-slider .slick-prev {
  left: 0;
  border-left: 0; }

.home-slider .slick-next {
  right: 0;
  border-right: 0; }

.home-slider .slide {
  display: none; }
  .home-slider .slide:first-child {
    display: block; }

.home-slider.slick-initialized .slide {
  display: block; }

.hero-banner {
  height: 1000px;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: contain !important;
     -moz-background-size: contain !important;
       -o-background-size: contain !important;
          background-size: contain !important; }
  .hero-banner a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.hero-banner figure {
  display: none; }

.hero-banner .hero-banner-content {
  background: #212220;
  width: 650px;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fafafa; }
  .hero-banner .hero-banner-content h2, .hero-banner .hero-banner-content .job-listings .job .job-title, .job-listings .job .hero-banner .hero-banner-content .job-title, .hero-banner .hero-banner-content a {
    color: inherit; }
  .hero-banner .hero-banner-content h2, .hero-banner .hero-banner-content .job-listings .job .job-title, .job-listings .job .hero-banner .hero-banner-content .job-title {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }
    .hero-banner .hero-banner-content h2:hover, .hero-banner .hero-banner-content .job-listings .job .job-title:hover, .job-listings .job .hero-banner .hero-banner-content .job-title:hover {
      opacity: 0.7; }
  .hero-banner .hero-banner-content .read-more {
    color: #86c541;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .hero-banner .hero-banner-content .read-more:hover {
      color: #9fd168; }
  .hero-banner .hero-banner-content .date, .hero-banner .hero-banner-content .wrap-teams .team .right .title, .wrap-teams .team .right .hero-banner .hero-banner-content .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #cecece;
    display: inline-block; }
  .hero-banner .hero-banner-content .logo {
    position: absolute;
    left: 35px;
    top: 50px; }

.hero-banner-content.has-logo {
  padding-left: 130px; }

@media (max-width: 2000px) {
  .hero-banner {
    height: 750px; } }

@media (max-width: 1366px) {
  .hero-banner {
    height: 600px; } }

@media (max-width: 800px) {
  .hero-banner {
    background: none !important;
    height: auto; }
    .hero-banner a {
      position: static; }
    .hero-banner figure {
      display: block; }
      .hero-banner figure img {
        display: block; }
    .hero-banner .hero-banner-content {
      width: 100%;
      margin: 0;
      position: relative;
      clear: both;
      top: 0;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; } }

@media (max-width: 500px) {
  .hero-banner .hero-banner-content {
    padding: 20px !important; }
    .hero-banner .hero-banner-content .logo {
      display: none; }
    .hero-banner .hero-banner-content h2, .hero-banner .hero-banner-content .job-listings .job .job-title, .job-listings .job .hero-banner .hero-banner-content .job-title {
      font-size: 30px; } }

/*
Team Callouts
===================================== */
.team-callouts {
  background: #212220;
  padding-top: 80px;
  padding-bottom: 80px; }
  .team-callouts .team {
    text-align: center; }
    .team-callouts .team img {
      display: block; }
    .team-callouts .team h2, .team-callouts .team .job-listings .job .job-title, .job-listings .job .team-callouts .team .job-title {
      font-size: 18px;
      color: white;
      padding: 0;
      margin: 20px 0 5px;
      font-weight: bold; }
    .team-callouts .team span {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      color: #78797a; }
  @media (max-width: 768px) {
    .team-callouts {
      padding-top: 40px;
      padding-bottom: 40px; }
      .team-callouts .team {
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 48.68421%;
        margin-bottom: 40px; }
        .team-callouts .team:last-child {
          margin-right: 0; }
        .team-callouts .team:nth-child(2n) {
          margin-right: 0; }
        .team-callouts .team:nth-child(2n+1) {
          clear: left; }
      .team-callouts .team:last-child {
        float: none;
        clear: both;
        margin: 0 auto; } }
  @media (max-width: 500px) {
    .team-callouts {
      padding-top: 20px;
      padding-bottom: 20px; }
      .team-callouts .grid-wrapper {
        padding: 20px; }
      .team-callouts .team {
        width: 100%; } }

/*
Home Content
===================================== */
.home-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 80px auto;
  width: 92%; }
  .home-content::after {
    clear: both;
    content: "";
    display: table; }
  .home-content .title {
    font-size: 24px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 40px; }
  .home-content .sidebar {
    background: white;
    width: 430px;
    margin-left: -430px;
    padding: 40px;
    display: block !important; }
    @media (max-width: 959px) {
      .home-content .sidebar {
        width: 100%;
        margin-top: 60px;
        margin-left: 0; } }
    @media (max-width: 768px) {
      .home-content .sidebar {
        width: 100%;
        margin-top: 40px;
        border-top: none; } }
    @media (max-width: 500px) {
      .home-content .sidebar {
        width: 100%;
        margin-top: 0px;
        border-top: none;
        padding: 0 20px; } }
  .home-content .content {
    padding: 0 470px 0 0; }
    .home-content .content .inner {
      padding: 40px;
      background: white; }
    @media (max-width: 959px) {
      .home-content .content {
        width: 100%;
        padding: 0;
        max-width: 100%; } }
  @media (max-width: 768px) {
    .home-content {
      margin: 40px auto; } }
  @media (max-width: 500px) {
    .home-content {
      margin: 0px auto;
      width: 100%; }
      .home-content .content {
        padding: 20px; }
        .home-content .content .inner {
          padding: 20px 0; } }

.home-content .articles {
  padding-bottom: 30px; }
  .home-content .articles article {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 14px; }
    .home-content .articles article::after {
      clear: both;
      content: "";
      display: table; }
    .home-content .articles article figure {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 23.02632%;
      padding-right: 5px; }
      .home-content .articles article figure:last-child {
        margin-right: 0; }
      .home-content .articles article figure img {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 5px; }
    .home-content .articles article .article-content {
      padding-left: 5px;
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 74.34211%; }
      .home-content .articles article .article-content:last-child {
        margin-right: 0; }
    .home-content .articles article h3 {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 10px; }
      .home-content .articles article h3 a {
        color: black; }
        .home-content .articles article h3 a:hover {
          color: #86c541; }
    .home-content .articles article p {
      margin-bottom: 10px; }
    .home-content .articles article .date, .home-content .articles article .wrap-teams .team .right .title, .wrap-teams .team .right .home-content .articles article .title {
      font-size: inherit; }
    .home-content .articles article .category {
      padding-top: 0px; }
      .home-content .articles article .category a {
        font-size: 12px; }
    .home-content .articles article:first-child figure {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 40.13158%; }
      .home-content .articles article:first-child figure:last-child {
        margin-right: 0; }
    .home-content .articles article:first-child .article-content {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 57.23684%; }
      .home-content .articles article:first-child .article-content:last-child {
        margin-right: 0; }
    .home-content .articles article:first-child h3 {
      font-size: 20px; }
    @media (max-width: 959px) {
      .home-content .articles article figure {
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 31.57895%;
        padding-right: 5px; }
        .home-content .articles article figure:last-child {
          margin-right: 0; }
        .home-content .articles article figure img {
          display: block; }
      .home-content .articles article .article-content {
        padding-left: 5px;
        padding-top: 0;
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 65.78947%; }
        .home-content .articles article .article-content:last-child {
          margin-right: 0; }
      .home-content .articles article:first-child figure {
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 48.68421%; }
        .home-content .articles article:first-child figure:last-child {
          margin-right: 0; }
      .home-content .articles article:first-child .article-content {
        float: left;
        display: block;
        margin-right: 2.63158%;
        width: 48.68421%; }
        .home-content .articles article:first-child .article-content:last-child {
          margin-right: 0; } }
    @media (max-width: 500px) {
      .home-content .articles article .excerpt {
        display: none; }
      .home-content .articles article:first-child figure {
        width: 100%; }
      .home-content .articles article:first-child .article-content {
        width: 100%;
        padding: 20px 0 0 0; }
      .home-content .articles article:first-child .excerpt {
        display: block; } }

/*
Upcoming Events (Home)
===================================== */
#events-home {
  padding: 40px 40px;
  margin-top: 0px;
  background: white;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #events-home h2, #events-home .job-listings .job .job-title, .job-listings .job #events-home .job-title {
    float: left; }
  #events-home .header {
    padding-bottom: 30px; }
  #events-home .filters {
    float: left;
    padding: 0 14px;
    margin: 0 19px 0 18px;
    position: relative; }
    #events-home .filters ul {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      line-height: 35px;
      height: 35px; }
      #events-home .filters ul li {
        display: inline-block;
        padding: 0 15px; }
        #events-home .filters ul li a {
          color: #cecece;
          font-weight: bold; }
          #events-home .filters ul li a:hover {
            color: black; }
    #events-home .filters .text {
      padding-top: 1px; }
    #events-home .filters .logos {
      padding: 1px 10px 0; }
      #events-home .filters .logos img {
        height: 32px;
        width: auto;
        -webkit-backface-visibility: visible;
           -moz-backface-visibility: visible;
                backface-visibility: visible;
        opacity: 1 !important; }
      #events-home .filters .logos li {
        padding: 0 8px; }
      #events-home .filters .logos img {
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
    #events-home .filters:before, #events-home .filters:after {
      content: '';
      width: 1px;
      background: #e8e8e8;
      height: 30px;
      position: absolute;
      top: 50%;
      margin-top: -15px; }
    #events-home .filters:before {
      left: 0px; }
    #events-home .filters:after {
      right: 0px; }
  #events-home .buttons {
    float: right;
    margin-top: -3px; }
    #events-home .buttons a {
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      padding: 0 20px; }
    #events-home .buttons .buy-tickets {
      margin-right: 14px; }
  @media (max-width: 1240px) {
    #events-home {
      padding-bottom: 30px; }
      #events-home .buttons {
        clear: both;
        float: left;
        margin-top: 15px; }
      #events-home .filters {
        padding-right: 0;
        margin-right: 0; }
        #events-home .filters .logos {
          margin-right: 0;
          padding-right: 0; }
          #events-home .filters .logos li:last-child {
            margin-right: 0;
            padding-right: 0; }
      #events-home .filters:after {
        display: none; } }
  @media (max-width: 900px) {
    #events-home .header {
      position: relative; }
    #events-home .buttons {
      margin-top: 0; }
    #events-home .filters {
      position: static;
      float: right;
      padding-bottom: 20px; }
      #events-home .filters .text li:last-child {
        margin-right: 0;
        padding-right: 0; }
      #events-home .filters .logos {
        position: absolute;
        left: 0;
        bottom: 30px;
        margin-left: 0;
        padding-left: 0; }
        #events-home .filters .logos li:first-child {
          margin-left: 0;
          padding-left: 0; }
      #events-home .filters:before {
        display: none; }
    #events-home .buttons {
      float: right; } }
  @media (max-width: 767px) {
    #events-home .header {
      position: relative; }
    #events-home .filters {
      display: none;
      float: left;
      clear: both;
      padding: 0;
      margin: 0;
      width: 100%; }
      #events-home .filters .text {
        padding-left: 0;
        margin-left: 0;
        height: auto; }
        #events-home .filters .text li {
          margin-left: 0;
          margin-right: 15px;
          padding: 0; }
      #events-home .filters .logos {
        position: static;
        float: left;
        clear: both;
        margin-top: 10px; }
    #events-home .buttons {
      clear: none; } }
  @media (max-width: 580px) {
    #events-home .buttons {
      width: 100%;
      clear: both;
      margin-top: 15px; }
      #events-home .buttons a {
        width: 48%;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        float: left;
        clear: none;
        text-align: center;
        font-size: 12px; }
      #events-home .buttons a:last-child {
        float: right; } }

@media (min-width: 1240px) {
  .lang-fr #events-home {
    padding-bottom: 30px; }
    .lang-fr #events-home .buttons {
      clear: both;
      float: left;
      margin-top: 15px; }
    .lang-fr #events-home .filters {
      padding-right: 0;
      margin-right: 0; }
      .lang-fr #events-home .filters .logos {
        margin-right: 0;
        padding-right: 0; }
        .lang-fr #events-home .filters .logos li:last-child {
          margin-right: 0;
          padding-right: 0; }
    .lang-fr #events-home .filters:after {
      display: none; } }

/* extra padding on the outside of events */
@media (min-width: 1300px) {
  #events-home:before, #events-home:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background: white; }
  #events-home:before {
    left: -40px; }
  #events-home:after {
    right: -40px; } }

@media (max-width: 1299px) {
  #events-home:before, #events-home:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: white;
    display: none; }
  #events-home:before {
    left: -10px; }
  #events-home:after {
    right: -10px; } }

@media (max-width: 1240px) {
  #events-home {
    max-width: 92%; }
    #events-home:before, #events-home:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2%;
      background: white; }
    #events-home:before {
      left: -2%; }
    #events-home:after {
      right: -2%; } }

@media (max-width: 959px) {
  #events-home {
    margin-top: 40px;
    max-width: 92%; }
    #events-home:before, #events-home:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1%;
      background: white; }
    #events-home:before {
      left: -1%; }
    #events-home:after {
      right: -1%; } }

@media (max-width: 500px) {
  #events-home {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
    background: none;
    padding: 20px; }
    #events-home:before, #events-home:after {
      display: none; } }

/*
Instagram
===================================== */
.wrap-instagram {
  background: #fafafa;
  padding: 80px 0; }

.instagram {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  width: 92%; }
  .instagram::after {
    clear: both;
    content: "";
    display: table; }
  .instagram .title {
    background: #eee;
    padding: 40px; }
    .instagram .title h2, .instagram .title .job-listings .job .job-title, .job-listings .job .instagram .title .job-title {
      font-size: 18px;
      line-height: 1;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
  .instagram .images {
    padding: 40px; }
    .instagram .images::after {
      clear: both;
      content: "";
      display: table; }
    .instagram .images a {
      display: block;
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 23.02632%; }
      .instagram .images a:last-child {
        margin-right: 0; }
      .instagram .images a:nth-child(4n) {
        margin-right: 0; }
      .instagram .images a:nth-child(4n+1) {
        clear: left; }

.view-instagram {
  padding: 0 40px 40px;
  text-align: center; }
  .view-instagram hr {
    margin: 0; }
  .view-instagram a {
    display: inline-block;
    background: none;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    padding: 15px 30px;
    margin: 40px auto 0 auto;
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase; }

@media (max-width: 768px) {
  .instagram .images a {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 48.68421%;
    margin-bottom: 15px; }
    .instagram .images a:last-child {
      margin-right: 0; }
    .instagram .images a:nth-child(2n) {
      margin-right: 0; }
    .instagram .images a:nth-child(2n+1) {
      clear: left; }
    .instagram .images a img {
      display: block; }
  .wrap-instagram {
    background: none;
    padding: 0 0 40px 0; } }

@media (max-width: 500px) {
  .wrap-instagram {
    padding-bottom: 0; }
  .instagram {
    width: 100%; }
    .instagram .images {
      padding: 20px; }
    .instagram .title {
      padding: 20px; } }

.wdi_photo_img {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms; }
  .wdi_photo_img:hover {
    opacity: 0.75; }

.wdi_load_more {
  display: none; }

@media screen and (max-width: 1024px) and (min-width: 800px) {
  #wdi_feed_0 .wdi_feed_item {
    width: 50% !important;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden; } }

.content {
  width: 100%;
  float: left;
  padding: 40px 400px 10px 0; }
  @media (max-width: 959px) {
    .content {
      width: 100%;
      padding-right: 0;
      max-width: 600px; } }

.content.has-share {
  padding: 40px 400px 40px 150px;
  position: relative;
  min-height: 300px; }
  @media (max-width: 959px) {
    .content.has-share {
      padding-right: 40px;
      max-width: none; } }
  @media (max-width: 768px) {
    .content.has-share {
      width: 100%;
      padding: 0 0 40px 0; } }

.content .share {
  position: absolute;
  left: 0;
  top: 40px;
  margin-top: 9px;
  border-right: 1px solid #e8e8e8;
  width: 95px; }
  .content .share ul {
    list-style: none;
    margin: 0; }
  .content .share a, .content .share span {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #e8e8e8;
    width: 60px;
    text-align: center;
    padding: 25px 0;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    color: #9a9a9a;
    font-weight: bold;
    margin-bottom: 1px; }
    .content .share a i, .content .share span i {
      font-size: 25px;
      -webkit-transition: 500ms;
      -o-transition: 500ms;
      -moz-transition: 500ms;
      transition: 500ms; }
    .content .share a .ion-social-twitter, .content .share span .ion-social-twitter {
      color: #5bb5e2; }
    .content .share a .ion-social-facebook, .content .share span .ion-social-facebook {
      color: #404ea6; }
  .content .share span {
    padding-top: 0;
    line-height: 1; }
  .content .share a {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    cursor: pointer; }
  .content .share a:hover i {
    color: #86c541; }
  @media (max-width: 767px) {
    .content .share {
      position: static;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      padding: 20px 0;
      margin: 0 0 30px 0;
      border-right: none; }
      .content .share ul {
        width: 100%; }
      .content .share li {
        clear: none;
        display: inline-block;
        height: 50px;
        line-height: 50px; }
        .content .share li a, .content .share li span {
          display: inline-block;
          clear: none;
          border: none;
          height: 50px;
          line-height: 50px;
          padding: 0;
          margin: 0; } }

.postbox {
  margin-bottom: 60px;
  -webkit-animation-name: "postboxIn";
  -moz-animation-name: "postboxIn";
  -o-animation-name: "postboxIn";
     animation-name: "postboxIn";
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
     animation-timing-function: ease; }

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

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

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

@keyframes postboxIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .postbox img {
    display: block;
    width: 100%;
    height: auto; }
  .postbox h3 {
    font-size: 18px;
    padding-bottom: 7px;
    padding-top: 12px;
    margin-bottom: 0;
    font-weight: bold; }
    .postbox h3 a {
      color: black; }
    .postbox h3 a:hover {
      color: #86c541; }
  .postbox .date, .postbox .wrap-teams .team .right .title, .wrap-teams .team .right .postbox .title {
    color: #cecece;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3px; }
  .postbox .category a {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: bold;
    text-transform: uppercase; }
    .postbox .category a:hover {
      color: #86c541; }
  .postbox p, .postbox ul {
    margin-bottom: 7px; }
  .postbox .view-website {
    font-weight: bold; }

.post-type--concession.postbox img {
  border: 1px solid #eee; }

.wrap-posts {
  padding-top: 40px;
  padding-bottom: 40px; }
  .wrap-posts .header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8; }
    .wrap-posts .header::after {
      clear: both;
      content: "";
      display: table; }
    .wrap-posts .header h2, .wrap-posts .header .job-listings .job .job-title, .job-listings .job .wrap-posts .header .job-title {
      font-size: 24px;
      line-height: 35px;
      height: 35px;
      float: left;
      text-transform: capitalize;
      font-weight: bold;
      margin-bottom: 0; }

.text-filters {
  text-align: right; }
  .text-filters li {
    display: inline-block;
    font-size: 16px;
    margin-left: 15px; }
    .text-filters li a {
      color: #6a6a6a; }
    .text-filters li a:hover {
      color: #86c541; }
  .text-filters .active a {
    color: #86c541; }

.filters-container {
  float: left;
  position: relative;
  margin-left: -40px;
  padding-left: 25px; }
  .filters-container button {
    background: none;
    border: none;
    outline: none;
    color: #949494;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .filters-container button:hover {
      color: #86c541; }
  .filters-container .list {
    position: absolute;
    background: white;
    width: 250px;
    z-index: 1;
    padding: 15px 20px;
    left: 25px;
    top: 45px;
    background: #212220;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s; }
    .filters-container .list ul {
      margin: 0;
      padding: 0; }
      .filters-container .list ul li {
        padding: 3px 0; }
        .filters-container .list ul li a {
          color: white; }
          .filters-container .list ul li a:hover {
            color: #86c541; }

.filters-container.filter-active button {
  border: 1px solid #e8e8e8; }

.filters-container.filter-active .list {
  visibility: visible;
  opacity: 1; }

.load-more, .alm-btn-wrap, .load-more-events {
  border-top: 1px solid #e8e8e8;
  text-align: center;
  padding-top: 40px;
  clear: both; }
  .load-more button, .load-more a, .alm-btn-wrap button, .alm-btn-wrap a, .load-more-events button, .load-more-events a {
    display: inline-block;
    background: none;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    padding: 15px 30px;
    margin: 0 auto;
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .load-more button:hover, .load-more a:hover, .alm-btn-wrap button:hover, .alm-btn-wrap a:hover, .load-more-events button:hover, .load-more-events a:hover {
      border-color: #86c541;
      color: #86c541; }
  .load-more .loader, .alm-btn-wrap .loader, .load-more-events .loader {
    left: 50%;
    top: 10px;
    margin-left: -3em;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s; }
  .load-more.loading button, .alm-btn-wrap.loading button, .load-more-events.loading button {
    opacity: 0; }
  .load-more.loading .loader, .alm-btn-wrap.loading .loader, .load-more-events.loading .loader {
    opacity: 1;
    visibility: visible; }

article.single-post {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px; }
  article.single-post::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 768px) {
    article.single-post {
      padding: 40px 20px; } }
  article.single-post h1 {
    padding: 0;
    margin: 0; }
  article.single-post figure img {
    display: block; }
  article.single-post .categories {
    margin: 0;
    padding: 20px 0 35px; }
    article.single-post .categories li {
      display: inline-block;
      margin-right: 10px; }
      article.single-post .categories li a {
        display: inline-block;
        background: white;
        border: 1px solid #e8e8e8;
        padding: 10px 20px;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        font-size: 12px;
        color: #6a6a6a;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        -moz-transition: 500ms;
        transition: 500ms; }
        article.single-post .categories li a:hover {
          border-color: #86c541;
          color: #86c541; }
  article.single-post figure {
    padding-bottom: 10px; }
  article.single-post .date, article.single-post .wrap-teams .team .right .title, .wrap-teams .team .right article.single-post .title {
    margin-bottom: 15px; }
  @media (max-width: 1024px) {
    article.single-post .row-2 .block {
      text-align: center;
      padding: 0; }
      article.single-post .row-2 .block:before, article.single-post .row-2 .block:after {
        display: none; }
    article.single-post .row-2 .block-1, article.single-post .row-2 .block-2 {
      width: 50%; }
    article.single-post .row-2 .block-3 {
      border-top: 1px solid #e8e8e8;
      padding-top: 40px;
      width: 100%;
      margin-top: 40px; } }
  @media (max-width: 960px) {
    article.single-post .row-1 .date, article.single-post .row-1 .wrap-teams .team .right .title, .wrap-teams .team .right article.single-post .row-1 .title, article.single-post .row-1 .buy-tickets {
      width: 100%;
      padding: 0; }
    article.single-post .row-1 .date h2, article.single-post .row-1 .wrap-teams .team .right .title h2, .wrap-teams .team .right article.single-post .row-1 .title h2, article.single-post .row-1 .date .job-listings .job .job-title, .job-listings .job article.single-post .row-1 .date .job-title, article.single-post .row-1 .wrap-teams .team .right .title .job-listings .job .job-title, .job-listings .job article.single-post .row-1 .wrap-teams .team .right .title .job-title, .wrap-teams .team .right article.single-post .row-1 .title .job-listings .job .job-title, .job-listings .job .wrap-teams .team .right article.single-post .row-1 .title .job-title {
      line-height: 1;
      height: auto; }
    article.single-post .row-1 .buy-tickets .btn {
      width: 300px;
      margin-top: 30px; } }

/*
Events Listing (Events Page)
===================================== */
.hero-banner--events, .hero-banner--news {
  background: #212220;
  padding: 60px 20px; }
  .hero-banner--events .contain, .hero-banner--news .contain {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    max-width: 1600px; }
    .hero-banner--events .contain::after, .hero-banner--news .contain::after {
      clear: both;
      content: "";
      display: table; }
  .hero-banner--events figure, .hero-banner--news figure {
    display: table-cell;
    width: 66.66667%;
    vertical-align: middle;
    padding-right: 70px; }
    .hero-banner--events figure img, .hero-banner--news figure img {
      width: 100%; }
  .hero-banner--events .hero-banner--content, .hero-banner--news .hero-banner--content {
    display: table-cell;
    width: 33.33333%;
    vertical-align: middle;
    padding-bottom: 50px; }
    .hero-banner--events .hero-banner--content .h1, .hero-banner--news .hero-banner--content .h1 {
      color: white;
      font-size: 42px;
      line-height: 1.2;
      margin: 0;
      padding: 0 0 15px 0; }
      .hero-banner--events .hero-banner--content .h1 a, .hero-banner--news .hero-banner--content .h1 a {
        color: white; }
        .hero-banner--events .hero-banner--content .h1 a:hover, .hero-banner--news .hero-banner--content .h1 a:hover {
          color: #86c541; }
    .hero-banner--events .hero-banner--content p, .hero-banner--news .hero-banner--content p {
      color: #909090;
      margin-bottom: 15px; }
    .hero-banner--events .hero-banner--content .read-more, .hero-banner--news .hero-banner--content .read-more {
      color: #86c541;
      text-transform: uppercase;
      display: inline-block;
      font-size: 14px;
      font-weight: bold; }
      .hero-banner--events .hero-banner--content .read-more:hover, .hero-banner--news .hero-banner--content .read-more:hover {
        color: #9fd168; }
    .hero-banner--events .hero-banner--content .date, .hero-banner--news .hero-banner--content .date, .hero-banner--events .hero-banner--content .wrap-teams .team .right .title, .wrap-teams .team .right .hero-banner--events .hero-banner--content .title, .hero-banner--news .hero-banner--content .wrap-teams .team .right .title, .wrap-teams .team .right .hero-banner--news .hero-banner--content .title, .hero-banner--events .hero-banner--content .read-more, .hero-banner--news .hero-banner--content .read-more {
      display: inline-block;
      margin-right: 15px;
      margin-top: 5px; }
    .hero-banner--events .hero-banner--content .category, .hero-banner--news .hero-banner--content .category {
      padding-top: 5px; }
      .hero-banner--events .hero-banner--content .category a, .hero-banner--news .hero-banner--content .category a {
        font-size: 12px; }
    .hero-banner--events .hero-banner--content .logo, .hero-banner--news .hero-banner--content .logo {
      display: block;
      margin-bottom: 10px;
      max-height: 70px;
      width: auto; }
  @media (max-width: 1400px) {
    .hero-banner--events figure, .hero-banner--news figure {
      display: table-cell;
      width: 58.33333%;
      padding-right: 60px; }
    .hero-banner--events .hero-banner--content, .hero-banner--news .hero-banner--content {
      display: table-cell;
      width: 41.66667%; }
      .hero-banner--events .hero-banner--content .h1, .hero-banner--news .hero-banner--content .h1 {
        padding-bottom: 20px;
        font-size: 38px; }
      .hero-banner--events .hero-banner--content .date, .hero-banner--news .hero-banner--content .date, .hero-banner--events .hero-banner--content .wrap-teams .team .right .title, .wrap-teams .team .right .hero-banner--events .hero-banner--content .title, .hero-banner--news .hero-banner--content .wrap-teams .team .right .title, .wrap-teams .team .right .hero-banner--news .hero-banner--content .title, .hero-banner--events .hero-banner--content .read-more, .hero-banner--news .hero-banner--content .read-more {
        margin-top: 0; }
      .hero-banner--events .hero-banner--content .logo, .hero-banner--news .hero-banner--content .logo {
        margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .hero-banner--events figure, .hero-banner--news figure {
      display: block;
      padding-right: 0;
      width: 100%; }
    .hero-banner--events .hero-banner--content, .hero-banner--news .hero-banner--content {
      display: block;
      width: 100%;
      padding-left: 0px;
      position: relative;
      margin-top: 30px; }
      .hero-banner--events .hero-banner--content .logo, .hero-banner--news .hero-banner--content .logo {
        position: absolute;
        left: 0;
        top: 0; } }
  @media (max-width: 767px) {
    .hero-banner--events, .hero-banner--news {
      padding: 30px 20px; }
      .hero-banner--events .contain, .hero-banner--news .contain {
        padding: 0; } }
  @media (max-width: 500px) {
    .hero-banner--events .hero-banner--content, .hero-banner--news .hero-banner--content {
      padding: 0 !important;
      margin-top: 20px; }
      .hero-banner--events .hero-banner--content .h1, .hero-banner--news .hero-banner--content .h1 {
        font-size: 26px; }
      .hero-banner--events .hero-banner--content .logo, .hero-banner--news .hero-banner--content .logo {
        display: none; } }

.event-heading {
  position: relative;
  margin-top: 40px; }
  .event-heading::after {
    clear: both;
    content: "";
    display: table; }
  .event-heading:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70%;
    margin-left: -40px;
    width: 1px;
    border-right: 1px solid #e8e8e8; }
  .event-heading .left {
    float: left;
    width: 70%;
    padding-right: 80px; }
    .event-heading .left img {
      width: 100%;
      display: block; }
    .event-heading .left .links {
      padding: 40px 0 0 0; }
      .event-heading .left .links::after {
        clear: both;
        content: "";
        display: table; }
      .event-heading .left .links .parking-link-wrap {
        padding-top: 30px;
        clear: both;
        float: left; }
      .event-heading .left .links > div {
        float: left;
        padding-right: 60px;
        margin-right: 60px;
        line-height: 1; }
        .event-heading .left .links > div:first-child {
          border-right: 1px solid #e8e8e8; }
        .event-heading .left .links > div a {
          margin-right: 30px;
          font-size: 20px;
          padding-top: 5px;
          display: inline-block; }
          .event-heading .left .links > div a:last-child {
            margin-right: 0; }
        .event-heading .left .links > div:last-child {
          margin-right: 0; }
      @media (max-width: 1120px) {
        .event-heading .left .links > div {
          margin-right: 40px;
          padding-right: 40px; }
          .event-heading .left .links > div a {
            font-size: 16px; } }
      @media (max-width: 959px) {
        .event-heading .left .links > div {
          width: 100%;
          float: none;
          margin-right: 0;
          padding-right: 0; }
          .event-heading .left .links > div:first-child {
            border-right: none;
            margin-bottom: 30px; }
          .event-heading .left .links > div a {
            font-size: 19px; } }
      @media (max-width: 500px) {
        .event-heading .left .links .parking-link-wrap {
          padding-top: 10px; }
        .event-heading .left .links > div {
          margin-bottom: 20px; }
          .event-heading .left .links > div a {
            display: block;
            margin-bottom: 10px; } }
  .event-heading .right {
    float: left;
    width: 30%;
    font-size: 20px; }
    .event-heading .right hr {
      margin: 30px 0; }
  .event-heading .detail-heading {
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase; }
  .event-heading .buy-tickets .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
    height: 85px;
    line-height: 85px;
    padding: 0;
    font-size: 28px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    text-transform: capitalize; }

@media (max-width: 960px) {
  .event-heading .buy-tickets .btn {
    font-size: 24px; } }

@media (max-width: 768px) {
  .event-heading:before {
    display: none; }
  .event-heading .left, .event-heading .right {
    clear: both;
    width: 100%; }
  .event-heading .left {
    padding: 0;
    margin-bottom: 30px; } }

.showtimes {
  font-size: 16px; }
  .showtimes li {
    padding: 0 15px 0 0; }

.seating-plan .thumb {
  height: 150px;
  width: auto;
  display: block;
  border: 1px solid #e8e8e8;
  margin-top: 15px; }

.postbox .event-image {
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  display: block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms; }
  .postbox .event-image:hover {
    opacity: 0.7; }

.custom-dropdown {

  position: relative;
  margin-left: -40px;
  padding-left: 25px;
  font-weight: bold; }
  @media (max-width: 500px) {
    .custom-dropdown {
      clear: both; } }
  .custom-dropdown .trigger {
    background: none;
    border: none;
    outline: none;
    color: #949494;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .custom-dropdown .trigger:hover {
      color: #86c541; }
    .custom-dropdown .trigger span {
      padding-right: 10px;
      font-weight: bold; }
  .custom-dropdown .list {
    position: absolute;
    background: white;
    width: 250px;
    z-index: 1;
    padding: 15px 20px;
    left: 25px;
    top: 100%;
    background: #212220;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s; }
    .custom-dropdown .list ul {
      margin: 0;
      padding: 0; }
      .custom-dropdown .list ul li {
        padding: 3px 0; }
        .custom-dropdown .list ul li a {
          color: white; }
          .custom-dropdown .list ul li a:hover {
            color: #86c541; }

.custom-dropdown.showing .trigger {
  border: 1px solid #e8e8e8; }

.custom-dropdown.showing .list {
  visibility: visible;
  opacity: 1; }

article.single-event {
  padding-bottom: 60px; }

#eventbooking-events {
  position: relative; }
  #eventbooking-events .postbox {
    -webkit-animation-name: "eventboxin";
    -moz-animation-name: "eventboxin";
    -o-animation-name: "eventboxin";
       animation-name: "eventboxin";
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
    -webkit-animation-duration: 700ms;
    -moz-animation-duration: 700ms;
    -o-animation-duration: 700ms;
       animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
       animation-timing-function: ease; }

@-webkit-keyframes eventboxin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-moz-keyframes eventboxin {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@-o-keyframes eventboxin {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes eventboxin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
       -moz-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
  #eventbooking-events .postbox:nth-child(1) {
    -webkit-animation-delay: 50ms;
       -moz-animation-delay: 50ms;
         -o-animation-delay: 50ms;
            animation-delay: 50ms; }
  #eventbooking-events .postbox:nth-child(2) {
    -webkit-animation-delay: 100ms;
       -moz-animation-delay: 100ms;
         -o-animation-delay: 100ms;
            animation-delay: 100ms; }
  #eventbooking-events .postbox:nth-child(3) {
    -webkit-animation-delay: 150ms;
       -moz-animation-delay: 150ms;
         -o-animation-delay: 150ms;
            animation-delay: 150ms; }
  #eventbooking-events .postbox:nth-child(4) {
    -webkit-animation-delay: 200ms;
       -moz-animation-delay: 200ms;
         -o-animation-delay: 200ms;
            animation-delay: 200ms; }
  #eventbooking-events .postbox:nth-child(5) {
    -webkit-animation-delay: 250ms;
       -moz-animation-delay: 250ms;
         -o-animation-delay: 250ms;
            animation-delay: 250ms; }
  #eventbooking-events .postbox:nth-child(6) {
    -webkit-animation-delay: 300ms;
       -moz-animation-delay: 300ms;
         -o-animation-delay: 300ms;
            animation-delay: 300ms; }
  #eventbooking-events .postbox:nth-child(7) {
    -webkit-animation-delay: 350ms;
       -moz-animation-delay: 350ms;
         -o-animation-delay: 350ms;
            animation-delay: 350ms; }
  #eventbooking-events .postbox:nth-child(8) {
    -webkit-animation-delay: 400ms;
       -moz-animation-delay: 400ms;
         -o-animation-delay: 400ms;
            animation-delay: 400ms; }
  #eventbooking-events .postbox:nth-child(9) {
    -webkit-animation-delay: 450ms;
       -moz-animation-delay: 450ms;
         -o-animation-delay: 450ms;
            animation-delay: 450ms; }
  #eventbooking-events .postbox:nth-child(10) {
    -webkit-animation-delay: 500ms;
       -moz-animation-delay: 500ms;
         -o-animation-delay: 500ms;
            animation-delay: 500ms; }
  #eventbooking-events .postbox:nth-child(11) {
    -webkit-animation-delay: 550ms;
       -moz-animation-delay: 550ms;
         -o-animation-delay: 550ms;
            animation-delay: 550ms; }
  #eventbooking-events .postbox:nth-child(12) {
    -webkit-animation-delay: 600ms;
       -moz-animation-delay: 600ms;
         -o-animation-delay: 600ms;
            animation-delay: 600ms; }
  #eventbooking-events .postbox:nth-child(13) {
    -webkit-animation-delay: 650ms;
       -moz-animation-delay: 650ms;
         -o-animation-delay: 650ms;
            animation-delay: 650ms; }
  #eventbooking-events .postbox:nth-child(14) {
    -webkit-animation-delay: 700ms;
       -moz-animation-delay: 700ms;
         -o-animation-delay: 700ms;
            animation-delay: 700ms; }
  #eventbooking-events .postbox:nth-child(15) {
    -webkit-animation-delay: 750ms;
       -moz-animation-delay: 750ms;
         -o-animation-delay: 750ms;
            animation-delay: 750ms; }
  #eventbooking-events .postbox:nth-child(16) {
    -webkit-animation-delay: 800ms;
       -moz-animation-delay: 800ms;
         -o-animation-delay: 800ms;
            animation-delay: 800ms; }
  #eventbooking-events .postbox:nth-child(17) {
    -webkit-animation-delay: 850ms;
       -moz-animation-delay: 850ms;
         -o-animation-delay: 850ms;
            animation-delay: 850ms; }
  #eventbooking-events .postbox:nth-child(18) {
    -webkit-animation-delay: 900ms;
       -moz-animation-delay: 900ms;
         -o-animation-delay: 900ms;
            animation-delay: 900ms; }
  #eventbooking-events .postbox:nth-child(19) {
    -webkit-animation-delay: 950ms;
       -moz-animation-delay: 950ms;
         -o-animation-delay: 950ms;
            animation-delay: 950ms; }
  #eventbooking-events .postbox:nth-child(20) {
    -webkit-animation-delay: 1000ms;
       -moz-animation-delay: 1000ms;
         -o-animation-delay: 1000ms;
            animation-delay: 1000ms; }
  #eventbooking-events .postbox:nth-child(21) {
    -webkit-animation-delay: 1050ms;
       -moz-animation-delay: 1050ms;
         -o-animation-delay: 1050ms;
            animation-delay: 1050ms; }
  #eventbooking-events .postbox:nth-child(22) {
    -webkit-animation-delay: 1100ms;
       -moz-animation-delay: 1100ms;
         -o-animation-delay: 1100ms;
            animation-delay: 1100ms; }
  #eventbooking-events .postbox:nth-child(23) {
    -webkit-animation-delay: 1150ms;
       -moz-animation-delay: 1150ms;
         -o-animation-delay: 1150ms;
            animation-delay: 1150ms; }
  #eventbooking-events .postbox:nth-child(24) {
    -webkit-animation-delay: 1200ms;
       -moz-animation-delay: 1200ms;
         -o-animation-delay: 1200ms;
            animation-delay: 1200ms; }
  #eventbooking-events .postbox:nth-child(25) {
    -webkit-animation-delay: 1250ms;
       -moz-animation-delay: 1250ms;
         -o-animation-delay: 1250ms;
            animation-delay: 1250ms; }
  #eventbooking-events .postbox:nth-child(26) {
    -webkit-animation-delay: 1300ms;
       -moz-animation-delay: 1300ms;
         -o-animation-delay: 1300ms;
            animation-delay: 1300ms; }
  #eventbooking-events .postbox:nth-child(27) {
    -webkit-animation-delay: 1350ms;
       -moz-animation-delay: 1350ms;
         -o-animation-delay: 1350ms;
            animation-delay: 1350ms; }
  #eventbooking-events .postbox:nth-child(28) {
    -webkit-animation-delay: 1400ms;
       -moz-animation-delay: 1400ms;
         -o-animation-delay: 1400ms;
            animation-delay: 1400ms; }
  #eventbooking-events .postbox:nth-child(29) {
    -webkit-animation-delay: 1450ms;
       -moz-animation-delay: 1450ms;
         -o-animation-delay: 1450ms;
            animation-delay: 1450ms; }
  #eventbooking-events .postbox:nth-child(30) {
    -webkit-animation-delay: 1500ms;
       -moz-animation-delay: 1500ms;
         -o-animation-delay: 1500ms;
            animation-delay: 1500ms; }
  #eventbooking-events .load-more-events {
    position: relative; }
    #eventbooking-events .load-more-events button.disabled {
      cursor: not-allowed; }
      #eventbooking-events .load-more-events button.disabled:hover {
        color: #ef4a23;
        border-color: #ef4a23; }
    #eventbooking-events .load-more-events .loader {
      top: 25px;
      position: absolute; }
  #eventbooking-events.loading .load-more-events button {
    visibility: hidden;
    opacity: 0; }
  #eventbooking-events.loading .load-more-events .loader {
    opacity: 1;
    visibility: visible; }

.content-divider {
  margin: 40px auto 0; }

.event-filters select {
  display: none; }

/*
Page Banner
===================================== */
.page-banner {
  height: 525px;
  max-height: 70vh;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }

/*
Page Titles
===================================== */
.wrap-pagetitle {
  padding: 20px 0 22px;
  background: #292a28; }
  .wrap-pagetitle .pagetitle {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px; }
    .wrap-pagetitle .pagetitle::after {
      clear: both;
      content: "";
      display: table; }
    .wrap-pagetitle .pagetitle h1 {
      margin: 0;
      padding: 0;
      color: white;
      line-height: 1; }

@media (max-width: 767px) {
  .wrap-pagetitle .pagetitle {
    padding: 0 20px; } }

/*
Content
===================================== */
.wrap-page-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.wrap-listing {
  background: #fafafa;
  width: 100%;
  padding: 50px 0; }

.bg-white .wrap-listing {
  background: white; }

/*
Parking
===================================== */
.wrap-parking {
  padding-top: 50px; }
  .wrap-parking hr {
    margin: 40px 0; }
  .wrap-parking .parking-image img {
    display: block; }
  .wrap-parking .parking-image p {
    font-size: 18px;
    font-weight: bold; }

/*
Directions
===================================== */
.wrap-directions {
  padding-top: 50px;
  padding-bottom: 50px; }
  .wrap-directions hr {
    margin: 40px 0; }
  .wrap-directions .google-map {
    margin-bottom: 40px;
    opacity: 0;
    display: none; }
    @media (min-width: 768px) {
      .wrap-directions .google-map {
        display: block; } }
  .wrap-directions h2.large, .wrap-directions .job-listings .job .large.job-title, .job-listings .job .wrap-directions .large.job-title {
    font-size: 30px; }

.google-map.ready {
  -webkit-animation-name: mapIn;
  -moz-animation-name: mapIn;
  -o-animation-name: mapIn;
     animation-name: mapIn;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
     animation-timing-function: ease; }

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

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

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

@keyframes mapIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .google-map.ready #map-controls {
    display: block; }

#directions-panel .adp, #directions-panel .adp table {
  font-family: inherit; }

#directions-panel .adp-placemark {
  border: none;
  font-size: 18px;
  background: #fafafa; }
  #directions-panel .adp-placemark td {
    padding-left: 15px;
    padding-right: 15px; }

#directions-panel .adp-step, #directions-panel .adp-substep {
  border-top: 1px solid #e8e8e8; }

#directions-panel .adp-substep {
  padding-top: 10px;
  padding-bottom: 10px; }

#directions-panel .adp-substep:nth-child(1) {
  width: 75px; }

#directions-panel .adp-substep:nth-child(2) {
  width: 75px; }

#directions-panel .adp-substep:nth-child(3) {
  width: auto; }

#directions-panel .adp-substep:nth-child(4) {
  width: 75px; }

#map-controls {
  display: none;
  margin-top: 5px;
  padding: 5px; }
  #map-controls [type="text"] {
    width: 250px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    float: left;
    margin: 0;
    font-size: 14px; }
  #map-controls select {
    float: left;
    margin: 10px;
    display: none; }
  #map-controls .transportation-icons {
    float: left; }
    #map-controls .transportation-icons button {
      display: block;
      float: left;
      margin-left: 5px;
      border: 1px solid #e8e8e8;
      background: white;
      font-size: 20px;
      height: 35px;
      line-height: 35px;
      width: 35px;
      text-align: center;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      color: #777; }
    #map-controls .transportation-icons button.active {
      background: #86c541;
      color: white; }
  #map-controls #request-directions {
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    padding: 0 20px; }

/*
Staff
===================================== */
.wrap-staff .staff-row {
  padding: 70px 0; }
  .wrap-staff .staff-row h2, .wrap-staff .staff-row .job-listings .job .job-title, .job-listings .job .wrap-staff .staff-row .job-title {
    font-size: 30px;
    color: #b7b7b7;
    margin-bottom: 70px;
    font-weight: normal; }
  .wrap-staff .staff-row h3 {
    color: #4c4c4c; }
  .wrap-staff .staff-row:nth-child(odd) {
    background: #f7f7f7; }
  .wrap-staff .staff-row .grid-col {
    margin-bottom: 70px;
    padding-bottom: 0; }

/*
Partners
===================================== */
.featured-partners {
  position: relative; }
  .featured-partners .span-left, .featured-partners .span-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .featured-partners .span-left {
    background: #01b625;
    left: 0;
    right: 50%; }
  .featured-partners .span-right {
    background: #292a28;
    left: 50%;
    right: 0; }
  .featured-partners .container {
    position: relative; }
  .featured-partners .naming-rights-partner {
    float: left;
    width: 30%;
    padding-right: 80px; }
    .featured-partners .naming-rights-partner:after {
      content: '';
      background: #01b625;
      width: 30%;
      top: 0;
      left: 40px;
      bottom: 0;
      position: absolute; }
    .featured-partners .naming-rights-partner .partner {
      width: 100%; }
  .featured-partners .founding-partners {
    float: left;
    width: 70%;
    padding-left: 40px; }
    .featured-partners .founding-partners:after {
      content: '';
      background: #292a28;
      width: 70%;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 1; }
    .featured-partners .founding-partners .partner {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 31.57895%;
      padding-right: 15px; }
      .featured-partners .founding-partners .partner:last-child {
        margin-right: 0; }
  .featured-partners .inner {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px; }
    .featured-partners .inner::after {
      clear: both;
      content: "";
      display: table; }
    .featured-partners .inner h2, .featured-partners .inner .job-listings .job .job-title, .job-listings .job .featured-partners .inner .job-title {
      color: white;
      font-weight: normal;
      margin-bottom: 10px; }
  .featured-partners .partner {
    max-width: 100%;
    float: left; }
    .featured-partners .partner span {
      color: white;
      font-size: 16px;
      margin: 0;
      padding: 0;
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding-top: 15px;
      margin-top: 10px;
      font-weight: bold; }
    .featured-partners .partner img {
      display: block; }
    .featured-partners .partner a {
      color: white; }
    .featured-partners .partner figure {
      width: 100%;
      position: relative;
      text-align: center;
      overflow: hidden;
      max-width: 165px; }
      .featured-partners .partner figure:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .featured-partners .partner figure img {
        top: 50%;
        left: 0%;
        position: absolute;
        display: block;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

@media (max-width: 1000px) {
  .featured-partners .span-left, .featured-partners .span-right {
    display: none; }
  .featured-partners .container {
    padding: 0; }
  .featured-partners .inner {
    padding: 0; }
  .featured-partners .naming-rights-partner, .featured-partners .founding-partners {
    width: 100%;
    padding: 40px; }
  .featured-partners .naming-rights-partner:after, .featured-partners .founding-partners:after {
    display: none; }
  .featured-partners .naming-rights-partner {
    background: #01b625; }
    .featured-partners .naming-rights-partner .partner {
      float: left;
      display: block;
      margin-right: 2.63158%;
      width: 31.57895%; }
      .featured-partners .naming-rights-partner .partner:last-child {
        margin-right: 0; }
  .featured-partners .founding-partners {
    background: #292a28; } }

@media (max-width: 768px) {
  .featured-partners .naming-rights-partner {
    padding: 40px 20px; }
  .featured-partners .founding-partners {
    padding: 40px 20px; } }

@media (max-width: 600px) {
  .featured-partners .naming-rights-partner, .featured-partners .founding-partners {
    padding-bottom: 10px; }
  .featured-partners .naming-rights-partner .partner,
  .featured-partners .founding-partners .partner {
    width: 300px;
    max-width: 100%;
    clear: both;
    margin-bottom: 30px; }
    .featured-partners .naming-rights-partner .partner figure,
    .featured-partners .founding-partners .partner figure {
      width: 100%;
      max-width: none;
      padding: 20px 0; }
      .featured-partners .naming-rights-partner .partner figure:before,
      .featured-partners .founding-partners .partner figure:before {
        display: none; }
      .featured-partners .naming-rights-partner .partner figure img,
      .featured-partners .founding-partners .partner figure img {
        position: static;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }

.partners {
  padding-top: 50px;
  padding-bottom: 30px; }
  .partners:last-child {
    padding-top: 0; }
  .partners h2, .partners .job-listings .job .job-title, .job-listings .job .partners .job-title {
    font-weight: normal;
    margin-bottom: 30px; }
  .partners .partner span {
    color: #b6b6b6;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    margin-top: 15px;
    font-weight: bold; }
  .partners .partner img {
    display: block; }
  .partners .partner figure {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-width: 220px; }
    .partners .partner figure:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .partners .partner figure img {
      top: 50%;
      left: 0%;
      position: absolute;
      display: block;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

/*
OSEG
===================================== */
.wrap-oseg {
  padding-top: 50px;
  padding-bottom: 5px; }
  .wrap-oseg .subtitle {
    font-size: 32px;
    margin-bottom: 30px; }
  .wrap-oseg hr {
    margin: 40px 0; }
  .wrap-oseg .oseg-partners {
    margin-bottom: 30px; }
    .wrap-oseg .oseg-partners:last-child {
      margin-bottom: 0; }
    .wrap-oseg .oseg-partners .partner {
      padding: 30px 0;
      border-bottom: 1px solid #e8e8e8; }
      .wrap-oseg .oseg-partners .partner h3 {
        font-size: 1em; }
      .wrap-oseg .oseg-partners .partner .title {
        color: #979797;
        display: block; }
      .wrap-oseg .oseg-partners .partner a {
        display: block;
        cursor: pointer; }
      .wrap-oseg .oseg-partners .partner p {
        margin: 15px 0; }

/*
Restaurants
===================================== */
/*
Lansdowne
===================================== */
.lansdowne-intro {
  padding: 50px 40px; }
  .lansdowne-intro figure {
    vertical-align: middle;
    display: table-cell;
    width: 58.33333%;
    padding-right: 30px; }
    .lansdowne-intro figure img {
      display: block; }
  .lansdowne-intro .text {
    vertical-align: middle;
    display: table-cell;
    width: 41.66667%;
    font-size: 18px;
    padding-left: 30px; }
    .lansdowne-intro .text h2, .lansdowne-intro .text .job-listings .job .job-title, .job-listings .job .lansdowne-intro .text .job-title {
      padding-top: 30px; }

@media (max-width: 959px) {
  .lansdowne-intro {
    padding-bottom: 20px; }
    .lansdowne-intro .container {
      padding: 0; }
    .lansdowne-intro figure {
      display: block;
      text-align: center;
      padding: 0;
      width: 100%; }
    .lansdowne-intro .text {
      display: block;
      text-align: center;
      padding: 0;
      width: 100%; } }

@media (max-width: 767px) {
  .lansdowne-intro {
    padding: 40px 20px 20px; } }

.view-website {
  cursor: pointer; }

.park-overlay {
  position: fixed;
  vertical-align: middle;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s; }
  .park-overlay .park-details {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s; }
    .park-overlay .park-details .contain {
      display: table-cell;
      vertical-align: middle; }
      .park-overlay .park-details .contain img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px; }
      .park-overlay .park-details .contain p {
        margin-bottom: 15px; }
      .park-overlay .park-details .contain .open-status {
        color: #6a6a6a;
        font-size: 1.1em;
        font-weight: bold; }
  .park-overlay .close-overlay {
    float: right;
    display: block;
    font-size: 70px;
    margin-bottom: 15px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }
    .park-overlay .close-overlay:hover {
      color: #86c541; }
  .park-overlay .loader {
    left: 50%;
    top: 50%;
    margin-top: -1.25em;
    margin-left: -3em;
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s; }
  .park-overlay.open {
    opacity: 1;
    visibility: visible; }
  .park-overlay.showing .park-details {
    opacity: 1;
    visibility: visible; }
  .park-overlay.showing .loader {
    opacity: 0;
    visibility: hidden; }

/*
Tickets
===================================== */
.ticket-banner {
  background: #212220; }
  .ticket-banner .contain {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    display: table;
    width: 100%; }
    .ticket-banner .contain::after {
      clear: both;
      content: "";
      display: table; }
  .ticket-banner .col {
    display: table-cell;
    width: 33% !important;
    text-align: center;
    height: 640px;
    vertical-align: middle;
    border-right: 1px solid #292a27;
    color: white;
    position: relative; }
    .ticket-banner .col:first-child {
      border-left: 1px solid #292a27; }
  .ticket-banner .col:hover .layer-1 {
    opacity: 0.8;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .ticket-banner .col:hover .layer-2 .btn {
    background: white;
    color: #86c541; }
  .ticket-banner .layer-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    opacity: 0.02;
    height: 100%;
    width: 100%;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .ticket-banner .layer-2 {
    position: relative;
    z-index: 1; }
    .ticket-banner .layer-2 img, .ticket-banner .layer-2 .img {
      height: 70px;
      width: auto;
      display: block;
      margin: 0 auto; }
    .ticket-banner .layer-2 h2, .ticket-banner .layer-2 .job-listings .job .job-title, .job-listings .job .ticket-banner .layer-2 .job-title {
      color: white;
      padding: 30px 0;
      margin: 0; }
    .ticket-banner .layer-2 h2 span, .ticket-banner .layer-2 .job-listings .job .job-title span, .job-listings .job .ticket-banner .layer-2 .job-title span {
      display: block;
      width: 100%;
      font-weight: bold; }
  .ticket-banner .hidden {
    visibility: hidden; }

@media (max-width: 959px) {
  .ticket-banner .contain {
    padding: 0; }
  .ticket-banner .col {
    width: 50%;
    margin: 0;
    display: block;
    float: left;
    height: 420px;
    border-bottom: 1px solid #292a27; }
  .ticket-banner .layer-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 767px) {
  .ticket-banner .col {
    height: 300px; }
  .ticket-banner .layer-2 h2, .ticket-banner .layer-2 .job-listings .job .job-title, .job-listings .job .ticket-banner .layer-2 .job-title {
    font-size: 18px; }
  .ticket-banner .layer-2 .btn {
    font-size: 14px; } }

.ticket-content {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
News
===================================== */
.hero-banner--news {
  background: #f7f7f7; }
  .hero-banner--news .contain {
    max-width: 1200px; }
  .hero-banner--news figure, .hero-banner--news .hero-banner--content {
    display: table-cell;
    width: 50%;
    padding: 0; }
  .hero-banner--news figure img {
    width: 100%;
    height: auto; }
  .hero-banner--news .hero-banner--content {
    max-width: 1200px;
    padding-left: 60px; }
    .hero-banner--news .hero-banner--content .h1 {
      color: #212220; }
    .hero-banner--news .hero-banner--content p {
      color: #6a6a6a; }
  @media (max-width: 1024px) {
    .hero-banner--news figure, .hero-banner--news .hero-banner--content {
      display: block;
      width: 100%;
      padding: 0; } }

/*
Team
===================================== */
.wrap-teams .team {
  padding: 80px 0 40px 0; }
  .wrap-teams .team .left {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 14.47368%; }
    .wrap-teams .team .left:last-child {
      margin-right: 0; }
    .wrap-teams .team .left hr {
      border-width: 3px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .wrap-teams .team .left img {
      display: block;
      margin: 0 auto;
      height: 100px;
      width: auto; }
    .wrap-teams .team .left .btn {
      font-size: 14px;
      width: 100%;
      text-align: center;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 18px; }
  .wrap-teams .team .center {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 57.23684%;
    padding-left: 20px;
    padding-right: 20px; }
    .wrap-teams .team .center:last-child {
      margin-right: 0; }
    .wrap-teams .team .center img {
      margin-bottom: 20px;
      display: block; }
  .wrap-teams .team .right {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 23.02632%; }
    .wrap-teams .team .right:last-child {
      margin-right: 0; }
    .wrap-teams .team .right .title {
      color: #78797a;
      margin-bottom: 15px; }
    .wrap-teams .team .right h3 {
      font-size: 16px;
      color: black;
      margin-bottom: 5px;
      margin-top: 0;
      padding-top: 0; }
      .wrap-teams .team .right h3 a {
        color: inherit; }
        .wrap-teams .team .right h3 a:hover {
          color: #86c541; }
    .wrap-teams .team .right .upcoming-games .game {
      margin-bottom: 20px; }
    .wrap-teams .team .right .seating-plan {
      margin-top: 40px; }
      .wrap-teams .team .right .seating-plan img {
        border: 1px solid #e8e8e8;
        width: 100%;
        height: auto; }
  .wrap-teams .team:nth-child(even) {
    background: #fafafa; }

@media (max-width: 900px) {
  .wrap-teams .team .left {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 23.02632%; }
    .wrap-teams .team .left:last-child {
      margin-right: 0; }
  .wrap-teams .team .center {
    float: left;
    display: block;
    margin-right: 2.63158%;
    width: 74.34211%;
    margin-right: 0;
    padding-right: 0; }
    .wrap-teams .team .center:last-child {
      margin-right: 0; }
  .wrap-teams .team .right {
    width: 100%; }
    .wrap-teams .team .right .upcoming-games, .wrap-teams .team .right .seating-plan {
      float: left;
      display: block;
      margin-right: 18.18182%;
      width: 40.90909%;
      margin-top: 20px; }
      .wrap-teams .team .right .upcoming-games:last-child, .wrap-teams .team .right .seating-plan:last-child {
        margin-right: 0; }
    .wrap-teams .team .right .upcoming-games {
      padding-right: 30px; } }

@media (max-width: 700px) {
  .wrap-teams .team .left {
    width: 100%;
    padding-bottom: 20px; }
    .wrap-teams .team .left hr {
      display: none; }
    .wrap-teams .team .left img {
      float: left;
      width: 90px;
      height: auto; }
    .wrap-teams .team .left .btn {
      clear: right;
      width: 175px;
      float: right;
      margin-bottom: 5px; }
  .wrap-teams .team .center {
    width: 100%;
    padding: 0; }
  .wrap-teams .team .right {
    width: 100%; }
    .wrap-teams .team .right .upcoming-games, .wrap-teams .team .right .seating-plan {
      width: 100%; } }

/*
Photo Gallery
===================================== */
.photo-gallery figcaption {
  display: none; }

/*
Contact
===================================== */
.wrap-contact .contact-details h2, .wrap-contact .contact-details .job-listings .job .job-title, .job-listings .job .wrap-contact .contact-details .job-title {
  font-size: 38px; }

.wrap-contact .contact-details hr {
  margin: 40px 0; }

.contact-form-container ul {
  margin-left: -5px;
  margin-right: -5px; }

.contact-form-container li {
  width: 100%;
  float: left;
  padding: 5px;
  margin-bottom: 10px; }
  .contact-form-container li label {
    font-size: 14px; }

.contact-form-container li:last-child {
  width: 100%; }

.contact-form-container .validation_error {
  line-height: 1.5;
  background: #ef4a23;
  color: white;
  padding: 15px;
  margin-bottom: 15px; }

.contact-form-container .validation_message {
  line-height: 1;
  color: #ef4a23;
  font-size: 12px; }

@media (max-width: 768px) {
  .grid-col-1-2 {
    width: 100%;
    padding: 0; } }

/*
Careers
===================================== */
.job-listings .title {
  font-size: 34px;
  margin-bottom: 30px; }

.job-listings .job {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  margin: 20px 0; }
  .job-listings .job .job-title {
    margin: 0;
    padding: 10px 0; }
  .job-listings .job .location {
    padding: 10px 0; }
  .job-listings .job .details-toggle {
    padding: 10px 0;
    cursor: pointer; }

.job-listings .apply-now {
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin: 15px 0 30px 0; }

.why-work-at-lansdowne {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8; }

/*
Map
===================================== */
.wrap-map {
  padding-top: 40px;
  padding-bottom: 40px; }

.interactive-map {
  padding-top: 40px;
  padding-bottom: 40px;
  /* INTERACTIVE ELEMENTS */
  /* clickable elements */
  /* hovered elements */
  /* active elements */ }
  .interactive-map .mapplic-clickable:not(g),
  .interactive-map g.mapplic-clickable > * {
    opacity: 1 !important; }
  .interactive-map .mapplic-clickable:not(g):hover,
  .interactive-map g.mapplic-clickable:hover > * {
    opacity: 0.8 !important; }
  .interactive-map .mapplic-active,
  .interactive-map a.mapplic-active > path,
  .interactive-map g.mapplic-active > * {
    opacity: 0.6 !important; }

.select-level {
  display: block;
  margin: 0 0 25px 0;
  padding: 0; }
  .select-level::after {
    clear: both;
    content: "";
    display: table; }
  .select-level li a {
    width: 33.3333%;
    float: left;
    text-align: center;
    color: black;
    border: 1px solid #e8e8e8;
    padding: 15px 15px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; }
    .select-level li a:hover {
      background: #eee; }
    @media (max-width: 600px) {
      .select-level li a {
        width: 100%; } }
  .select-level li:nth-child(2) a {
    border-left: 0;
    border-right: 0; }
  .select-level li a.active {
    background: #292a28;
    color: white; }

.map-intro {
  font-size: 1.1rem;
  text-align: left;
  background: #f7f7f7;
  padding-top: 30px; }
  .map-intro .contain {
    max-width: 720px; }
    .map-intro .contain p {
      font-weight: 600; }

.interactive-map .mapplic-search-input {
  font-size: 16px;
  padding-left: 30px;
  margin: 0;
  line-height: 1; }

/*
Results
===================================== */
.search-results .search-result {
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8; }
  .search-results .search-result a {
    color: inherit; }
    .search-results .search-result a:hover {
      color: #86c541; }

/* 	
Color Coding
//events
$red: #ef4a23;

//eat
$blue: #00acc7;

//shopping
$purple: #ae95c6;

//play
$orange: #e17e25;

//map
$teal: #00aa8f;

//getting here
$pink: #c31b7e;

//action
$green: #86c541;

//border
$gray: #e8e8e8;

//dates
$dategray: #cecece;
===================================== */
body.red .wrap-pagetitle {
  background-color: #ef4a23; }

body.red .heading {
  color: #ef4a23; }
  body.red .heading i {
    color: #ef4a23; }

body.blue .wrap-pagetitle {
  background-color: #00acc7; }

body.blue .heading {
  color: #00acc7; }
  body.blue .heading i {
    color: #00acc7; }

body.purple .wrap-pagetitle {
  background-color: #ae95c6; }

body.purple .heading {
  color: #ae95c6; }
  body.purple .heading i {
    color: #ae95c6; }

body.orange .wrap-pagetitle {
  background-color: #e17e25; }

body.orange .heading {
  color: #e17e25; }
  body.orange .heading i {
    color: #e17e25; }

body.teal .wrap-pagetitle {
  background-color: #00aa8f; }

body.teal .heading {
  color: #00aa8f; }
  body.teal .heading i {
    color: #00aa8f; }

body.pink .wrap-pagetitle {
  background-color: #c31b7e; }

body.pink .heading {
  color: #c31b7e; }
  body.pink .heading i {
    color: #c31b7e; }

body.yellow .wrap-pagetitle {
  background-color: #fab613; }

body.yellow .heading {
  color: #fab613; }
  body.yellow .heading i {
    color: #fab613; }

/* =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 {
  max-width: 100% !important; }
  .wp-caption img {
    height: auto !important; }

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */ }


/* NEW CSS - JULY 2025 */
/* TEAM SECTION */

.header-new {
  width: 100%;
  padding: 1rem;
  
}

.header-flex-container-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #3baf29;
  margin: 0;
}

.action-link-new {
   margin-left: 1rem;
   flex-shrink: 0;
   text-decoration: none;
   
}

.action-button-new {
  background-color: #3baf29; /* Equivalent to bg-blue-500 */
  color: white;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition: background-color 200ms;
  text-transform: uppercase;
}

.action-button-new:hover {
  background-color: #2C841F;
}

.team-container-new {
  width: 100%;
}

.team-grid-wrapper-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.team-item-new {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 1 1 calc(32.333% - 1rem);
  box-sizing: border-box;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  overflow: visible; 
}


.team-item-new:hover {
  transform: scale(1.05);
}

.featured-team-image-container-new {
  position: relative;
  height: 14rem;
  width: 100%;
  background-color: #e2e8f0;
  border-radius: 16px;
}

.featured-image-new {
  border-radius: 16px;
  width: 100%;
  height: 100%;

}

.team-chip-new {
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px); /* Frosted glass effect for modern browsers */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 9999px; /* Pill shape */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-image-chip-new {
  width: 3rem;
  height: 3rem;
  margin-right: 0.75rem;
}

.team-name-chip-new {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
  margin: 0;
}

.events-container-new {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.events-grid-wrapper-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.event-flex-item-new {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}

.event-flex-item-new:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.event-flex-item-new .event-img-new {
  width: 100%;
  object-fit: fill;
  display: block;
  border-top-left-radius: 12px;
 border-top-right-radius: 12px
  transition: transform 0.3s ease;
}

.event-flex-item-new:hover .event-img-new {
  transform: scale(1.05);
}

.event-card-content-new {
  display: flex;
  padding: 24px;
  align-items: center;
}

.date-section-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 2px solid #f0f2f5;
  flex-shrink: 0;
}

.date-section-new .day-of-week-new {
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.date-section-new .month-new {
  font-size: 1rem;
  font-weight: 600;
  color: #d9534F;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.date-section-new .day-new {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.event-details-new {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-details-new .event-title-new {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

.event-details-new .event-info-new {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
}

.event-details-new .event-info-new svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media (max-width: 767px) {

  .team-grid-wrapper-new, .events-grid-wrapper-new {
    grid-template-columns: 1fr;
  }

  .event-card-content-new {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .date-section-new {
    flex-direction: row;
    border-right: none;
    border-bottom: 2px solid #f0f2f5;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%;
    align-items: center;
  }

  .date-section-new .day-new {
    font-size: 2rem;
  }

  .date-section-new .month-new {
    font-size: 0.9rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-left: 2px;
  }

  .date-section-new .day-of-week-new {
    font-size: 0.9rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .featured-team-image-container-new {
    height: 12rem;
  }

  .logo-image-chip-new {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }

  .team-chip-new {
    padding: 0.4rem 0.8rem 0.4rem 0.4rem;
  }

  .team-name-chip-new {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

  .pum-container .pum-content {
    height: 100%;
    padding: 0 !important;
  }