@charset "UTF-8";
/*
- - - - CSS SITEMAP - - - -
i01 - Reset
i02 - Helpers
i03 - WYSIWYG Grid
i04 - Typography
i05 - Buttons
i06 - Forms
i07 - Tables
i08 - Filters
i09 - Dark
i10 - Mobile
i11 - Header
i12 - Billboard
i13 - Content
i14 - Subnav
i15 - Widgets
i16 - Sections
i17 - Footer
i18 - Notice
i19 - Containers
i20 - Plugins - Cycle2
i21 - Plugins - Selectmenu
i22 - Plugins - Colorbox
i23 - Plugins - Animation
*/
/* 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, .list-2:after,
.list-3:after,
.list-4:after,
.list-5:after,
.list-6:after, .filters:after, .container:after, .container-wide:after, .container-full:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

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

img.responsive-image {
  display: block;
  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 - WYSIWYG Grid */
.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .div-row {
    margin-bottom: 3em;
  }
}
.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: 66%;
  }
}
@media (min-width: 48em) {
  .div-row.two-third .div-col:first-child {
    width: 30%;
  }
}

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

.div-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.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%;
}

.list-2 article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .list-2 article {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
}
.list-2 article:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.list-2.full article {
  margin: 0;
}
@media (min-width: 64em) {
  .list-2.full article {
    width: 50%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .flexbox .list-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .flexbox .list-2 article {
    float: none;
  }
}
.flexbox .list-2 article:nth-child(2n+1) {
  clear: none;
}

.list-3 article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .list-3 article {
    float: left;
    width: 30.66666666666667%;
    margin-left: 4%;
  }
}
.list-3 article:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.list-3.full article {
  margin: 0;
}
@media (min-width: 64em) {
  .list-3.full article {
    width: 33.33333333333333%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .flexbox .list-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .flexbox .list-3 article {
    float: none;
  }
}
.flexbox .list-3 article:nth-child(3n+1) {
  clear: none;
}

.list-4 article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .list-4 article {
    float: left;
    width: 23.5%;
    margin-left: 2%;
  }
}
.list-4 article:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.list-4.full article {
  margin: 0;
}
@media (min-width: 64em) {
  .list-4.full article {
    width: 25%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .flexbox .list-4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .flexbox .list-4 article {
    float: none;
  }
}
.flexbox .list-4 article:nth-child(4n+1) {
  clear: none;
}

.list-5 article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .list-5 article {
    float: left;
    width: 18.4%;
    margin-left: 2%;
  }
}
.list-5 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.list-5.full article {
  margin: 0;
}
@media (min-width: 64em) {
  .list-5.full article {
    width: 20%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .flexbox .list-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .flexbox .list-5 article {
    float: none;
  }
}
.flexbox .list-5 article:nth-child(5n+1) {
  clear: none;
}

.list-6 article {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .list-6 article {
    float: left;
    width: 15%;
    margin-left: 2%;
  }
}
.list-6 article:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.list-6.full article {
  margin: 0;
}
@media (min-width: 64em) {
  .list-6.full article {
    width: 16.66666666666667%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .flexbox .list-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .flexbox .list-6 article {
    float: none;
  }
}
.flexbox .list-6 article:nth-child(5n+1) {
  clear: none;
}

@media (min-width: 64em) {
  .flexbox .list-2.centered,
  .flexbox .list-3.centered,
  .flexbox .list-4.centered,
  .flexbox .list-5.centered,
  .flexbox .list-6.centered {
    justify-content: center;
  }
}

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

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

body,
table td,
textarea,
.button-small,
.button-medium,
.monkForm input[type=submit],
#search_term,
.calendar-month {
  font-family: "Source Sans Pro", sans-serif;
}

table caption,
table th,
h2,
h4,
h5,
h6,
.button-large,
.monkForm fieldset fieldset > legend,
.monkForm .heading,
.monkForm p.description,
.monkForm div.divider p,
.monkForm .section p,
span.ui-selectmenu-text,
#header .top-links li,
#nav > li > a,
#nav .links li,
nav.mobile .top-links li,
#mobilenav > li > a,
#mobilenav .links li,
#footer .footer-links li,
#subnav li,
.widget.icon-buttons span {
  font-family: "Montserrat", sans-serif;
}

h1,
h3,
blockquote,
.monkForm fieldset fieldset > legend:not(.heading),
.monkForm div.divider .heading {
  font-family: "Libre Baskerville", serif;
}

a {
  color: #da6f3a;
  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:hover {
  color: #675856;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: .5em;
}
h1 [class^="icon-"], h1 [class*=" icon-"],
h2 [class^="icon-"],
h2 [class*=" icon-"],
h3 [class^="icon-"],
h3 [class*=" icon-"],
h4 [class^="icon-"],
h4 [class*=" icon-"],
h5 [class^="icon-"],
h5 [class*=" icon-"],
h6 [class^="icon-"],
h6 [class*=" icon-"] {
  display: inline-block;
  font-size: .9125;
  vertical-align: -.01em;
  margin: 0 .125em;
}

h1 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: .01em;
  color: #675856;
}
@media (min-width: 64em) {
  h1 {
    font-size: 3.875em;
  }
}

h2 {
  font-size: 2em;
  font-weight: 400;
  color: #675856;
}
@media (min-width: 64em) {
  h2 {
    font-size: 2.75em;
  }
}

h3 {
  font-size: 1.75em;
  font-weight: 400;
  color: #675856;
}

h4 {
  font-size: 1.625em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
}

h5 {
  font-size: 1.375em;
  font-weight: 400;
  color: #b9b2ad;
}

h6 {
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
}

p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 1.75em;
}
p [class^="icon-"], p [class*=" icon-"] {
  display: inline-block;
  vertical-align: -.01em;
  margin: 0;
}

p.large-text {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 64em) {
  p.large-text {
    font-size: 1.375em;
  }
}

#content ul,
.content-section ul {
  margin: 0 0 1.75em 3em;
}
#content ul li,
.content-section ul li {
  font-size: 1em;
  list-style: disc;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#content ul li ul,
.content-section ul li ul {
  margin: .5em 0 .5em 1em;
  border: 0;
  padding: 0;
}
#content ul li li,
.content-section ul li li {
  font-size: 100%;
  margin-bottom: 0.5em;
}
#content ul ol,
.content-section ul ol {
  margin: 1em 0 1em 3em;
}
#content ul ol li,
.content-section ul ol li {
  list-style: decimal;
  margin-bottom: .5em;
}
#content ul#subnav,
#content ul.media,
.content-section ul#subnav,
.content-section ul.media {
  margin: 0;
  float: none;
}
#content ul#subnav li,
#content ul.media li,
.content-section ul#subnav li,
.content-section ul.media li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
#content ul#subnav ul,
#content ul#subnav ul ul,
#content ul.media ul,
#content ul.media ul ul,
.content-section ul#subnav ul,
.content-section ul#subnav ul ul,
.content-section ul.media ul,
.content-section ul.media ul ul {
  margin: 0;
  float: none;
}
#content ol,
.content-section ol {
  margin: 0 0 1.75em 3em;
  font-weight: 400;
}
#content ol li,
.content-section ol li {
  font-size: 1em;
  list-style: decimal;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#content ol li ol,
.content-section ol li ol {
  margin: .5em 0 .5em 1em;
  border: 0;
  padding: 0;
}
#content ol li ol li,
.content-section ol li ol li {
  list-style: lower-alpha;
  margin-bottom: .5em;
}
#content ol li li,
.content-section ol li li {
  font-size: 100%;
}
#content ol ul,
.content-section ol ul {
  margin: 1em 0 1em 3em;
}
#content ol ul li,
.content-section ol ul li {
  list-style: disc;
  margin-bottom: .5em;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 800;
}

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

ins {
  text-decoration: none;
}

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

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: normal;
}

dd {
  margin-left: 1.5em;
}

blockquote {
  position: relative;
  margin: 1.5em auto;
  padding: 0 1em;
  text-align: left;
  font-size: 1.75em;
  line-height: 1.7em;
  font-weight: 400;
  font-style: italic;
  color: #b9b2ad;
  text-align: center;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
blockquote p {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

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

#pagination {
  clear: left;
  text-align: center;
  font-size: 1em;
  padding: 1em 0;
  line-height: 1;
}
#pagination a {
  display: inline-block;
  padding: .35em .65em;
  margin: 0 .125em .125em .125em;
  line-height: 1.3;
  font-weight: normal;
}
#pagination #current {
  color: #ffffff;
  background-color: #da6f3a;
}
#pagination #off {
  cursor: default;
  color: #edebe9;
}

.share {
  margin: 1em 0;
}
.share h5 {
  display: inline-block;
  margin: 0;
}
.share a {
  display: inline-block;
  margin-left: 1em;
}
.share a span {
  font-size: 1.25em;
}

.div-callout {
  padding: 3em;
  margin: 2.5em 0;
  border: 6px solid #edebe9;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.div-callout p:last-child {
  margin: 0;
}

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

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

:-moz-placeholder {
  opacity: 1;
}

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

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

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* i05 - Buttons */
.rsvp a,
a.button-small,
p.button-small a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: .65em 1.35em;
  margin: .5em 0 0 0;
  line-height: 1.125em;
  text-transform: none;
  color: #629d67;
  background-color: #edebe9;
  text-decoration: none !important;
  outline: none;
  border: 0;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
.rsvp a:after,
a.button-small:after,
p.button-small a:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  display: inline-block;
  font-size: .75em;
  margin-left: .5em;
  vertical-align: -.08em;
}
.rsvp a:hover,
a.button-small:hover,
p.button-small a:hover {
  color: #675856;
}

a.button-medium,
p.button-medium a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: .65em 1.35em;
  margin: .5em 0 0 0;
  line-height: 1.125em;
  text-transform: none;
  color: #ffffff;
  background-color: #da6f3a;
  text-decoration: none !important;
  outline: none;
  border: 0;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.button-medium:after,
p.button-medium a:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  display: inline-block;
  font-size: .75em;
  margin-left: .5em;
  vertical-align: -.08em;
}
a.button-medium:hover,
p.button-medium a:hover {
  color: #ffffff;
  background-color: #629d67;
}

.return .button-medium:after {
  display: none !important;
}

a.button-large,
p.button-large a {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: .85em 1.35em;
  margin: .5em 0 0 0;
  line-height: 1.125em;
  text-transform: none;
  color: #ffffff;
  background-color: #da6f3a;
  text-decoration: none !important;
  outline: none;
  border: 0;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.button-large:hover,
p.button-large a:hover {
  color: #ffffff;
  background-color: #629d67;
}

/* i06 - Forms */
.monkForm {
  margin: 1.5em 0;
  padding: 0 5% 2em 5%;
  overflow: hidden;
  background-color: #f6f5f4;
}
@media (min-width: 64em) {
  .monkForm {
    margin: 2em 0;
  }
}
.monkForm p {
  margin: 0;
  font-size: 1em;
}
.monkForm p.error {
  font-size: .875em;
  color: #da6f3a;
}
.monkForm fieldset > legend {
  display: block;
  position: relative;
  width: 90%;
  padding: 1em 5%;
  font-weight: 400;
  color: #ffffff;
  background-color: #675856;
  text-align: center;
}
@media (min-width: 64em) {
  .monkForm fieldset > legend {
    font-size: 2.75em;
  }
}
.monkForm fieldset > legend:before {
  content: "";
  display: none;
  position: absolute;
  left: -2em;
  top: 0;
  width: 2em;
  height: 100%;
  background-color: #675856;
}
@media (min-width: 64em) {
  .monkForm fieldset > legend:before {
    display: block;
  }
}
.monkForm fieldset > legend:after {
  content: "";
  display: none;
  position: absolute;
  right: -2em;
  top: 0;
  width: 2em;
  height: 100%;
  background-color: #675856;
}
@media (min-width: 64em) {
  .monkForm fieldset > legend:after {
    display: block;
  }
}
.monkForm fieldset fieldset > legend {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: .125em;
  font-size: 1.375em;
  font-weight: 400;
  color: #675856;
}
.monkForm fieldset fieldset > legend:before, .monkForm fieldset fieldset > legend:after {
  display: none !important;
}
.monkForm fieldset fieldset > legend:not(.heading) {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 64em) {
  .monkForm fieldset fieldset > legend:not(.heading) {
    font-size: 1.75em;
  }
}
.monkForm .section {
  margin-bottom: 2em !important;
  padding: 1em 0;
  border-bottom: 1px solid #b9b2ad;
}
.monkForm .section p {
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
  text-align: center;
}
.monkForm .heading {
  display: block;
  line-height: 1.125em;
  margin-bottom: .5em;
  font-size: 1.375em;
  font-weight: 400;
  color: #b9b2ad;
}
.monkForm p.description {
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
  margin-bottom: 1em;
}
.monkForm div.divider {
  position: relative;
  margin-bottom: 2em;
  padding: 1em 0;
  border-bottom: 1px solid #b9b2ad;
}
.monkForm div.divider .heading {
  font-size: 1.5em;
  font-weight: 400;
  color: #675856;
  text-align: center;
}
@media (min-width: 64em) {
  .monkForm div.divider .heading {
    font-size: 1.75em;
  }
}
.monkForm div.divider div.description {
  padding: 0;
}
.monkForm div.divider div.description p {
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
  text-align: center;
}
.monkForm .asterisk {
  color: #629d67;
}
.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: #85726f;
  font-size: 16px;
  padding: .75em;
  margin-bottom: .5em;
  font-weight: 400;
  outline: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}
.monkForm div input,
.monkForm div textarea {
  background-color: rgba(185, 178, 173, 0.15);
  border-top: 2px solid rgba(185, 178, 173, 0.2);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.monkForm .text input, .monkForm .text textarea,
.monkForm .email input,
.monkForm .email textarea,
.monkForm .textarea input,
.monkForm .textarea textarea {
  display: block;
  width: 85%;
}
.monkForm .phone input {
  width: auto;
}
.monkForm .address .ui-selectmenu-button {
  top: 1.125em;
}
.monkForm .address input {
  margin-bottom: 1em;
}
.monkForm .checkbox p,
.monkForm .radio p {
  margin-bottom: .25em;
  text-align: left;
}
.monkForm .checkbox label,
.monkForm .radio label {
  display: inline-block;
  font-size: 1em;
}
.monkForm .file label {
  display: none;
}
.monkForm .file input {
  background-color: transparent !important;
  font-weight: 400;
  border: 2px solid rgba(185, 178, 173, 0.2);
}
.monkForm .ui-selectmenu-button {
  display: inline-block;
  margin: 0;
}
.monkForm input[type=submit] {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: .65em 1.35em;
  margin: .5em 0 0 0;
  line-height: 1.125em;
  text-transform: none;
  color: #ffffff;
  background-color: #da6f3a;
  text-decoration: none !important;
  outline: none;
  border: 0;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.monkForm input[type=submit]:hover {
  color: #ffffff;
  background-color: #629d67;
}

/* i07 - 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: 64em) {
  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 #cccccc;
    border-left: 1px solid #cccccc;
  }

  .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;
  }
}
/* i08 - Filters */
.filters {
  margin: 3em 0;
  text-align: center;
}
.filters h5 {
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.1em;
}
@media (min-width: 64em) {
  .filters h5 {
    display: inline-block;
    position: relative;
    margin: .4em 1em 0 0;
    text-align: left;
    float: left;
  }
}
.filters a {
  text-decoration: none;
}
.filters .ui-selectmenu-button {
  text-align: left;
  margin: 0 auto 1em auto;
}
@media (min-width: 64em) {
  .filters .ui-selectmenu-button {
    margin-bottom: 0;
    margin-right: .5em;
    float: left;
  }
}
@media (min-width: 64em) {
  .filters .ui-selectmenu-button:last-child {
    margin: 0;
  }
}
.filters select.sorter {
  display: block;
  float: none;
  width: 80%;
  padding: 5px;
  margin: 0 auto 1em auto;
}

#module-search,
#zip-search {
  position: relative;
  clear: both;
  border: 0;
  outline: none;
  width: 190px;
  margin: 1em 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: .6em 0;
  overflow: hidden;
  background-color: rgba(185, 178, 173, 0.15);
  border-top: 2px solid rgba(185, 178, 173, 0.2);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}

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

#module-search-submit,
#zip-search-submit {
  display: block;
  position: absolute;
  top: 9px;
  right: 6px;
  font-size: 1em;
  padding: .075em;
  vertical-align: middle;
  text-align: center;
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
  color: #b9b2ad;
}
#module-search-submit:hover,
#zip-search-submit:hover {
  color: #675856;
}

#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;
  margin: 0 auto;
}

/* i09 - Dark */
.dark {
  color: #ffffff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark blockquote,
.dark hr {
  color: #ffffff;
}

/* i10 - Mobile */
nav.mobile {
  position: absolute;
  right: -125%;
  width: 100%;
  height: 100%;
  max-width: 400px;
  background-color: #ffffff;
  z-index: 2999;
  box-shadow: -3px 0px 3px 1px rgba(0, 0, 0, 0.08);
}
@media (min-width: 64em) {
  nav.mobile {
    display: none !important;
  }
}
nav.mobile .mobile-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

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

.csstransforms3d.csstransitions nav.mobile {
  right: 0;
  -webkit-transform: translate3d(125%, 0, 0);
  transform: translate3d(125%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
}

.csstransforms3d.csstransitions body.show-mobile nav.mobile {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

nav.mobile .top-links {
  text-align: center;
  padding: 2em 5% 0 5%;
}
nav.mobile .top-links li {
  display: inline-block;
  font-size: .875em;
  text-transform: uppercase;
  margin: 0 .5em;
}
nav.mobile .top-links li a {
  color: #b9b2ad;
}

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

#searchForm2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 0;
  outline: none;
}
#searchForm2 fieldset {
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: rgba(185, 178, 173, 0.15);
  border-top: 2px solid rgba(185, 178, 173, 0.2);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
#searchForm2 #search_term2 {
  display: block;
  width: 75%;
  padding: 0 0 .25em 5%;
  border: 0;
  font-size: 16px;
  line-height: 40px;
  outline: none;
  color: #85726f;
  text-transform: none;
  outline: none !important;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#searchForm2 #search_go2 {
  position: absolute;
  right: 1em;
  top: .75em;
  outline: none;
  color: #b9b2ad;
}

#mobilenav > li > a {
  display: block;
  text-transform: uppercase;
  color: #675856;
  font-size: 1.25em;
  padding: 1em 5%;
}
#mobilenav > li.active > a {
  color: #629d67;
}

#mobilenav .meganav-inner {
  padding: 1em 0;
  background-color: #f6f5f4;
  border-top: 1px solid #629d67;
}
#mobilenav .meganav-inner section.text {
  padding: 1em 5%;
}
#mobilenav .meganav-inner section.text p {
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1em;
}
#mobilenav .meganav-inner section.links > ul > li > a {
  display: block;
  color: #b9b2ad;
  font-size: 1.125em;
  padding: 1em 5%;
}
#mobilenav .meganav-inner section.links > ul > li.active > a {
  color: #675856;
}
#mobilenav .meganav-inner section.links ul ul {
  border-top: 2px solid #b9b2ad;
  border-bottom: 2px solid #b9b2ad;
  margin: 0 5%;
  padding: 1em;
}
#mobilenav .meganav-inner section.links ul ul li {
  margin: .75em 0;
}
#mobilenav .meganav-inner section.links ul ul li a {
  display: block;
  color: #b9b2ad;
}

#mobilenav li.dropdown > a {
  position: relative;
  padding-right: 3em;
}
#mobilenav li.dropdown > a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 100%;
  text-align: center;
}
#mobilenav li.dropdown > a span i {
  display: inline-block;
  font-size: 1.35em;
  margin-top: .5em;
  color: #b9b2ad;
}
#mobilenav li.dropdown > a span i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
#mobilenav li.dropdown > ul {
  opacity: 0;
  display: none;
  -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.dropdown.active > a span i:before {
  content: "\e92f";
}
#mobilenav li.dropdown.active > ul {
  display: block;
  opacity: 1;
}

/* i11 - Header */
#header {
  position: relative;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #b9b2ad;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  #header {
    border-bottom: none !important;
    padding: 2.5em 0 0 0;
  }
}
#header .container {
  border-bottom: 1px solid #b9b2ad;
}
#header .logo {
  float: left;
}
#header .logo img {
  display: block;
  max-width: 50%;
  height: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 64em) {
  #header .logo img {
    max-width: 280px;
    max-height: 70px;
  }
}
@media (min-width: 75em) {
  #header .logo img {
    max-width: 320px;
    max-height: 90px;
  }
}
#header.stuck {
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 64em) {
  #header.stuck {
    position: fixed;
    z-index: 1999;
    padding-top: 1em;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 64em) {
  #header.stuck .container {
    border-color: transparent;
  }
}
@media (min-width: 64em) {
  #header.stuck .logo img {
    max-height: 60px;
  }
}
@media (min-width: 75em) {
  #header.stuck .logo img {
    max-height: 60px;
  }
}
#header.stuck #nav > li > a {
  padding-bottom: 1.5em;
}

@media (max-width: 64em) {
  #header .container {
    border: none !important;
  }

  #header.stuck {
    background-color: transparent !important;
  }
}
@media (max-width: 64em) {
  .sticky-wrapper {
    height: auto !important;
  }
}
#mobile-toggle {
  float: right;
}
@media (min-width: 64em) {
  #mobile-toggle {
    display: none;
  }
}
#mobile-toggle i {
  color: #b9b2ad;
  font-size: 1.5em;
}
#mobile-toggle i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}

body.show-mobile #mobile-toggle i:before {
  content: "\e92f";
}

#header .top-links {
  float: right;
  min-height: 46px;
}
#header .top-links li {
  float: left;
  font-size: .875em;
  text-transform: uppercase;
  margin-right: 1.25em;
}
@media (min-width: 75em) {
  #header .top-links li {
    margin-right: 2.25em;
  }
}
#header .top-links li:last-child {
  margin-right: 0;
}
#header .top-links li > a {
  color: #b9b2ad;
}
#header .top-links li > a:hover {
  color: #675856;
}
#header .top-links li > a i {
  margin-right: .125em;
}
#header .top-links li.search {
  margin-left: 0;
}
#header .top-links li.search span {
  display: inline-block;
  vertical-align: middle;
}
#header .top-links li.search span:after {
  content: "Search";
}
#header .top-links li.search i {
  display: inline-block;
  vertical-align: middle;
}
#header .top-links li.search i:before {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
}
#header .top-links li.search.active span:after {
  content: "Close";
}
#header .top-links li.search.active i:before {
  content: "\e92f";
}

#searchForm {
  float: left;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border: 0;
  outline: none;
  top: -14px;
  -moz-transition: opacity 0.2s ease-in-out, max-width 0.2s ease-in-out, margin 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, max-width 0.2s ease-in-out, margin 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, max-width 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, max-width 0.2s ease-in-out, margin 0.2s ease-in-out;
}
#searchForm.active {
  position: relative;
  max-width: none;
  visibility: visible;
  opacity: 1;
  margin-right: 1.25em;
}
@media (min-width: 75em) {
  #searchForm.active {
    margin-right: 2.25em;
  }
}
#searchForm fieldset {
  position: relative;
  padding: 0;
  border: 0;
  width: 200px;
  background-color: rgba(185, 178, 173, 0.15);
  border-top: 2px solid rgba(185, 178, 173, 0.2);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
@media (min-width: 75em) {
  #searchForm fieldset {
    width: 300px;
  }
}
#searchForm #search_term {
  display: block;
  width: 75%;
  padding: 0 0 .25em 5%;
  border: 0;
  font-size: 16px;
  line-height: 40px;
  outline: none;
  color: #85726f;
  text-transform: none;
  outline: none !important;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#searchForm #search_go {
  position: absolute;
  right: 1em;
  top: .75em;
  outline: none;
  color: #b9b2ad;
}
#searchForm #search_go:hover {
  color: #675856;
}

#header .right {
  display: none;
  float: right;
}
@media (min-width: 64em) {
  #header .right {
    display: block;
  }
}

nav.desktop {
  position: relative;
  clear: right;
  float: right;
}

#nav > li {
  float: left;
  margin: 0 .5em;
}
@media (min-width: 75em) {
  #nav > li {
    margin: 0 1em;
  }
}
#nav > li > a {
  display: block;
  padding: 0 0 3em 0;
  text-transform: uppercase;
  color: #675856;
  line-height: 1.1em;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
@media (min-width: 75em) {
  #nav > li > a {
    font-size: 1.125em;
  }
}
#nav > li > ul {
  position: absolute;
  width: 100%;
  opacity: 0;
  left: 0;
  visibility: hidden;
  z-index: 1999;
  -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:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 10000%;
  height: 10000%;
  background-color: #f6f5f4;
  border-top: 1px solid #629d67;
  box-shadow: -3px 0px 3px 1px rgba(0, 0, 0, 0.08);
}
#nav > li:last-child {
  margin-right: 0;
}
#nav > li.current > a {
  color: #629d67;
}

#nav > li:hover > a {
  color: #629d67;
}

#nav > li.active > ul {
  opacity: 1;
  visibility: visible;
}

.no-js #nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#nav .meganav-inner {
  position: relative;
  width: 100%;
  padding: 3em 1em 3em 0;
}
#nav .meganav-inner section {
  position: relative;
}
#nav .meganav-inner section.text {
  padding: 3em 0 0 2em;
}
#nav .meganav-inner section.text p {
  font-size: 1.375em;
  font-weight: 300;
  margin-bottom: 1em;
}
#nav .meganav-inner section.links > ul {
  overflow: hidden;
}
#nav .meganav-inner section.links > ul > li {
  border-right: 1px solid #b9b2ad;
  float: left;
  width: 49%;
}
#nav .meganav-inner section.links > ul > li > a {
  display: block;
  font-size: 1.25em;
  padding: 0 0 0 10%;
  margin-top: 1em;
  color: #da6f3a;
  line-height: 1.1em;
}
#nav .meganav-inner section.links > ul > li > a:hover {
  color: #629d67;
}
#nav .meganav-inner section.links > ul > li:nth-child(2n) {
  border: none !important;
}
#nav .meganav-inner section.links > ul > li:nth-child(2n+1) {
  clear: left;
}
#nav .meganav-inner section.links > ul > li:nth-child(1) > a {
  margin-top: 0;
}
#nav .meganav-inner section.links > ul > li:nth-child(2) > a {
  margin-top: 0;
}
#nav .meganav-inner section.links > ul ul {
  display: none;
  padding-top: 1em;
  padding-left: 1em;
}
#nav .meganav-inner section.links > ul ul li {
  margin-bottom: .5em;
}
#nav .meganav-inner section.links > ul ul li a {
  display: block;
  color: #b9b2ad;
  line-height: 1.1em;
}
#nav .meganav-inner section.links > ul ul li a:hover {
  color: #675856;
}

/* i12 - Billboard */
#billboard-text {
  position: relative;
  padding: 2em 0;
  text-align: center;
}
@media (min-width: 64em) {
  #billboard-text {
    padding: 3em 0;
  }
}
#billboard-text .container {
  max-width: 600px;
}
@media (min-width: 64em) {
  #billboard-text h3 {
    font-size: 3.875em;
    margin-bottom: .25em;
  }
}

#billboard {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -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;
}

#billboard.hasimg {
  min-height: 160px;
}
@media (min-width: 48em) {
  #billboard.hasimg {
    min-height: 260px;
  }
}
@media (min-width: 64em) {
  #billboard.hasimg {
    min-height: 460px;
  }
}

#billboard.hasvideo {
  min-height: 160px;
}
@media (min-width: 48em) {
  #billboard.hasvideo {
    min-height: 260px;
  }
}
@media (min-width: 64em) {
  #billboard.hasvideo {
    min-height: 576px;
  }
}

#billboard.hasrotator {
  min-height: 0;
  height: auto;
}
@media (min-width: 48em) {
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}
@media (min-width: 64em) {
  #billboard.hasrotator {
    min-height: 0;
    height: auto;
  }
}

.csstransforms #billboard.hasimg:before,
.csstransforms #billboard.hasvideo:before,
.csstransforms #billboard.hasrotator:before {
  content: "";
  display: block;
  position: absolute;
  left: -4.9%;
  bottom: -55px;
  width: 55%;
  height: 100px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, 7.5deg);
  transform: skew(0deg, 7.5deg);
  z-index: 600;
}
@media (min-width: 87.5em) {
  .csstransforms #billboard.hasimg:before,
  .csstransforms #billboard.hasvideo:before,
  .csstransforms #billboard.hasrotator:before {
    -webkit-transform: skew(0deg, 5.5deg);
    transform: skew(0deg, 5.5deg);
  }
}
@media (min-width: 100em) {
  .csstransforms #billboard.hasimg:before,
  .csstransforms #billboard.hasvideo:before,
  .csstransforms #billboard.hasrotator:before {
    -webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
  }
}
.csstransforms #billboard.hasimg:after,
.csstransforms #billboard.hasvideo:after,
.csstransforms #billboard.hasrotator:after {
  content: "";
  display: block;
  position: absolute;
  right: -4.9%;
  bottom: -55px;
  width: 55%;
  height: 100px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, -7.5deg);
  transform: skew(0deg, -7.5deg);
  z-index: 600;
}
@media (min-width: 87.5em) {
  .csstransforms #billboard.hasimg:after,
  .csstransforms #billboard.hasvideo:after,
  .csstransforms #billboard.hasrotator:after {
    -webkit-transform: skew(0deg, -5.5deg);
    transform: skew(0deg, -5.5deg);
  }
}
@media (min-width: 100em) {
  .csstransforms #billboard.hasimg:after,
  .csstransforms #billboard.hasvideo:after,
  .csstransforms #billboard.hasrotator:after {
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
  }
}

.csstransforms #billboard.hasimg.haswelcome:before,
.csstransforms #billboard.hasvideo.haswelcome:before,
.csstransforms #billboard.hasrotator.haswelcome:before {
  top: -55px;
  bottom: auto;
}
.csstransforms #billboard.hasimg.haswelcome:after,
.csstransforms #billboard.hasvideo.haswelcome:after,
.csstransforms #billboard.hasrotator.haswelcome:after {
  top: -55px;
  bottom: auto;
}

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

#welcome-text {
  text-align: center;
  position: relative;
  padding: 2em 0;
}
@media (min-width: 48em) {
  #welcome-text {
    padding: 3em 0;
  }
}
@media (min-width: 48em) {
  #welcome-text .container {
    width: 40%;
  }
}
@media (min-width: 64em) {
  #welcome-text h3 {
    font-size: 3.875em;
  }
}

#welcome-scroll {
  position: absolute;
  left: 50%;
  margin-left: -.5em;
  bottom: -1.25em;
  color: #b9b2ad;
  z-index: 610;
}
@media (min-width: 64em) {
  #welcome-scroll {
    bottom: -2em;
  }
}
#welcome-scroll:hover {
  color: #da6f3a;
}

/* i13 - Content */
#content {
  position: relative;
  overflow: hidden;
  padding: 4em 0 2em 0;
}
@media (min-width: 64em) {
  #content {
    padding-bottom: 4em;
  }
}

@media (min-width: 64em) {
  #content #text {
    float: left;
    width: 63.33333%;
  }
}
@media (min-width: 64em) {
  #content.fullwidth #text {
    float: none;
    width: 100%;
  }
}

@media (min-width: 64em) {
  #sidebar {
    float: right;
    width: 26.66667%;
  }
}
#sidebar section {
  margin-bottom: 3.5em;
}
#sidebar section:last-child {
  margin: 0;
}

/* i14 - Subnav */
nav.sidebar {
  display: none;
  margin-bottom: 3em;
}
@media (min-width: 64em) {
  nav.sidebar {
    display: block;
  }
}
nav.sidebar h6.home {
  text-align: right;
  margin-bottom: 1.25em;
}
nav.sidebar h6.home a {
  color: #b9b2ad;
}
nav.sidebar h6.home a:hover {
  color: #675856;
}

#content #subnav {
  background-color: #f6f5f4;
  padding: 2em;
  border-top: 1px solid #b9b2ad;
  border-bottom: 1px solid #b9b2ad;
}
#content #subnav > li > a {
  display: block;
  font-size: 1.625em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b2ad;
  border-bottom: 1px solid #b9b2ad;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
#content #subnav ul {
  background-color: transparent !important;
}

#content #subnav > li > ul > li > a {
  display: block;
  font-size: 1.375em;
  font-weight: 400;
  color: #b9b2ad;
  padding: .35em 0;
}
#content #subnav > li > ul > li > a:hover {
  color: #675856;
}
#content #subnav > li > ul > li > ul {
  display: none;
}
#content #subnav > li > ul > li.current > a {
  color: #675856;
}
#content #subnav > li > ul > li.current > ul {
  display: block;
}

#content #subnav > li > ul > li > ul {
  padding: .5em 0;
}
#content #subnav > li > ul > li > ul > li {
  margin-bottom: .5em;
}
#content #subnav > li > ul > li > ul > li > a {
  font-size: .875em;
  font-weight: 400;
  color: #b9b2ad;
}
#content #subnav > li > ul > li > ul > li > a:hover {
  color: #675856;
}
#content #subnav > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#content #subnav > li > ul > li > ul > li.current > a {
  color: #675856;
}
#content #subnav > li > ul > li > ul ul {
  padding: 1em;
  margin: 1em 0;
  border-top: 1px solid #b9b2ad;
  border-bottom: 1px solid #b9b2ad;
}
#content #subnav > li > ul > li > ul li {
  margin-bottom: .5em;
}
#content #subnav > li > ul > li > ul li a {
  font-size: .875em;
  font-weight: 400;
  color: #b9b2ad;
}
#content #subnav > li > ul > li > ul li a:hover {
  color: #675856;
}
#content #subnav > li > ul > li > ul li:last-child {
  margin-bottom: 0;
}
#content #subnav > li > ul > li > ul li.current > a {
  color: #675856;
}

/* i15 - Widgets */
#sidebar .widget.events {
  margin-bottom: 1em;
}
#sidebar .widget.events article {
  margin-bottom: 1px;
}
#sidebar .widget.events article a {
  display: block;
  position: relative;
  background-color: #f6f5f4;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#sidebar .widget.events article a:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  position: absolute;
  right: 1.125em;
  top: 50%;
  font-size: 1.5em;
  margin-top: -.5em;
  color: #b9b2ad;
}
#sidebar .widget.events article a:hover {
  background-color: #ffffff;
}
#sidebar .widget.events article a:hover h5 {
  color: #675856;
}
#sidebar .widget.events article .info {
  padding: 2em 4em 2em 2em;
}
#sidebar .widget.events article h5 {
  color: #da6f3a;
  -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;
}
#sidebar .widget.events article h6 {
  margin: 0;
}

#sidebar .widget.articles .image {
  margin-bottom: 1em;
}
#sidebar .widget.articles .info {
  text-align: center;
}

#sidebar .widget.posts .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
#sidebar .widget.posts .info {
  text-align: center;
}
#sidebar .widget.posts .info p {
  margin: 1.5em 0;
}

.csstransforms #sidebar .widget.posts .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 50%;
  height: 125px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, -13deg);
  transform: skew(0deg, -13deg);
}
@media (min-width: 48em) {
  .csstransforms #sidebar .widget.posts .image:before {
    bottom: -75px;
  }
}
@media (min-width: 64em) {
  .csstransforms #sidebar .widget.posts .image:before {
    bottom: -100px;
  }
}
.csstransforms #sidebar .widget.posts .image:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 50%;
  height: 125px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, 13deg);
  transform: skew(0deg, 13deg);
}
@media (min-width: 48em) {
  .csstransforms #sidebar .widget.posts .image:after {
    bottom: -75px;
  }
}
@media (min-width: 64em) {
  .csstransforms #sidebar .widget.posts .image:after {
    bottom: -100px;
  }
}

.widget.icon-buttons article {
  margin-bottom: .5em;
}
.widget.icon-buttons a {
  display: block;
  font-size: 18px;
  background-color: #629d67;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5em .25em;
  border: 6px solid rgba(185, 178, 173, 0.25);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.widget.icon-buttons a:hover {
  color: #da6f3a;
  background-color: #ffffff;
}
.widget.icon-buttons a i {
  font-size: 1.5em;
  margin-right: .75em;
  vertical-align: -.15em;
}

#welcome-links {
  position: relative;
  padding: 2em 5%;
}
@media (min-width: 64em) {
  #welcome-links {
    padding: 0;
    top: -5.5em;
    margin-bottom: -3.5em;
    z-index: 650;
  }
}
#welcome-links .widget.icon-buttons.list-2 {
  max-width: 410px;
}
#welcome-links .widget.icon-buttons.list-3 {
  max-width: 660px;
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons.list-3 {
    top: -6em;
    margin-bottom: -3.75em;
  }
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons.list-3 a {
    padding: 3.25em .25em;
  }
}
#welcome-links .widget.icon-buttons.list-4 {
  max-width: 820px;
}
#welcome-links .widget.icon-buttons.list-5 {
  max-width: 1020px;
}
#welcome-links .widget.icon-buttons.list-6 {
  max-width: 75em;
}
#welcome-links .widget.icon-buttons {
  margin: 0 auto;
}
#welcome-links .widget.icon-buttons article {
  margin-bottom: .5em;
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons article {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons a {
    padding: 2.75em .25em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons a i {
    display: block;
    font-size: 1.75em;
    vertical-align: middle;
    margin: 0 0 .75em 0;
  }
}
@media (min-width: 64em) {
  #welcome-links .widget.icon-buttons a span {
    display: block;
    padding: 0 .25em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: none;
  }
}

.widget.sermons article {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.widget.sermons article.video .watch {
  display: block;
}
.widget.sermons article.video .listen {
  display: none;
}
.widget.sermons .article-inner {
  padding: 2em;
  background-color: rgba(98, 157, 103, 0.9);
}
.widget.sermons .player {
  text-align: center;
  margin-bottom: 1em;
}
.widget.sermons .player span a {
  display: inline-block;
  font-size: 4em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  text-align: center;
  border: 6px solid rgba(255, 255, 255, 0.4);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget.sermons .player.watch span a {
  line-height: 1.7em;
}
.widget.sermons .info {
  text-align: center;
}
.widget.sermons .watch {
  display: none;
}
.widget.sermons h4,
.widget.sermons h6 {
  color: #ffffff;
}
.widget.sermons a {
  color: #ffffff;
}
.widget.sermons a:hover {
  color: #da6f3a;
}

.widget.section-posts {
  padding-bottom: 3em;
}
@media (min-width: 64em) {
  .widget.section-posts {
    padding-bottom: 8em;
  }
}
.widget.section-posts .image {
  position: relative;
  min-height: 12em;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3em 0;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media (min-width: 64em) {
  .widget.section-posts .image {
    background-attachment: fixed;
    min-height: 32em;
  }
}
@media (min-width: 64em) {
  .widget.section-posts .image {
    min-height: 49.375em;
  }
}
.widget.section-posts article {
  padding-top: 4em;
}
.widget.section-posts .info {
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
}
.widget.section-posts .info h2 {
  margin-bottom: .25em;
}
.widget.section-posts .info p {
  margin: 1.5em 0 0 0;
}
@media (min-width: 64em) {
  .widget.section-posts .info p {
    margin-top: 3em;
  }
}

.csstransforms .widget.section-posts .image:before {
  content: "";
  display: block;
  position: absolute;
  left: -4.9%;
  bottom: -65px;
  width: 55%;
  height: 120px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}
@media (min-width: 87.5em) {
  .csstransforms .widget.section-posts .image:before {
    -webkit-transform: skew(0deg, -7.5deg);
    transform: skew(0deg, -7.5deg);
  }
}
@media (min-width: 100em) {
  .csstransforms .widget.section-posts .image:before {
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
  }
}
.csstransforms .widget.section-posts .image:after {
  content: "";
  display: block;
  position: absolute;
  right: -4.9%;
  bottom: -65px;
  width: 55%;
  height: 120px;
  background-color: #ffffff;
  z-index: 100;
  -webkit-transform: skew(0deg, 9deg);
  transform: skew(0deg, 9deg);
}
@media (min-width: 87.5em) {
  .csstransforms .widget.section-posts .image:after {
    -webkit-transform: skew(0deg, 7.5deg);
    transform: skew(0deg, 7.5deg);
  }
}
@media (min-width: 100em) {
  .csstransforms .widget.section-posts .image:after {
    -webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg);
  }
}
.csstransforms .widget.section-posts article {
  padding-top: 0;
}
@media (min-width: 64em) {
  .csstransforms .widget.section-posts article {
    padding-top: 2em;
  }
}

.widget.section-sermons article {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 64em) {
  .widget.section-sermons article {
    background-attachment: fixed;
  }
}
.widget.section-sermons article.video .watch {
  display: block;
}
.widget.section-sermons article.video .listen {
  display: none;
}
.widget.section-sermons .article-inner {
  padding: 4em 0;
  background-color: rgba(98, 157, 103, 0.9);
  overflow: hidden;
}
@media (min-width: 64em) {
  .widget.section-sermons .article-inner {
    padding: 10em 0;
  }
}
.widget.section-sermons .player {
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 64em) {
  .widget.section-sermons .player {
    float: right;
    width: 27.5%;
    margin: 0;
  }
}
.widget.section-sermons .player span a {
  display: inline-block;
  font-size: 4em;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.8em;
  text-align: center;
  border: 6px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget.section-sermons .player.watch span {
  text-indent: 5px;
}
.widget.section-sermons .player.watch span a {
  line-height: 2em;
}
.widget.section-sermons .info {
  text-align: center;
  padding: 2em 5%;
}
@media (min-width: 64em) {
  .widget.section-sermons .info {
    float: left;
    padding: 0;
    width: 70%;
    text-align: left;
  }
}
.widget.section-sermons .watch {
  display: none;
}
.widget.section-sermons h2,
.widget.section-sermons h5 {
  color: #ffffff;
}
.widget.section-sermons h2 span,
.widget.section-sermons h5 span {
  display: inline-block;
  margin: 0 .25em;
}
.widget.section-sermons a {
  color: #ffffff;
}
.widget.section-sermons a:hover {
  color: #da6f3a;
}

.widget.section-events {
  margin-bottom: 1em;
}
.widget.section-events article {
  margin-bottom: 1px;
}
.widget.section-events article a {
  display: block;
  position: relative;
  background-color: #f6f5f4;
  border-bottom: 1px solid #ffffff;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.widget.section-events article a:after {
  font-family: "icons";
  content: "";
  font-size: 100%;
  font-weight: normal !important;
  font-style: normal !important;
  vertical-align: middle;
  position: absolute;
  right: 1.125em;
  top: 50%;
  font-size: 1.5em;
  margin-top: -.5em;
  color: #b9b2ad;
}
.widget.section-events article a:hover {
  background-color: #ffffff;
}
.widget.section-events article a:hover h5 {
  color: #675856;
}
.widget.section-events article .info {
  padding: 2em 5em 2em 2em;
}
.widget.section-events article h5 {
  color: #da6f3a;
  -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;
}
.widget.section-events article h6 {
  margin: 0;
}

.widget.section-articles {
  overflow: hidden;
}
@media (min-width: 64em) {
  .widget.section-articles article .image {
    float: left;
    width: 47.5%;
  }
}
.widget.section-articles article .image .div-embed {
  margin-bottom: 1em;
}
.widget.section-articles article .image h4 {
  display: none;
  text-align: right;
}
.widget.section-articles article .image h4.stories {
  display: block;
}
.widget.section-articles article .image blockquote {
  text-align: right;
  margin: 1.25em 0 1em 0;
  padding: 0 1em;
}
@media (min-width: 64em) {
  .widget.section-articles article .image blockquote {
    padding-right: 0;
    margin: 0;
  }
}
.widget.section-articles article .info {
  position: relative;
}
@media (min-width: 64em) {
  .widget.section-articles article .info {
    float: right;
    width: 47.5%;
  }
}
.widget.section-articles article .info:before {
  display: none;
  content: "";
  position: absolute;
  left: -1.75em;
  width: 1px;
  height: 100%;
  background-color: #f6f5f4;
}
@media (min-width: 64em) {
  .widget.section-articles article .info:before {
    display: block;
  }
}
.widget.section-articles article .info .preview {
  margin: 0;
  padding-bottom: 2em;
}
@media (min-width: 64em) {
  .widget.section-articles article .info .preview {
    padding: 2em 0 2em 2em;
  }
}
@media (min-width: 64em) {
  .widget.section-articles article .more-articles {
    padding-top: 2em;
  }
}
.widget.section-articles article .more-articles .more-article {
  overflow: hidden;
  margin-bottom: 1em;
}
.widget.section-articles article .more-articles .more-image {
  float: left;
  width: 25%;
}
.widget.section-articles article .more-articles .more-info {
  float: right;
  width: 71.5%;
}
.widget.section-articles article .more-articles .more-info h5 {
  margin-bottom: .25em;
}
.widget.section-articles article .more-articles .more-info h6 {
  margin: 0;
}

/* i16 - Sections */
.content-section {
  position: relative;
}
.content-section .content-section-inner {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3em 0;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media (min-width: 64em) {
  .content-section .content-section-inner {
    padding: 8em 0;
  }
}
@media (min-width: 64em) {
  .content-section .content-section-inner.parallax {
    background-attachment: fixed;
  }
}
.content-section .text {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.content-section .text.loading {
  min-height: 10em;
  background: url(/_assets/img/ajax-loader-linear.svg) no-repeat center center;
  -moz-background-size: 64px 64px;
  -o-background-size: 64px 64px;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
}
.content-section .text .div-row:last-child {
  margin-bottom: 0;
}
.content-section .text p:last-child {
  margin: 0;
}

.content-section.two-cols {
  position: relative;
}
.content-section.two-cols .content-section-inner {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 18em 0 0 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  .content-section.two-cols .content-section-inner {
    padding: 0;
  }
}
@media (min-width: 64em) {
  .content-section.two-cols .content-section-inner.parallax {
    background-attachment: scroll;
  }
}
.content-section.two-cols .left-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18em;
  z-index: 100;
  text-align: center;
  background-repeat: no-repeat;
  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.two-cols .left-col {
    width: 50%;
    height: 100%;
    background-color: #000000;
    background-image: inherit;
  }
}
.content-section.two-cols .left-col h4 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.content-section.two-cols .left-col h4 span {
  display: inline-block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 1em 0;
  margin: 0;
}
.content-section.two-cols .container {
  width: 100%;
  background-color: #f6f5f4;
}
@media (min-width: 64em) {
  .content-section.two-cols .container {
    float: right;
    width: 50%;
  }
}
.content-section.two-cols .text {
  padding: 2em 5%;
}
@media (min-width: 64em) {
  .content-section.two-cols .text {
    float: left;
    padding: 7em 5%;
    max-width: 600px;
  }
}

/* i17 - Footer */
#footer {
  text-align: center;
  border-top: 1px solid #b9b2ad;
}
@media (min-width: 64em) {
  #footer {
    border-top: 0;
  }
}
#footer .container {
  padding: 2em 0;
  border-top: 1px solid #b9b2ad;
}
@media (min-width: 64em) {
  #footer .container {
    padding: 3em 0;
  }
}
#footer .footer-links {
  margin-bottom: 1.5em;
}
#footer .footer-links li {
  display: inline-block;
  margin: 0 1em .5em 1em;
}
#footer .footer-links li a {
  display: block;
  font-size: 1.125em;
}
@media (min-width: 64em) {
  #footer .footer-links li a {
    font-size: 1.375em;
  }
}
#footer .social-links {
  margin-bottom: 2em;
}
#footer .social-links li {
  margin: 0 1em;
  display: inline-block;
}
#footer .social-links li a {
  display: block;
  font-size: 1.25em;
  color: #b9b2ad;
}
#footer .social-links li a:hover {
  color: #675856;
}
#footer .copyright {
  font-size: .875em;
  text-transform: uppercase;
  color: #b9b2ad;
}
#footer .copyright a {
  display: inline-block;
  font-size: 1.25em;
  margin-left: .5em;
  vertical-align: middle;
  color: #b9b2ad;
}
#footer .copyright a:hover {
  color: #1293aa;
}

@media (max-width: 64em) {
  #footer .container {
    border: 0;
  }
}
/* i18 - Notice */
.notice {
  position: fixed;
  z-index: 5000;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  background: #1293aa;
  background: rgba(18, 147, 170, 0.94);
  width: 100%;
  left: 0;
}
.notice.pos-top {
  top: 0;
}
.notice.pos-bottom {
  bottom: 0;
}
.notice:hover {
  background: #1ea0b6;
  background: rgba(18, 147, 170, 0.98);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.notice p, .notice a {
  position: relative;
  color: #fcfcfc;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
.notice:hover p {
  color: #fff;
}
.notice a.notice-link {
  display: inline-block;
  padding: 5px 10px;
}
.notice a.notice-link:hover {
  color: #fff;
}
.notice a.notice-link:active {
  top: 1px;
}
.notice a.notice-close {
  display: block;
  position: absolute;
  top: 25%;
  right: 5%;
  float: right;
  text-align: left;
  text-indent: -999em;
  width: 25px;
  height: 50%;
  background: url(/_assets/img/close-white.png) no-repeat center center;
}
@media (min-width: 61.5em) {
  .notice {
    width: 33%;
    left: 33%;
  }
  .notice.pos-top {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .notice.pos-bottom {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .notice a.notice-close {
    display: none;
  }
  .notice:hover a.notice-close {
    display: block;
  }
}

/* i19 - Containers */
.container {
  position: relative;
  width: 90%;
  max-width: 75em;
  margin: 0 auto;
}
.container.mobile {
  width: 100%;
}
@media (min-width: 64em) {
  .container.mobile {
    width: 90%;
  }
}

.container-wide {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.container-full {
  position: relative;
  width: 100%;
}

#wrap {
  position: relative;
  overflow: hidden;
}

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

.cycle-ss .slide,
.cycle-slideshow .slide {
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

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

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

.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 {
    bottom: 2em;
  }
}

.cycle-pager span {
  font-size: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin: 0 6px;
  opacity: .5;
  -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;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.cycle-pager span:hover {
  opacity: 1;
}

.cycle-pager span.cycle-pager-active {
  background-color: #629d67;
  border-color: #629d67;
  opacity: 1;
}

.pager {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  padding: 0;
  text-align: center;
  -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) {
  .pager {
    opacity: 0;
    font-size: 2em;
  }
}
.pager:hover {
  opacity: .5;
}

.pager-prev {
  left: .25em;
}
@media (min-width: 64em) {
  .pager-prev {
    left: 1em;
  }
}

.pager-next {
  right: .25em;
}
@media (min-width: 64em) {
  .pager-next {
    right: 1em;
  }
}

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

.csstransforms #billboard.hasrotator.haswelcome .pager {
  top: 60%;
}

.rotator {
  overflow: hidden;
  position: relative;
  min-height: 20em;
  background: black;
}
.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 .slide {
  color: #ffffff;
}
.rotator .slide h4 {
  color: #ffffff;
  font-size: 1em;
}
@media (min-width: 64em) {
  .rotator .slide h4 {
    font-size: 1.625em;
  }
}
.rotator .caption {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding: 0 5%;
  overflow-x: hidden;
  overflow-y: auto;
}
.rotator .caption .container {
  position: relative;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 64em) {
  .rotator:hover .pager {
    opacity: 1;
  }
}

.csstransforms #billboard.hasrotator.haswelcome .rotator .slide h4 {
  margin-top: 10%;
}
@media (min-width: 48em) {
  .csstransforms #billboard.hasrotator.haswelcome .rotator .slide h4 {
    margin-top: 7.5%;
  }
}

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

/* i21 - Plugins - Selectmenu */
#content .filters a {
  text-decoration: none;
}

.ui-selectmenu-button {
  display: block;
  position: relative;
  width: 190px;
  height: auto;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #85726f;
  border: 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.ui-selectmenu-button span.ui-icon {
  display: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  position: relative;
  display: block;
  line-height: 3em;
  padding: 0 2em 0 1em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ui-selectmenu-button span.icon-chevron-down {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  font-weight: normal !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ui-selectmenu-button.ui-state-focus {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-selectmenu-button.ui-state-focus span.icon-chevron-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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: 200px;
  max-height: 300px !important;
  list-style: none;
  background-color: #85726f;
  border: 0;
  border-top: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-selectmenu-menu .ui-menu li {
  margin: 0;
  padding: .5em .5em .5em 1em;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  text-transform: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ui-selectmenu-menu .ui-menu li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

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

/* i22 - Plugins - 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;
  -webkit-transform: translate3d(0, 0, 0);
}

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

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

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

/* 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;
  width: auto;
  background: none;
}

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

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/_assets/img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/* i23 - Plugins - Animation */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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