<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
- - - - CSS SITEMAP - - - - 
i01 - Reset
i02 - Helpers
i03 - Colorbox
i04 - Select Menu
i05 - Animate
i06 - Cycle2
i07 - Grid
i08 - Typography
i09 - Buttons
i10 - Tables
i11 - Forms
i12 - Filters
i13 - Dark
i14 - Mobile
i15 - Header
i16 - Billbaord
i17 - Content
i18 - Background
i19 - Sub navigation
i20 - Sections
i21 - Widgets
i22 - Footer
i23 - Notice
i24 - Containers
*/
/* i01 - Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* i02 - Helpers */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.after, .div-row:after, .div-row .div-col:after, .filters:after, .content-section .text:after, #footer #inner-footer:after, .container:after, .container-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

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

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* i03 - Colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(/_assets/img/colorbox/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(/_assets/img/colorbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(/_assets/img/colorbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(/_assets/img/colorbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(/_assets/img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/_assets/img/colorbox/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/* i04 - Select Menu */
#content .filters a {
  text-decoration: none;
}

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 180px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #0c2c30;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 2.125em;
  padding: 0 2em 2px .5em;
  font-size: 16px;
  font-weight: 400;
  color: #0c2c30;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-arrow-down {
  color: #0c2c30;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  font-weight: normal !important;
}
.ui-selectmenu-button.ui-state-disabled {
  cursor: default;
  opacity: .5;
}
.ui-selectmenu-button.ui-state-disabled span.icon-down {
  display: none;
}

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 0;
  display: none;
  z-index: 999;
}

.ui-selectmenu-menu .ui-menu {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 182px;
  max-height: 300px !important;
  list-style: none;
  background-color: #0c2c30;
  border: 0;
  border-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-selectmenu-menu .ui-menu li {
  margin: 0;
  padding: .5em;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  list-style: none;
  cursor: pointer;
  color: #fafafa;
}
.ui-selectmenu-menu .ui-menu li:hover {
  background-color: #639b41;
}

.ui-selectmenu-open {
  display: block;
}

/* i05 - Animate */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft, .content-section .widget.stories article .image-wrap, .content-section .widget.posts article:nth-child(even) .image-wrap {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight, .content-section .widget.stories article:nth-child(even) .image-wrap, .content-section .widget.posts article .image-wrap {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* i06 - Cycle2 */
#cycle-ss,
.cycle-slideshow {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#cycle-ss .slide,
.cycle-slideshow .slide {
  width: 100%;
}

#cycle-ss .slide,
.cycle-slideshow .slide {
  display: none;
}

#cycle-ss .slide.first,
.cycle-slideshow .slide.first {
  display: block;
}

#cycle-ss a,
.cycle-slideshow a {
  display: block;
  width: 100%;
}

#cycle-ss img,
.cycle-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.cycle-pager {
  position: absolute;
  bottom: .5em;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 64em) {
  .cycle-pager {
    height: 18px;
    line-height: 18px;
    bottom: 2em;
  }
}

.cycle-pager span {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: white;
  cursor: pointer;
  margin: 0 4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.cycle-pager span:hover {
  opacity: .6;
}

.cycle-pager span.cycle-pager-active {
  background-color: #639b41;
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

.rotator {
  overflow: hidden;
  position: relative;
  min-height: 180px;
  background: black;
}
@media (min-width: 64em) {
  .rotator {
    min-height: 434px;
  }
}
.rotator .loading {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
@media (min-width: 64em) {
  .rotator .loading {
    margin-top: -20px;
    margin-left: -35px;
    width: 70px;
  }
}
.rotator a {
  display: block;
}

.js-rotator .loading {
  display: none;
}
.js-rotator .rotator {
  min-height: 0;
}
.js-rotator #cycle-ss {
  opacity: 1;
}

/* i07 - Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .div-row {
    margin-bottom: 2em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 48em) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 48em) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
}
.div-row .div-col p:last-child {
  margin: 0;
}
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .div-row.one-half .div-col {
    width: 48%;
  }
}

@media (min-width: 48em) {
  .div-row.one-third .div-col {
    width: 30.66666666666667%;
  }
}

@media (min-width: 48em) {
  .div-row.one-fourth .div-col {
    width: 22%;
  }
}

@media (min-width: 48em) {
  .div-row.two-third .div-col {
    width: 72%;
  }
}
@media (min-width: 48em) {
  .div-row.two-third .div-col:first-child {
    width: 24%;
  }
}

@media (min-width: 48em) {
  .div-row.two-third.right .div-col {
    width: 24%;
  }
}
@media (min-width: 48em) {
  .div-row.two-third.right .div-col:first-child {
    width: 72%;
  }
}

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.div-embed img {
  display: block;
  width: 100%;
  height: auto;
}
.div-embed iframe, .div-embed object, .div-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* i08 - Typography */
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fafafa;
}

body,
table caption,
table th,
table td,
textarea {
  color: #000000;
  font-style: normal;
  font-weight: 400;
}

body,
table caption,
table th,
table td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.button-small,
.button-medium,
.button-large,
#search_term,
#search_term2,
#module-search-term,
.ui-selectmenu,
.ui-selectmenu-menu,
.ui-selectmenu-button span.ui-selectmenu-text,
.ui-selectmenu-menu .ui-menu,
.monkForm,
.monkForm legend,
.monkForm input,
#newsletter_text,
#newsletter_submit {
  font-family: "Lato", sans-serif;
}

a {
  color: #639b41;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a span,
a i {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #3ca67a;
}

#content .monkForm input[type=submit] {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c2c30;
  margin-bottom: .35em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

h1 {
  font-size: 2.625em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  h1 {
    font-size: 4em;
  }
}

h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  h2 {
    font-size: 3.125em;
  }
}

h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 64em) {
  h3 {
    font-size: 3.125em;
  }
}

h4 {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.455;
  text-transform: uppercase;
}

h5 {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

p {
  font-size: 1.125em;
  line-height: 1.44;
  margin-bottom: 1.75em;
}

#content ul {
  margin: 0 0 1.75em 3em;
}
#content ul li {
  list-style: disc;
  line-height: 1.44em;
  font-size: 1.125em;
}
#content ul li li {
  font-size: 100%;
}
#content #subnav {
  margin: 0;
}
#content #subnav li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
#content #subnav ul {
  padding: 0;
  margin: 0;
}
#content .media,
#content .media-links,
#content .mcms_filter_list {
  margin: 0;
}
#content .media li,
#content .media-links li,
#content .mcms_filter_list li {
  list-style: none;
  line-height: 1;
  margin-bottom: .5em;
}
#content ol {
  margin: 0 0 1.75em 3em;
}
#content ol li {
  list-style: decimal;
  line-height: 1.2em;
  font-size: 1.125em;
}
#content ol li li {
  font-size: 100%;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

pre, code {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em;
}

ins {
  text-decoration: none;
}

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: normal;
}

dd {
  margin-left: 1.5em;
}

blockquote {
  position: relative;
  margin: 2em 0;
  padding: 0;
  text-align: left;
  font-size: 2.375em;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
  color: #0c2c30;
}
blockquote p {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

#content hr {
  display: block;
  margin: 1.25em 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: 0;
  color: #292929;
  background-color: #292929;
  overflow: hidden;
}

#pagination {
  text-align: center;
  font-size: 1.125em;
  padding: 1em 0;
}
#pagination a {
  display: inline-block;
  padding: .1em .5em;
  margin: 0 .125em .125em .125em;
  font-weight: normal;
  text-decoration: none !important;
}
#pagination a:hover {
  text-decoration: underline;
}
#pagination #current {
  color: #fafafa;
  background-color: #639b41;
}
#pagination #off {
  visibility: hidden;
}

.insert-gallery {
  overflow: hidden;
}
.insert-gallery .photo {
  float: left;
  width: 20%;
  margin: 0 2.5% 1em 0;
}
.insert-gallery .photo img {
  display: block;
  width: 100%;
  height: auto;
}

.div-callout {
  background-color: #0c2c30;
  padding: 2em 1.5em;
  margin: 2em 0;
  text-align: center;
}
.div-callout p:last-child {
  margin: 0;
}

.share {
  margin-bottom: 1.5em;
}
.share h6 {
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  margin: 0;
}
@media (min-width: 64em) {
  .share h6 {
    line-height: 1.5em;
    vertical-align: middle;
  }
}
.share a {
  display: inline-block;
  margin-left: .5em;
}
@media (min-width: 64em) {
  .share a {
    font-size: 1.5em;
  }
}

::-webkit-scrollbar {
  width: .75em;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: rgba(99, 155, 65, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(99, 155, 65, 0.4);
}

/* i09 - Buttons */
a.button-small,
p.button-small a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  padding: .5em;
  margin: 0 0 1em 0;
  border: 1px solid #639b41;
  background-color: #639b41;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  a.button-small,
  p.button-small a {
    display: inline-block;
    padding: .5em 1.5em;
    margin: 0 .5em .25em .5em;
  }
}
a.button-small:hover,
p.button-small a:hover {
  color: #639b41;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  a.button-small:first-child,
  p.button-small a:first-child {
    margin-left: 0;
  }
}

a.button-medium,
p.button-medium a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  padding: .85em .5em;
  margin: 0 0 1em 0;
  border: 1px solid #639b41;
  background-color: #639b41;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  a.button-medium,
  p.button-medium a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
    padding: .85em 1.75em;
  }
}
a.button-medium:hover,
p.button-medium a:hover {
  color: #639b41;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  a.button-medium:first-child,
  p.button-medium a:first-child {
    margin-left: 0;
  }
}

a.button-large,
p.button-large a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  padding: .85em .5em;
  margin: 0 0 1em 0;
  border: 1px solid #639b41;
  background-color: #639b41;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  a.button-large,
  p.button-large a {
    display: inline-block;
    margin: 0 .5em .25em .5em;
    padding: .85em 1.5em;
  }
}
a.button-large:hover,
p.button-large a:hover {
  color: #639b41;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  a.button-large:first-child,
  p.button-large a:first-child {
    margin-left: 0;
  }
}

/* i10 - Tables */
table {
  margin: 0 0 40px 0;
  border-collapse: separate;
  width: 99%;
}
table caption {
  font-weight: 700;
  font-size: 1.5em;
  padding: .85em;
  text-align: left;
  background: none;
}
table th {
  font-weight: 400;
  font-size: 1.25em;
  padding: 1em;
  text-transform: uppercase;
}
table td {
  padding: 1em;
  line-height: 1.25em;
  background-color: transparent;
}
table td p {
  font-size: inherit;
  margin: 0;
}

@media (max-width: 75em) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  .pinned table {
    margin: 0;
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table caption {
    text-indent: -9999px;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  .scrollable table {
    margin: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/* i11 - Forms */
#content .monkForm {
  margin: 1.5em 0;
}
#content .monkForm p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.44;
}
#content .monkForm p.error {
  font-size: .875em;
  color: red;
}
#content .monkForm fieldset &gt; legend {
  display: block;
  position: relative;
  width: 80%;
  font-size: 1.5em;
  color: #fafafa;
  padding: 40px 5%;
  margin-bottom: 1em;
  font-weight: 400;
  background-color: #0c2c30;
  overflow: hidden;
}
@media (min-width: 64em) {
  #content .monkForm fieldset &gt; legend {
    font-size: 3.125em;
  }
}
#content .monkForm fieldset &gt; legend:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
#content .monkForm fieldset fieldset &gt; legend {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.455;
  color: #0c2c30;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: .125em;
}
#content .monkForm fieldset fieldset &gt; legend:after {
  display: none;
}
#content .monkForm .section {
  padding-bottom: .25em;
  margin-bottom: 1em;
}
#content .monkForm .heading {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: .5em;
}
#content .monkForm .asterisk {
  color: red;
}
#content .monkForm .section,
#content .monkForm .text,
#content .monkForm .textarea,
#content .monkForm .email,
#content .monkForm .name,
#content .monkForm .phone,
#content .monkForm .address,
#content .monkForm .date,
#content .monkForm .radio,
#content .monkForm .checkbox,
#content .monkForm .select,
#content .monkForm .file {
  margin-bottom: 1.25em;
}
#content .monkForm div input,
#content .monkForm div textarea,
#content .monkForm div select {
  display: inline-block;
  color: #292929;
  font-size: 16px;
  padding: .75em;
  margin-bottom: .5em;
  font-weight: 400;
  background-color: #eaeaea;
  border: 0;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content .monkForm .text input, #content .monkForm .text textarea,
#content .monkForm .email input,
#content .monkForm .email textarea,
#content .monkForm .textarea input,
#content .monkForm .textarea textarea {
  display: block;
  width: 85%;
}
#content .monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
#content .monkForm .address input {
  margin-bottom: 1em;
}
#content .monkForm .checkbox p,
#content .monkForm .radio p {
  margin-bottom: .25em;
}
#content .monkForm .checkbox label,
#content .monkForm .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
  font-size: 1em;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content .monkForm .checkbox label:after,
#content .monkForm .radio label:after {
  font-family: "mk031";
  content: "";
  font-size: 100%;
  font-style: normal !important;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 12px;
  display: none;
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  color: white;
  z-index: 100;
}
#content .monkForm .checkbox label:before,
#content .monkForm .radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 1px 0 #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 0 #eaeaea;
  box-shadow: inset 0 0 1px 0 #eaeaea;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
#content .monkForm .checkbox label:hover:before,
#content .monkForm .checkbox label:focus:before,
#content .monkForm .checkbox label:active:before,
#content .monkForm .radio label:hover:before,
#content .monkForm .radio label:focus:before,
#content .monkForm .radio label:active:before {
  -moz-box-shadow: inset 0 0 1px 0 black(0.8);
  -webkit-box-shadow: inset 0 0 1px 0 black(0.8);
  box-shadow: inset 0 0 1px 0 black(0.8);
}
#content .monkForm .checkbox input[type="checkbox"]:checked + label:before,
#content .monkForm .checkbox input[type="radio"]:checked + label:before,
#content .monkForm .radio input[type="checkbox"]:checked + label:before,
#content .monkForm .radio input[type="radio"]:checked + label:before {
  background: #639b41;
}
#content .monkForm .checkbox input[type="checkbox"]:checked + label:after,
#content .monkForm .checkbox input[type="radio"]:checked + label:after,
#content .monkForm .radio input[type="checkbox"]:checked + label:after,
#content .monkForm .radio input[type="radio"]:checked + label:after {
  display: inline-block;
}
#content .monkForm .checkbox input,
#content .monkForm .radio input {
  display: none;
}
#content .monkForm .radio label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#content .monkForm .file label {
  display: none;
}
#content .monkForm .file input {
  background-color: transparent !important;
  border-color: #000000;
  font-weight: 400;
}
#content .monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
#content .monkForm input[type=submit] {
  display: block;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  padding: .5em 1.5em .4em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #639b41;
  background-color: #639b41;
  cursor: pointer;
  text-decoration: none !important;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (min-width: 48em) {
  #content .monkForm input[type=submit] {
    display: inline-block;
  }
}
#content .monkForm input[type=submit]:hover {
  color: #639b41;
  background-color: #fafafa;
}

/* i12 - Filters */
.filters {
  margin-bottom: 3em;
  text-align: center;
  background-color: #eaeaea;
  padding: 1em;
}
.filters h5 {
  margin-bottom: .75em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64em) {
  .filters h5 {
    display: inline-block;
    position: relative;
    margin: .5em 1em 0 0;
    text-align: left;
    float: left;
  }
}
.filters a {
  text-decoration: none;
}
.filters .ui-selectmenu-button {
  margin-right: .5em;
  text-align: left;
  float: left;
}
.filters .ui-selectmenu-button:last-child {
  margin: 0;
}
.filters select.sorter {
  display: block;
  float: none;
  width: 90%;
  margin: 0 auto 1em auto;
}

#module-search,
#zip-search {
  clear: both;
  border: 0;
  outline: none;
  width: 180px;
  margin: 1em auto 0 auto;
}
@media (min-width: 64em) {
  #module-search,
  #zip-search {
    clear: none;
    float: right;
    margin: 0;
  }
}

#module-search fieldset,
#zip-search .zip-inner {
  position: relative;
  padding: .5em;
  border: 0;
  color: #000000;
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid #0c2c30;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#module-search-term,
#zip-search-term {
  float: left;
  display: block;
  width: 75%;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  color: #000000;
  outline: none !important;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#module-search-term::-webkit-input-placeholder,
#zip-search-term::-webkit-input-placeholder {
  opacity: 1;
}

#module-search-term:-moz-placeholder,
#zip-search-term:-moz-placeholder {
  opacity: 1;
}

#module-search-term::-moz-placeholder,
#zip-search-term::-moz-placeholder {
  opacity: 1;
}

#module-search-term:-ms-input-placeholder,
#zip-search-term:-ms-input-placeholder {
  opacity: 1;
}

#module-search-submit,
#zip-search-submit {
  display: block;
  position: absolute;
  right: 0;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
}

#sidebar .filters {
  padding: 0;
  background-color: transparent;
}
#sidebar .filters h5 {
  float: none;
  margin: 0 0 .35em 0;
  text-align: left;
}
#sidebar .filters .ui-selectmenu-button {
  margin: 0 auto 1em auto;
  text-align: left;
  float: none;
}
#sidebar #module-search,
#sidebar #zip-search {
  float: none;
  width: 250px;
  margin: 0 auto;
}

/* i13 - Dark */
.dark, .div-callout {
  color: #fafafa;
}
.dark h1, .div-callout h1,
.dark h2,
.div-callout h2,
.dark h3,
.div-callout h3,
.dark h4,
.div-callout h4,
.dark h5,
.div-callout h5,
.dark h6,
.div-callout h6,
.dark blockquote,
.div-callout blockquote {
  color: #fafafa;
}

/* i14 - Mobile */
nav.mobile {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5999;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  nav.mobile {
    right: -100% !important;
  }
}
nav.mobile .mobile-inner {
  position: relative;
  height: 100%;
  background-color: #0d3238;
  overflow-y: auto;
}
@media (min-width: 48em) {
  nav.mobile .mobile-inner {
    margin-left: 40%;
  }
}

body.show-mobile nav.mobile {
  right: 0;
}

#mobilenav li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 100%;
  text-align: center;
}
#mobilenav li a span i {
  display: inline-block;
  font-size: 1.75em;
  margin-top: .25em;
  color: #639b41;
}
#mobilenav li a span i:before {
  font-family: "mk031";
  content: "";
  font-size: 100%;
  font-style: normal !important;
  font-weight: normal !important;
  vertical-align: middle;
}

#mobilenav &gt; li.current &gt; a &gt; span i:before,
#mobilenav li &gt; ul &gt; li.current &gt; a &gt; span i:before {
  content: "\e3b4";
}

#mobilenav {
  padding: 0 1em;
}
#mobilenav &gt; li &gt; a {
  position: relative;
  display: block;
  color: #639b41;
  text-transform: uppercase;
  border-bottom: 1px solid #639b41;
  padding: 1em;
}
#mobilenav &gt; li &gt; ul {
  opacity: 0;
  display: none;
  padding: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#mobilenav &gt; li.current &gt; a {
  color: #3ca67a;
}
#mobilenav &gt; li.current &gt; ul {
  display: block;
  opacity: 1;
}

#mobilenav &gt; li &gt; ul &gt; li &gt; a {
  position: relative;
  display: block;
  color: #639b41;
  font-size: .87em;
  text-transform: uppercase;
  border-bottom: 1px solid #639b41;
  padding: 1em 1em 1em 2.5em;
}
#mobilenav &gt; li &gt; ul &gt; li &gt; ul {
  opacity: 0;
  display: none;
  padding: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#mobilenav &gt; li &gt; ul &gt; li.current &gt; a {
  color: #3ca67a;
}
#mobilenav &gt; li &gt; ul &gt; li.current &gt; ul {
  display: block;
  opacity: 1;
}

#mobilenav &gt; li &gt; ul &gt; li &gt; ul li a {
  position: relative;
  display: block;
  color: #639b41;
  font-size: .87em;
  text-transform: uppercase;
  border-bottom: 1px solid #639b41;
  padding: 1em 1em 1em 3.5em;
}
#mobilenav &gt; li &gt; ul &gt; li &gt; ul li.current a {
  color: #3ca67a;
}

nav.mobile .search {
  padding: 2em 5%;
}

/* i15 - Header */
#header {
  background-color: #fafafa;
  position: relative;
  padding: 1em 0;
  top: auto;
  width: 100%;
  z-index: 6999;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media (min-width: 64em) {
  #header {
    padding: 1.5em 0 0 0;
  }
}
#header.stuck {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  #header.stuck {
    position: fixed;
    left: 0;
    top: 0;
  }
}
#header .logo {
  position: relative;
  float: left;
  width: 60%;
}
@media (min-width: 64em) {
  #header .logo {
    width: 20%;
  }
}
#header .logo img {
  display: block;
  width: 100%;
  max-width: 204px;
  height: auto;
}

.no-js #header {
  position: relative;
  top: auto;
  left: auto;
}
@media (min-width: 64em) {
  .no-js #header {
    position: relative;
  }
}

nav.desktop {
  display: none;
  float: right;
  width: 75%;
  margin-top: .35em;
}
@media (min-width: 64em) {
  nav.desktop {
    display: block;
  }
}

#nav {
  text-align: right;
}
#nav &gt; li {
  display: inline-block;
  margin: 0 .5em;
}
@media (min-width: 75em) {
  #nav &gt; li {
    margin: 0 1em;
  }
}
#nav &gt; li &gt; a {
  display: block;
  font-size: .875em;
  text-transform: uppercase;
  color: #639b41;
  padding: .35em .35em 1.65em .35em;
}
@media (min-width: 75em) {
  #nav &gt; li &gt; a {
    font-size: 1.125em;
    padding: .35em .65em 1.65em .65em;
  }
}
#nav &gt; li &gt; ul {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 230px;
  max-height: 0;
  margin-left: -10px;
  z-index: 4000;
  -webkit-transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#nav &gt; li:last-child {
  margin-right: 0;
}

#nav &gt; li.current &gt; a {
  color: #abb2a6;
}

#nav &gt; li:hover &gt; a {
  color: #abb2a6;
}
#nav &gt; li:hover &gt; ul {
  max-height: 800px;
}

#nav &gt; li &gt; ul &gt; li {
  text-align: left;
}
#nav &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  background-color: #0d3238;
  color: #639b41;
  text-transform: uppercase;
  padding: 1em .25em 1em 1em;
  border-left: 10px solid #0d3238;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav &gt; li &gt; ul &gt; li &gt; a:hover {
  padding-left: 2em;
  background-color: #639b41;
  border-color: #fafafa;
  color: #fafafa;
}

#nav-toggle {
  float: right;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 8px;
}
@media (min-width: 64em) {
  #nav-toggle {
    display: none;
  }
}
#nav-toggle i {
  color: #639b41;
  display: block;
  font-size: 28px;
}
#nav-toggle span:after {
  content: "Menu";
}

body.show-mobile #nav-toggle span:after {
  content: "Close";
}

/* i16 - Billbaord */
#billboard {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#bigvideo {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#bigvideo video {
  display: block;
  height: 100%;
  width: 100%;
}

/* i17 - Content */
#content {
  padding: 4em 0 2em 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 48em) {
  #content {
    padding: 6em 0 2em 0;
  }
}

#text {
  position: relative;
}
@media (min-width: 64em) {
  #text {
    float: left;
    width: 63.21429%;
  }
}
#text:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: -5em;
  width: 4px;
  height: 100%;
  background-color: #eaeaea;
}
@media (min-width: 64em) {
  #text:before {
    display: block;
  }
}

#content.fullwidth #text {
  padding-left: 5%;
}
@media (min-width: 64em) {
  #content.fullwidth #text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
#content.fullwidth #text:before {
  display: none !important;
}

.csstransitions .effect-side #content.fullwidth {
  position: relative;
  z-index: 500;
}
@media (min-width: 64em) {
  .csstransitions .effect-side #content.fullwidth #text {
    float: right;
    width: 63.21429%;
  }
}

#sidebar {
  position: relative;
  margin-top: 2em;
}
@media (min-width: 64em) {
  #sidebar {
    float: right;
    width: 26.25%;
    margin: 0;
  }
}
#sidebar section {
  margin: 3em 0 0 0;
}

/* i18 - Background */
#bg-main {
  position: relative;
  width: 100%;
  min-height: 240px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fafafa;
}
@media (min-width: 64em) {
  #bg-main {
    min-height: 560px;
  }
}

.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fafafa;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
}

#bg-btm {
  display: none;
}

.page-title {
  display: none;
  z-index: 1099;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-title h1 {
  color: #fafafa;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-title h3 {
  color: #fafafa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modify .page-title {
  opacity: 0;
}

#scrollcontent {
  display: none;
  color: #fafafa;
  position: absolute;
  bottom: 2em;
  z-index: 1199;
  width: 100%;
  text-align: center;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#scrollcontent span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  #scrollcontent i {
    font-size: 3em;
  }
}

.modify #scrollcontent {
  opacity: 0;
}

.csstransitions .effects-on .page-title,
.csstransitions .effects-on #scrollcontent {
  display: block;
}
.csstransitions .effects-on #content h1.title {
  margin: 0;
}
.csstransitions .effects-on #content h3.subtitle {
  margin-bottom: .65em;
}
.csstransitions .effects-on #content h1.title,
.csstransitions .effects-on #content h3.subtitle {
  position: relative;
  opacity: 0;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.csstransitions .effects-on.modify #content h1.title,
.csstransitions .effects-on.modify #content h3.subtitle {
  opacity: 1;
}

.csstransitions .effect-sliced #bg-btm {
  display: block;
}
.csstransitions .effect-sliced .bg-img img {
  min-width: 1200px;
}
@media (min-width: 75em) {
  .csstransitions .effect-sliced .bg-img img {
    min-width: 100%;
  }
}
.csstransitions .effect-sliced .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.csstransitions .effect-sliced #content .container-inner {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.csstransitions .effect-sliced .bg-img,
.csstransitions .effect-sliced #content .container-inner {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.csstransitions .effect-sliced #content .container-inner {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.csstransitions .effect-sliced #bg-top {
  bottom: 50%;
  position: fixed;
  z-index: 899;
}
.csstransitions .effect-sliced #bg-btm {
  top: 50%;
  position: fixed;
  z-index: 999;
}
.csstransitions .effect-sliced #bg-btm img {
  top: -100%;
}
.csstransitions .effect-sliced.modify #bg-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 64em) {
  .csstransitions .effect-sliced.modify #bg-top {
    position: absolute;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
.csstransitions .effect-sliced.modify #bg-btm {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.csstransitions .effect-sliced #content {
  padding-top: 0;
}
.csstransitions .effect-sliced #content .container-inner {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.csstransitions .effect-sliced.modify #content .container-inner {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 1;
}

.csstransitions .effect-side .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.csstransitions .effect-side .bg-img:after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.csstransitions .effect-side #content .container-inner {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.csstransitions .effect-side .bg-img,
.csstransitions .effect-side #content .container-inner {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.csstransitions .effect-side .bg-img {
  position: fixed;
}
.csstransitions .effect-side .bg-img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transform: rotate(85deg);
  transform: rotate(85deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.csstransitions .effect-side .bg-img img {
  left: auto;
  right: 0;
  min-width: 1200px;
}
@media (min-width: 75em) {
  .csstransitions .effect-side .bg-img img {
    min-width: 100%;
  }
}
.csstransitions .effect-side .bg-img {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.csstransitions .effect-side.modify .bg-img {
  -webkit-transform: translate(-95%, 0);
  transform: translate(-95%, 0);
}
@media (min-width: 64em) {
  .csstransitions .effect-side.modify .bg-img {
    -webkit-transform: translate(-70%, -5%);
    transform: translate(-70%, -5%);
  }
}
@media (min-width: 64em) {
  .csstransitions .effect-side.modify .bg-img:after {
    opacity: 1;
  }
}
.csstransitions .effect-side #content .container-inner {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.csstransitions .effect-side.modify #content .container-inner {
  opacity: 1;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.csstransitions .effect-side.modify #content .container-inner {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* i19 - Sub navigation */
nav.sidebar {
  position: relative;
  overflow: hidden;
}

#content #subnav &gt; li &gt; a {
  position: relative;
  display: inline-block;
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  padding: .65em 1.5em .5em .5em;
  margin-bottom: .5em;
  color: #fafafa;
  background-color: #0c2c30;
  overflow: hidden;
}
#content #subnav &gt; li &gt; a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

#content #subnav &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  font-size: 1.25em;
  padding: .5em .5em .5em .75em;
}
#content #subnav &gt; li &gt; ul &gt; li &gt; ul {
  display: none;
}
#content #subnav &gt; li &gt; ul &gt; li.current &gt; a {
  display: block;
}
#content #subnav &gt; li &gt; ul &gt; li.current &gt; ul {
  display: block;
  margin-bottom: 1em;
}
#content #subnav &gt; li &gt; ul li ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: .35em .5em .35em 1.75em;
}
#content #subnav &gt; li &gt; ul li ul li li a {
  padding-left: 1em;
}

/* i20 - Sections */
.content-section {
  position: relative;
  overflow: hidden;
}
.content-section .content-section-inner {
  padding: 3em 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fafafa;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section .content-section-inner {
    padding: 6em 0;
  }
}
@media (min-width: 64em) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed;
  }
}
.content-section .text {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.content-section .text h2.title {
  font-size: 2.625em;
  margin-bottom: 1.5em;
}
@media (min-width: 64em) {
  .content-section .text h2.title {
    font-size: 4em;
  }
}
.content-section .text .div-row {
  margin: 0;
}
.content-section .text p:last-child {
  margin: 0;
}
.content-section.no-padding .content-section-inner {
  padding: 0;
}
@media (min-width: 64em) {
  .content-section.no-padding .content-section-inner {
    padding: 0;
  }
}
.content-section.light .content-section-inner {
  background-color: #eaeaea;
}
.content-section.dark .content-section-inner, .content-section.div-callout .content-section-inner {
  background-color: #0c2c30;
}

.content-section.hasbg {
  overflow: hidden;
}
.content-section.hasbg .layout-left {
  padding: 240px 5% 0 5%;
}
@media (min-width: 64em) {
  .content-section.hasbg .layout-left {
    float: left;
    width: 50%;
    padding: 0;
  }
}
.content-section.hasbg .layout-left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 240px;
  background-color: #fafafa;
  z-index: 1;
}
@media (min-width: 64em) {
  .content-section.hasbg .layout-left:before {
    width: 50%;
    top: 0;
  }
}
.content-section.hasbg .layout-left:after {
  display: none;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 25%;
  background-color: #fafafa;
  -webkit-transform: skewY(85deg);
  transform: skewY(85deg);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 64em) {
  .content-section.hasbg .layout-left:after {
    display: block;
  }
}
.content-section.hasbg .layout-left .text {
  z-index: 100;
}
@media (min-width: 64em) {
  .content-section.hasbg .layout-left .text {
    float: right;
    max-width: 420px;
    padding-right: 5%;
  }
}
.content-section.hasbg .layout-left .text .container {
  width: 100%;
  max-width: none;
}
@media (min-width: 64em) {
  .content-section.hasbg .layout-left .text h2.title {
    text-align: left;
    padding: 0;
  }
}

.content-section.hasbg.light .layout-left:before,
.content-section.hasbg.light .layout-left:after {
  background-color: #eaeaea;
}

.content-section.hasbg.dark .layout-left:before, .content-section.hasbg.div-callout .layout-left:before,
.content-section.hasbg.dark .layout-left:after,
.content-section.hasbg.div-callout .layout-left:after {
  background-color: #0c2c30;
}

/* i21 - Widgets */
#sidebar .widget article {
  margin-bottom: 2em;
}
#sidebar .widget article .info {
  background-color: #eaeaea;
  padding: 1em;
}
#sidebar .widget article h5 {
  margin-bottom: 0;
}
#sidebar .widget article .more {
  margin: .75em 0 0 0;
}
#sidebar .widget article .image {
  background-position: right top;
  background-repeat: no-repeat;
  -moz-background-size: 90% auto;
  -o-background-size: 90% auto;
  -webkit-background-size: 90% auto;
  background-size: 90% auto;
  padding-top: 37.5%;
}
#sidebar .widget article .image .info {
  position: relative;
  margin-right: 20px;
  padding-right: 2em;
  overflow: hidden;
}

#sidebar .widget.events article {
  margin-bottom: 1em;
}

.content-section .widget article {
  overflow: hidden;
}
.content-section .widget article .image-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
@media (min-width: 48em) {
  .content-section .widget article .image-wrap {
    padding-bottom: 22.5%;
    position: relative;
    overflow: hidden;
  }
}
.content-section .widget article .image-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.content-section .widget article .info {
  text-align: left;
}

.content-section .widget article .image-wrap:after {
  background-color: #fafafa;
}

.content-section.light .widget article .image-wrap:after {
  background-color: #eaeaea;
}

.content-section.dark .widget article .image-wrap:after, .content-section.div-callout .widget article .image-wrap:after {
  background-color: #0d3238;
}

.content-section.hasbg .widget article .image-wrap:after {
  background-color: transparent !important;
}

.content-section .widget.sermon article .image-wrap {
  margin-bottom: 2em;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (min-width: 48em) {
  .content-section .widget.sermon article .image-wrap {
    float: left;
    width: 50%;
    padding-bottom: 27.5%;
  }
}
.content-section .widget.sermon article .image-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 100;
}
@media (min-width: 48em) {
  .content-section .widget.sermon article .info {
    float: right;
    width: 50%;
  }
}
.content-section .widget.sermon article .info .inner {
  padding: 0 5%;
}
@media (min-width: 48em) {
  .content-section .widget.sermon article .info .inner {
    max-width: 484px;
  }
}

.content-section .widget.stories article {
  margin-bottom: 2em;
}
.content-section .widget.stories article .image-wrap {
  margin-bottom: 2em;
  overflow: hidden;
}
@media (min-width: 48em) {
  .content-section .widget.stories article .image-wrap {
    float: left;
    width: 70%;
  }
}
.content-section .widget.stories article .image-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 100;
}
@media (min-width: 48em) {
  .content-section .widget.stories article .info {
    float: right;
    width: 30%;
  }
}
.content-section .widget.stories article .info .inner {
  padding: 0 5%;
}
@media (min-width: 48em) {
  .content-section .widget.stories article .info .inner {
    max-width: 252px;
  }
}

@media (min-width: 48em) {
  .content-section .widget.stories article:nth-child(even) .image-wrap {
    float: right;
  }
}
.content-section .widget.stories article:nth-child(even) .image-wrap:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media (min-width: 48em) {
  .content-section .widget.stories article:nth-child(even) .info {
    float: left;
    width: 30%;
  }
}
.content-section .widget.stories article:nth-child(even) .info .inner {
  text-align: right;
}
@media (min-width: 48em) {
  .content-section .widget.stories article:nth-child(even) .info .inner {
    float: right;
  }
}

.content-section .widget.posts article {
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .content-section .widget.posts article {
    margin-bottom: 4em;
  }
}
.content-section .widget.posts article .image-wrap {
  overflow: hidden;
  z-index: 100;
}
@media (min-width: 48em) {
  .content-section .widget.posts article .image-wrap {
    float: right;
    width: 50%;
    margin-top: 2.5%;
  }
}
.content-section .widget.posts article .info {
  position: relative;
  background-color: #fafafa;
}
@media (min-width: 48em) {
  .content-section .widget.posts article .info {
    float: left;
    width: 50%;
  }
}
.content-section .widget.posts article .info:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #fafafa;
}
.content-section .widget.posts article .info .inner {
  padding: 1em 5%;
}
.content-section .widget.posts article .info h3 {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .content-section .widget.posts article:nth-child(even) .image-wrap {
    float: left;
  }
}
@media (min-width: 48em) {
  .content-section .widget.posts article:nth-child(even) .info {
    float: right;
  }
}
.content-section .widget.posts article:nth-child(even) .info:after {
  right: auto;
  left: -20px;
}

.content-section .widget.events {
  margin-bottom: 3em;
  padding: 0;
}
.content-section .widget.events article {
  margin-bottom: 1.5em;
}
.content-section .widget.events article .info {
  text-align: center;
}
.content-section .widget.events article .info h4 {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .content-section.hasbg .widget.events {
    margin-bottom: 4em;
  }
}
.content-section.hasbg .widget.events article .info {
  padding: 0;
  text-align: left;
}

@media (min-width: 64em) {
  .content-section .widget.banners {
    max-width: 75em;
    margin: 0 auto;
    position: relative;
  }
}
.content-section .widget.banners ul {
  border-bottom: 10px solid #639b41;
}
@media (min-width: 64em) {
  .content-section .widget.banners ul {
    display: table;
    width: 100%;
  }
}
.content-section .widget.banners ul li {
  position: relative;
  float: left;
  width: 50%;
  background-color: #0c2c30;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 10em;
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section .widget.banners ul li {
    float: none;
    display: table-cell;
    width: auto;
    min-height: 18em;
  }
}
.content-section .widget.banners ul li a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #fafafa;
}
.content-section .widget.banners ul li h4 {
  margin: 0;
  color: #fafafa;
  text-align: left;
  padding: 1.5em 5%;
}
@media (min-width: 64em) {
  .content-section .widget.banners ul li h4 {
    font-size: 3.125em;
    line-height: 1.05em;
  }
}
.content-section .widget.banners ul li p {
  display: none;
  position: absolute;
  left: 0;
  bottom: -100%;
  height: 40px;
  width: 90%;
  margin: 0;
  overflow: hidden;
  line-height: 40px;
  white-space: normal;
  text-overflow: ellipsis;
  color: #fafafa;
  background-color: #639b41;
  text-align: left;
  padding: 10px 5% 0 5%;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  .content-section .widget.banners ul li p {
    display: block;
  }
}
.content-section .widget.banners ul li p:after {
  content: "+";
  display: inline-block;
  margin-left: .5em;
}
@media (min-width: 64em) {
  .content-section .widget.banners ul li:hover p {
    bottom: 0;
  }
}

.flexbox .content-section .widget.banners ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 64em) {
  .flexbox .content-section .widget.banners ul {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.flexbox .content-section .widget.banners ul li {
  float: none;
  display: block;
}
@media (min-width: 64em) {
  .flexbox .content-section .widget.banners ul li {
    width: auto;
    -webkit-flex: 1;
    flex: 1;
  }
}

/* i22 - Footer */
#footer {
  background-color: #0c2c30;
  position: relative;
  color: #fafafa;
}
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fafafa;
}
#footer h4 {
  text-transform: none;
}

.csstransitions .effect-side #footer {
  position: relative;
  z-index: 500;
}

#footer .left {
  position: relative;
  padding: 2em 5%;
}
@media (min-width: 64em) {
  #footer .left {
    float: left;
    width: 72.5%;
    padding: 3em 5% 3em 0;
    overflow: hidden;
  }
}
#footer .left:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  -webkit-transform: rotate(82deg);
  transform: rotate(82deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  overflow: hidden;
}
@media (min-width: 64em) {
  #footer .left:after {
    display: block;
  }
}

#footer .left .top {
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 5px solid #fafafa;
  overflow: hidden;
}
@media (min-width: 64em) {
  #footer .left .text {
    float: left;
    width: 55%;
  }
}
@media (min-width: 64em) {
  #footer .left .links {
    float: right;
    width: 30%;
  }
}
#footer .left .links ul {
  margin-left: 1em;
}
#footer .left .links ul li {
  list-style: disc;
  margin-bottom: .5em;
}
@media (min-width: 64em) {
  #footer .left .links ul li {
    font-size: 2.5em;
    margin-bottom: 5px;
  }
}
#footer .left .links ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  #footer .left .links ul li:last-child {
    margin-bottom: 0;
  }
}
#footer .left .links ul li a {
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  #footer .left .links ul li a {
    font-size: 26px;
  }
}

#footer .left .btm {
  position: relative;
  overflow: hidden;
}
#footer .left .logo {
  margin: 0 0 1.5em 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  #footer .left .logo {
    float: left;
    width: 30%;
    margin: 0;
  }
}
#footer .left .logo a {
  display: block;
}
#footer .left .logo a img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
}
#footer .left .search {
  margin-bottom: 1.5em;
  padding-top: .5em;
}
@media (min-width: 64em) {
  #footer .left .search {
    float: left;
    width: 25%;
    margin: 0 0 0 15%;
  }
}
@media (min-width: 64em) {
  #footer .left .social {
    float: right;
    width: 27.5%;
    text-align: right;
  }
}
#footer .left .social ul li {
  display: inline-block;
  margin-right: 1em;
}
#footer .left .social ul li:last-child {
  margin-right: 0;
}
#footer .left .social ul li a {
  display: block;
  font-size: 1.5em;
}
@media (min-width: 64em) {
  #footer .left .social ul li a {
    font-size: 2em;
  }
}

#searchForm {
  border: 0;
  outline: none;
  width: 100%;
}

#searchForm fieldset {
  position: relative;
  border: 0;
  width: 100%;
  overflow: hidden;
}

#search_term {
  float: left;
  display: block;
  width: 75%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #fafafa;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  color: #fafafa;
  outline: none !important;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

#search_go {
  float: left;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
  padding-top: 3px;
}

#footer .right {
  position: relative;
  padding: 2em 5%;
  background-color: #292929;
}
@media (min-width: 64em) {
  #footer .right {
    float: right;
    width: 20%;
    padding: 3em 0 3em 2.5%;
  }
}
#footer .right:before {
  content: "";
  position: absolute;
  right: -25%;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #292929;
}
@media (min-width: 64em) {
  #footer .right:before {
    right: -1000%;
    width: 1000%;
  }
}
#footer .right p {
  color: #639b41;
}

#footer .contact {
  position: relative;
}
#footer .copyright {
  position: relative;
}
@media (min-width: 64em) {
  #footer .copyright {
    margin-top: 5em;
  }
}
@media (min-width: 64em) {
  .flexbox #footer #inner-footer {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 64em) {
  .flexbox #footer .left,
  .flexbox #footer .right {
    float: none;
  }
}

/* i23 - Notice */
/* i24 - Containers */
.container {
  position: relative;
  width: 90%;
  max-width: 75em;
  margin: 0 auto;
}

.container-inner {
  position: relative;
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#inner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

form#newsletter {
  width: 100%;
  margin: 0 auto;
}
form#newsletter #newsletter_text {
  width: 65%;
  padding: .4em 4%;
  float: left;
  border: 0;
  font-size: 20px;
  background: #EFEFEF;
  color: #292929;
  outline: none !important;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
form#newsletter #newsletter fieldset {
  overflow: hidden;
  margin: 0 auto;
  width: 60%;
}
form#newsletter #newsletter_submit {
  width: 25%;
  float: left;
  font-size: 20px;
  padding: .4em 0;
  text-transform: capitalize;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: 0;
  color: #fafafa;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #419C78;
}
@media (min-width: 64em) {
  form#newsletter {
    width: 40%;
  }
  form#newsletter #newsletter_text {
    padding: .36em 4%;
  }
  form#newsletter #newsletter_submit {
    padding: .36em 0;
    background: #419C78;
  }
}
</pre></body></html>