@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 & 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%;
  position: relative;
}

#cycle-ss .slide .caption,
.cycle-slideshow .slide .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

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

#cycle-ss .slide .caption .container,
.cycle-slideshow .slide .caption .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0;
  right:0;
}

#cycle-ss .slide .video,
.cycle-slideshow .slide .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#cycle-ss .slide .video video,
.cycle-slideshow .slide .video video,
#cycle-ss .slide .video iframe,
.cycle-slideshow .slide .video iframe {
  width: 80%;
  height: 80%;
  position: relative;
  left: 10%;
  top: 10%;
}

#cycle-ss .slide .caption .container h3,
.cycle-slideshow .slide .caption .container h3 {
  color: #fafafa;
  font-size: 2em;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto .25em;
}

@media (min-width: 48em) {
  #cycle-ss .slide .caption .container h3,
  .cycle-slideshow .slide .caption .container h3 {
    font-size: 3.125em;
  }
}

#cycle-ss .slide .caption .container .play-btn,
.cycle-slideshow .slide .caption .container .play-btn {
  display: inline-block;
  width: auto;
  padding: .7em .75em .6em 1.5em;
  font-size: 16px;
}

@media (min-width: 48em) {
  #cycle-ss .slide .caption .container .play-btn,
  .cycle-slideshow .slide .caption .container .play-btn {
    font-size: 18px;
  }
}

#cycle-ss .slide .caption .container .play-btn span:before,
.cycle-slideshow .slide .caption .container .play-btn span:before {
  color: #fafafa;
  font-size: 1.5em;
  vertical-align: -5px;
}

#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 .image-slide, #cycle-ss .video-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (orientation: landscape) {
  #cycle-ss .image-slide,  #cycle-ss .video-slide {
    min-height: 450px;
  }
}

#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;
}

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

.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;
  font-size: 0.7em;
}

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

@media (min-width: 64em) {

  ::-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 */
.monkForm {
  width: 100%;
  max-width: 90%;
  text-align: left;
  margin: 1.5em auto;
}
.monkForm p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.44;
}
.monkForm p.error {
  font-size: .875em;
  color: red;
}
.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 90%;
  font-size: 1.5em;
  color: #fafafa;
  padding: 40px 5%;
  margin-bottom: 1em;
  font-weight: 400;
  background-color: #0c2c30;
  overflow: hidden;
}
@media (min-width: 64em) {
  .monkForm fieldset > legend {
    font-size: 3.125em;
  }
}
.monkForm fieldset > 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;
}
.monkForm fieldset fieldset > 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;
}
.monkForm fieldset fieldset > legend:after {
  display: none;
}
.monkForm .section {
  padding-bottom: .25em;
  margin-bottom: 1em;
}
.monkForm .heading {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: .5em;
}
.monkForm .asterisk {
  color: red;
}
.monkForm .section,
.monkForm .text,
.monkForm .textarea,
.monkForm .email,
.monkForm .name,
.monkForm .phone,
.monkForm .address,
.monkForm .date,
.monkForm .radio,
.monkForm .checkbox,
.monkForm .select,
.monkForm .file {
  margin-bottom: 1.25em;
}
.monkForm div input,
.monkForm div textarea,
.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;
}

.monkForm div select, .monkForm select {
  height: 2.6875em;
}

.monkForm .text input, .monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 85%;
}
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
.monkForm .address input {
  margin-bottom: 1em;
}
.monkForm .checkbox p,
.monkForm .radio p {
  margin-bottom: .25em;
}
.monkForm .checkbox label,
.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;
}
.monkForm .checkbox label:after,
.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;
}
.monkForm .checkbox label:before,
.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;
}
.monkForm .checkbox label:hover:before,
.monkForm .checkbox label:focus:before,
.monkForm .checkbox label:active:before,
.monkForm .radio label:hover:before,
.monkForm .radio label:focus:before,
.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);
}
.monkForm .checkbox input[type="checkbox"]:checked + label:before,
.monkForm .checkbox input[type="radio"]:checked + label:before,
.monkForm .radio input[type="checkbox"]:checked + label:before,
.monkForm .radio input[type="radio"]:checked + label:before {
  background: #639b41;
}
.monkForm .checkbox input[type="checkbox"]:checked + label:after,
.monkForm .checkbox input[type="radio"]:checked + label:after,
.monkForm .radio input[type="checkbox"]:checked + label:after,
.monkForm .radio input[type="radio"]:checked + label:after {
  display: inline-block;
}
.monkForm .checkbox input,
.monkForm .radio input {
  display: none;
}
.monkForm .radio label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.monkForm .file label {
  display: none;
}
.monkForm .file input {
  background-color: transparent !important;
  border-color: #000000;
  font-weight: 400;
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
.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) {
  .monkForm input[type=submit] {
    display: inline-block;
  }
}
.monkForm input[type=submit]:hover {
  color: #639b41;
  background-color: #fafafa;
}

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;
}
@media (min-width: 64em) {
  form#newsletter {
    width: 40%;
  }
  form#newsletter #newsletter_text {
    padding: .36em 4%;
  }
  form#newsletter #newsletter_submit {
    padding: .36em 0;
  }
}

/* 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: fixed;
  right: -100%;
  width: 100%;
  height: 90%;
  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: "\e3b6";
  font-size: 100%;
  font-style: normal !important;
  font-weight: normal !important;
  vertical-align: middle;
}

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

#mobilenav {
  padding: 0 1em;
}
#mobilenav > li > a {
  position: relative;
  display: block;
  color: #639b41;
  text-transform: uppercase;
  border-bottom: 1px solid #639b41;
  padding: 1em;
}
#mobilenav > li > 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 > li.current > a {
  color: #3ca67a;
}
#mobilenav > li.current > ul {
  display: block;
  opacity: 1;
}

#mobilenav > li > ul > li > 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 > li > ul > li > 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 > li > ul > li.current > a {
  color: #3ca67a;
}
#mobilenav > li > ul > li.current > ul {
  display: block;
  opacity: 1;
}

#mobilenav > li > ul > li > 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 > li > ul > li > ul li.current a {
  color: #3ca67a;
}

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

/* i15 - Header */
#header {
  background-color: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em 0 0;
  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);
}
#header.hasalert{
  padding: 0;
}
@media (min-width: 64em) {
  #header {
    padding: 1em 0 0 0;
  }
  #header.hasalert{
    padding: 0;
  }
}

#header > .container {
  position: initial;
}

#header .logo {
  position: relative;
  float: left;
  width: 60%;
}
@media (min-width: 64em) {
  #header .logo {
    width: 20%;
    margin-top: 1em;
  }
}
#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: 80%;
  margin-top: .35em;
}
@media (min-width: 64em) {
  nav.desktop {
    display: block;
  }
}

#nav {
  text-align: right;
}
#nav > li {
  display: inline-block;
  margin: 0 .5em;
}
@media (min-width: 75em) {
  #nav > li {
    margin: 0 .75em;
  }
}

@media (min-width: 87.5em) {
  #nav > li {
    margin: 0 1em;
  }
}
#nav > li > a {
  display: block;
  font-size: .875em;
  text-transform: uppercase;
  color: #639b41;
  padding: .35em .35em 1.65em .35em;
}
@media (min-width: 75em) {
  #nav > li > a {
    font-size: 1.125em;
    padding: .35em .65em 1.65em .65em;
  }
}
#nav > li > 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);
  background-color: #0c2c30;
}
#nav > li:last-child {
  margin-right: 0;
}

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

#nav > li:hover > a {
  color: #abb2a6;
}
#nav > li:hover > ul {
  max-height: 800px;
  overflow:visible;
}

#nav > li > ul > li {
  text-align: left;
  position: relative;
}
#nav > li > ul > li > 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 > li > ul > li.hasChild > a:after {
  content: "\e3b1";
  font-family: "mk031";
  position: absolute;
  right: 1em;
  font-size: 1em;
  opacity: 0.95;
}
#nav > li > ul > li:hover > a {
  padding-left: 2em;
  background-color: rgba(250,250,250,0.07);
  border-color: #fafafa;
  color: #fafafa;
}

/* Third Level Desktop Nav */
#nav li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #0c2c30;
  display: none;
  width: 200px;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

#nav li ul li ul li a {
  font-size: 1em;
  padding: 1em;
  display: block;
  -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: rgba(250,250,250,0.07);
}

#nav li ul li ul li:hover > a {
  padding-left: 2em;
  background-color: rgba(250,250,250,0.14);
  color: #fafafa;
}

#nav li ul li:hover > ul {
  display: block;
}

#nav-toggle {
  float: none;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 8px;
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#header.hasalert #nav-toggle{
  top: 77%;
  bottom: 0;
}
@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";
}

.top-nav.search {
  margin-bottom: 1.5em;
  padding-top: .5em;
  display: none;
}
@media (min-width: 64em) {
  .top-nav.search {
    float: right;
    width: 190px;
    margin: 0 0 10px 55px;
    display: block;
  }
  .top-nav.search #search_term {
    width: 85%;
  }
}

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

#billboard .headerTextWrapper {
  position: absolute;
  width: 90%;
  top: 50%;
  margin-left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 64em) {
  #billboard .headerTextWrapper {
    width: 100%;
    margin-left: 0px;
  }
}

#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;
  }
}

/* Prevent any image from showing up, until JS has time to calculate sizes.
   at which point the 'loading' class is removed */
#bg-main.loading #bg-top.bg-img, #bg-main.loading #bg-btm.bg-img  {
  display: none;
}

.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fafafa;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#bg-btm {
  display: none;
}

.page-title {
  display: none;
  z-index: 1099;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 90%;
  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%);
}
@media (min-width: 64em) {
  .page-title {
    width: 100%;
  }
}
.page-title h1 {
  color: #fafafa;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-title h3 {
  color: #fafafa;
}

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

#scrollcontent {
  display: none;
  color: #fafafa;
  position: absolute;
  bottom: 20%;
  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 */

/*.csstransitions .effects-on .page-title {
  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;
  background-position-y: top;
  width: 100%;
  top: auto;
}
.csstransitions .effect-sliced #bg-btm {
  top: 50%;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-position-y: bottom;
}
.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 > img {
  max-width: none;
}
.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: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  min-width: 1200px;
  height: 100%;
}
@media (min-width: 64em) {
  .csstransitions .effect-side .bg-img img {
    height: auto;
  }
}
@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(-100%, 0);
  transform: translate(-100%, 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 > li > 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 > li > 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 > li > ul > li > a {
  display: block;
  font-size: 1.25em;
  padding: .5em .5em .5em .75em;
}
#content #subnav > li > ul > li > ul {
  display: none;
}
#content #subnav > li > ul > li.current > a {
  display: block;
}
#content #subnav > li > ul > li.current > ul {
  display: block;
  margin-bottom: 1em;
}
#content #subnav > li > ul li ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: .35em .5em .35em 1.75em;
}
#content #subnav > li > 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 top;
  background-color: #fafafa;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section .content-section-inner {
    padding: 6em 0;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@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;
  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;
}


/*TABS SECTION*/
.section-tabs {
  overflow: hidden;
}
#content .section-tabs nav ul {
  margin: 0;
}
#content .section-tabs nav ul li {
  list-style: none;
}
@media (min-width: 64em) {
  .section-tabs nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.section-tabs nav ul li {
  position: relative;
  margin-bottom: 0px !important;
}
@media (min-width: 64em) {
  .section-tabs nav ul li {
    margin-bottom: 0 !important;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-tabs nav ul li a {
  display: block;
  position: relative;
  padding: 1em;
  text-transform: initial;
  font-weight: 400;
  /*color: #919191;*/
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
@media (min-width: 64em) {
  .section-tabs nav ul li a {
    padding: .75em .125em;
    font-size: 1.25em;
  }
}
.section-tabs nav ul li a span {
  position: relative;
  z-index: 100;
}
.section-tabs nav ul li a:hover {
  /*color: #1da7b7;*/
}
.section-tabs nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background-color: #fafafa;*/
  z-index: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 64em) {
  .section-tabs nav ul li a:before {
    display: none !important;
  }
}
.section-tabs nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -200%;
  width: 100%;
  height: 100%;
  /*background-color: #292929;*/
  z-index: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*height: 8px;*/
  top: auto;
  bottom: 0px;
}
@media (min-width: 64em) {
  .section-tabs nav ul li a:after {
    top: auto;
    bottom: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
  }
}
.section-tabs nav ul li a.active {
  /*color: #fafafa;*/
}
.section-tabs nav ul li a.active:after {
  height: 100%;
  top: auto;
  bottom: 0px;
}
@media (min-width: 64em) {
  .section-tabs nav ul li a.active:after {
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  }
}
.section-tabs .section-tabs-wrap {
  /*background-color: #292929;*/
}
.section-tabs .section-tabs-wrap.loading {
  background-image: url(/_assets/img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
}
.section-tabs .section-tabs-wrap section {
  display: none;
  padding: 2em 1em;
}
@media (min-width: 64em) {
  .section-tabs .section-tabs-wrap section {
    padding: 2em;
  }
}
.section-tabs .section-tabs-wrap section .div-row {
  margin: 0;
}
/*ACCORDION*/
.accordiontrigger {
    cursor:pointer;
}
.accordiontrigger .plus-icon {
    display:inline-block;
    position:relative;
    right:-9px;
    top:3px;
    width:18px;
    height:18px;
    text-indent:-9999px;
    background:url(/_img/icon-plus.png?v=3) no-repeat 0 0;
}
.accordiontrigger .plus-icon.hidden {
    background:none;
}
.js .accordionbellow {
    display:none;
    position:relative;
    -webkit-transition:max-height 700ms ease;
    -moz-transition:max-height 700ms ease;
    -o-transition:max-height 700ms ease;
    padding-bottom:7px;
}
.accordiontrigger .accordionstatus {
  float: right;
}
/*ACCORDION*/
.accordiontrigger {
  padding: 15px;
  /* $color6 */
  background-color: rgba(186, 167, 143, 0.15);
}
.js .accordionbellow {
  padding: 0px 15px 8px;
}
.accordiontrigger .accordionstatus > span {
   margin-top: .15em;
}
.accordiontrigger.active{
    /* $color4 */
    color: #8f2b00;
}
.section-tabs .section-tabs-wrap section p:last-child {
    margin-bottom: 0px;
}
.section-tabs {
    margin : 2em 0;
}

.js .accordionbellow {
  margin : 2em 0px !important;
}
.js .accordionbellow p:last-child {
  margin-bottom: 0px;
}

/* NEW STAFF MONKLET - COLUMNS
---------------------------------------------------------------------
*/

#text .staffMonkletCols {
    padding: 2em 0;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#text .staffMonkletCols .mL-member {
    width: 30%;
    margin: 0 5% 5% 0;
    text-align: center;
}

#text .staffMonkletCols .mL-member:nth-child(3n) {
    margin-right: 0;
}

#text .staffMonkletCols .member-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    margin-bottom: 7px;
}

#text .staffMonkletCols .mL-member .mL-photo-frame {
    width: 100%;
    margin: 0 auto;
    border: 0;
    float: none;
    margin: 0 0 1em 0;
}

#text .staffMonkletCols .mL-member .mL-photo {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 0;
}

#text .staffMonkletCols .mL-member .mL-photo img {
    width: 100%;
    display: block;
}

#text .staffMonkletCols .mL-member span {
    display: block;
    font-size: 12px;
}

#text .staffMonkletCols .mL-member h4 {
  margin-bottom: 0;
  line-height: 1.2;
}

#text .staffMonkletCols .mL-member h5 {
  margin-bottom: .5em;
  line-height: 1.2;
}

#text .staffMonkletCols .mL-member p {
  line-height: 1.3;
  margin-bottom: .4em;
  font-size: 1em;
}

#text .staffMonkletCols .mL-social a {
  display: inline-block;
  margin: 0 .25em;
  width: 1.5em;
  height: 1.5em;
  padding: .375em 0 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #649b41;
  text-align: center;
}

#text .staffMonkletCols .mL-social a span, #text .staffMonkletCols .mL-social a span:before {
  color: #fafafa;
}

@media only screen and (max-width: 768px) {
    #text .staffMonkletCols .mL-member {
        width: 47.5%;
    }

    #text .staffMonkletCols .mL-member:nth-child(3n) {
      margin-right: 5%;
    }

    #text .staffMonkletCols .mL-member:nth-child(2n) {
      margin-right: 0;
    }
}

@media only screen and (max-width: 320px) {
  #text .staffMonkletCols .mL-member {
      width: 100%;
      margin: 0 0 2em 0 !important;
  }
}

/*Gallery Monklet*/

.insert-gallery a { position: relative; display: block; overflow: hidden; background-color: #252525; }

.insert-gallery a:after { font-family: "mk031"; content: "\e02b"; display: inline-block; font: normal normal normal 14px/1 mk031; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 50%; top: 50%; font-size: 24px; margin-left: -12px; margin-top: -12px; color: #fff; transition: .3s; opacity: 0; visibility: hidden; }

.insert-gallery a:hover:after { opacity: 1; visibility: visible; }

.insert-gallery a:hover img { opacity: .25; -webkit-transform: scale(1.1); transform: scale(1.1); }

.insert-gallery a img { display: block; width: 100%; height: auto; opacity: 1; transition: .3s; -webkit-transform: scale(1); transform: scale(1); }

/*Lightgallery*/
/*! lightgallery - v1.6.0 - 2017-08-08 http://sachinchoolur.github.io/lightGallery/ Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face { font-family: 'lg'; src: url("/_assets/fonts/lightgallery/fonts/lg.eot?n1z373"); src: url("/_assets/fonts/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/_assets/fonts/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("/_assets/fonts/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("/_assets/fonts/lightgallery/fonts/lg.svg?n1z373#lg") format("svg"); font-weight: normal; font-style: normal; }

.lg-icon { font-family: 'lg'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(0, 0, 0, 0.45); border-radius: 2px; color: #999; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 6080; border: none; outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #FFF; }

.lg-actions .lg-next { right: 20px; }

.lg-actions .lg-next:before { content: "\e095"; }

.lg-actions .lg-prev { left: 20px; }

.lg-actions .lg-prev:after { content: "\e094"; }

@-webkit-keyframes lg-right-end { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }

@keyframes lg-right-end { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }

@-webkit-keyframes lg-left-end { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }

@keyframes lg-left-end { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }

.lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end 0.3s; animation: lg-right-end 0.3s; position: relative; }

.lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end 0.3s; animation: lg-left-end 0.3s; position: relative; }

.lg-toolbar { z-index: 6082; left: 0; position: absolute; top: 0; width: 100%; background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon { color: #999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0; text-align: center; width: 50px; text-decoration: none !important; outline: medium none; transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover { color: #FFF; }

.lg-toolbar .lg-close:after { content: "\e070"; }

.lg-toolbar .lg-download:after { content: "\e0f2"; }

.lg-sub-html { background-color: rgba(0, 0, 0, 0.45); bottom: 0; color: #EEE; font-size: 16px; left: 0; padding: 10px 40px; position: fixed; right: 0; text-align: center; z-index: 6080; }

.lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: bold; }

.lg-sub-html p { font-size: 12px; margin: 5px 0 0; }

#lg-counter { color: #999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next { opacity: 1; transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next { opacity: 0; -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

.lg-outer .lg-thumb-outer { background-color: #0D0A0A; bottom: 0; position: absolute; width: 100%; z-index: 6080; max-height: 350px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer { -webkit-transform: translate3d(0, 0%, 0); transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px; }

.lg-outer .lg-thumb-item { border-radius: 5px; cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid #FFF; border-radius: 4px; margin-bottom: 5px; }

@media (min-width: 1025px) { .lg-outer .lg-thumb-item { transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #a90707; }

.lg-outer .lg-thumb-item img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item { padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html { transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px; }

.lg-outer .lg-toogle-thumb { background-color: #0D0A0A; border-radius: 2px 2px 0 0; color: #999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px; }

.lg-outer .lg-toogle-thumb:after { content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover { color: #FFF; }

.lg-outer .lg-video-cont { display: inline-block; vertical-align: middle; max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px; }

.lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }

.lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

.lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 6080; cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play { background: url("/_assets/img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play { background: url("/_assets/img/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play { background: transparent url("/_assets/img/lightgallery/video-play.png") no-repeat scroll 0 0; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play { background: url("/_assets/img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play { background: url("/_assets/img/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.lg-outer .lg-has-video .lg-video-object { visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible; }

.lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 6083; opacity: 0; transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0; }

.lg-progress-bar.lg-start .lg-progress { width: 100%; }

.lg-show-autoplay .lg-progress-bar { opacity: 1; }

.lg-autoplay-button:after { content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after { content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image { transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap { transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

#lg-zoom-in:after { content: "\e311"; }

#lg-actual-size { font-size: 20px; }

#lg-actual-size:after { content: "\e033"; }

#lg-zoom-out { opacity: 0.5; pointer-events: none; }

#lg-zoom-out:after { content: "\e312"; }

.lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto; }

.lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 6080; height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible; }

.lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont { background-color: #fff; color: #FFF; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s; transition: opacity 0.15s ease 0s, transform 0.15s ease 0s; transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100%; }

.lg-outer .lg-pager { background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset; display: block; height: 12px; transition: box-shadow 0.3s ease 0s; width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus { box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0; }

.lg-fullscreen:after { content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after { content: "\e20d"; }

.lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, 0.25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 6081; opacity: 0; visibility: hidden; transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay { transition-delay: 0s; -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); opacity: 1; visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share { color: #FFF; }

.lg-outer .lg-dropdown { background-color: #fff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #FFF; right: 16px; top: -16px; }

.lg-outer .lg-dropdown > li:last-child { margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon { color: #333; }

.lg-outer .lg-dropdown a { color: #333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }

.lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon { color: #333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto; }

.lg-outer #lg-share { position: relative; }

.lg-outer #lg-share:after { content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon { color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after { content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon { color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after { content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon { color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903"; }

.lg-group:after { content: ""; display: table; clear: both; }

.lg-outer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; text-align: left; opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-outer * { box-sizing: border-box; }

.lg-outer.lg-visible { opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current { transition-duration: inherit !important; transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current { transition-duration: 0s !important; opacity: 1; }

.lg-outer.lg-grab img.lg-object { cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer.lg-grabbing img.lg-object { cursor: move; cursor: -webkit-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg { height: 100%; width: 100%; position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100%; }

.lg-outer .lg-inner { width: 100%; height: 100%; position: absolute; left: 0; top: 0; white-space: nowrap; }

.lg-outer .lg-item { background: url("/_assets/img/lightgallery/loading.gif") no-repeat scroll center center transparent; display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide { display: inline-block !important; }

.lg-outer.lg-css .lg-current { display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

.lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0; }

.lg-outer .lg-item.lg-complete { background-image: none; }

.lg-outer .lg-item.lg-current { z-index: 6060; }

.lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1; }

.lg-outer .lg-empty-html { display: none; }

.lg-outer.lg-hide-download #lg-download { display: none; }

.lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; background-color: #000; opacity: 0; transition: opacity 0.15s ease 0s; }

.lg-backdrop.in { opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current { transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item { opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current { opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current { transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current { transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }


/*Grid System for Gallery Plugin*/
.row { display: -webkit-box; display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

@media (min-width: 576px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 768px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 992px) { .row { margin-right: -15px; margin-left: -15px; } }

@media (min-width: 1200px) { .row { margin-right: -15px; margin-left: -15px; } }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

@media (min-width: 576px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 768px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 992px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

@media (min-width: 1200px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 15px; padding-left: 15px; } }

.col { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }

.col-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) { .col-sm { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-sm-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .col-md { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-md-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .col-lg { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-lg-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .col-xl { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; }
  .col-xl-1 { -webkit-box-flex: 0; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }
/*END Grid System for Gallery Plugin*/

/*******************************
 * ALERT BAR 2
 *******************************/

.alertbar-wrap.alertB3 {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 5%;
  margin-bottom: 1.5em;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-desc,
.alertB3 .alertbar-link {
  margin: .5rem 0;
}

@media only screen and (min-width: 960px) {
  .alertB3 .alertbar-title,
  .alertB3 .alertbar-desc,
  .alertB3 .alertbar-link {
    display: inline-block;
    vertical-align: middle;
  }
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  font-weight: 700;
  margin: 0 .5rem;
}

.alertB3 .alertbar-title i {
  display: inline-block;
  margin-right: .5rem;
}

.alertB3 .alertbar-title span {
  display: inline-block;
}

.alertB3 .alertbar-link a {
  transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB3 {
  background-color: #1293aa;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
  color: #efa837;
  transition: .3s;
}

.alertB3 .alertbar-desc,
.alertbar-wrap.alertB3 > a:hover .alertbar-link {
  color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertbar-wrap.alertB3 > a {
  display: block;
  width: 100%;
  padding: .5rem 0;
}

@media screen and (max-width: 1023px) {
    #header.hasalert #nav-toggle {top: 67%;}
    .alertbar-wrap.alertB3 {margin-bottom:0px;}
}
@media screen and (max-width: 375px) {
    #header.hasalert #nav-toggle {top: 72%;}
}
