/*
	Theme Name:	Kandor
	Description: This is the Kandor Theme created for the Genesis Framework, based upon Showcase Pro.
	Author: The Marketing Squad
	Author URI: http://www.themarketingsquad.com

	Version: 1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 900;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sui-wrap {
  display: none;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


/* Utility
 * ========================================================================== */

.mobile-hide {
  visibility: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  display: none;
}

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

@media only screen and (min-width: 800px) {
  .mobile-hide {
    visibility: visible;
    position: relative;
    display: inherit;
  }

  .mobile-show {
    visibility: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
  }
}

/* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
}

body {
  color: #231f20;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.page-template:not(.home) .site-inner ul,
.page-template:not(.home) .site-inner ol {
  margin: 0 0 1.625em;
}

.page-template:not(.home) .site-inner ul li,
.page-template:not(.home) .site-inner ol li {
  list-style: disc;
  margin-bottom: 10px;
}

.site-inner ol li {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  font-weight: 900;
}

/* Display */

h1,
.content .entry-title,
.site-title {
  font-size: 4rem;
  line-height: 1.2;
}

@media only screen and (min-width: 800px) {
  h1,
  .content .entry-title {
    font-size: 4rem;
  }
}

/* Headline */

h2 {
  font-size: 3.2rem;
  line-height: 1;
}

/* Title */

h3,
body.woocommerce-page ul.products li.product h3,
h1.archive-title {
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 800px) {
  h3,
  body.woocommerce-page ul.products li.product h3,
  h1.archive-title {
    font-size: 2.5rem;
  }
}

/* SubTitle */

h4,
.site-description {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}

/* Mast */

h5,
.genesis-nav-menu a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}

.more-link {
  transition: 0.3s ease all;
}

.more-link.button {
  font-size: 1.8rem;
  color: #fff;
}

/* Small */

small,
.button.small {
  font-size: 1rem;
}

p {
  margin: 0 0 1.625em;
  padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
  font-weight: 900;
}

blockquote {
  margin: 2rem 0;
}

.entry-content blockquote {
  padding-left: 5rem;
  border-left: 2px solid #1a1a1a;
}

blockquote p:last-of-type {
  margin: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 0.8em;
  color: #555555;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
}

code {
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
  font-style: normal;
}

hr,
.clear-line {
  overflow: hidden;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 4rem;
  padding: 4rem 0 0;
}

/* SITE INNER STYLES */
.site-inner h2 {
  font-weight: 500;
  font-size: 32px;
  color: #000;
  letter-spacing: 1px;
}

.site-inner h2.rule:before {
  content: '';
  height: 50px;
  display: block;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #005a9c;
}

.site-inner h2.rule.green:before {
  background: #008457;
}

.site-inner h3 {
  font-weight: 500;
  color: #004d85;
  text-transform: uppercase;
  font-size: 26px;
}

.site-inner h4 {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  color: #008457;
}

.site-inner h5 {
  font-size: 18px;
}

.site-inner li,
.site-inner p {
  color: #7d7d7d;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1.5;
}

.site-inner a:not([class]) {
  text-decoration: underline;
}

/* Links
 * ========================================================================== */

a {
  color: #008457;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #005a9c;
  transition: 0.3s ease all;
}

.button.light {
  font-weight: 400;
  letter-spacing: 0;
}

.button.light,
button.more-link,
a.more-link {
  text-decoration: none;
  color: #008457;
  background: transparent;
  font-size: 1.8rem;
  padding: 10px 50px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #008457;
}

.button.light:hover,
button.more-link:hover,
a.more-link:hover {
  background: #008457;
  color: #fff;
  transition: 0.3s ease all;
}

button.more-link.reverse,
a.more-link.reverse {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 400;
  border-color: #fff;
}

button.more-link.reverse:hover,
a.more-link.reverse:hover {
  color: #008457;
  background: #fff;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.before-footer-download,
.two-column-inner a img {
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

@media only screen and (min-width: 800px) {
  .site-header,
  .genesis-nav-menu .sub-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

/* Selection
 * ========================================================================== */

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 1.2rem 2rem 1rem;
  width: 100%;
  border: 1px solid #231f20;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
}

textarea {
  height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 1rem;
  width: auto;
  margin-top: 0 !important;
}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  outline: none;
  border-color: #008457;
}

::-moz-placeholder {
  color: #7d7d7d;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #7d7d7d;
  font-style: italic;
  font-weight: 300;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.gfield:not(.gf_left_half) {
  padding: 0 !important;
}

.gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

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

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
  box-shadow: none;
  border: 1px solid #008457;
  color: #008457;
  line-height: 2em !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 10px 50px;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  background: transparent;
  border-radius: 0;
  font-weight: 300;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
  background-color: #008457;
  text-decoration: none;
  color: #fff;
}

.actions .coupon {
  display: flex;
}

.button.small {
  font-size: 1.4rem;
  padding: 0.8rem 2rem 0.5rem;
}

.bg-primary .button.light {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
  box-shadow: inset 0 0 0 20rem rgba(255, 255, 255, 0.2);
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
  font-family: Ionicons;
  vertical-align: top;
}

.button.arrow-right:after {
  content: "\f30f";
  margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
  margin-left: 1.2rem;
  margin-right: -0.4rem;
}

.button.arrow-left:before {
  content: "\f2ca";
  margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
  margin-right: 1.2rem;
  margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
  margin: 0 auto 4rem;
  overflow: hidden;
  width: 100%;
}

.gallery-item {
  float: left;
  margin: 1rem 0 0;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 0.4rem;
}

.gallery-caption {
  margin-left: 0;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: transparent !important;
}

/* Slide Anything
 * ========================================================================== */

.black > .sa_owl_theme.owl-carousel .owl-nav .owl-prev {
  background: none !important;
  left: 0%;
}
.black > .sa_owl_theme.owl-carousel .owl-nav .owl-next {
  background: none !important;
  right: 0%;
}
.black > .sa_owl_theme.owl-carousel .owl-nav .owl-prev:after {
  color: #f6ac6d !important;
  content: "\f137";
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transition: 0.3s ease all;
}
.black > .sa_owl_theme.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.black > .sa_owl_theme.owl-carousel .owl-nav .owl-next:after {
  color: #f6ac6d !important;
  content: "\f138";
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transition: 0.3s ease all;
}

.black > .sa_owl_theme.owl-carousel .owl-nav .owl-prev:hover,
.black > .sa_owl_theme.owl-carousel .owl-nav .owl-next:hover {
  background: none !important;
}

.black > .sa_owl_theme.owl-carousel .owl-nav .owl-prev:hover:after,
.black > .sa_owl_theme.owl-carousel .owl-nav .owl-next:hover:after {
  color: #fff !important;
  background: none !important;
  transition: 0.3s ease all;
}

.sa_owl_theme.owl-carousel .textcntr {
  text-align: center;
}

/* Tables
 * ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 0.6rem 0;
}

th {
  font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #1a1a1a;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  border: 1px solid #5b5e5e;
  clip: auto !important;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 2rem;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
  margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
  margin-bottom: 0;
}

.entry-content figure {
  margin: 6rem 0 4rem;
}

.wp-caption-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.site-inner p:last-child,
.entry-content p:last-child,
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
  background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce {
  margin: 0 auto;
  max-width: 80rem;
  float: none;
}

.wrap,
.customWrap {
  margin: 0 auto;
  padding: 0 5%;
}

.about .customWrap {
  text-align: center;
  max-width: 120rem;
}

.team .customWrap {
  text-align: center;
  max-width: 120rem;
}

.site-inner {
  clear: both;
  padding: 4rem 0;
  overflow: hidden;
  background: #fff;
}

.front-page .site-inner {
  padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
  max-width: 100%;
  width: 100%;
}

.title-center .entry-header .entry-title {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .flex {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 800px) {
  body:not(.page):not(.blog):not(.single) .site-inner {
    padding-top: 18rem;
  }
}

@media only screen and (min-width: 1100px) {
  .content {
    float: right;
    width: 70%;
  }

  .content-sidebar .content {
    float: left;
  }

  .sidebar-primary {
    float: right;
    width: 25%;
  }

  .sidebar-content .sidebar-primary {
    float: left;
  }

  .wrap {
    max-width: 120rem;
  }

  .site-inner {
    padding: 8rem 0;
  }
}

/*@media only screen and (min-width: 1600px) {
  .wrap {
		max-width: 140rem;
  }
}*/

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 3.448275862069%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.275862068966%;
  }

  .one-third,
  .two-sixths {
    width: 31.034482758621%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.51724137931%;
  }

  .one-fourth {
    width: 22.413793103448%;
  }

  .three-fourths {
    width: 74.137931034483%;
  }

  .one-fifth {
    width: 17.241379310345%;
  }

  .two-fifths {
    width: 37.931034482759%;
  }

  .three-fifths {
    width: 58.620689655172%;
  }

  .four-fifths {
    width: 79.310344827586%;
  }

  .one-sixth {
    width: 13.793103448276%;
  }

  .five-sixths {
    width: 82.758620689655%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  .only {
    float: none;
    margin: 0 auto;
  }
}

/* Pre Header
 * ========================================================================== */
.pre-header {
  background: #005a9c;
  color: #231f20;
  display: flex;
  justify-content: flex-end;
  padding: 5px 5%;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1111;
}

.pre-header a {
  color: #fff;
  margin: 0 0 0 25px;
  text-transform: uppercase;
}

/* .pre-header a:hover {
  color: #005a9c;
} */

@media only screen and (max-width: 800px) {
  .pre-header,
  .site-header,
  .header-image .site-header{
    display: block;
    position: fixed !important;
    text-align: center;
  }
  
  .pre-header{
    display:flex;
  }

  .pre-header a {
    margin: 0 10px;
  }
  
  .site-header, .header-image .site-header{
    top:35px;
  }
}

@media only screen and (max-width:495px){
  .site-header, .header-image .site-header{
    top:45px;
  }
}


#icl_lang_sel_widget-2 .widgettitle {
  display: none;
}

#icl_lang_sel_widget-2 .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

#icl_lang_sel_widget-2 .wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 0;
  line-height: 0;
  }

#icl_lang_sel_widget-2 .wpml-ls-legacy-list-horizontal a span {
      vertical-align: top;
}

#icl_lang_sel_widget-2 .wpml-ls-current-language .wpml-ls-native {
  font-weight: 600;
}

#icl_lang_sel_widget-2 .wpml-ls-item-es a {
  margin: 0 14px;
}

#icl_lang_sel_widget-2 .wpml-ls-item-es:before {
    content: '|';
    color: white;
    display: block;
    padding: 0 6%;;
    line-height: 0;
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area > .wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.flexible-widgets .widget {
  margin-bottom: 2rem;
}

.flexible-widgets .widget:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
  .flexible-widget-area > .wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .flexible-widgets,
  .front-page .featured-content.widget .widget-wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }

  .front-page .featured-content .widgettitle {
    margin-left: 2rem;
  }

  /*.flexible-widgets .widget,
	.front-page .featured-content.widget .entry {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-3 .flexible-widgets.widget-halves.uneven .widget:first-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}*/

  .flexible-widgets.widget-halves .widget:nth-child(even),
  .flexible-widgets.widget-thirds .widget:nth-child(3n + 2),
  .flexible-widgets.widget-fourths .widget:nth-child(4n + 2) {
    clear: left;
  }
}

/* Front Page 1
 * ========================================================================== */

#front-page-1 {
  width: 100%;
  position: relative;
}

#front-page-1 .fullwidth-video-bg {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-image: url('/wp-content/uploads/2020/01/hero.jpg');
}

#front-page-1 video {
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #front-page-1 video {
    object-fit: cover;
    margin: 0;
    padding: 0;
    position: inherit;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    height: auto;
    width: 100%;
  }
}

.front-page-1 .wrap:before,
.front-page-1 .wrap:after {
  content: none;
}

.front-page-1 .textwidget.custom-html-widget p {
  font-size: 2.2rem;
  margin: 0;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.front-page-1.widget-area,
.front-page-1 .textwidget.custom-html-widget,
.front-page-1 .wrap {
  width: 100%;
}

.front-page-1 .more-link {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  margin: 30px 0 0;
  background: rgba(0,0,0,.25);
  border: 1px solid #fff;
  color: #fff;
}

.front-page-1 .more-link:hover {
  background: rgba(0,0,0,1);
}

@media only screen and (min-width: 800px) {
  .home .wrap h2 + p {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 800px) {
  #front-page-1 {
    background-position: 80% 50% !important;
  }

  #front-page-1 > .wrap {
    margin: 0px 0 0;
  }

  .front-page-1 .custom-html-widget {
    align-items: center;
  }

  .fp1-textcntr {
    text-align: center;
    padding: 20px;
  }

  .front-page-1 .flex {
    flex-wrap: wrap;
  }
}

/* Front Page 2
 * ========================================================================== */
.front-page-2 {
  padding: 5% 0;
  text-align: center;
}

.front-page-2 h2,
.front-page-2 p {
  margin-bottom: 50px;
}

.front-page-2 p {
  line-height: 1.5;
}

@media only screen and (min-width: 800px) {
  .front-page-2 .flexitem {
    max-width: 32%;
  }

  .front-page-2 .flexitem h3 {
    line-height: 1;
  }
}

@media only screen and (max-width: 800px) {
  .home .flexitem br {
    display: none;
  }
}

/* Front Page 3
 * ========================================================================== */

.front-page-3 {
  text-align: center;
  padding: 0 0 0% 0;
}

.front-page-3 h2 {
  margin-bottom: 5%;
}

.front-page-3 > .wrap {
  max-width: 100%;
  padding: 0;
}

.front-page-3 .flex {
  display: flex;
  justify-content: space-between;
}

.front-page-3 .flex a {
  display: block;
  color: #fff;
}

.front-page-3 .flex a .textarea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005a9c;
}

.front-page-3 .flex a:nth-of-type(2n) .textarea {
  background: #008457;
}


.front-page-3 .flex a .textarea h3 {
  color: #fff;
  text-transform: none;
  margin: 0;
}

.front-page-3 .flex a img {
  padding-top: 0;
  filter: grayscale(1);
  height: auto;
  transition: .3s ease all;
  width: 100%;
  display: block;
}

.hoverunder {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.hoverunder:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.hoverunder:hover:after {
  width: 100%;
  background: #005a9c;
}

.tribe-mini-calendar-event .list-info .contentwrap p {
  display: block;
}

.more-events i {
  color: #005a9c;
  font-size: 50px;
  margin-left: 40px;
}

@media only screen and (min-width: 800px) {
  .front-page-3 .flexitem {
    flex: 1;
    position: relative;
  }

  /* Image Backgrounds must be the same as this hex color for seamless animation transition */
  .front-page-3 .flex a {
    background: #e3e3e3;
  }

  .front-page-3 .flex a img {
    transform: translateY(0px);
    margin-bottom: 100px;
  }
  
  .front-page-3 .flex a:hover img {
    filter: grayscale(0);
    transform: translateY(-5%);
    transition: .3s ease all;
  }

  .front-page-3 .flex a .textarea {
    min-height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 800px) {

  .front-page-3 .flexitem {
    width: 100%;
  }
	

	.front-page-3 .flexitem:nth-of-type(even) {
    	border-bottom: 5px solid #005a9c;
	}
	
	.front-page-3 .flexitem:nth-of-type(odd) {
    	border-bottom: 5px solid #018356;
	}

  .front-page-3 .flex a img {
    filter: grayscale(0);
  }

  .white .sa_owl_theme .owl-nav div {
    height: 20px !important;
  }

  .front-page-3 .more-link {
    display: block;
  }
  .front-page-3 .flex a .textarea {
    padding: 20px;
  }
}

/* Front Page 4
 * ========================================================================== */

.front-page-4 {
  padding: 5% 0;
  background: #f2f2f2;
  text-align: center;
}

.front-page-4 .flex {
  margin-top: 50px;
  justify-content: space-between;
}

.front-page-4 h4 {
  font-weight: 700;
}

.front-page-4 .flexitem img {
  margin-bottom: 10px;
  max-width: 60px;
}

.front-page-4 .flexitem p {
  color: #005a9c;
}

.front-page-4 .flexitem p.stat {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  .fp4teamcntr1 {
    text-align: right;
    padding-left: 50%;
  }

  .fp4teamcntr2 {
    text-align: left;
    padding-right: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .front-page-4 {
    background-position: 18% 0% !important;
  }

  .front-page-4 .flex {
    flex-wrap: wrap;
  }

  .front-page-4 .flexrev {
    flex-wrap: wrap-reverse;
  }

  .front-page-4 .flex > *,
  .front-page-4 .flexrev > * {
    width: 100%;
  }

  .front-page-4 .flexitem:first-of-type {
    margin-top: 0;
  }

  .front-page-4 .flexitem {
    margin-top: 30px;
  }
}

/* Front Page 5
 * ========================================================================== */

.front-page-5 {
  padding: 5% 0;
  text-align: center;
}

.front-page-5 h2 {
  margin-bottom: 50px;
}

.front-page-5 .marketitem {
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #004d85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform: .3s ease all;
  box-shadow: inset 0 0 0 100vmax rgba(0, 77, 133, 0);
}
.front-page-5 .white .sa_owl_theme .owl-nav .owl-prev {
  transform: rotate(180deg);
  background: rgba(0, 132, 87, 1) url('/wp-content/uploads/2020/01/arrow-point-to-right.svg') no-repeat center center !important;
  background-size: 15px !important;
  left: -20px;
  width: 40px !important;
  height: 40px !important;
}

.front-page-5 .white .sa_owl_theme .owl-nav .owl-next {
  background-size: 80%;
  background: rgba(0, 132, 87, 1) url('/wp-content/uploads/2020/01/arrow-point-to-right.svg') no-repeat center center !important;
  background-size: 15px !important;
  right: -20px;
  width: 40px !important;
  height: 40px !important;
}

.front-page-5 .marketitem * {
  opacity: 0;
  transform: .3s ease all !important;
}

.front-page-5 .marketitem:hover {
  box-shadow: inset 0 0 0 100vmax rgba(0, 77, 133, .8);
  transform: .3s ease all;
}

.front-page-5 .marketitem:hover * {
  opacity: 1;
  transform: .3s ease all !important;
}

.front-page-5 .marketitem h3 {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 40px;
	  font-size: 130%;
}

.front-page-5 .marketitem .more-link {
  padding: 10px 30px;
  letter-spacing: 0;
}

.front-page-5 .flexitem img {
  width: 100%;
  margin-bottom: 1rem;
}

.front-page-5 .foundercntr h3,
.front-page-5 .foundercntr p {
  color: #fff;
}

.front-page-5 h3 {
  margin: 0 0 1rem;
}

.front-page-5 p {
  margin: 0;
}

@media only screen and (min-width: 800px) {
  .front-page-5 .foundercntr .textcntr {
    padding-left: 6rem;
  }

  .front-page-5 .flex .flexitem {
    max-width: 250px;
    width: 100%;
  }

  .front-page-5 .flexitem {
    padding-right: 10px;
  }

  .front-page-5 .flexitem:last-of-type {
    padding-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .front-page-5 {
    padding: 5% 0;
  }

  .front-page-5 .flex,
  .front-page-5 .foundercntr {
    flex-wrap: wrap;
  }

  .front-page-5 .textcntr {
    width: 100%;
    padding: 0;
  }

  .front-page-5 .team-member {
    max-width: 100%;
  }
}
/* Front Page 6
 * ========================================================================== */

.front-page-6 {
  background: #231f20;
  color: #fff;
  text-align: center;
  padding: 5% 0;
}

.front-page-6 h2 {
  letter-spacing: 0;
}

.front-page-6 p {
  font-weight: 400;
}

.front-page-6 h2,
.front-page-6 h3,
.front-page-6 p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.front-page-6 .black {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 5% !important;
}

.front-page-6 .black h4 {
  font-style: italic;
  letter-spacing: 0;
  font-size: 36px;
}

.front-page-6 .black h5 {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.front-page-6 .black h6 {
  margin-bottom: 5px;
  font-size: 24px;
}

.front-page-6 .sa_hover_container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.front-page-6 .hoverunder:hover:after {
  background: #fff;
}

@media only screen and (min-width: 800px) {
  .front-page-6 .textcntr {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .front-page-6 .sa_hover_container {
    flex-wrap: wrap;
  }
}

/* Front Page 7
 * ========================================================================== */

.front-page-7  {
  padding: 5% 0;
  text-align: center;
}

.front-page-7 a.more-link {
	margin: 0 2%;
}

/* Front Page 8
 * ========================================================================== */

.front-page-8 {
  padding: 5% 0;
  background: #f2f2f2;
}

.front-page-8 .widget-title {
  text-align: center;
}

.front-page-8 h4 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 5px;
}

.front-page-8 .wrap header h4 > a {
  text-decoration: none;
  font-size: inherit;
}

.front-page-8 .button.light {
  padding: 10px 30px;
  letter-spacing: 0;
}

@media only screen and (min-width: 800px) {
  .front-page-8 .featured-content article {
    width: 33%;
    padding: 3rem 2rem;
    float: left;
  }
}

@media only screen and (max-width: 800px) {
  .front-page-8 .flex {
    flex-wrap: wrap;
  }
}

.front-page-8 {
	display: none !important;
}

/* LANDING PAGES
 * ========================================================================== */

.kandor-landing .pre-header,
.kandor-landing .site-container .address,
.kandor-landing .header-content,
.onecol-landing #genesis-content {
  display: none;
}

.page-template-page_landing_2col.kandor-landing .header-content {
  display: block !important;
}

.kandor-landing.header-scroll .title-area a {
  height: 7rem;
}

.onecol-landing .site-inner > .wrap,
.onecol-landing .site-inner {
  padding: 0 !important;
  max-width: 100%;
}

.page-template-page_landing_2col .site-inner {
  padding: 0 0 0;
}

.kandor-landing .site-container > p:last-child {
  text-align: center;
  color: #fff;
  background: #231f20;
  padding: 3% 0;
  margin: 0;
}

body.kandor-landing .site-header {
  position: relative !important;
  top: 0 !important;
  background: #005a9c;
}

body.kandor-landing .site-header .title-area a {
  background-image: url('/wp-content/uploads/2020/01/footerlogo.png') !important;
  margin: 0;
  height: 10rem;
}

.kandor-landing .title-area {
  width: 100% !important;
  padding: 10px 0 !important;
}

.kandor-landing .site-title a {
  width: 100% !important;
}

.contact .gform_button,
.kandor-landing .gform_button {
  margin: 0 !important;
}

.onecol-landing .site-cntr {
  background-size: cover !important;
  float: left;
  width: 100%;
}

.onecol-landing .left_col {
  background: rgba(255, 255, 255, 0.8);
  padding: 5%;
  float: right;
  min-height: 100vw;
}

body.kandor-landing .site-inner .gform_wrapper div.ginput_container,
body.kandor-landing .site-inner .gform_wrapper,
body.kandor-landing .site-inner .gform_body .gfield:first-of-type {
  margin-top: 0;
}

body.kandor-landing .site-inner .gform_body .gfield:not(.showlabels) label {
  display: none;
}

.page-template-page_landing_2col .one-half {
  padding: 5% 0;
}

.kandor-landing .site-inner textarea,
.kandor-landing .site-inner input:not([type="submit"]),
.kandor-landing .site-inner select {
  color: #231f20;
}

.onecol-landing .page-header,
.kandor-landing .pre-before-footer,
.kandor-landing .gform_wrapper .top_label .gfield_label .gfield_required {
  display: none;
}

body.kandor-landing .site-footer {
  background: #008457;
}

/* ABOUT PAGE
 * ========================================================================== */

.about .team-intro,
.about .meet_team {
  display: none;
}

.about .site-inner {
  padding: 0;
}

.about .team-intro {
  padding: 5% 0 0;
}

.about .subhead,
.about .history {
  padding: 5% 0;
}

.about .front-page-3 {
  background: #ededed;
}

.about .subhead h2,
.about .history h2 {
  color: #5f5f61;
}

.about .subhead .customWrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.about .imagewrapper,
.about .subhead img,
.about .subhead .textcntr {
  width: 100%;
}

.about .history h2,
.about .textcntr,
.about .community .flex {
  text-align: left;
}

.about .community .flex h2 {
  width: 50%;
  color: #5f5f61;
}

.about .history .textcntr,
.about .community .flex p {
  width: 100%;
}

.about .history {
  background: #f5f5f5;
}

.about .testimonials .flex {
  display: flex;
  justify-content: space-between;
}

.about .site-inner > .wrap,
.blog:not(.home) .site-inner .wrap,
.contact .site-inner > .wrap,
.team .site-inner .wrap {
  padding: 0 0;
  max-width: 100%;
  margin: 0 auto;
}

.bottomband {
  color: #fff;
  padding: 5% 0;
  background: #005a9c;
}

.bottomband p {
  color: #fff;
}

.bottomband p:last-of-type {
  margin: 0;
}

.bottomband .customWrap {
  max-width: 900px;
}

.about .meet_team {
  padding: 0 0 5%;
}

.flexteam {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about .teamimage {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.timeline-intro {
  background: #231f20;
  padding: 25px 0;
  text-align: center;
}

.timeline-intro h1 {
  color: #fff;
  margin: 0;
}

.meet_team_block h3 {
  font-weight: bold;
  margin: 0;
}

.about .meet_team_block {
  padding: 30px;
  width: 300px;
}

@media only screen and (min-width: 800px) {
  .about .subheadcol1 {
    padding: 0 5% 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .about .subhead .customWrap {
    flex-wrap: wrap;
  }
}

/* CAPABILITIES
 * ========================================================================== */

.capabilities .site-inner > .wrap {
  padding: 0;
  max-width: 100%;
}

.capabilities .site-inner .band1 {
  text-align: center;
  padding-bottom: 5%;
}

.capabilities .site-inner .service {
  padding: 5% 0;
  border-top: 2px solid #005a9c;
}

.capabilities .site-inner .service:last-of-type {
  padding-bottom: 0;
}

.capabilities .site-inner .service h2 {
  color: #005a9c;
  text-transform: uppercase;
}

.capabilities .site-inner .service > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.capabilities .site-inner .service > .wrap:before,
.capabilities .site-inner .service > .wrap:after {
  content: none;
}

.capabilities .site-inner .service h5 {
  line-height: 1;
  margin-bottom: 10px;
}

.capabilities .site-inner .service:nth-last-of-type(2n) {
  background: #f2f2f2;
}

.capabilities .site-inner .service:nth-last-of-type(2n) h5 {
  color: #008457;
}

.capabilities .site-inner .service img {
max-width: 430px;
  }

@media only screen and (min-width: 800px) {
  .capabilities .site-inner .service img {
    margin-right: 30px;
  }

  .capabilities .site-inner .service:nth-last-of-type(2n) img {
    margin-right: 0;
    margin-left: 30px;
  }
  .capabilities .site-inner .service:nth-last-of-type(2n) .wrap {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 800px) {

  .capabilities .site-inner .service img {
    margin-bottom: 30px;
  }


  .capabilities .site-inner .service .wrap {
    flex-wrap: wrap;
  }

}

/* CONTACT PAGE
 * ========================================================================== */


.contact .site-inner {
  padding-bottom: 0;
}

.contact_sub_2 {
  margin-bottom: 5%;
}

.contact_sub_2 h3 {
  margin: 0;
}

.contact_sub_cntr .customWrap {
  max-width: 120rem;
  align-items: baseline;
}

.contact .hoverunder:hover:after {
  background: #231f20;
}

.contact_sub_2 p:not(.bodycopy) {
  display: none;
}

.contact-form .customWrap {
  display: flex;
  border-top: 1px solid #231f20;
  padding: 5%;
}

.contact .customWrap {
  max-width: 120rem;
}

.customerform {
  margin: 0 0 0 5%;
}

#gform_wrapper_12 {
  display: block !important;
}

.has_zip > .ginput_left.address_zip {
  width: 100% !important;
  padding-right: 0 !important;
}

.addressbar {
  text-align: center;
  background: #231f20;
  padding: 1% 0;
  color: #fff;
  margin: 5% 0 0;
  clear: both;
}

.google_map > p {
  margin-bottom: 0;
  line-height: 0;
}

.google_map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.google_map iframe:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 800px) {
  .contact .customWrap {
    flex-wrap: wrap;
  }
}

/* EVENTS PAGE
* ========================================================================== */

.events-custom-template .more-events,
#tribe-bar-form {
  display: none;
}

#tribe-events-content .tribe-events-notices {
  background: #f5f5f5;
  border-radius: 0;
  border: 1px solid #231f20;
  color: #231f20;
}

.tribe-mini-calendar-event {
  border-bottom: none !important;
}

.events-custom-template .site-inner,
.events-custom-template .tribe-events-pg-template,
.events-archive .site-inner > .wrap {
  max-width: 100% !important;
  padding: 0 !important;
}

.events-custom-template #tribe-events-content-wrapper {
  max-width: 1280px;
  padding: 5%;
  margin: 0 auto;
}

.events-custom-template h2.tribe-events-page-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .events-custom-template
    #tribe-mobile-container
    .type-tribe_events
    .tribe-events-event-image {
    float: none;
    width: 100%;
  }
}

/* FAQS 
* ========================================================================== */

.site-inner .gs-faq .gs-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-inner .gs-faq .gs-faq__question:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
  display: none;
}

.site-inner .gs-faq .gs-faq__answer {
  padding: 10px 50px;
}

.site-inner .gs-faq .gs-faq--expanded:not(.gs-faq__answer):after {
  content: '\f068';
}

/* FLEXIBLE PAGE
* ========================================================================== */

.flexible .site-inner {
  padding: 0;
}

.flexible .site-inner > .wrap {
  padding: 0;
  max-width: 100%;
}

.flexible .site-inner .band {
  text-align: center;
}

.flexible .site-inner .wrap:before,
.flexible .site-inner .wrap:after {
  content: none;
}

.tightwrap,
.flexible .tightwrap {
  max-width: 900px;
  padding: 0 5%;
  margin: 0 auto;
}

.flexible .content-sidebar-wrap > div {
  padding: 5% 0;
}

.flexible .band2  {
  background: #005a9c;
}

.flexible .band > .wrap,
.flexible .band2 > .wrap {
  max-width: 100rem;
}

.flexible .band2 * {
  color: #fff;
}

.flexible .band2 .bandtitle {
  text-align: center;
  margin-bottom: 40px;
}

.flexible .band2 .column p > img {
  margin: 0;
}

.flexible .band2 > .wrap > .band2content,
.flexible .band4 > .customWrap {
  display: flex;
  justify-content: space-between;
}

.flexible .band + .band4 {
  border-top: 1px solid #707070;
}

.flexible .band4 > .customWrap {
  max-width: 120rem;
}

.flexible .site-inner .content ~ div ul,
.flexible .site-inner .content ~ div ol {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.flexible .site-inner .content ~ div ul li,
.flexible .site-inner .content ~ div ol li {
  color: #008457;
}

/* .flexible .band2 h2,
.flexible .band2 h3 .flexible .band2 h4,
.flexible .band2 h5,
.flexible .band2 h6,
.flexible .band7 h2,
.flexible .band7 h3,
.flexible .band7 h4,
.flexible .band7 h5,
.flexible .band7 h6 {
  font-weight: 300;
  color: #1e3f72;
  text-align: center;
}

.flexible .band4 h2,
.flexible .band4 h3,
.flexible .band4 h4,
.flexible .band4 h5,
.flexible .band4 h6 {
  color: #1e3f72;
}

.flexible .band4 h2,
.flexible .band4 h3,
.flexible .band4 h4,
.flexible .band4 h5,
.flexible .band4 h6 {
  font-weight: 300;
  color: #1e3f72;
}

.flexible .band1.wrap,
.flexible .band3 > .wrap,
.flexible .band6 > .wrap {
  display: flex;
  justify-content: space-between;
}

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

.band3_col1 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.band3_col2 {
  color: #fff;
  background: #559445;
  padding: 30px;
}

.flexible .site-inner div > p:last-of-type {
  margin: 0;
}

.flexible .band4 {
  padding-top: 0 !important;
}

.flexible .band4 ul {
  padding-left: 40px;
  list-style: none;
}

.flexible .band4 li {
  margin-bottom: 10px;
}

.flexible .band4 li:before {
  content: "\00BB";
  font-size: 30px;
  margin: 0 26px 0 -38px;
}

.flexible .band5 {
  background: #1e3f72;
  background-size: cover;
  color: #fff;
}

.flexible .band5 a {
  color: #fff;
}

.flexible .band5 .flexitem {
  display: flex;
  align-items: center;
}

.flexible .band5 .flexitem p {
  margin: 0 0 0 5px;
}

.flexible .band5 .more-link {
  margin-top: 30px;
  background: transparent;
}

.flexible .band5 .more-link:hover {
  background: #fff;
  color: #559445;
  border-color: transparent;
  transition: 0.3s ease all;
}

.flexible .band6 h2,
.flexible .band6 h3,
.flexible .band6 h4,
.flexible .band6 h5,
.flexible .band6 h6 {
  color: #1e3f72;
}

.flexible .band7 {
  border-top: 3px solid #dedede;
}*/

@media only screen and (min-width: 800px) {
  .flexible .site-inner .column {
    flex: 1;
    margin-right: 20px;
  }
  .flexible .site-inner .column:last-of-type {
    margin-right: 0;
  }

  .flexible .band4 .leftcol {
    width: 60%;
  }
  
  .flexible .band4 .rightcol {
    width: 35%;
  }
} 

@media only screen and (max-width: 800px) {
  .flexible .band2content,
  .flexible .band4 > .customWrap {
    flex-wrap: wrap;
  }

  .flexible .band4 .leftcol + .rightcol,
  .flexible .site-inner .column ~ .column {
    margin-top: 40px;
  }

}

/* LOCATIONS PAGE
* ========================================================================== */

.locations .site-inner .locationscntr > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.locations .site-inner .locationscntr > .wrap:before,
.locations .site-inner .locationscntr > .wrap:after {
  content: none;
}

.locations .site-inner .locationscntr .location {
  margin-bottom: 60px;
}

.locations .site-inner .locationscntr .location:first-of-type h5 {
  color: #005a9c;
}

.locations .site-inner .locationscntr .location:nth-of-type(2) h5 {
  color: #ba0808;
}

.locations .site-inner .locationscntr .location h5 {
  color: #008457;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.locations .site-inner .locationscntr .location p {
  margin-bottom: 10px;
}

.location-icons {
      margin: 5% 10% 8% 10%;
}

.location-icons a {
      padding: 4%;
      font-size: 1.5em;
}

.locations [data-map-id] button {
  line-height: .4em !important;
}

@media only screen and (min-width: 800px) {
  .locations .site-inner .locationscntr .location {
    width: 49%;
  }
}



.map-box .lou-map {
  width: 50%;
  height: 400px;
  object-fit: cover;
}


/* PROCESS
* ========================================================================== */

.process .site-inner > .wrap {
  padding: 0;
  max-width: 100%;
}

.process .band1,
.process .band2 {
  text-align: center;
}

.process .band1 {
  padding-bottom: 5%;
}

.process .band2 {
  padding: 5%;
  background-color: #005a9c;
}

.process .band2 * {
  color: #fff;
}

.process .stepscntr {
  padding: 5% 0;
}

.process .stepscntr .step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
.process .stepscntr .step {
  max-width: 80% !important;
	}
}

.process .stepscntr .stepcntr:after {
  content: '';
  height: 50px;
  display: block;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: #005a9c;
  margin-bottom: 50px;
}

.process .stepscntr .stepcntr:last-of-type:after {
  content: none;
}

.process .stepscntr .stepcntr h5 {
  font-size: 30px;
  line-height: 1;
}

.process .stepscntr .number:nth-child(1) {
  color: #fff;
      background: #fec90f;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-right: 30px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.process .stepscntr .stepcntr:nth-child(2) .number {
    background: #f67f21;
}

.process .stepscntr .stepcntr:nth-child(3) .number {
    background: #ed1e24;
}

.process .stepscntr .stepcntr:nth-child(4) .number {
    background: #ee1180;
}

.process .stepscntr .stepcntr:nth-child(5) .number {
    background: #6b51a2;
}

.process .stepscntr .stepcntr:nth-child(6) .number {
    background: #3852a4;
}

.process .stepscntr .stepcntr:nth-child(7) .number {
    background: #4077ba;
}

.process .stepscntr .stepcntr:nth-child(8) .number {
    background: #6fc26a;
}

.process .stepscntr .stepcntr:nth-child(9) .number {
    background: #69be44;
}

.paint-process .stepscntr .stepcntr:nth-of-type(even) .number {
  background: #008457 !important;
}

.paint-process .stepscntr .stepcntr:nth-of-type(odd) .number {
  background: #005a9c !important;
}

.process .stepscntr .step-wide {
    max-width: 90%;
}

.step_image {
  max-width: 300px;
  display: inline;
  padding-left: 5%;
}

@media only screen and (max-width: 800px) {

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

.step_image {
  max-width: 400px;
  padding: 4% 0 0 0;
}

.process .stepscntr .step {
  display: inline-block;
}

.process .stepscntr .number {
  display: inline-flex;
  margin: 0 0 4% 42.5%;
}
}

/* PRODUCTS PAGE
* ========================================================================== */

.products .site-inner {
  padding: 0;
}

.products .site-inner .wrap {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

.products .customWrap {
  max-width: 120rem;
}

.products-band-white {
  background-color: #fff;
  padding: 5% 0;
}

.products-band-white .customWrap {
  max-width: 70rem;
  margin: 0 0 0 auto;
}

.products-band-grey .customWrap {
  max-width: 70rem;
  margin: 0 auto 0 0;
}

.products-band-grey {
  background-color: #f5f5f5 !important;
  padding: 5% 0;
}

@media only screen and (max-width: 800px) {
  .products-band-white .customWrap,
  .products-band-grey .customWrap {
    margin: 0;
    max-width: 100%;
  }
}

/* Resources
 * ========================================================================== */

.resources .site-inner .wrap {
  padding: 0 10%;
}

.resources .directory-link {
  font-size: 2.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  background: #231f20;
  padding: 15px 40px;
  color: #fff !important;
  display: flex !important;
  width: 45%;
  margin: 30px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid #231f20;
}
.resources .directory-link:hover {
  background: #005a9c;
  color: #231f20 !important;
}

.resources .directory-link .fa {
  margin-right: 12px;
  font-size: 2rem !important;
}

.resources .flex {
  flex-wrap: wrap;
  justify-content: space-around;
}

.resources .flex .flexitem {
  width: 45%;
}

.resources .flexvids {
  align-items: flex-end;
}

.resources .flexvids h3 {
  margin: 30px 0 10px;
}

.resources .flex .flexitem p {
  margin: 0;
}

/* TEAM PAGE
* ========================================================================== */

.team .before-footer {
  display: none;
}

.team .subhead .customWrap {
  padding: 0 0 5%;
  border-bottom: 1px solid #231f20;
}

.team .leadership_team .customWrap {
  padding: 5% 0;
}

.core_team .customWrap {
  padding: 5% 0;
  border-top: 1px solid #231f20;
}

.leadership_team_block {
  max-width: 600px;
  padding: 2%;
}

.core_team_block {
  padding: 20px 0;
}

.team .flexteam h3 {
  font-weight: bold;
  margin: 0;
}

.connect_p {
  margin: 0;
}

.leadershipimage {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
}

.coreimage {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}

.core_team_block i,
.leadership_team_block i {
  font-size: 30px;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.leadership_team_block i:hover,
.core_team_block i:hover {
  color: #005a9c;
  transition: all 0.3s ease;
}

/* MISC INTERNAL STYLES
* ========================================================================== */

.artwork h2,
.services h2 {
  text-align: center;
}

.cta-icon {
  background: url(http://svgshare.com/i/2x0.svg) center center no-repeat;
  min-width: 30px;
  margin: 0 0 0 20px;
}

.internal-cta {
  width: 100%;
  border: 1px solid #005a9c;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.internal-cta .line-1 {
  margin: 0;
  font-size: 24px;
}

/* Widgets
 * ========================================================================== */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 2rem;
  text-indent: -2rem;
}

.widget li li {
  border: 0;
  margin: 0 0 0 3rem;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Testimonials
 * ========================================================================== */

.lSAction {
  display: none !important;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #555;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #1db3e2;
}

/* Testimonials page */

.testimonials-x2 p {
  width: 44%;
  margin: 0 3%;
  display: flex;
  justify-content: left;
  align-items: top;
  font-size: 2.1rem;
  min-height: 200px;
  font-style: italic;
}

/* Icons
 * ========================================================================== */

.icon {
  font-size: 6rem;
  margin: 0 0 2rem;
  color: #1db3e2;
}

/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Breadcrumbs
 * ========================================================================== */

.breadcrumb {
  margin-bottom: 1.6rem;
}

/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
  margin-bottom: 1rem;
}

.enews-widget p {
  margin-bottom: 2rem;
}

.enews form + p {
  line-height: 1.5;
  margin-top: 3rem;
}

/* Genesis Simple Share */

.content .share-after {
  margin-bottom: 2rem;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
  border: none;
  font-weight: 400;
}

.content .share-filled .share {
  border-radius: 0;
}

.content .share-filled .count {
  border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
  background: #1a1a1a !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
  color: #fff;
}

/* Jetpack */

#wpstats {
  display: none;
}

/* Widget Custom Menu
 * ========================================================================== */

.widget_nav_menu .sub-menu {
  margin-top: 1.6rem;
}

/* WooCommerce Styles
 * ========================================================================== */

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
.woocommerce-MyAccount-navigation li a,
.woocommerce-Price-amount.amount {
  color: #005a9c;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #f7f6f7;
  border: 0;
  margin: 0 -1px 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 1.5rem 2rem;
  font-size: 4rem;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
  border: 0;
  margin-top: 2rem !important;
  line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
  border-radius: 0;
  top: 0;
  left: 0;
  right: auto;
  margin: 0;
  padding: 0 1rem;
  background: #1a1a1a;
}

body.woocommerce.tax-product_cat .archive-description {
  display: none;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  background: none;
  border: none;
  float: left;
  padding: 0.5rem !important;
  width: 50%;
}

body.woocommerce ul.cart_list li img,
body.woocommerce ul.product_list_widget li img {
  width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
  float: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
  width: auto;
}

.woocommerce .sidebar .widget-title {
  margin: 2rem 0;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
  display: inline !important;
}

body.woocommerce #respond input#submit,
body.woocommerce a.button,
.woocommerce button.button,
body.woocommerce input.button {
  border-radius: 0 !important;
}

select.orderby {
  margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
  color: #ffb35e !important;
}

.woocommerce .quantity .qty {
  padding: 1.7rem 1rem 1.5rem;
}

.woocommerce form .form-row label.inline {
  margin-left: 2rem;
}

.sidebar-fixed {
  position: fixed;
  background: #fff;
  padding: 20px 20px 0;
}

.product-search.floating .product-search-results {
  z-index: 11111;
}

.content select.orderby,
.woocommerce .content .woocommerce-result-count {
  margin: 2rem 0;
}

.woocommerce .content .product-search input[type="text"].product-search-field {
  width: 100%;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  align-self: flex-start;
  padding: 10px !important;
  margin: 0 10px !important;
  text-align: center;
}

body.woocommerce-page ul.products li.product h3 {
  text-align: center;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product a img {
  transition: 0.3s ease all;
  box-shadow: 0 0 0px #eaeaea !important;
}

.woocommerce ul.products li.product a img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #eaeaea !important;
}

.woocommerce-ordering {
  z-index: 99 !important;
}

.woof_checkbox_label {
  margin: 0 !important;
}

.term-1490 .archive-description,
.woof_list > li > input,
.filterbtn {
  display: none;
}

#woof_widget-2 .widgettitle {
  font-size: 2rem;
}

.woocommerce .shipping p {
  margin: 0;
}

#order_review div,
#order_review table {
  border-radius: 0 !important;
}

@media only screen and (min-width: 1100px) {
  .sidebar-fixed {
    top: 100px !important;
    position: fixed !important;
  }

  .archive-no-results .sidebar {
    position: relative !important;
    top: 0 !important;
    padding: 0 !important;
  }

  .archive-no-results #woocommerce_product_search_widget-2 {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }

  .woocommerce
    .content
    .product-search
    input[type="text"].product-search-field {
    display: none;
  }

  .sidebar-fixed {
    top: 290px;
    left: 0;
    width: 100%;
    z-index: 111111;
    overflow-y: scroll;
    box-shadow: 0 0 50px #323232;
    display: none;
    position: absolute;
  }

  .filterbtn {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 11111;
    transition: none;
  }

  .woocommerce-ordering,
  .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
}

/* Search Form
 * ========================================================================== */

.search-form {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.search-form:after {
  content: "\f4a4";
  position: absolute;
  right: 1.5rem;
  top: 0;
  font-family: ionicons;
  font-size: 3rem;
  pointer-events: none;
  color: #dcdcdc;
}

.search-form input[type="search"] {
  width: 100%;
  padding: 1rem 2.8rem 0.9rem 1.2rem;
  font-size: 1.6rem;
}

.search-form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: -9999px;
  border-color: transparent !important;
  background: transparent !important;
}

.search-form input[type="submit"]:hover {
  box-shadow: none;
}

@media only screen and (min-width: 800px) {
  .search-form {
    width: auto;
    margin-bottom: 4rem;
  }
}

/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
  width: 100%;
  z-index: 999;
  position: relative;
  background: #fff;
}

.title-area {
  float: left;
}

.site-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 5rem;
  margin: 0 auto;
}

.site-title a {
  text-decoration: none;
}

.header-scroll .site-title a {
  margin-top: 5px;
  transition: 0.3s ease all;
}

.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  float: left;
  height: 5rem;
  background-image: url(images/logo_dark.png);
  width: 15rem;
}

.header-image .title-area {
  margin: 0;
  width: 14rem;
}

.site-description {
  display: none;
}

@media only screen and (min-width: 800px) {
  .site-header,
  .header-image .site-header {
    position: fixed;
    top: 27px;
    left: 0;
    right: 0;
  }
  .customer-area .site-header {
    top: 0;
  }

  .admin-bar .site-header {
    top: 27px;
  }

  .header-scroll .site-header {
    padding: 0;
    top: 0;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  }

  .site-header .wrap {
    max-width: none;
  }

  .site-title {
    font-size: 3.2rem;
    line-height: 8rem;
  }

  .header-image .site-title > a {
    height: 7rem;
    width: 22.5rem;
    margin: 10px 0 0;
  }

  .header-image .title-area {
    width: 20rem;
  }

  .with-page-header .site-title a {
    color: #fff;
  }

  .header-scroll .site-title a {
    color: #1a1a1a;
    height: 6.5rem;
  }

}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}

.genesis-nav-menu a {
  border: none;
  display: block;
  margin: 0 1.6rem 0;
  position: relative;
  color: #004d85;
  font-weight: 400;
  text-transform: uppercase;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #008457;
  opacity: 1;
  transition: 0.3s ease all;
}

@media only screen and (min-width: 800px) {
  .genesis-nav-menu .menu-item.highlight a {
    background: transparent;
    line-height: 1;
    padding: 1rem 2rem;
    border: 1px solid #008457;
    color: #008457;
  }

  .genesis-nav-menu .menu-item.highlight a:hover {
    background: #008457;
    color: #fff;
  }

  .genesis-nav-menu .sub-menu {
    width: 18rem;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2rem 2rem -0.05rem rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    opacity: 0 !important;
    margin-top: 0;
    position: absolute;
    left: 0;
    margin-left: 2rem;
    pointer-events: none;
    text-align: left;
    display: block !important;
  }

  .genesis-nav-menu .sub-menu a {
    color: #231f20;
  }

  .genesis-nav-menu .sub-menu > li {
    float: left;
  }

  /*.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -0.5rem;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}*/

  .genesis-nav-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    pointer-events: all;
  }

  /*.genesis-nav-menu > .menu-item:hover > .sub-menu {
		margin-top: -1rem;
	}*/

  .genesis-nav-menu .sub-menu li a {
    border-top: none;
    padding: 0.8rem 1.6rem;
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu .sub-menu li {
    width: 100%;
  }

  .genesis-nav-menu .sub-menu li:first-child > a {
    padding-top: 1.6rem;
  }

  .genesis-nav-menu .sub-menu li:last-child a {
    padding-bottom: 1.2rem;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0 0 0 17.8rem;
    top: 0;
  }

  .genesis-nav-menu .sub-menu .sub-menu:before {
    display: none;
  }
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
  display: none;
  visibility: hidden;
  background: transparent !important;
  color: transparent;
}

@media only screen and (max-width: 800px) {
  button.sub-menu-toggle,
  button.menu-toggle {
    display: block;
    visibility: visible;
    border: none;
  }

  .nav-primary,
  .nav-primary .sub-menu {
    width: 100%;
    display: none;
  }

  button.menu-toggle {
    display: block;
    float: right;
    background: none;
    padding: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
  }

  button.menu-toggle:hover,
  button.menu-toggle:active,
  button.menu-toggle:focus,
  button.sub-menu-toggle:hover,
  button.sub-menu-toggle:active,
  button.sub-menu-toggle:focus {
    box-shadow: none;
  }

  button.menu-toggle:before {
    position: absolute;
    color: #005a9c;
    top: 1rem;
    right: 1.2rem;
    display: inline-block;
    font-size: 3rem;
    margin: 0 auto;
    padding: 0;
  }

  button.menu-toggle.activated::before {
    content: "\f2d7";
    right: 1.5rem;
  }

  button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0 1.25rem 0;
  }

  button.sub-menu-toggle:before {
    color: #231f20;
    font-size: 16px;
    padding: 14px 5px 14px;
    cursor: pointer;
  }

  button.sub-menu-toggle.activated:before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .nav-primary .genesis-nav-menu li {
    width: 100%;
  }

  .nav-primary .genesis-nav-menu > li:first-child {
    margin-top: 20px;
  }

  .nav-primary .genesis-nav-menu li .sub-menu {
    margin: 0 0 0 24px;
    width: calc(100% - 24px);
  }

  .nav-primary .genesis-nav-menu a {
    margin: 0 4rem 0 0;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 800px) {
  .nav-primary {
    text-align: right;
  }

  .bg-primary .nav-primary {
    padding-bottom: 22px;
  }

  .nav-primary .genesis-nav-menu > li > a {
    margin: 0 0 0 15px;
    padding: 3rem 0;
    font-size: 1.4rem;
  }

  .nav-primary .genesis-nav-menu > li.left {
    float: left;
  }

  .nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
    top: 18px;
  }
}

@media only screen and (min-width: 1100px) {
  .nav-primary .genesis-nav-menu > li > a {
    margin: -2px 0 0 25px;
    font-size: 1.6rem;
  }

  #menu-main-menu > .menu-item > a > span {
    padding: 1rem 0 1rem 1rem;
  }
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 99;
}

.nav-secondary .wrap {
  padding: 0;
}

.nav-secondary .genesis-nav-menu {
  padding: 1.6rem 0;
  margin-bottom: -1.6rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1rem;
  padding: 4px;
}

.nav-secondary ul li:first-child {
  margin-left: 5%;
  padding-left: 0;
}

.nav-secondary ul li:last-child {
  margin-right: 5%;
  padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
  opacity: 0.8;
  padding: 2rem 0;
  margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
  opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
  content: " ";
  border-bottom: 5px solid #333;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 800px) {
  .nav-secondary {
    width: 100%;
  }
}

@media only screen and (min-width: 1023px) {
  .nav-secondary .genesis-nav-menu li {
    margin: 0 12px;
  }

  .nav-secondary ul li:first-child {
    margin-left: 0;
  }

  .nav-secondary ul li:last-child {
    margin-right: 0;
  }
}

/* WooCommerce Account Nav
 * ========================================================================== */

body.woocommerce-account .entry-title {
  text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  text-align: center;
  width: 100%;
  float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  max-width: 80rem;
  margin: 0 auto;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0 0 4rem !important;
}

.woocommerce-MyAccount-navigation li {
  display: block;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  padding: 1rem;
  display: inline-block;
}

@media only screen and (min-width: 800px) {
  .woocommerce-MyAccount-navigation li {
    display: inline-block;
  }
}

/* Pagination
 * ========================================================================== */

.pagination,
body.woocommerce-page nav.woocommerce-pagination {
  margin: 4rem auto;
  text-align: center;
}

.pagination.adjacent-entry-pagination {
  padding: 4rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
  float: none;
  text-align: center;
  padding: 2rem 0;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
  display: inline-block;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
  border-radius: 0;
  margin: 2px;
  list-style-type: none;
  display: block;
  float: left;
}

.pagination .pagination-omission {
  border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
  display: block;
  padding: 1rem 1.5rem 0.8rem;
  text-decoration: none;
  background: transparent;
  border: 1px solid #231f20;
  color: #231f20;
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
}

.single-post .author-box,
.single-post .pagination {
  display: none;
}

@media only screen and (min-width: 800px) {
  .pagination.adjacent-entry-pagination .pagination-previous {
    float: left;
    text-align: left;
    padding: 2rem 0;
  }

  .pagination.adjacent-entry-pagination .pagination-next {
    float: right;
    text-align: right;
    padding: 2rem 0;
  }
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.with-background-image:after {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.bg-primary,
.bg-primary a {
  color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
  position: relative;
  z-index: 2;
}
/*
.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.bg-primary:after {
	background: #1a1a1a;
}

.bg-light-gray:after {
	background: #dcdcdc;
}*/

/* Page Header
 * ========================================================================== */

.page-header {
  padding: 8rem 0;
  position: relative;
  text-align: center;
  color: #fff;
}

.page-header h1,
.page-header .author-box-title {
  line-height: 1;
  font-size: 36px;
  text-transform: uppercase;
}

.page-header h1:last-child {
  margin-bottom: 0;
}

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

.header-content h1 {
  font-size: 48px;
  letter-spacing: 0rem;
  display: inline-block;
}

.greenunder {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.greenunder:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.greenafter:after {
  width: 100%;
  background: #005a9c;
}

.page-header .arrow-section {
  padding: 5% 0 0;
}

.page-header .greendot {
  color: #005a9c;
}

@media only screen and (min-width: 800px) {
  .page-header {
    padding: 10% 0;
  }

  .single .page-header,
  .page:not(.front-page):not(.kandor-landing) .page-header {
    padding: 10% 0;
    margin-top: 85px;
  }

  .header-content {
    padding: 0 5%;
  }

  .header-content h1 {
    padding: 15px;
  }

  .home .page-header {
    padding: calc(12% + 10.8rem) 0 12%;
  }

  .home .page-header h1 {
    text-transform: none;
  }

  .page-header h1,
  .page-header .author-box-title {
    font-size: 60px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }

  .page-header .entry-meta {
    font-size: 1.6rem;
  }

  .page-header .triangle {
    background-size: contain;
  }
}

@media only screen and (max-width: 800px) {
  .header-content {
    text-align: center;
  }

  .header-content h1 {
    padding: 15px;
  }
}

/* Interior Page styles
 * ========================================================================= */

.page-turbine-services .one-third img {
  height: 160px;
  object-fit: cover;
}

/* Experience Page */

.page-experience .experience-columns {
  text-align: center;
  clear: both;
  display: block;
  overflow: auto;
}

.page-experience .experience-columns .one-fifth {
  width: 18.5%;
  margin-left: 1.5%;
}

.page-experience .experience-columns h4 {
  font-size: 12px !important;
  letter-spacing: 0;
  font-weight: 700;
  background: #231f20;
  color: #fff;
  margin: 0;
  padding: 6px 15px;
  height: 90px;
}

.page-experience .experience-columns li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
}

.page-experience .experience-columns ul {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  min-height: 300px;
  padding: 15px;
}

/* Pricing Table
 * ========================================================================== */

.pricing-table,
.pricing-table > * {
  display: flex;
  flex-wrap: wrap;
}

.pricing-table > * {
  align-self: stretch;
}

.pricing-table > * > * {
  align-self: stretch;
  flex-grow: 1;
  width: 100%;
}

.pricing-table .plan {
  box-shadow: inset 0 0 0 2px #f0f0f0;
  text-align: center;
  padding: 40px 20px 20px;
  margin: 0 0 40px;
  width: 100%;
  position: relative;
  transition: all 0.2s ease-out;
  font-size: 14px;
  margin-bottom: 40px;
}

.pricing-table .plan em {
  opacity: 0.5;
  margin-bottom: 20px;
  display: block;
}

.pricing-table .plan h3 {
  color: #1db3e2;
}

.pricing-table .plan h3 span {
  font-size: 0.66em;
}

.pricing-table .plan ul {
  margin: 0 0 40px;
  line-height: 2;
}

.pricing-table .plan ul li {
  list-style: none;
}

.pricing-table .plan p {
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 3;
  align-self: flex-end;
}

.pricing-table .plan ul.small {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.07em;
  margin-bottom: 2rem;
  opacity: 0.75;
}

.pricing-table .plan.featured {
  background: #fff;
  box-shadow: 0 0 0 4px #1db3e2;
  z-index: 2;
  border-radius: 5px;
}

@media only screen and (min-width: 800px) {
  .pricing-info {
    padding-top: 8rem;
  }

  .pricing-table .plan {
    margin-bottom: 4rem !important;
  }

  .pricing-table .plan.one-fourth {
    width: 50%;
    margin: -2px 0 0 -2px;
  }

  .pricing-table .plan.one-fourth:first-child,
  .pricing-table .plan.one-fourth:nth-child(3) {
    margin-left: 0;
  }

  .pricing-table .plan.one-third {
    width: 33%;
    margin: 0 0 0 -2px;
  }

  .pricing-table .plan.one-third:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1100px) {
  .pricing-table .plan.one-fourth {
    width: 25%;
    margin: 0 0 0 -2px;
  }

  .pricing-table .plan.one-fourth:first-child {
    margin-left: 0;
  }

  .pricing-table .plan.one-fourth:nth-child(3) {
    margin-left: -2px;
  }
}

/* Archives
 * ========================================================================== */

.archive-description {
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
}

/* Blog
 * ========================================================================== */

.blog .entry-meta,
.blog .avatar {
  display: none;
}

.blog .page-header {
  background-position: center 30%;
}

.blog .content {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paged .content article:last-of-type {
  margin: 0 auto;
}

.blog:not(.paged) .content > .entry:first-of-type > .entry-header,
.blog:not(.paged) .content > .entry:first-of-type > .entry-content {
  width: 100%;
}

/*.blog:not(.paged) .content > .entry:first-of-type > .entry-header {
	padding-right: 2%;
}*/

.blog:not(.home) .site-inner .wrap {
  padding: 0 5%;
  max-width: 100%;
}

.blog .entry-image {
  width: 100%;
}

.blog:not(.home) .entry {
  width: 48%;
  padding: 4rem 20px;
  border-bottom: none !important;
}

.blog .post-image.entry-image {
  height: 300px;
  object-fit: cover;
}

.blog .avatar {
  border-radius: 50%;
  float: left;
  margin-left: 15px;
  margin-top: -80px;
  position: relative;
}

.blog .entry-header .entry-meta:first-of-type {
  float: right;
  margin-top: -45px;
}

.blog .pagination {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .blog .entry {
    width: 100%;
  }
}

/* Entries
 * ========================================================================== */

.entry {
  margin-bottom: 1em;
}

.single .tribe-events-before-html {
  display: none;
}

.single .entry-content .entry-meta {
  text-align: center;
  color: #008457;
  font-style: italic;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
  margin-bottom: 4rem;
  padding: 4rem 2rem;
  position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
  border-bottom-width: 0px;
}

.single-post .entry:first-child {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
  display: none;
}

.entry-title a {
  color: #231f20;
  font-size: 32px;
  font-weight: 900;
}

.entry-title a:hover {
  color: #005a9c;
  transition: 0.3s ease all;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
  margin-bottom: 2em;
  line-height: 1.5;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
  margin-left: 4rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
  content: " ";
  border-bottom: 1px solid #dcdcdc;
  margin: 4rem auto;
  display: block;
}

.post-image.entry-image {
  margin-bottom: 10px;
}

.entry-content .gform_wrapper ul.gform_fields {
  margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
  list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
  margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
  margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
  list-style: none;
}

.single .newslettercntr {
  background: #005a9c;
  color: #fff;
  padding: 30px 0;
  margin-top: 60px;
}

.single .newslettercntr h3 {
  color: #fff;
  text-transform: none;
}

.single .newslettercntr .innerwrap {
  max-width: 80rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single .newslettercntr .gform_wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single .newslettercntr .gform_wrapper form input {
  color: #7d7d7d;
  padding: 12px 15px !important;
  border-color: #fff;
}

.single .newslettercntr .gform_wrapper form input[type="submit"] {
  padding: 4px 10px !important;
  margin: 0;
  color: #fff;
}

.single .newslettercntr .gform_wrapper {
  margin: 0;
}

.single .newslettercntr .gform_wrapper form .ginput_container,
.single .newslettercntr .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 0;
}

.single .newslettercntr .gform_wrapper form .gfield > label {
  display: none;
}

.single .newslettercntr .button {
  color: #fff;
  border-color: #fff;
  padding: 5px 10px;
}

@media only screen and (min-width: 800px) {
  .single .newslettercntr .gform_wrapper form .gfield,
  .single .newslettercntr h3 {
    margin: 0;
  }
  .single .newslettercntr .gform_wrapper .gform_footer {
    width: auto;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .single .newslettercntr .innerwrap .gform_body,
  .single .newslettercntr .innerwrap {
    width: 100%;
  }

  .single .newslettercntr .innerwrap .gform_body {
    margin-bottom: 10px;
  }

  .single .newslettercntr .innerwrap,
  .single .newslettercntr .gform_wrapper form {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Author Box
 * ========================================================================== */

.single .author-box {
  margin: 4rem auto 4rem;
  text-align: center;
  position: relative;
}

.single .author-box .author-box-title {
  margin: 0;
}

.author-box .avatar,
body.woocommerce-page img.avatar {
  max-width: 8rem;
  height: 8rem;
  width: 8rem;
  border-radius: 4rem;
  margin-bottom: 2rem;
}

.author-box {
  display: none;
}

@media only screen and (min-width: 800px) {
  .single .author-box {
    text-align: center;
  }

  .author-box .avatar {
    left: 0;
  }
}

/* Entry Grid
 * ========================================================================== */

.showcase-entry-grid .entry {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  text-align: center;
  border: 0;
}

.showcase-entry-grid .entry:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 2rem 2rem -1rem rgba(0, 0, 0, 0.25);
}

.showcase-entry-grid .entry a {
  border: 0;
  overflow: hidden;
  color: #fff;
}

.showcase-entry-grid .entry img {
  display: block;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
}

.overlay:hover {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.overlay-inner {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
}

.overlay-details {
  display: table-cell;
  padding: 1.6rem;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 800px) {
  .showcase-entry-grid {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }

  .showcase-entry-grid .entry {
    width: calc(50% - 2rem);
    float: left;
    margin: 1rem;
  }
}

/* Comments
 * ========================================================================== */

.comment-respond,
body.woocommerce #review_form #respond,
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register,
body .woocommerce-MyAccount-content form {
  background: #f7f6f7;
  border: 0;
  padding: 2rem 2rem 1rem;
  margin-bottom: 4rem;
  border-radius: 5px;
}

.entry-comments,
.entry-pings {
  padding: 4rem 0 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 4rem;
}

.entry-comments .comment {
  padding: 2rem 0;
  border-bottom: 1px solid #dcdcdc;
}

.entry-comments .comment:last-child {
  margin-bottom: 0;
  border: 0;
}

.comment-list .comment-respond {
  padding-left: 0;
}

.comment-header {
  line-height: 1;
}

.comment-author {
  margin: 6px 0 2px;
}

.comment-author span:first-of-type {
  font-weight: 700;
}

.comment-author .avatar {
  float: left;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 2.4rem;
  margin-top: -0.6rem;
}

.comment-autor,
.comment-meta a {
  text-transform: uppercase;
}

.comment-meta a {
  font-size: 1.2rem;
}

.comment-edit-link {
  margin-bottom: 2rem;
  display: inline-block;
}

.comment-notes,
.entry-pings .reply {
  display: none;
}

.comment-form p label {
  font-weight: bold;
}

p.comment-form-comment {
  margin-bottom: 2rem;
}

.comment-list li {
  list-style-type: none;
}

.comment-reply-title small {
  font-size: 1.8rem;
  font-weight: 400;
}

.entry-comments ul.children {
  margin-left: 4rem;
}

.ping-list .reply {
  display: none;
}

@media only screen and (min-width: 800px) {
  .comment-respond,
  body.woocommerce #review_form #respond,
  body .woocommerce form.checkout_coupon,
  body .woocommerce form.login,
  body .woocommerce form.register,
  body .woocommerce-MyAccount-content form {
    padding: 4rem 4rem 3rem;
    margin-bottom: 0;
  }
}

/* Widget Areas
 * ==========================================================================

.sidebar .widget {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}*/

.sidebar .widget:last-child {
  border-bottom: 0;
}

.widget-area ul li {
  list-style-type: none;
  margin-bottom: 1.6rem;
}

/* Pre Before Footer Widget Area
 * ========================================================================== */

.pre-before-footer {
  background-size: cover;
  padding: 5% 0;
}

#pre-before-footer .widget-title {
  text-align: center;
  font-size: 3rem;
  text-transform: none;
}

.pre-before-footer .gform_wrapper form label {
  display: none !important;
}

.pre-before-footer .gform_wrapper ul.gform_fields {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .pre-before-footer .gform_wrapper ul.gform_fields {
    flex-wrap: wrap;
  }

  .pre-before-footer .gform_wrapper ul.gform_fields li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 800px) {
  .pre-before-footer .gform_wrapper .gform_body {
    display: inline-block;
    width: 80%;
  }

  .pre-before-footer .gform_wrapper .gform_body li input {
    padding: 15px 10px !important;
  }

  .pre-footer .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
  }

  .pre-before-footer .gform_wrapper .gform_footer {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .pre-before-footer .gform_wrapper form {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pre-before-footer .gform_wrapper .gform_footer input[type="submit"] {
    margin: 6px 0 0 16px;
    padding: 9px 20px;
  }
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
  background: #008457;
  color: #fff;
  background-size: cover !important;
  padding: 3% 0;
}

.before-footer a.more-link.reverse {
  font-weight: 700;
}

.before-footer h3 {
  font-weight: 400;
}

.before-footer .custom-html-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.before-footer .ginput_container input {
  background: transparent;
  color: #fff;
  padding: 10px !important;
  border-color: #fff;
  font-weight: 900;
}

.before-footer .gform_footer > input {
  padding: 5px 30px;
  width: auto;
}

.before-footer .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  width: auto;
}

.before-footer .gform_wrapper ul li.gfield,
.before-footer .gfield > .ginput_container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.before-footer .gfield > .ginput_container,
.before-footer .gform_wrapper {
  margin: 0;
}

.before-footer .gform_wrapper .gform_fields .gfield_label {
  display: none;
}

.before-footer .gform_button:hover {
  background: #231f20;
  color: #fff !important;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .before-footer {
    text-align: center;
  }

  .before-footer .leftcol,
  .before-footer .rightcol {
    width: 100%;
  }

  .before-footer .custom-html-widget > h3 {
    margin: 0 0 16px;
    font-size: 21px;
  }

  .before-footer .gform_wrapper .gform_footer,
  .before-footer .gform_body {
    width: 100%;
  }

  .before-footer .gform_wrapper .gform_footer input[type="submit"] {
    margin: 16px 0 0;
  }

  .before-footer .gform_wrapper form,
  .before-footer .custom-html-widget {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 800px) {
  
  .before-footer .leftcol {
    width: 60%;
  }

  .before-footer .rightcol {
    width: 35%;
  }

  .before-footer .rightcol {
    text-align: right;
  }

  .before-footer .custom-html-widget h3 {
    margin: 0;
  }

  .before-footer .ginput_container,
  .before-footer .gform_footer > input {
    margin: 0 0px 0 16px !important;
  }
}

/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
  padding: 4rem 0 0;
  background: #005a9c;
  color: #fff;
}

.footer-widgets ul li {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets a.higlight {
  font-weight: bold;
  text-decoration: underline;
}

.footer-widgets i {
  font-size: 3rem;
}

.footer-widgets a:hover {
  color: #008457;
  transition: 0.3s ease all;
}

.footer-widgets .widget-area {
  margin-bottom: 0rem;
}

.footer-widgets .widgettitle {
  opacity: 1;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.footer-widgets li a {
  display: inline-block;
  position: relative;
  color: #fff;
  transition: 0.3s ease all;
}

/* .footer-widgets li a:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0px;
  background-color: #005a9c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer-widgets li a:hover:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
} 

.footer-widgets li a:hover {
  color: #005a9c;
  transition: 0.3s ease all;
}*/

.footer-widgets h3 {
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
.footer-widgets h3:nth-of-type(1) {
  margin: 0 !important;
}

.footer-widgets .widgettitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
}

.footer-widgets-1 .footer-social {
  font-size: 32px;
  letter-spacing: 5px;
}

.footer-widgets-1 .footer-social a {
  color: #fff;
}

.footer-widgets-1 .footer-social a:hover {
  color: #005a9c;
}

.footer-widgets-1 .widget_nav_menu .sub-menu {
  margin-top: 1.2rem;
  line-height: 1;
}

.footer-widgets-1 .widget_nav_menu .sub-menu li {
  line-height: 1.3;
}

.footer-widgets-1 .widget-area ul li {
  margin-bottom: 1.2rem !important;
}

.footer-widgets-1 .widget li li {
  margin: 0 0 0 2rem !important;
}

.footericons a {
  margin: 0 0 0 15px;
  font-size: 30px;
}

.footericons a:hover {
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-widgets .simple-social-icons ul {
  margin-top: 1rem !important;
}

.footer-widgets .simple-social-icons ul li {
  margin: 0px 2.4rem 1.2rem 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
  padding: 0px !important;
  border: 0px !important;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.social-icons svg {
  font-size: 25px;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 800px) {
  .footer-widgets .custom-html-widget,
  .footer-widgets-3 .widgettitle,
  #menu-footer-navigation,
  .footer-widgets {
    text-align: center;
  }

  .footer-widgets-1 .widget li,
  .footer-widgets-1 .widget .sub-menu li {
    margin: 0 !important;
  }

  .footericons a {
    margin: 0 15px;
  }

  .footer-widgets-2 {
    padding: 1rem 0;
  }

  .social-icons {
    justify-content: center;
  }
}

@media only screen and (min-width: 800px) {
  .footer-widgets {
    padding: 8rem 0 1rem 0;
  }

  .footer-widgets i {
    padding-left: 20px;
  }

  .footer-widgets-1 {
    text-align: left;
    width: 50%;
  }

  .footer-widgets-1 img {
    max-width: 340px;
  }

  .footer-widgets-2 {
    text-align: left;
    width: 25%;
  }

  .footer-widgets-3 {
    text-align: left;
    width: 25%;
  }

  .footer-widgets-3 .social-icons {
        padding-left: 25%;
  }

  .footer-widgets-3 .social-icons a:last-of-type svg {
    margin-right: 0;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    float: left;
  }
}

/* Site Footer
 * ========================================================================== */

.site-footer {
  padding: 4rem 0;
  background: #005a9c;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  transition: 0.3s ease all;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 1);
  transition: 0.3s ease all;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  transition: 0.3s ease all;
}

.site-footer > .wrap:before,
.site-footer > .wrap:after {
  display: none;
}

.site-footer a:hover {
  transition: 0.3s ease all;
}

@media only screen and (max-width: 800px) {
  .footerimgs {
    justify-content: center;
  }

  .footerimgs img {
    padding-left: 0;
    margin: 20px 0;
  }

  .site-footer > .wrap {
    justify-content: center;
  }
}

/* ANIMATE WC EDIT
 * ========================================================================== */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.appear {
  opacity: 1;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.delay-4000 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.delay-4500 {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-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 {
  -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 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: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }

  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 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-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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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-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 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Fade In Up Small -- added by Wayne Cox */

@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0) !important;
    transform: translate3d(0, 50px, 0) !important;
  }

  to {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0) !important;
    transform: translate3d(0, 50px, 0) !important;
  }

  to {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -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-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-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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

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

@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: none;
    transform: none;
  }
}

.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;
}

.wpgmza_infowindow_address {
	display: none;
}


/*extra band*/

.extraband{
  padding-top:50px;
}

/*hero video*/

.hero-video {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 85px;
    overflow: hidden;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7); /* Darken the video slightly */
}

.hero-video .content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 1rem;
}

.hero-video .content-overlay h1 {
    /*font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;*/
    font-size: 60px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.hero-video .content-overlay p {
    font-size: 1.2rem;
}

.page-id-46765 .page-header.bg-primary.with-background-image{
  display:none;
}

/*fix about us hero on mobile*/

@media screen and (max-width:768px){

.page-id-194 .page-header{
  margin-top:75px;
}

}