/*!
Theme Name: bamboomcr
Theme URI: https://www.bamboomanchester.uk/
Author: Bamboo Manchester
Author URI: https://www.bamboomanchester.uk
Description: WordPress Theme designed and developed by Bamboo Manchester
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bamboomcr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Navigation
# Bamboo Theme Styling

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/qqg3kmp.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables and Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#master-head {
  display: flex;
  justify-content: start;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 1.9rem 4% 1.7rem 4%;
  background-color: #ffffff;
}
@media screen and (max-width: 320px) {
  #master-head {
    align-items: inherit;
  }
}

.header-block-1 {
  flex: 1;
  text-align: left;
  transition: 0.2s ease-in-out;
  animation: fadeInSlideRight 2s;
}
.header-block-1 .custom-logo {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 196px;
  height: auto;
}
@media screen and (max-width: 320px) {
  .header-block-1 .custom-logo {
    max-width: 140px;
  }
}
.header-block-2 {
  display: none;
  position: relative;
  transition: 0.2s ease-in-out;
  animation: fadeInSlideLeft 1s;
}
@media screen and (max-width: 1111px) {
  .header-block-2 {
    display: inherit;
    flex: 1;
  }
  .header-block-2 #burger-container {
    position: absolute;
    top: -0.6rem;
    right: 0;
    width: 28px;
    background: none;
    border: none;
    transition: 0.2s ease-in-out;
    animation: fadeInSlideLeft 2s;
  }
}
@media screen and (max-width: 1111px) and (max-width: 320px) {
  .header-block-2 #burger-container {
    top: 2.3rem;
  }
}
@media screen and (max-width: 1111px) {
  .header-block-2 #burger-container:hover #burger span:nth-child(2) {
    width: 28px;
    right: 0;
  }
  .header-block-2 #burger {
    cursor: pointer;
    display: block;
  }
  .header-block-2 #burger span {
    background: #18294c;
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.4s;
  }
  .header-block-2 #burger span:nth-child(2) {
    background: #18294c;
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    top: 0;
    right: -10px;
    transition: all ease-in-out 0.4s;
  }
  .header-block-2 #burger-container.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .header-block-2 #burger-container.open span:nth-child(3) {
    transform: rotate(45deg);
    top: -5px;
  }
  .header-block-2 #burger-container.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 5px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  flex: 2.2;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: right;
  position: relative;
  z-index: 30;
  transition: 0.2s ease-in-out;
  animation: fadeInSlideLeft 1s;
}
.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  animation-duration: 0.6s;
}
@media screen and (max-width: 833px) {
  .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
}
.main-navigation ul li {
  margin-bottom: 0;
}
.main-navigation ul li:last-child a {
  color: #ffffff;
  background-color: #f7a900;
  border-radius: 50px;
  margin-top: -6px;
  padding: 1.3rem 2.8rem;
}
.main-navigation ul li:last-child a:hover {
  background-color: #18294c;
  color: #ffffff;
  transition-duration: 0.8s;
  transition-property: #ffffff, #18294c;
}
.main-navigation ul li:last-child a:hover::before, .main-navigation ul li:last-child a:hover:focus:before, .main-navigation ul li:last-child a:hover:active:before {
  right: 100%;
}
.main-navigation ul li a {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5rem 0.2rem;
  color: #18294c;
  display: block;
  white-space: nowrap;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.main-navigation ul li a:hover:before, .main-navigation ul li a:focus:before, .main-navigation ul li a:active:before {
  right: 0;
}
.main-navigation ul li a[href^="tel:"] {
  background-color: #18294c;
  border-radius: 3px;
  margin-top: -6px;
  padding: 1rem 1.8rem;
}
.main-navigation ul li a[href^="tel:"]:hover {
  background-color: #ffffff;
  color: #18294c;
  transition-duration: 1.8s;
  transition-property: #ffffff, #18294c;
}
.main-navigation ul li a[href^="tel:"]:hover::before, .main-navigation ul li a[href^="tel:"]:hover:focus:before, .main-navigation ul li a[href^="tel:"]:hover:active:before {
  right: 100%;
}
.main-navigation ul li a:hover {
  color: #f7a900;
}
.main-navigation ul li ul.children, .main-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  width: inherit;
  margin-top: 0;
  margin-left: -2rem;
}
.main-navigation ul li ul.children li, .main-navigation ul li ul.sub-menu li {
  width: 100%;
}
.main-navigation ul li ul.children li a, .main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  padding: 1.4rem 2.4rem;
  font-size: 1.5rem;
  display: block;
  background: #18294c;
  text-align: left;
  white-space: pre-wrap;
  border-bottom: none;
}
.main-navigation ul li ul.children li a:hover, .main-navigation ul li ul.sub-menu li a:hover {
  border-bottom: none;
  color: #ffffff;
  background-color: #f7a900;
  transition-duration: 0.4s;
  cursor: pointer !important;
}
.main-navigation ul li ul.children li a:hover::before, .main-navigation ul li ul.sub-menu li a:hover::before {
  display: none;
}
.main-navigation ul li ul.children li:last-of-type a, .main-navigation ul li ul.sub-menu li:last-of-type a {
  border-radius: 0;
}
.main-navigation ul li.call-us-nav a {
  cursor: default;
}
.main-navigation ul li.call-us-nav a span {
  border-bottom: 2px solid #2b6fbd;
  cursor: pointer;
  padding: 0 0.3rem 0 0;
}
.main-navigation ul li.call-us-nav a span:hover {
  cursor: pointer;
  color: #2b6fbd;
  border-bottom: 2px solid #f7a900;
}
.main-navigation ul li.call-us-nav a[href^="tel:"] {
  background-color: white !important;
  color: #18294c !important;
}
@media screen and (max-width: 1111px) {
  .main-navigation {
    display: none;
  }
}

.mobile-navigation {
  position: fixed;
  background-color: #18294c;
  height: 100vh;
  width: 100%;
  max-width: 420px;
  right: -420px;
  top: 0;
  padding-top: 12rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  z-index: 910;
}
.mobile-navigation ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
}
.mobile-navigation ul li {
  display: block;
  text-align: left;
}
.mobile-navigation ul li a {
  display: block;
  width: 100%;
  padding-top: 1.6rem;
  padding-right: 5%;
  padding-bottom: 1.6rem;
  padding-left: 15%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: 0.55s ease-in;
}
.mobile-navigation ul li a:hover {
  color: #18294c;
  background-color: #ffffff;
}
.mobile-navigation ul li.call-us-nav {
  display: none;
}
@media screen and (min-width: 1112px) {
  .mobile-navigation {
    display: none;
  }
}

.main-navigation.active, .mobile-navigation.active {
  visibility: visible;
  pointer-events: inherit;
  transition: 0.5s all ease-in-out;
  opacity: 1;
  right: 0;
}

.hide-mobile-navigation {
  transform: translateX(200%);
}

#mobile-trigger {
  position: absolute;
  top: 70px;
}

/*--------------------------------------------------------------
# Mobile CTA Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce, footer#master-footer .scroll-to-top:hover span i {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes reverse-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes reverse-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.reverse-pulse, .header-block-1 a:hover img.custom-logo {
  -webkit-animation-name: reverse-pulse;
  animation-name: reverse-pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, footer#master-footer .scroll-to-top:hover span i.flip, footer#master-footer .flip.scroll-to-top:hover, .header-block-1 a:hover img.flip.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.flip.sub-menu {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated, footer#master-footer .scroll-to-top:hover span i, footer#master-footer .scroll-to-top:hover, .header-block-1 a:hover img.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, footer#master-footer .scroll-to-top:hover span i.infinite, footer#master-footer .infinite.scroll-to-top:hover, .header-block-1 a:hover img.infinite.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.infinite.sub-menu {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s, footer#master-footer .scroll-to-top:hover span i.delay-1s, footer#master-footer .delay-1s.scroll-to-top:hover, .header-block-1 a:hover img.delay-1s.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.delay-1s.sub-menu {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s, footer#master-footer .scroll-to-top:hover span i.delay-2s, footer#master-footer .delay-2s.scroll-to-top:hover, .header-block-1 a:hover img.delay-2s.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.delay-2s.sub-menu {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s, footer#master-footer .scroll-to-top:hover span i.delay-3s, footer#master-footer .delay-3s.scroll-to-top:hover, .header-block-1 a:hover img.delay-3s.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.delay-3s.sub-menu {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s, footer#master-footer .scroll-to-top:hover span i.delay-4s, footer#master-footer .delay-4s.scroll-to-top:hover, .header-block-1 a:hover img.delay-4s.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.delay-4s.sub-menu {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s, footer#master-footer .scroll-to-top:hover span i.delay-5s, footer#master-footer .delay-5s.scroll-to-top:hover, .header-block-1 a:hover img.delay-5s.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.delay-5s.sub-menu {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast, footer#master-footer .scroll-to-top:hover span i.fast, footer#master-footer .fast.scroll-to-top:hover, .header-block-1 a:hover img.fast.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.fast.sub-menu {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster, footer#master-footer .scroll-to-top:hover span i.faster, footer#master-footer .faster.scroll-to-top:hover, .header-block-1 a:hover img.faster.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.faster.sub-menu {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow, footer#master-footer .scroll-to-top:hover span i.slow, footer#master-footer .slow.scroll-to-top:hover, .header-block-1 a:hover img.slow.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.slow.sub-menu {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower, footer#master-footer .scroll-to-top:hover span i.slower, footer#master-footer .slower.scroll-to-top:hover, .header-block-1 a:hover img.slower.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.slower.sub-menu {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated, footer#master-footer .scroll-to-top:hover span i, footer#master-footer .scroll-to-top:hover, .header-block-1 a:hover img.custom-logo, .main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*--------------------------------------------------------------
# Bamboo Theme Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Definitions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

p:empty {
  display: none;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #18294c;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 6rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6em;
  margin: 0 0 4rem 0;
  padding: 0;
}
p a:hover {
  color: #18294c;
  transition: 0.2s ease-in-out;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
dl {
  list-style-position: outside;
  margin: 2rem 3rem 3rem 3rem;
}
ul li,
ol li,
dl li {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

p + h6 {
  font-weight: 700;
  margin-top: 6rem;
}

.wp-block-pullquote {
  width: 280px !important;
  background-color: #18294c !important;
  display: block;
  margin: 5rem 5rem 2rem 5rem;
  padding: 0;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 0;
}
.wp-block-pullquote.alignright {
  float: right;
  margin: 4rem 10% 4rem 4rem !important;
}
.wp-block-pullquote.alignleft {
  float: left;
  margin: 4rem 4rem 4rem 10% !important;
}
.wp-block-pullquote blockquote {
  color: #ffffff;
}
.wp-block-pullquote blockquote a {
  color: #f7a900;
}

.wp-block-button {
  margin-bottom: 4rem;
}
.wp-block-button a {
  color: inherit;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.1rem 5rem;
  background-color: #18294c;
  border: 1px solid;
  transition: 0.2s ease-in-out;
}
.wp-block-button a:hover {
  color: #ffffff;
  border-color: #f7a900;
  background-color: #f7a900;
}

.wp-block-button.alternate-button a {
  color: inherit;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.1rem 5rem;
  background-color: #f7a900;
  border: 1px solid;
  transition: 0.2s ease-in-out;
}
.wp-block-button.alternate-button a:hover {
  color: #ffffff;
  border-color: #18294c;
  background-color: #18294c;
}

.wp-block-button + .alignfull {
  margin-top: 8rem;
}

a.button {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1.1rem 5rem;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: 0.2s ease-in-out;
}
a.button:hover {
  color: #ffffff;
  border-color: #f7a900;
  background-color: #f7a900;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body section h1 {
  font-size: 4.2rem;
}
body section h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
}
body section h3,
body section h4 {
  font-size: 2.4rem;
}
body section h5,
body section h6 {
  font-size: 2rem;
}
body section ul li a {
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
  position: relative;
}
body section ul li a:hover {
  color: #18294c;
  border-bottom: 1px solid transparent;
}
body section ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #18294c;
  height: 1px;
  transition-property: right;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
body section ul li a:hover:before, body section ul li a:focus:before, body section ul li a:active:before {
  right: 0;
  color: #18294c;
}
body section p + .wp-block-columns:not(.product-columns) {
  margin-top: 5%;
  justify-content: space-between;
}
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h1,
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h2,
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h3,
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h4,
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h5,
body section p + .wp-block-columns:not(.product-columns) .wp-block-column h6 {
  font-size: 1.7rem;
  color: #18294c;
  margin-bottom: 2rem;
}

body.page-template-narrow-content section > *:not(.alignfull):not(.alignwide):not(.wpcf7) {
  width: calc(100% - 70px);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-narrow-content .banner:first-of-type {
  margin-bottom: 5rem;
}
body.page-template-narrow-content .banner:first-of-type + p a {
  font-weight: inherit;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
body.page-template-narrow-content .banner:first-of-type + p a:hover {
  border-bottom: 1px solid #f7a900;
  color: #f7a900;
}
body.page-template-narrow-content .banner:first-of-type + p a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  transition-property: right;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
body.page-template-narrow-content .banner:first-of-type + p a:hover:before, body.page-template-narrow-content .banner:first-of-type + p a:focus:before, body.page-template-narrow-content .banner:first-of-type + p a:active:before {
  right: 0;
  color: #ffffff;
}
body.page-template-narrow-content .banner:first-of-type .wp-block-cover__inner-container {
  max-width: 840px !important;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Additional classes
--------------------------------------------------------------*/
.title-link {
  margin-bottom: 2rem;
}
.title-link a {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.title-link a:hover {
  border-bottom: 1px solid #ffffff;
}
.title-link a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #18294c;
  height: 4px;
  transition-property: right;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.title-link a:hover:before, .title-link a:focus:before, .title-link a:active:before {
  right: 0;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes fadeInSlideLeft {
  /* You could think of as "step 1" */
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  /* You could think of as "step 2" */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInSlideRight {
  /* You could think of as "step 1" */
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  /* You could think of as "step 2" */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# Gutenberg Block Styles
--------------------------------------------------------------*/
.alignwide {
  width: calc(100% - 70px);
  max-width: 1130px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}

p + .alignfull:not(.services) {
  margin-top: 12rem;
}

.alignfull {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  max-width: calc(100% - 26px);
  width: calc(100% - 26px);
  height: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: #18294c;
}

.wp-block-cover {
  background-color: #18294c;
  min-height: 66vh;
  height: 100%;
  align-items: flex-end;
}

.wp-block-cover__inner-container {
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-end;
  padding-bottom: 4%;
}
.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container h3,
.wp-block-cover__inner-container h4,
.wp-block-cover__inner-container h5,
.wp-block-cover__inner-container h6 {
  font-size: 4.2rem;
  line-height: 1.1em;
  max-width: 480px;
  margin-bottom: 3rem;
  padding: 0;
}
@media screen and (max-width: 833px) {
  .wp-block-cover__inner-container h1,
  .wp-block-cover__inner-container h2,
  .wp-block-cover__inner-container h3,
  .wp-block-cover__inner-container h4,
  .wp-block-cover__inner-container h5,
  .wp-block-cover__inner-container h6 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 414px) {
  .wp-block-cover__inner-container h1,
  .wp-block-cover__inner-container h2,
  .wp-block-cover__inner-container h3,
  .wp-block-cover__inner-container h4,
  .wp-block-cover__inner-container h5,
  .wp-block-cover__inner-container h6 {
    font-size: 3rem;
  }
}
.wp-block-cover__inner-container p {
  max-width: 480px;
}
.wp-block-cover__inner-container .wp-block-button a {
  color: inherit;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.1rem 5rem;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  transition: 0.2s ease-in-out;
}
.wp-block-cover__inner-container .wp-block-button a:hover {
  color: #ffffff;
  border-color: #f7a900;
  background-color: #f7a900 !important;
}

.wp-block-columns {
  margin-bottom: 13px;
}
.wp-block-columns .wp-block-column {
  margin: 0;
}
.wp-block-columns .wp-block-column .wp-block-cover__inner-container {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 6%;
  align-items: flex-end;
}
.wp-block-columns .wp-block-column .wp-block-cover__inner-container .wp-block-image {
  margin-top: 6rem;
}
.wp-block-columns .wp-block-column .wp-block-button a {
  color: inherit;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.1rem 5rem;
  background-color: transparent;
  border: 1px solid;
  transition: 0.2s ease-in-out;
}
.wp-block-columns .wp-block-column .wp-block-button a:hover {
  color: #ffffff;
  border-color: #f7a900;
  background-color: #f7a900;
}

table,
table.product-data {
  border-collapse: collapse;
  margin: 4rem 0 3rem 0;
}
table tr,
table.product-data tr {
  margin: 0;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f5f5f1;
}
table th,
table.product-data th {
  color: #18294c;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background-color: white;
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 1.4rem 1.4rem;
}
table td,
table.product-data td {
  padding: 1.4rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.product-info .wp-block-column {
  padding: 1.4rem 1.4rem;
}
.product-info h1,
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
  font-size: 1.3rem;
  color: #18294c;
  font-weight: 700;
  text-transform: uppercase;
}
.product-info p {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
/*--------------------------------------------------------------
# Gutenberg Product  Columns
--------------------------------------------------------------*/
.product-columns {
  background-color: #18294c;
  min-height: 60vh;
}
.product-columns .wp-block-column {
  position: relative;
}
@media (min-width: 600px) {
  .product-columns .wp-block-column:first-of-type {
    flex-basis: calc(60% - 16px);
    flex-grow: 0;
  }
}
.product-columns .wp-block-column:first-of-type .wp-block-cover {
  background-color: transparent;
  padding-bottom: 0;
}
.product-columns .wp-block-column:last-of-type {
  padding: 6% 4% 6% 4%;
}
.product-columns .wp-block-column:last-of-type h1,
.product-columns .wp-block-column:last-of-type h2 {
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.1em;
  margin-bottom: 2rem;
}
.product-columns .wp-block-column:last-of-type h3,
.product-columns .wp-block-column:last-of-type h4,
.product-columns .wp-block-column:last-of-type h5,
.product-columns .wp-block-column:last-of-type h6 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.1em;
  margin-bottom: 2rem;
}
.product-columns .wp-block-column:last-of-type p {
  color: #ffffff;
}
.product-columns .wp-block-column:last-of-type p a {
  color: #ffffff;
}
.product-columns .wp-block-column:last-of-type p a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
.product-columns .wp-block-column:last-of-type ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 6rem 0;
  padding: 0;
}
.product-columns .wp-block-column:last-of-type ul li {
  font-size: 1.9rem;
  color: #ffffff;
}
.product-columns .wp-block-column:last-of-type ul li a {
  border-bottom: 1px solid #18294c !important;
  transition: 0.2s ease-in-out;
}
.product-columns .wp-block-column:last-of-type ul li a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
.product-columns .wp-block-column:last-of-type .wp-block-button a:hover {
  color: #ffffff !important;
  border-color: #18294c !important;
  background-color: #f7a900 !important;
}
@media screen and (max-width: 833px) {
  .product-columns .wp-block-column:last-of-type {
    padding: 11% 11% 6% 38px;
  }
}

@media (min-width: 600px) {
  .product-columns .wp-block-column:first-of-type {
    flex-basis: calc(50% - 16px);
  }
}
/*--------------------------------------------------------------
# Add service link - example: Sharia Law
--------------------------------------------------------------*/
.service-columns {
  background-color: #18294c;
  min-height: 70vh;
  overflow: hidden;
}
@media screen and (max-width: 833px) {
  .service-columns {
    min-height: 30vh;
  }
}
.service-columns .wp-block-column {
  position: relative;
}
.service-columns .wp-block-column .wp-block-cover,
.service-columns .wp-block-column .wp-block-cover-image {
  margin-bottom: 0;
}
.service-columns .wp-block-column:first-of-type {
  padding: 6% 4% 0 4%;
  align-items: flex-end;
}
@media (min-width: 600px) {
  .service-columns .wp-block-column:first-of-type {
    flex-basis: 100%;
  }
}
.service-columns .wp-block-column:first-of-type h1,
.service-columns .wp-block-column:first-of-type h2 {
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.1em;
  margin-bottom: 2rem;
  padding-top: 32%;
}
.service-columns .wp-block-column:first-of-type h3,
.service-columns .wp-block-column:first-of-type h4,
.service-columns .wp-block-column:first-of-type h5,
.service-columns .wp-block-column:first-of-type h6 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.1em;
  margin-bottom: 2rem;
}
.service-columns .wp-block-column:first-of-type p {
  color: #ffffff;
}
.service-columns .wp-block-column:first-of-type p a {
  color: #ffffff;
}
.service-columns .wp-block-column:first-of-type p a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.service-columns .wp-block-column:first-of-type ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 6rem 0;
  padding: 0;
}
.service-columns .wp-block-column:first-of-type ul li {
  font-size: 1.9rem;
  color: #ffffff;
}
.service-columns .wp-block-column:first-of-type ul li a {
  border-bottom: 1px solid #f7a900;
  transition: 0.2s ease-in-out;
}
.service-columns .wp-block-column:first-of-type ul li a:hover {
  color: #18294c;
  border-bottom: 1px solid #18294c;
}
@media (min-width: 768px) {
  .service-columns .wp-block-column:last-of-type {
    flex-basis: calc(90% - 16px);
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .service-columns .wp-block-column:last-of-type {
    display: none;
  }
}
.service-columns .wp-block-column:last-of-type .wp-block-cover {
  background-color: transparent;
}

@media (min-width: 600px) {
  .product-columns .wp-block-column:first-of-type {
    flex-basis: calc(50% - 16px);
  }
}
/*--------------------------------------------------------------
# Service CTA Block
--------------------------------------------------------------*/
.service-cta {
  background-color: #f7a900;
  min-height: 90vh;
}
.service-cta .wp-block-column {
  position: relative;
}
.service-cta .wp-block-column:first-of-type {
  padding: 6% 4% 0 4%;
}
@media screen and (max-width: 833px) {
  .service-cta .wp-block-column:first-of-type {
    padding: 11% 11% 6% 38px;
  }
}
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container {
  padding-bottom: 6%;
}
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h1,
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h2,
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h3 {
  font-size: 3.2rem;
  color: #ffffff;
}
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h4,
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h5,
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container h6 {
  font-size: 2.4rem;
  color: #ffffff;
}
.service-cta .wp-block-column:first-of-type .wp-block-group .wp-block-group__inner-container p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}
.service-cta .wp-block-column:last-of-type {
  padding: 6% 4% 6% 4%;
  background-color: #f5f5f1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
h2 + .wpcf7 {
  margin-top: 8rem;
}

form {
  background-color: #f5f5f1;
  padding: 2% 2%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  max-width: calc(100% - 26px);
  width: calc(100% - 26px);
}
form .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
form .wp-block-columns .wp-block-column {
  padding: 4rem 4rem 0 4rem;
  margin: 0;
}
form p,
form label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  background-color: #ffffff;
  border: none;
  padding: 1rem 1rem;
  width: 100%;
}
form .wpcf7-list-item {
  padding: 1rem 0 0 0;
}
form .wpcf7-list-item label {
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 600;
}
form .wpcf7-list-item label:hover {
  cursor: pointer;
}
form input[type=submit] {
  background-color: #18294c;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 1.4rem 4rem;
  float: right;
  transition: 0.2s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #f7a900;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Gutenberg Recent Posts Widget Block
--------------------------------------------------------------*/
time, ul.wp-block-latest-posts.columns-3 li time {
  font-size: 1.5rem;
  color: #f7a900;
  margin-bottom: 26px;
  display: block;
}

.wp-block-latest-posts__list {
  margin-bottom: 0;
}

ul.wp-block-latest-posts.columns-3 li {
  width: calc(33.333333% - 13px);
  margin: 0 13px 13px 0;
  background-color: #f5f5f1;
  padding: 5rem;
  color: #18294c;
}
ul.wp-block-latest-posts.columns-3 li:last-child {
  margin-right: 0 !important;
  width: 33.333333%;
}
@media screen and (max-width: 1111px) {
  ul.wp-block-latest-posts.columns-3 li {
    width: 100%;
    margin-right: 0;
  }
  ul.wp-block-latest-posts.columns-3 li:last-child {
    width: 100%;
  }
}
ul.wp-block-latest-posts.columns-3 li a {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 13px;
  display: block;
}
ul.wp-block-latest-posts.columns-3 li a:hover {
  color: #f7a900;
}
ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt {
  font-size: 1.5rem;
  line-height: 1.6em;
}
ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin-top: 1rem;
  display: inline-block;
}
ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a:hover {
  color: #18294c;
  border-bottom: 1px solid #18294c;
}
ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #18294c;
  height: 1px;
  transition-property: right;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a:hover:before, ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a:focus:before, ul.wp-block-latest-posts.columns-3 li .wp-block-latest-posts__post-excerpt a:active:before {
  right: 0;
  color: #18294c;
}

/*--------------------------------------------------------------
# News / Posts
--------------------------------------------------------------*/
body.single-post .banner:first-of-type .wp-block-cover__inner-container {
  max-width: 840px !important;
  margin: 0 auto;
}
body.single-post .article {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: #f5f5f1;
  padding: 4rem 3rem 4rem 3rem;
}
body.single-post .article > *:not(.alignfull) {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

ul.paging {
  list-style-type: none;
}
ul.paging li:first-of-type {
  display: inline-block;
}
ul.paging li:last-of-type {
  display: inline-block;
  margin-left: 4rem;
}

body.blog h1 {
  font-size: 3.2rem;
}
body.blog h1:first-child {
  padding-top: 13rem;
  margin-left: 6rem;
}

.packages {
  margin-top: 6rem !important;
}
.packages .wp-block-group__inner-container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 1.3rem;
}
.packages .wp-block-group__inner-container .wp-block-group {
  background-color: #f5f5f1;
  padding: 4rem 4rem;
}
.packages .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  display: block;
  width: 100%;
}
.packages .wp-block-group__inner-container .wp-block-group .wp-block-group {
  display: block;
  padding: 0;
}

/*--------------------------------------------------------------
# Banneridge - testing wordpress blocks no ACF
--------------------------------------------------------------*/
.banneridge {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
  grid-gap: 1.3rem;
}
.banneridge h1 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 4rem;
}
.banneridge:first-child {
  padding-top: 104px;
}
.banneridge.alignwide {
  background: #18294c;
}
.banneridge.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}
.banneridge .banner-one .content-block a {
  border-radius: 99;
}
.banneridge .wp-block-column .block-one {
  flex: 3;
  margin-right: 13px !important;
}
.banneridge .wp-block-column .block-one .banner-one {
  display: flex;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  padding: 7rem 7rem;
  color: white;
  background-color: #18294c;
  align-items: flex-end;
}
.banneridge .wp-block-column .block-one .banner-one::before {
  position: absolute;
  content: "";
  background-color: black;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banneridge .wp-block-column .block-one .banner-one > * {
  max-width: 520px;
  z-index: 1;
}
.banneridge .wp-block-column .block-two {
  flex: 2;
}
.banneridge .wp-block-column .block-two .banner-two {
  padding: 7% 7% 7% 38px;
  margin-bottom: 13px;
  background-color: #18294c;
  flex-basis: 100%;
}
.banneridge .wp-block-column .block-two .banner-two h1,
.banneridge .wp-block-column .block-two .banner-two h2,
.banneridge .wp-block-column .block-two .banner-two h3,
.banneridge .wp-block-column .block-two .banner-two h4,
.banneridge .wp-block-column .block-two .banner-two h5,
.banneridge .wp-block-column .block-two .banner-two h6,
.banneridge .wp-block-column .block-two .banner-two p strong,
.banneridge .wp-block-column .block-two .banner-two p a strong {
  color: white;
  font-size: 3.8rem;
  line-height: 1.1em;
}
.banneridge .wp-block-column .block-two .banner-two p {
  color: white;
  font-size: 1.8rem;
  line-height: 1.3em;
  max-width: 84%;
  margin-bottom: 2rem;
}
.banneridge .wp-block-column .block-two .banner-two p:first-child {
  padding-top: 4rem;
}
.banneridge .wp-block-column .block-two .banner-three {
  padding: 7% 7% 7% 38px;
  background-color: #f7a902;
}
.banneridge .wp-block-column .block-two .banner-three img {
  margin-top: 2rem;
  float: left;
  width: 140px;
  border-radius: 50%;
  border: 8px solid white;
  margin-right: 2rem;
}
@media screen and (max-width: 504px) {
  .banneridge .wp-block-column .block-two .banner-three img {
    margin-top: 0;
  }
}
.banneridge .wp-block-column .block-two .banner-three h1,
.banneridge .wp-block-column .block-two .banner-three h2,
.banneridge .wp-block-column .block-two .banner-three h3,
.banneridge .wp-block-column .block-two .banner-three h4,
.banneridge .wp-block-column .block-two .banner-three h5,
.banneridge .wp-block-column .block-two .banner-three h6,
.banneridge .wp-block-column .block-two .banner-three p strong,
.banneridge .wp-block-column .block-two .banner-three p a strong {
  color: #ffffff;
  font-size: 2.8rem;
}
@media screen and (max-width: 504px) {
  .banneridge .wp-block-column .block-two .banner-three h1,
  .banneridge .wp-block-column .block-two .banner-three h2,
  .banneridge .wp-block-column .block-two .banner-three h3,
  .banneridge .wp-block-column .block-two .banner-three h4,
  .banneridge .wp-block-column .block-two .banner-three h5,
  .banneridge .wp-block-column .block-two .banner-three h6,
  .banneridge .wp-block-column .block-two .banner-three p strong,
  .banneridge .wp-block-column .block-two .banner-three p a strong {
    float: left;
  }
}
.banneridge .wp-block-column .block-two .banner-three p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3em;
  max-width: 84%;
  margin-bottom: 2rem;
}
.banneridge .wp-block-column .block-two .banner-three p:first-child {
  padding-top: 4rem;
}
.banneridge .wp-block-column .block-two .banner-three a {
  color: pink;
}
.banneridge .wp-block-column .block-two .banner-three a:hover {
  color: pink;
}
@media screen and (max-width: 504px) {
  .banneridge .wp-block-column .block-two .banner-three a {
    float: left;
  }
}
@media screen and (max-width: 1334px) {
  .banneridge .block-one {
    display: flex;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .banneridge .block-one .banner-one {
    flex: 1;
    min-height: 70vh;
  }
  .banneridge .block-two {
    display: flex;
    flex: 1 100%;
  }
  .banneridge .block-two .banner-two {
    flex: 1;
    padding: 4rem 4rem 4rem 4rem;
    margin-bottom: 0;
    margin-right: 13px;
  }
  .banneridge .block-two .banner-three {
    flex: 1;
    padding: 4rem 3rem 4rem 3rem;
  }
}
@media screen and (max-width: 833px) {
  .banneridge .block-one .banner-one {
    padding: 3rem 4rem 4rem 4rem;
  }
  .banneridge .block-two {
    flex-wrap: wrap;
  }
  .banneridge .block-two .banner-two {
    flex: 1 100%;
    padding: 3rem 4rem 4rem 4rem;
    margin-bottom: 13px;
    margin-right: 0;
  }
  .banneridge .block-two .banner-three {
    flex: 1 100%;
    padding: 4rem 4rem 4rem 4rem;
  }
}
@media screen and (max-width: 747px) {
  .banneridge .block-one {
    display: flex;
    flex: 1 100%;
  }
  .banneridge .block-one .banner-one {
    flex: 1;
    min-height: 80vh;
    background-position-x: right;
  }
  .banneridge .block-one .banner-one h1,
  .banneridge .block-one .banner-one h2,
  .banneridge .block-one .banner-one h3,
  .banneridge .block-one .banner-one h4,
  .banneridge .block-one .banner-one h5,
  .banneridge .block-one .banner-one h6 {
    color: #ffffff;
    display: block;
    width: 100%;
  }
}

.offices {
  margin-bottom: 1.3rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}
.offices .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.3rem;
}
@media screen and (max-width: 694px) {
  .offices .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.offices .wp-block-group__inner-container .office-block {
  background-color: #f7a900;
  color: #ffffff;
}
.offices .wp-block-group__inner-container .office-block h1:first-of-type, .offices .wp-block-group__inner-container .office-block h2:first-of-type, .offices .wp-block-group__inner-container .office-block h3:first-of-type, .offices .wp-block-group__inner-container .office-block h4:first-of-type, .offices .wp-block-group__inner-container .office-block h5:first-of-type, .offices .wp-block-group__inner-container .office-block h6:first-of-type {
  padding-top: 3rem;
}
.offices .wp-block-group__inner-container .office-block h1, .offices .wp-block-group__inner-container .office-block h2, .offices .wp-block-group__inner-container .office-block h3, .offices .wp-block-group__inner-container .office-block h4, .offices .wp-block-group__inner-container .office-block h5, .offices .wp-block-group__inner-container .office-block h6 {
  color: #ffffff;
  display: block;
  width: 100%;
}
.offices .wp-block-group__inner-container .office-block a {
  border-bottom: 1px solid #f7a900;
  transition: 0.2s ease-in-out;
}
.offices .wp-block-group__inner-container .office-block a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.offices .wp-block-group__inner-container .office-block .wp-block-media-text__content .office-logo figure > img {
  position: relative !important;
  width: 87px !important;
  height: 87px !important;
  clip: unset !important;
  margin-top: 2rem;
}

.wp-block-columns.alignfull .wp-block-column {
  flex-basis: 50% !important;
}
@media screen and (max-width: 747px) {
  .wp-block-columns.alignfull .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 1em) !important;
  }
}
.help-list ul {
  margin-left: 0;
  padding-left: 2rem;
}

/* Meet The Team */
.team-user, .team-user img {
  border-radius: var(--rounding);
}

.team-user figure {
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
}

.team-user > *:not(figure) {
  padding: 0 10px 0 10px;
}

.team-user h6 {
  margin-bottom: 0 !important;
}

.team-user h6 + p {
  font-size: 14px !important;
  line-height: 1.45em !important;
  margin-bottom: 1rem !important;
}

.team-user p + p {
  font-size: 14px;
  line-height: 1.45em !important;
}

.team-user .wp-block-button a {
  padding: 1rem 2rem !important;
}

@media screen and (max-width: 1024px) {
  .team-block {
    gap: 2rem !important;
  }
  .team-user {
    margin-bottom: 2rem !important;
  }
}
p.meettheteamlink {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

p.meettheteamlink a:hover {
  color: #f7a902;
}

/**/
ul.wp-block-latest-posts img {
  width: 100%;
  height: 300px;
  margin-bottom: 2rem;
  object-fit: cover !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#master-footer {
  position: relative;
  background-color: #18294c;
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 9% 5% 11% 5%;
  width: calc(100% - 26px);
}
footer#master-footer nav {
  max-width: 1130px;
  margin: 0 auto 10% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 414px) {
  footer#master-footer nav {
    flex-wrap: wrap-reverse;
  }
}
footer#master-footer nav div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 833px) {
  footer#master-footer nav div {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  footer#master-footer nav div {
    width: 30%;
  }
}
footer#master-footer nav h6 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 2.8rem;
}
footer#master-footer nav ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}
footer#master-footer nav ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
footer#master-footer nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 1px;
  transition-property: right;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
footer#master-footer nav ul li a:hover:before, footer#master-footer nav ul li a:focus:before, footer#master-footer nav ul li a:active:before {
  right: 0;
}
footer#master-footer nav #menu-social {
  display: flex;
  justify-content: space-between;
}
footer#master-footer nav #menu-social li {
  margin-right: 2rem;
}
footer#master-footer p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 1130px;
  margin: 0 auto;
  line-height: 1.7em;
}
footer#master-footer p a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
footer#master-footer p a:hover {
  border-bottom: 1px solid #ffffff;
}
footer#master-footer .scroll-to-top {
  text-align: center;
  color: #ffffff;
  background-color: aqua;
  position: absolute;
  bottom: 6.9rem;
  right: 0;
  width: 80px;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 2rem;
  transition: 0.2s ease-in-out;
}
footer#master-footer .scroll-to-top:hover {
  background-color: #18294c;
}
footer#master-footer .scroll-to-top span {
  display: block;
  clear: both;
  width: 80px;
  height: 70px;
  padding-top: 1.8rem;
  margin-top: 1rem;
  background-color: #18294c;
}
footer#master-footer .scroll-to-top span i {
  font-size: 3rem;
  color: #ffffff;
}
.accreditations {
  justify-content: center;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1.3rem;
}
.accreditations div {
  background-color: #ffffff;
}
.translate {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  margin-bottom: 1.3rem;
}
.translate a {
  margin: 0 1rem;
}
