@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! HTML5 Reset */
/*-------------------------------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer			:: http://meyerweb.com
	HTML5 Doctor			:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

/* Handle box-sizing while better addressing child elements:
	http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
html,
body {
  cursor: default; }

code {
  cursor: text; }

/*
textarea and input[type="text"] already receive
"cursor: text" via browsers' base stylesheets
*/
a,
label,
button,
input[type="radio"],
input[type="submit"],
input[type="checkbox"],
.clickable,
input[type="button"],
input[type="file"] {
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/** Micro clearfix from:  http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* text styles */
h1, h2, h3, h4, h5, p {
  margin: 0 0 15px 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

p {
  font-size: 14px; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  html.noscroll {
    overflow: hidden;
    position: relative; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #5C5C5C;
  overflow-x: hidden;
  position: relative;
  padding-top: 80px; }
  @media screen and (min-width: 1024px) {
    body {
      padding-top: 0; } }
  body.noscroll {
    overflow: hidden;
    position: relative; }

.no-pad {
  padding: 0 !important; }

.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

.content-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.interior-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .interior-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .interior-content {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 61.1251900049%;
      margin-left: 19.4374049976%;
      padding: 3em 0; }
      .interior-content:last-child {
        margin-right: 0; } }

h2.page-heading {
  color: #00A59B !important;
  margin-bottom: 1em; }
  h2.page-heading a {
    color: #00A59B;
    text-decoration: underline; }
    h2.page-heading a:hover {
      color: #00958c; }

/* notification bar */
.notification-bar {
  color: #fff;
  background: #A34673;
  box-sizing: border-box;
  padding: 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4; }
  .notification-bar.hide {
    display: none !important; }
  @media screen and (min-width: 1024px) {
    .notification-bar {
      display: block; } }
  .notification-bar.opened {
    transform: translateY(0); }
  .notification-bar h4, .notification-bar input, .notification-bar button {
    vertical-align: middle; }
  .notification-bar h4 {
    color: #EFD372;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 2em; }
    @media screen and (min-width: 1024px) {
      .notification-bar h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .notification-bar .close {
    background: url("../img/icon-close.svg") center center no-repeat;
    background-size: 38px 38px;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }

.notification-wrapper {
  text-align: left;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .notification-wrapper:last-child {
    margin-right: 0; }
  .notification-wrapper .notification-text {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 100%; }
    .notification-wrapper .notification-text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .notification-wrapper .notification-text {
        float: left;
        display: block;
        margin-right: 1.2723564479%;
        width: 72.3802664233%; }
        .notification-wrapper .notification-text:last-child {
          margin-right: 0; } }
  .notification-wrapper .notification-button {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 100%;
    padding-top: 20px; }
    .notification-wrapper .notification-button:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .notification-wrapper .notification-button {
        float: left;
        display: block;
        margin-right: 1.2723564479%;
        width: 26.3473771288%;
        padding-top: 20px; }
        .notification-wrapper .notification-button:last-child {
          margin-right: 0; } }
    .notification-wrapper .notification-button a.button {
      background: #00A59B;
      color: #fff; }

/* donate fixed */
.donate-fixed {
  z-index: 999999;
  position: fixed;
  top: 40%;
  padding: 20px;
  border-radius: 5px;
  background-color: #F18B6A;
  right: -999999px;
  -webkit-transform: scale(1) rotate(-90deg);
  -moz-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .donate-fixed {
      right: -53px; } }
  .donate-fixed:hover {
    -webkit-transform: scale(1.1) rotate(-90deg);
    -moz-transform: scale(1.1) rotate(-90deg);
    -ms-transform: scale(1.1) rotate(-90deg);
    -o-transform: scale(1.1) rotate(-90deg);
    transform: scale(1.1) rotate(-90deg); }

.centered-img {
  width: 100%;
  max-width: 275px;
  margin: 1em auto;
  display: block; }
  @media screen and (min-width: 768px) {
    .centered-img {
      max-width: 350px;
      margin: 2em auto; } }
  @media screen and (min-width: 1024px) {
    .centered-img {
      max-width: 500px;
      margin: 3em auto; } }

.page-featured-img {
  max-width: 150px;
  max-height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .page-featured-img {
      max-width: 250px;
      max-height: 150px; } }

body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6; }

form, input, textarea, select, button {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem; }

a {
  text-decoration: none; }

h2, h3, h5, h6 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1;
  text-transform: none;
  padding: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 55px;
      font-size: 5.5rem; } }

h2 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.2;
  text-transform: none;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 38px;
      font-size: 3.8rem; } }

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-transform: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 30px;
      font-size: 3rem; } }

h4 {
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: none;
  line-height: 1.4;
  font-weight: 400;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    h4 {
      font-size: 24px;
      font-size: 2.4rem; } }

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    h5 {
      font-size: 18px;
      font-size: 1.8rem; } }

h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    h6 {
      font-size: 15px;
      font-size: 1.5rem; } }

p {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1.4em;
  font-weight: 300;
  padding: 0;
  margin-bottom: 1.4em; }
  @media screen and (min-width: 1024px) {
    p {
      font-size: 19px;
      font-size: 1.9rem; } }
  p.large {
    font-size: 24px;
    font-size: 2.4rem; }
  p.small {
    font-size: 16px;
    font-size: 1.6rem; }

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

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

.animated.fadeInUp,
.animated.fadeInDown {
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeIn {
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: 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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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); }
  100% {
    -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); }
  100% {
    -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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -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); }
  100% {
    -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 {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -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; }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -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; }
  100% {
    -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 {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 5px;
  height: 5px;
  margin: 10px 10px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: black; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #666; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 15px 7px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ededed; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #666; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.button {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  apperance: none;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (min-width: 1024px) {
    .button {
      font-size: 19px;
      font-size: 1.9rem; } }
  .button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.button-small {
  padding: 0.4em 1.2em; }
  @media screen and (min-width: 1024px) {
    .button-small {
      font-size: 16px;
      font-size: 1.6rem; } }

.button-teal {
  background: #00A59B;
  color: #fff; }

.button-orange {
  background: #F18B6A;
  color: #fff; }

.button-violet {
  background: #A34673;
  color: #fff; }

.button-blue {
  background: #114C91;
  color: #fff; }

.button-group li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em; }
  @media screen and (min-width: 1024px) {
    .button-group li {
      margin-bottom: 0; } }

.header {
  display: none; }
  @media screen and (min-width: 1024px) {
    .header {
      display: block; } }
  .header li a {
    color: #58595B;
    padding-bottom: 7px;
    border-bottom: 3px solid #fff; }
    .header li a:hover {
      color: #A34673;
      padding-bottom: 7px;
      border-bottom: 3px solid #ededed; }

.top-menu {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden; }

.top-menu-left {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 30.0253420088%;
  margin-left: 3.8874809995%; }
  .top-menu-left:last-child {
    margin-right: 0; }

.top-menu-right {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 61.1251900049%;
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  .top-menu-right:last-child {
    margin-right: 0; }
  .top-menu-right .social-links-container {
    display: inline-block;
    margin-top: 8px;
    margin-left: 2em; }
    .top-menu-right .social-links-container h6 {
      text-align: left;
      padding: 0 0 0 0.2em;
      font-size: 10px; }
    .top-menu-right .social-links-container .social-links {
      display: inline-block;
      margin-top: 5px; }
      .top-menu-right .social-links-container .social-links li {
        display: inline-block;
        padding: 0 0.3em; }
      .top-menu-right .social-links-container .social-links a {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 20px;
        padding: 0.5em 0;
        width: 17px; }
      .top-menu-right .social-links-container .social-links .facebook {
        background-image: url("../img/icon-facebook.svg");
        background-size: 17px 17px; }
      .top-menu-right .social-links-container .social-links .twitter {
        background-image: url("../img/icon-twitter.svg");
        background-size: 17px 15px; }
      .top-menu-right .social-links-container .social-links .instagram {
        background-image: url("../img/icon-instagram.svg");
        background-size: 17px 17px; }
      .top-menu-right .social-links-container .social-links .youtube {
        background-image: url("../img/icon-youtube.svg");
        background-size: 17px 13px; }
      .top-menu-right .social-links-container .social-links .linkedin {
        background-image: url("../img/icon-linkedin.svg");
        background-size: 17px 17px; }

.parent-portal-link {
  border-top: 2px solid #00A59B;
  display: inline-block;
  padding: 0.5em 0;
  color: #58595B;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff; }
  .parent-portal-link:hover {
    padding-bottom: 5px;
    border-bottom: 3px solid #ededed; }
  .parent-portal-link .flag {
    background: url("../img/icon-parent-portal-flags.svg") center center no-repeat;
    background-size: 62px 13px;
    display: inline-block;
    height: 13px;
    margin-right: 1em;
    width: 62px; }

.secondary-links {
  display: inline-block; }
  .secondary-links li {
    display: inline-block;
    padding: 0 0.5em; }
  .secondary-links a {
    display: inline-block;
    padding: 0.5em 0; }

.social-links {
  display: inline-block;
  margin-top: 5px; }
  .social-links li {
    display: inline-block;
    padding: 0 0.3em; }
  .social-links a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    padding: 0.5em 0;
    width: 17px; }
  .social-links .facebook {
    background-image: url("../img/icon-facebook.svg");
    background-size: 17px 17px; }
  .social-links .twitter {
    background-image: url("../img/icon-twitter.svg");
    background-size: 17px 15px; }
  .social-links .instagram {
    background-image: url("../img/icon-instagram.svg");
    background-size: 17px 17px; }
  .social-links .youtube {
    background-image: url("../img/icon-youtube.svg");
    background-size: 17px 13px; }
  .social-links .linkedin {
    background-image: url("../img/icon-linkedin.svg");
    background-size: 17px 17px; }

.logo a {
  background: url("../img/logo-all.svg") center center no-repeat;
  background-size: 260px 396px;
  display: block;
  height: 49px;
  margin: 0 auto;
  width: 250px;
  background-position: center 0px;
  position: relative;
  z-index: 1; }

.primary-links {
  font-size: 19px;
  font-size: 1.9rem; }
  .primary-links li {
    display: inline-block;
    padding-top: 10px; }
  .primary-links .current-page-ancestor a {
    color: #00A59B; }

.primary-links-left {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 45.5752660069%;
  margin-left: 3.8874809995%; }
  .primary-links-left:last-child {
    margin-right: 0; }
  .primary-links-left li {
    padding-right: 2em; }

.primary-links-right {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 45.5752660069%;
  text-align: right; }
  .primary-links-right:last-child {
    margin-right: 0; }
  .primary-links-right li {
    padding-left: 2em; }
    .primary-links-right li:nth-child(2) {
      background: url("../img/icon-aldersgate@2x.png") 70px 0px no-repeat;
      background-size: 50px; }

.header-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0; }
  .header-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.home-wrapper {
  padding: 1.5em 0; }
  .home-wrapper .primary-links li {
    margin-top: 55px; }
  .home-wrapper .logo a {
    background: url("../img/logo-footer.svg") center center no-repeat;
    background-size: 150px 175px;
    display: block;
    height: 175px;
    margin: 0 auto;
    width: 200px;
    background-position: center 0px !important;
    position: relative;
    z-index: 1; }

.mobile-header {
  background: #fff;
  box-sizing: border-box;
  height: 80px;
  padding: 0 28px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  @media screen and (min-width: 1024px) {
    .mobile-header {
      display: none !important; } }

.mobile-logo {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .mobile-logo a {
    background: url("../img/logo.svg") center center no-repeat;
    background-size: 156px 35px;
    display: block;
    height: 35px;
    width: 156px; }

.mobile-menu-icon {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .mobile-menu-icon.opened .open {
    display: none; }
  .mobile-menu-icon.opened .close {
    display: block; }
  .mobile-menu-icon .open {
    background: url("../img/icon-menu.svg") right center no-repeat;
    background-size: 22px 14px;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    padding-right: 40px; }
  .mobile-menu-icon .close {
    background: url("../img/icon-menu-close.svg") right center no-repeat;
    background-size: 17px 17px;
    display: none;
    height: 17px;
    width: 17px; }

.mobile-menu {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 200ms ease;
  width: 100%;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    .mobile-menu {
      display: none !important; } }
  .mobile-menu.opened {
    transform: translateX(0); }
  .mobile-menu a {
    color: #58595B; }

.mobile-links-wrapper {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.mobile-primary-links {
  font-size: 20px;
  font-size: 2rem;
  box-sizing: border-box;
  display: block;
  margin-bottom: 0.8em;
  padding: 0 30px; }
  @media screen and (min-width: 321px) {
    .mobile-primary-links {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 1em; } }
  .mobile-primary-links li {
    display: block;
    padding: 0.1em 0; }

.mobile-secondary-links {
  font-size: 17px;
  font-size: 1.7rem;
  box-sizing: border-box;
  display: block;
  padding: 0 30px; }
  @media screen and (min-width: 321px) {
    .mobile-secondary-links {
      font-size: 19px;
      font-size: 1.9rem; } }
  .mobile-secondary-links li {
    display: block;
    padding: 0.1em 0; }
  .mobile-secondary-links a {
    padding: 0; }

.mobile-social-links {
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 321px) {
    .mobile-social-links {
      bottom: 30px; } }
  .mobile-social-links li {
    padding: 0 1em 0 0; }
  .mobile-social-links a {
    height: 19px;
    padding: 0;
    width: 19px; }
  .mobile-social-links .facebook {
    background-size: 19px 19px; }
  .mobile-social-links .twitter {
    background-size: 19px 16px; }
  .mobile-social-links .instagram {
    background-size: 19px 19px; }
  .mobile-social-links .youtube {
    background-size: 19px 13px; }
  .mobile-social-links .linkedin {
    background-size: 19px 19px; }

footer {
  font-size: 17px;
  font-size: 1.7rem;
  border-top: 1px solid #EFF0F0;
  color: #5C5C5C;
  padding: 4em 0; }
  footer a {
    color: #5C5C5C; }
    footer a:hover {
      text-decoration: underline;
      color: #F18B6A; }

.footer-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .footer-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.footer-info {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  text-align: center; }
  .footer-info:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .footer-info {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 30.0253420088%;
      margin-left: 3.8874809995%;
      text-align: left; }
      .footer-info:last-child {
        margin-right: 0; } }

.footer-links {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 61.1251900049%;
  display: none; }
  .footer-links:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .footer-links {
      display: block; } }
  .footer-links h5 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #00A59B;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .footer-links ul {
    margin-bottom: 2em; }
    .footer-links ul:last-child {
      margin-bottom: 0; }

.footer-links-column {
  float: left;
  display: block;
  margin-right: 10.1483979942%;
  width: 26.5677346705%; }
  .footer-links-column:last-child {
    margin-right: 0; }

.footer-logo {
  background: url("../img/logo-footer.svg") center center no-repeat;
  background-size: 92px 113px;
  height: 113px;
  margin-bottom: 2em;
  width: 92px;
  display: inline-block; }

.footer-hours {
  margin-bottom: 2em; }

.footer-copyright {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  color: #AAAAAA;
  padding: 3em 0;
  text-align: center;
  text-transform: uppercase; }
  .footer-copyright:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .footer-copyright {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .footer-copyright:last-child {
        margin-right: 0; } }

.footer-background {
  background: url("../img/footer-background.svg") center bottom no-repeat;
  background-size: cover;
  bottom: 0;
  height: 32px;
  left: 0;
  position: absolute;
  width: 100%; }

.newsletter {
  color: #fff;
  background: #00A59B;
  box-sizing: border-box;
  display: none;
  padding: 2em;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 200ms ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4; }
  @media screen and (min-width: 1024px) {
    .newsletter {
      display: block; } }
  .newsletter.opened {
    transform: translateY(0); }
  .newsletter h4, .newsletter input, .newsletter button {
    vertical-align: middle; }
  .newsletter h4 {
    color: #EFD372;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 2em; }
    @media screen and (min-width: 1024px) {
      .newsletter h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .newsletter .close {
    background: url("../img/icon-close.svg") center center no-repeat;
    background-size: 38px 38px;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); }
  .newsletter .gform_wrapper,
  .newsletter .gform_body,
  .newsletter .ginput_container,
  .newsletter .gform_fields,
  .newsletter .gfield,
  .newsletter .gform_footer,
  .newsletter form {
    display: inline;
    position: relative; }
  .newsletter .gfield_label,
  .newsletter .gfield_description {
    display: none !important; }
  .newsletter .ginput_container input {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 6px;
    margin: 0 1em 0 0;
    padding: 0.8em 1em;
    width: 25%; }
  .newsletter .gform_footer input[type=submit] {
    color: #fff;
    background: #F18B6A;
    border: 2px solid transparent;
    border-radius: 6px;
    margin: 0;
    padding: 0.8em 2em; }
    @media screen and (min-width: 1024px) {
      .newsletter .gform_footer input[type=submit] {
        font-size: 16px;
        font-size: 1.6rem; } }
  .newsletter .gform_footer {
    position: relative; }
  .newsletter .gform_ajax_spinner {
    position: absolute;
    margin-right: -24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .newsletter .gfield_error .ginput_container input {
    box-sizing: border-box;
    border: 2px solid #f00; }
  .newsletter .validation_error,
  .newsletter .validation_message {
    display: none; }
  .newsletter .gforms_confirmation_message,
  .newsletter .gform_confirmation_wrapper,
  .newsletter .gform_confirmation_message {
    display: inline-block; }

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

.mobile-newsletter {
  background: #00A59B;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  padding: 0 24px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 200ms ease;
  width: 90%;
  z-index: 4; }
  @media screen and (min-width: 1024px) {
    .mobile-newsletter {
      display: none !important; } }
  .mobile-newsletter.opened {
    transform: translateX(0);
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .mobile-newsletter .close {
    background: url("../img/icon-close.svg") center center no-repeat;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 30px; }
  .mobile-newsletter h4 {
    color: #EFD372;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .mobile-newsletter .gfield_label {
    display: none !important; }
  .mobile-newsletter .gfield {
    margin: 0; }
  .mobile-newsletter .ginput_container input {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    margin-bottom: 1em;
    padding: 0.8em 1em;
    width: 100%; }
  .mobile-newsletter .gform_footer input[type=submit] {
    color: #fff;
    background: #F18B6A;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
    padding: 0.8em 2em;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .mobile-newsletter .gform_footer input[type=submit] {
        font-size: 16px;
        font-size: 1.6rem; } }
  .mobile-newsletter .gform_ajax_spinner {
    display: block;
    margin: 1em auto; }
  .mobile-newsletter .gform_validation_error .validation_error {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1em; }
  .mobile-newsletter .gform_validation_error .instruction.validation_message {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 1em; }
  .mobile-newsletter .gform_validation_error .gfield_description.validation_message {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 1em; }

.mobile-newsletter-wrapper {
  margin-top: 90px; }

.upcoming-events {
  background: #F18B6A;
  color: #fff;
  padding: 4em 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .upcoming-events {
      text-align: left; } }
  .upcoming-events .upcoming-event {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dashed #fff;
    padding: 2em; }
    .upcoming-events .upcoming-event:last-child {
      margin-right: 0; }
    .upcoming-events .upcoming-event:last-child {
      border-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .upcoming-events .upcoming-event {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        border-bottom: 0;
        border-right: 1px dashed #fff; }
        .upcoming-events .upcoming-event:last-child {
          margin-right: 0; }
        .upcoming-events .upcoming-event:first-of-type {
          padding-left: 0; }
        .upcoming-events .upcoming-event:last-child {
          border-right: 0; } }
    .upcoming-events .upcoming-event h5 {
      font-size: 24px;
      font-size: 2.4rem;
      opacity: 0.5; }
    .upcoming-events .upcoming-event h4 {
      font-size: 28px;
      font-size: 2.8rem; }
    .upcoming-events .upcoming-event p {
      font-size: 19px;
      font-size: 1.9rem; }
    .upcoming-events .upcoming-event a {
      color: #fff;
      text-decoration: underline; }
    .upcoming-events .upcoming-event .button {
      background: #fff;
      color: #F18B6A; }
  .upcoming-events .upcoming-event-newsletter a {
    text-decoration: none; }

.upcoming-events-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .upcoming-events-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .upcoming-events-content {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .upcoming-events-content:last-child {
        margin-right: 0; } }

.upcoming-events-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .upcoming-events-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.upcoming-events-heading {
  font-size: 14px;
  font-size: 1.4rem;
  color: #EFD372;
  margin-bottom: 2em;
  text-transform: uppercase; }

.upcoming-events-header {
  box-sizing: border-box;
  display: none;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 200ms ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4; }
  @media screen and (min-width: 1024px) {
    .upcoming-events-header {
      display: block; } }
  .upcoming-events-header.opened {
    transform: translateY(0); }
  .upcoming-events-header .close {
    background: url("../img/icon-close.svg") center center no-repeat;
    background-size: 38px 38px;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 40px;
    top: 40px; }
  .upcoming-events-header .upcoming-events {
    padding: 2em 0; }

.mobile-events {
  background: #F18B6A;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateX(110%);
  transition: transform 200ms ease;
  width: 90%;
  z-index: 4; }
  @media screen and (min-width: 1024px) {
    .mobile-events {
      display: none !important; } }
  .mobile-events.opened {
    transform: translateX(0);
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .mobile-events .close {
    background: url("../img/icon-close.svg") center center no-repeat;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 30px; }
  .mobile-events .upcoming-event {
    border-bottom: 1px dashed #fff;
    padding: 1em; }
    .mobile-events .upcoming-event:last-child {
      border-bottom: 0; }
    .mobile-events .upcoming-event h5 {
      font-size: 24px;
      font-size: 2.4rem;
      opacity: 0.5; }
    .mobile-events .upcoming-event h4 {
      font-size: 28px;
      font-size: 2.8rem; }
    .mobile-events .upcoming-event p {
      font-size: 19px;
      font-size: 1.9rem; }
    .mobile-events .upcoming-event a {
      color: #fff;
      text-decoration: underline; }

.mobile-events-wrapper {
  margin-top: 90px; }

.interior-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .interior-hero {
      height: 400px;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .interior-hero {
      height: 520px;
      padding: 0; } }

.interior-hero-top {
  background: url("../img/interior-hero-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.interior-hero-bottom {
  background: url("../img/interior-hero-mask-bottom.svg") center top no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }

.interior-hero-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative; }
  .interior-hero-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.interior-hero-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  bottom: 3em;
  overflow: hidden;
  padding: 2em 0;
  position: absolute; }
  .interior-hero-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .interior-hero-content {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .interior-hero-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .interior-hero-content {
      bottom: 0;
      position: relative;
      top: 50%;
      transform: translateY(-25%); } }
  .interior-hero-content h5 {
    color: #EFD372;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .interior-hero-content h5 {
        margin-bottom: 20px; } }
  .interior-hero-content h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .interior-hero-content h1 {
        width: 75%; } }
    @media screen and (min-width: 1281px) {
      .interior-hero-content h1 {
        width: 50%; } }
  .interior-hero-content .button {
    background: #00A59B;
    color: #fff; }

.interior-subnav {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  width: 100%; }
  .interior-subnav::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 321px) {
    .interior-subnav {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1024px) {
    .interior-subnav {
      font-size: 19px;
      font-size: 1.9rem;
      margin-top: -2em; } }
  .interior-subnav ul {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%;
    margin-right: 0;
    background: #fff;
    border-top: 1px solid #EFF0F0;
    border-left: 1px solid #EFF0F0;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .interior-subnav ul:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .interior-subnav ul {
        float: none;
        border-top: 0;
        border-left: 0;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
        margin: 0;
        width: auto; } }
  .interior-subnav li {
    display: block;
    float: left;
    width: 50%; }
    @media screen and (min-width: 1024px) {
      .interior-subnav li {
        width: 250px; } }
    .interior-subnav li.current-menu-item a {
      background: #00A59B;
      border-color: #00A59B;
      color: #fff; }
  .interior-subnav a {
    border: 1px solid #EFF0F0;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #AAAAAA;
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media screen and (min-width: 1024px) {
      .interior-subnav a {
        border-top: 1px;
        line-height: 65px;
        overflow: auto;
        text-overflow: initial; }
        .interior-subnav a:hover {
          background: #00A59B;
          border-color: #00A59B;
          color: #fff; } }

.two-full {
  position: relative; }
  .two-full .content-wrapper {
    margin: 0;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .two-full .content-wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto; }
        .two-full .content-wrapper::after {
          clear: both;
          content: "";
          display: table; } }

.two-full-background {
  display: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }
  @media screen and (min-width: 1024px) {
    .two-full-background {
      display: block; } }

.two-full-background-left {
  float: left;
  height: 100%;
  width: 50%; }

.two-full-background-right {
  float: left;
  height: 100%;
  width: 50%; }

.two-full-column {
  display: block;
  color: #fff;
  padding: 3em 0; }
  .two-full-column::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .two-full-column {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 45.5752660069%;
      margin-left: 3.8874809995%;
      overflow: visible; }
      .two-full-column:last-child {
        margin-right: 0; } }

.two-full-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .two-full-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .two-full-content {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 84.450076002%;
      margin-left: 0%; }
      .two-full-content:last-child {
        margin-right: 0; } }
  .two-full-content .icon {
    display: inline-block;
    margin-bottom: 1em; }
    .two-full-content .icon img {
      max-width: 60px !important; }

.grid-notes {
  border-top: 1px solid #EFF0F0;
  overflow: hidden;
  padding: 3em 0; }
  .grid-notes h5 {
    font-weight: 700;
    margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .grid-notes h5 {
        font-size: 19px;
        font-size: 1.9rem; } }
  .grid-notes li {
    background-repeat: no-repeat;
    background-position: left top;
    box-sizing: border-box;
    float: left;
    padding-left: 55px;
    padding-right: 2em;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .grid-notes li {
        width: 50%; }
        .grid-notes li:nth-child(2n+1) {
          clear: left; } }
    .grid-notes li a {
      color: #5C5C5C; }

.form-fieldset,
.gfield {
  margin-bottom: 2em; }

.form-label,
.gfield_label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5C5C5C;
  display: block;
  font-weight: 700;
  margin-bottom: 0.7em;
  text-transform: uppercase; }

.form-input,
.ginput_container input,
.ginput_container textarea {
  background: #EFF0F0;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 1em;
  width: 100%; }

.form-checkbox {
  box-sizing: border-box;
  padding-left: 2em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .form-checkbox input:checked ~ .indicator {
    background-image: url("../img/icon-checkbox-check.svg");
    background-size: 50% 50%; }
  .form-checkbox .indicator {
    -webkit-user-select: none;
    background-color: #EFF0F0;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #eee;
    display: block;
    font-size: 65%;
    height: 2em;
    left: 0;
    line-height: 1em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: .25em;
    width: 2em; }

.gfield_checkbox {
  overflow: hidden; }
  .gfield_checkbox li {
    box-sizing: border-box;
    float: left;
    padding: 4px 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .gfield_checkbox li {
        width: 50%; } }
    @media screen and (min-width: 1281px) {
      .gfield_checkbox li {
        width: 25%; } }

.gform_footer button,
.gform_footer input[type=submit] {
  background: #00A59B;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .gform_footer button,
    .gform_footer input[type=submit] {
      font-size: 16px;
      font-size: 1.6rem; } }

.gform_validation_error .validation_error {
  color: #f00;
  margin-bottom: 1em; }

.gform_validation_error .instruction.validation_message {
  color: #AAAAAA;
  margin-top: 4px; }

.gform_validation_error .gfield_description.validation_message {
  color: #f00;
  margin-top: 4px; }

/**
 * Testimonials/In Their Own Words
 */
.testimonials-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%; }
  .testimonials-wrapper:last-child {
    margin-right: 0; }

.testimonials {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  position: relative;
  /**
	 * Owl Carousel
	 */ }
  .testimonials::after {
    clear: both;
    content: "";
    display: table; }
  .testimonials h2 {
    margin: 0 auto;
    max-width: 330px;
    width: 75%; }
    .testimonials h2 img {
      display: block;
      max-width: 100%;
      width: 100%; }
  .testimonials .slides {
    padding: 2em 0; }
  .testimonials .slide {
    box-sizing: border-box;
    overflow: hidden;
    padding: 2em;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .testimonials .slide {
        padding: 2em; } }
    .testimonials .slide h3 {
      font-size: 38px;
      font-size: 3.8rem;
      color: #00A59B;
      margin-bottom: 1em; }
    .testimonials .slide h5 {
      color: #AAAAAA;
      font-style: italic;
      position: relative;
      text-transform: none; }
      .testimonials .slide h5:after {
        background: #EFD372;
        content: '';
        display: block;
        height: 3px;
        width: 38px;
        bottom: -1em;
        position: absolute;
        left: 50%;
        margin-left: -19px; }
  @media screen and (min-width: 1024px) {
    .testimonials .owl-theme .owl-item:nth-child(2n+1) {
      border-right: 1px solid #EFF0F0; } }
  .testimonials .owl-theme .owl-controls,
  .testimonials .owl-theme .owl-controls.clickable {
    text-align: center; }
    .testimonials .owl-theme .owl-controls .owl-pagination,
    .testimonials .owl-theme .owl-controls.clickable .owl-pagination {
      padding-top: 1em; }
    .testimonials .owl-theme .owl-controls .owl-page,
    .testimonials .owl-theme .owl-controls.clickable .owl-page {
      display: inline-block;
      margin: 0 3px; }
    .testimonials .owl-theme .owl-controls .owl-page span,
    .testimonials .owl-theme .owl-controls.clickable .owl-page span {
      background: #EFF0F0;
      border-radius: 3px;
      display: inline-block;
      height: 6px;
      margin: 0;
      width: 6px; }
    .testimonials .owl-theme .owl-controls .owl-page:hover span,
    .testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #00A59B; }
    .testimonials .owl-theme .owl-controls .owl-page.active span,
    .testimonials .owl-theme .owl-controls.clickable .owl-page.active span {
      background: #00A59B;
      opacity: 1; }
  .testimonials .owl-theme .owl-buttons div {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 48px;
    display: block;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px; }
  .testimonials .owl-theme .owl-buttons div.owl-prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: -1em; }
    @media screen and (min-width: 1024px) {
      .testimonials .owl-theme .owl-buttons div.owl-prev {
        left: -2em; } }
  .testimonials .owl-theme .owl-buttons div.owl-next {
    background-image: url("../img/icon-arrow-right.svg");
    right: -1em; }
    @media screen and (min-width: 1024px) {
      .testimonials .owl-theme .owl-buttons div.owl-next {
        right: -2em; } }

.sidebar {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .sidebar {
      text-align: left; } }
  .sidebar h5 {
    font-weight: 700;
    margin-bottom: 1em; }
  .sidebar p {
    margin-bottom: 2em; }
  .sidebar a {
    color: #5C5C5C; }
  .sidebar em {
    color: #B8BABD;
    display: inline-block;
    margin-top: 0.5em; }
  .sidebar .phone {
    color: #A34673; }
  .sidebar .email {
    color: #114C91; }
  .sidebar .address {
    color: #F18B6A; }
  .sidebar .program-hours {
    color: #00A59B; }
  .sidebar .business-hours {
    color: #EFD372; }

/**
 * Hero
 */
.home-hero {
  background: #EFF0F0;
  position: relative; }
  .home-hero .owl-controls,
  .home-hero .owl-controls.clickable {
    position: absolute;
    bottom: 2em;
    width: 100%; }
    .home-hero .owl-controls .owl-pagination,
    .home-hero .owl-controls.clickable .owl-pagination {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      text-align: left; }
      .home-hero .owl-controls .owl-pagination::after,
      .home-hero .owl-controls.clickable .owl-pagination::after {
        clear: both;
        content: "";
        display: table; }
      .home-hero .owl-controls .owl-pagination:before,
      .home-hero .owl-controls.clickable .owl-pagination:before {
        display: inline-block;
        content: '';
        margin-left: 7.774961999%; }
        @media screen and (min-width: 1024px) {
          .home-hero .owl-controls .owl-pagination:before,
          .home-hero .owl-controls.clickable .owl-pagination:before {
            margin-left: 3.8874809995%; } }
    .home-hero .owl-controls .owl-page,
    .home-hero .owl-controls.clickable .owl-page {
      display: inline-block;
      margin-right: 6px;
      padding: 0; }
    .home-hero .owl-controls span,
    .home-hero .owl-controls.clickable span {
      background: #fff;
      border-radius: 3px;
      display: inline-block;
      height: 6px;
      margin: 0;
      opacity: 0.5;
      width: 6px; }
    .home-hero .owl-controls .owl-page:hover span,
    .home-hero .owl-controls.clickable .owl-page:hover span {
      background: #EFD372; }
    .home-hero .owl-controls .owl-page.active span,
    .home-hero .owl-controls.clickable .owl-page.active span {
      background: #EFD372;
      opacity: 1; }

.home-hero-top {
  background: url("../img/home-hero-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.home-hero-bottom {
  background: url("../img/home-hero-mask-bottom.svg") center top no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }

.home-hero-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative; }
  .home-hero-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.home-hero-items {
  position: relative; }

.home-hero-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 125%;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .home-hero-item {
      padding-top: 75%; } }
  @media screen and (min-width: 1024px) {
    .home-hero-item {
      height: 500px;
      padding: 0; } }
  @media screen and (min-width: 1281px) {
    .home-hero-item {
      height: 700px;
      padding: 0; } }
  .home-hero-item .content-wrapper {
    bottom: 3em;
    overflow: hidden;
    padding: 2em 0;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .home-hero-item .content-wrapper {
        bottom: 0;
        position: relative;
        top: 50%;
        transform: translateY(-45%); } }
    @media screen and (min-width: 1281px) {
      .home-hero-item .content-wrapper {
        transform: translateY(-25%); } }
  .home-hero-item h5 {
    color: #EFD372;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2); }
  .home-hero-item h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .home-hero-item h1 {
        width: 75%; } }
  .home-hero-item .button {
    background: #00A59B;
    color: #fff; }

.home-hero-item-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .home-hero-item-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .home-hero-item-wrapper {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .home-hero-item-wrapper:last-child {
        margin-right: 0; } }
  .home-hero-item-wrapper img {
    max-width: 150px; }
    @media screen and (min-width: 1024px) {
      .home-hero-item-wrapper img {
        max-width: 200px; } }

/**
 * What is ourBRIDGE/Our Vision
 */
.home-about {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .home-about::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .home-about {
      margin-bottom: -130px;
      position: relative;
      z-index: 1; } }

.home-about-wrapper {
  padding: 3em 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .home-about-wrapper {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .home-about-wrapper:last-child {
        margin-right: 0; } }

.home-about-what {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  margin-bottom: 2em;
  overflow: hidden; }
  .home-about-what:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .home-about-what {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 100%;
      margin-left: 0%;
      margin-bottom: -100px; }
      .home-about-what:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .home-about-what {
      margin-bottom: -140px; } }
  @media screen and (min-width: 1024px) {
    .home-about-what .image {
      float: left;
      width: 55%; } }
  .home-about-what .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }
  .home-about-what .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em 0 1em; }
    @media screen and (min-width: 1024px) {
      .home-about-what .text {
        float: left;
        padding: 2em;
        width: 45%; } }
    @media screen and (min-width: 1281px) {
      .home-about-what .text {
        padding: 3em; } }
    .home-about-what .text h2 {
      color: #00A59B;
      margin-bottom: 0.8em; }
    .home-about-what .text p {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1281px) {
        .home-about-what .text p {
          font-size: 24px;
          font-size: 2.4rem; } }

.home-about-vision {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  overflow: hidden; }
  .home-about-vision:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .home-about-vision {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 100%;
      margin-left: 0%;
      margin-top: -100px; }
      .home-about-vision:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .home-about-vision {
      margin-top: -140px; } }
  .home-about-vision .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em 0 1em; }
    @media screen and (min-width: 1024px) {
      .home-about-vision .text {
        float: left;
        padding: 25% 2em 2em 2em;
        position: relative;
        width: 45%; } }
    @media screen and (min-width: 1281px) {
      .home-about-vision .text {
        padding: 25% 3em 2em 3em; } }
    .home-about-vision .text h2 {
      color: #00A59B;
      margin-bottom: 0.8em; }
    .home-about-vision .text p {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1281px) {
        .home-about-vision .text p {
          font-size: 24px;
          font-size: 2.4rem; } }
  @media screen and (min-width: 1024px) {
    .home-about-vision .image {
      float: left;
      width: 55%; } }
  .home-about-vision .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }

.home-about-overlay {
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .home-about-overlay {
      margin: 0 auto;
      position: relative;
      width: 80%;
      z-index: 1; } }

.home-about-program {
  color: #fff;
  background: #A34673;
  box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .home-about-program {
      float: left;
      height: 380px;
      padding: 0;
      width: 50%; } }
  @media screen and (min-width: 1281px) {
    .home-about-program {
      height: 420px; } }
  @media screen and (min-width: 1024px) {
    .home-about-program div {
      padding: 0 2em;
      position: relative;
      transform: translateY(-50%);
      top: 50%; } }
  .home-about-program .icon {
    background: url("../img/icon-pad-check-yellow.svg") center center no-repeat;
    background-size: 56px 61px;
    display: inline-block;
    height: 61px;
    margin-bottom: 1em;
    width: 56px; }
  .home-about-program h6 {
    margin-bottom: 1em; }
  .home-about-program .button {
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #A34673; }

.home-about-advocacy {
  color: #fff;
  background: #00A59B;
  box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .home-about-advocacy {
      float: left;
      height: 380px;
      padding: 0;
      width: 50%; } }
  @media screen and (min-width: 1281px) {
    .home-about-advocacy {
      height: 420px; } }
  @media screen and (min-width: 1024px) {
    .home-about-advocacy div {
      padding: 0 2em;
      position: relative;
      transform: translateY(-50%);
      top: 50%; } }
  .home-about-advocacy .icon {
    background: url("../img/icon-globe-yellow.svg") center center no-repeat;
    background-size: 56px 61px;
    display: inline-block;
    height: 61px;
    margin-bottom: 1em;
    width: 56px; }
  .home-about-advocacy h6 {
    margin-bottom: 1em; }
  .home-about-advocacy .button {
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #00A59B; }

/**
 * Global Family
 */
.home-global-family {
  color: #fff;
  background: #00A59B;
  padding: 4em 0;
  position: relative;
  text-align: center; }
  .home-global-family ul {
    overflow: hidden; }
  .home-global-family li {
    float: left;
    width: 50%; }
    @media screen and (min-width: 1024px) {
      .home-global-family li {
        width: 25%; } }

.home-global-family-map {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/global-family-map.svg") center center no-repeat;
  background-size: cover;
  padding: 3em 0; }
  .home-global-family-map::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .home-global-family-map {
      background-size: contain;
      padding: 4em 30px; } }

.home-global-family-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .home-global-family-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .home-global-family-wrapper {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 53.3502280059%;
      margin-left: 23.3248859971%; }
      .home-global-family-wrapper:last-child {
        margin-right: 0; } }

.home-global-family-top {
  background: url("../img/home-global-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.home-global-family-bottom {
  background: url("../img/home-global-mask-bottom.svg") center top no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }

.staff-content p {
  margin-bottom: 2em; }

.staff-notes .screened {
  background-image: url("../img/icon-doc-check-violet.svg");
  background-size: 35px; }
  .staff-notes .screened h5 {
    color: #A34673; }

.staff-notes .respectful {
  background-image: url("../img/icon-peace-blue.svg");
  background-size: 35px; }
  .staff-notes .respectful h5 {
    color: #114C91; }

.staff-notes .culturally-sensitive {
  background-image: url("../img/icon-globe-orange.svg");
  background-size: 35px; }
  .staff-notes .culturally-sensitive h5 {
    color: #F18B6A; }

.staff-notes .cpr-certified {
  background-image: url("../img/icon-heart-teal.svg");
  background-size: 35px; }
  .staff-notes .cpr-certified h5 {
    color: #00A59B; }

.staff-founder {
  background: #A34673;
  color: #fff;
  padding: 3em 0; }
  @media screen and (min-width: 1024px) {
    .staff-founder {
      padding: 3em 0 6em 0; } }

.staff-founder-image {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .staff-founder-image:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .staff-founder-image {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 37.8003040078%;
      margin-left: 3.8874809995%; }
      .staff-founder-image:last-child {
        margin-right: 0; } }
  .staff-founder-image img {
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 2em auto;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .staff-founder-image img {
        position: relative;
        transform: translateY(-25%); } }

.staff-founder-text {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  /*h6 {
		margin-bottom: 2em;
	}*/ }
  .staff-founder-text:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .staff-founder-text {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 37.8003040078%;
      margin-left: 7.774961999%; }
      .staff-founder-text:last-child {
        margin-right: 0; } }
  .staff-founder-text .button {
    border: 1px solid #fff;
    color: #fff; }

p.staff-email {
  margin-bottom: 2em; }
  p.staff-email a {
    color: #fff; }
    p.staff-email a:hover {
      text-decoration: underline; }

.staff-two-full {
  /*h6 {
		margin-bottom: 2em;
	}*/ }
  .staff-two-full .two-full-column-left,
  .staff-two-full .two-full-background-left {
    background: #114C91; }
  .staff-two-full .two-full-column-right,
  .staff-two-full .two-full-background-right {
    background: #00A59B; }
  .staff-two-full .lead-staff-member {
    margin-bottom: 3em; }
    @media screen and (min-width: 1024px) {
      .staff-two-full .lead-staff-member {
        margin-bottom: 50px; } }
    .staff-two-full .lead-staff-member:last-of-type {
      margin-bottom: 0; }
    .staff-two-full .lead-staff-member .image {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 100%;
      float: none; }
      .staff-two-full .lead-staff-member .image:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) {
        .staff-two-full .lead-staff-member .image {
          float: left;
          display: block;
          margin-right: 1.0745059873%;
          width: 84.450076002%;
          float: none; }
          .staff-two-full .lead-staff-member .image:last-child {
            margin-right: 0; } }
      .staff-two-full .lead-staff-member .image img {
        border-radius: 8px;
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
        display: block;
        margin: 0 auto 2em auto;
        max-width: 100%; }
        @media screen and (min-width: 1024px) {
          .staff-two-full .lead-staff-member .image img {
            margin: 0 0 2em 0; } }
    .staff-two-full .lead-staff-member .two-full-content {
      float: none; }
      @media screen and (min-width: 1024px) {
        .staff-two-full .lead-staff-member .two-full-content {
          position: relative; } }
      .staff-two-full .lead-staff-member .two-full-content ul {
        padding-left: 25px;
        list-style: outside; }
      .staff-two-full .lead-staff-member .two-full-content a {
        color: white;
        text-decoration: underline; }
    .staff-two-full .lead-staff-member .button {
      border: 1px solid #fff;
      color: #fff; }
  @media screen and (min-width: 1024px) {
    .staff-two-full .two-full-column {
      padding-bottom: 50px; } }
  .staff-two-full .two-full-content-wrapper {
    overflow: hidden;
    position: relative;
    transform: translateY(-20%); }

.staff-people {
  text-align: center;
  padding: 2em 0; }
  @media screen and (min-width: 1024px) {
    .staff-people {
      padding: 3em 0; } }
  .staff-people ul {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    .staff-people ul::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1024px) {
      .staff-people ul {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start; } }
  .staff-people li {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 37.8003040078%;
    margin-left: 7.774961999%; }
    .staff-people li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .staff-people li {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 14.4754180108%;
        margin-left: 7.774961999%; }
        .staff-people li:last-child {
          margin-right: 0; } }
  .staff-people img {
    border-radius: 8px;
    display: block;
    margin: 0 auto 1em; }

.staff-modal {
  background: #5C5C5C;
  box-sizing: border-box;
  display: none;
  padding: 6em 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    .staff-modal {
      padding: 4em 0; } }
  .staff-modal.active {
    display: block; }
  .staff-modal .close {
    background: url("../img/icon-staff-modal-close.svg") center center no-repeat;
    background-size: 36px 36px;
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 30px;
    top: 30px; }

[data-staff-modal*=founder] {
  background: #A34673; }

[data-staff-modal*=coordinator] {
  background: #114C91; }

[data-staff-modal*=director] {
  background: #00A59B; }

.staff-modal-image {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .staff-modal-image:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .staff-modal-image {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 37.8003040078%;
      margin-left: 3.8874809995%; }
      .staff-modal-image:last-child {
        margin-right: 0; } }
  .staff-modal-image img {
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 2em auto;
    max-width: 100%; }

.staff-modal-text {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  color: #fff; }
  .staff-modal-text:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .staff-modal-text {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 37.8003040078%;
      margin-left: 7.774961999%; }
      .staff-modal-text:last-child {
        margin-right: 0; } }
  .staff-modal-text h2 {
    font-size: 33px;
    font-size: 3.3rem; }
    @media screen and (min-width: 1024px) {
      .staff-modal-text h2 {
        font-size: 55px;
        font-size: 5.5rem; } }
  .staff-modal-text h6 {
    margin-bottom: 2em; }
  .staff-modal-text .button {
    border: 1px solid #fff;
    color: #fff; }

.staff-board-members {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 3em 0;
  position: relative; }
  .staff-board-members:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .staff-board-members {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .staff-board-members:last-child {
        margin-right: 0; } }
  .staff-board-members .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .staff-board-members .text {
        float: left;
        padding: 3em 2em 3em 0;
        width: 45%; } }
    .staff-board-members .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
  @media screen and (min-width: 1024px) {
    .staff-board-members .image {
      float: left;
      width: 55%; } }
  .staff-board-members .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }
  .staff-board-members ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .staff-board-members ul::after {
      clear: both;
      content: "";
      display: table; }

.staff-board-member {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  margin-bottom: 2em; }
  .staff-board-member:last-child {
    margin-right: 0; }
  .staff-board-member:nth-child(2n) {
    margin-right: 0; }
  .staff-board-member:nth-child(2n+1) {
    clear: left; }
  .staff-board-member p {
    margin-bottom: 0; }
  .staff-board-member a {
    color: #00A59B; }
  .staff-board-member .company {
    color: #AAAAAA; }
  @media screen and (min-width: 1024px) {
    .staff-board-member {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 49.4627470064%; }
      .staff-board-member:last-child {
        margin-right: 0; } }

.staff-modal-board {
  background: #00A59B; }
  .staff-modal-board .staff-modal-text {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%;
    color: #fff; }
    .staff-modal-board .staff-modal-text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .staff-modal-board .staff-modal-text {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 37.8003040078%;
        margin-left: 31.0998479961%; }
        .staff-modal-board .staff-modal-text:last-child {
          margin-right: 0; } }

.our-story-content h2 {
  color: #00A59B; }

.our-story-content img {
  border-radius: 8px;
  display: block;
  max-width: 100%; }

.our-story-gallery {
  display: block;
  margin-bottom: 2em; }
  .our-story-gallery::after {
    clear: both;
    content: "";
    display: table; }

.our-story-gallery-item {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 49.4627470064%; }
  .our-story-gallery-item:last-child {
    margin-right: 0; }

.our-story-footer-image {
  text-align: center;
  margin-bottom: -2em;
  padding: 0 2em; }
  .our-story-footer-image img {
    border-radius: 8px;
    display: inline-block;
    max-width: 100%; }

.community-partners-content {
  text-align: center; }

.community-partners-logos {
  margin-bottom: 2em; }
  .community-partners-logos ul {
    display: block; }
    .community-partners-logos ul::after {
      clear: both;
      content: "";
      display: table; }
  .community-partners-logos li {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 30.0253420088%;
    margin-left: 11.6624429985%; }
    .community-partners-logos li:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .community-partners-logos li {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 22.2503800098%;
        margin-left: 7.774961999%; }
        .community-partners-logos li:last-child {
          margin-right: 0; } }

.community-partners-info {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  background: #EFF0F0;
  border-radius: 8px;
  margin-bottom: 2em;
  padding: 2em;
  text-align: center; }
  .community-partners-info:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .community-partners-info {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 68.9001520039%;
      margin-left: 15.549923998%; }
      .community-partners-info:last-child {
        margin-right: 0; } }
  .community-partners-info p {
    margin: 0; }
  .community-partners-info a {
    color: #00A59B; }

.faq-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0 0; }
  .faq-list::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .faq-list {
      padding: 100px 0 0 0; } }

.faq-list-item {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  cursor: pointer;
  padding-bottom: 2em;
  position: relative; }
  .faq-list-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .faq-list-item {
      padding-bottom: 100px; }
      .faq-list-item:hover .faq-list-question {
        text-decoration: underline; } }
  .faq-list-item .faq-list-arrow {
    background: url("../img/icon-faq-right.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 9px 24px;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: margin 200ms ease, transform 200ms ease;
    transform-origin: center center;
    width: 9px; }
    @media screen and (min-width: 1024px) {
      .faq-list-item .faq-list-arrow {
        background-size: 18px 48px;
        height: 48px;
        width: 18px; } }
  .faq-list-item.active .faq-list-arrow {
    margin-top: -4px;
    transform: rotate(90deg); }
    @media screen and (min-width: 1024px) {
      .faq-list-item.active .faq-list-arrow {
        margin-top: -8px; } }

.faq-list-question {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  color: #114C91; }
  .faq-list-question:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .faq-list-question {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 61.1251900049%; }
      .faq-list-question:last-child {
        margin-right: 0; } }
  .faq-list-question h3 {
    padding-right: 2em; }
    @media screen and (min-width: 1024px) {
      .faq-list-question h3 {
        padding: 0; } }

.faq-list-answer {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  display: none;
  margin-top: 1em; }
  .faq-list-answer:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .faq-list-answer {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 61.1251900049%;
      display: none;
      margin-top: 2em; }
      .faq-list-answer:last-child {
        margin-right: 0; } }

.out-of-school-notes .kindergarten-5th {
  background-image: url("../img/icon-smiley-violet.svg");
  background-size: 31px; }
  .out-of-school-notes .kindergarten-5th h5 {
    color: #A34673; }

.out-of-school-notes .sep-jun {
  background-image: url("../img/icon-pad-check-blue.svg");
  background-size: 30px; }
  .out-of-school-notes .sep-jun h5 {
    color: #114C91; }

.out-of-school-notes .homework-help-tutoring {
  background-image: url("../img/icon-alphabet-orange.svg");
  background-size: 28px; }
  .out-of-school-notes .homework-help-tutoring h5 {
    color: #F18B6A; }

.out-of-school-notes .safe-welcoming {
  background-image: url("../img/icon-map-marker-teal.svg");
  background-size: 25px; }
  .out-of-school-notes .safe-welcoming h5 {
    color: #00A59B; }

.out-of-school-chart {
  background: #114C91 url("../img/temp-out-of-school-chart-background.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 3em 0;
  padding-bottom: 180px; }
  @media screen and (min-width: 768px) {
    .out-of-school-chart {
      padding-bottom: 240px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-chart {
      padding-bottom: 360px; } }

.out-of-school-chart-top {
  background: url("../img/interior-hero-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.out-of-school-chart-desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .out-of-school-chart-desktop {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%;
      display: block;
      min-height: 640px;
      position: relative; }
      .out-of-school-chart-desktop:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-chart-desktop {
      min-height: 790px; } }
  .out-of-school-chart-desktop .academic-improvement,
  .out-of-school-chart-desktop .retention-rate,
  .out-of-school-chart-desktop .attendance-rate,
  .out-of-school-chart-desktop .learning-english {
    color: #fff;
    font-weight: 300;
    position: absolute;
    text-align: left; }
    .out-of-school-chart-desktop .academic-improvement h3,
    .out-of-school-chart-desktop .retention-rate h3,
    .out-of-school-chart-desktop .attendance-rate h3,
    .out-of-school-chart-desktop .learning-english h3 {
      font-size: 95px;
      font-size: 9.5rem;
      font-weight: 300;
      letter-spacing: -0.05em;
      margin-bottom: 10px; }
      .out-of-school-chart-desktop .academic-improvement h3 span,
      .out-of-school-chart-desktop .retention-rate h3 span,
      .out-of-school-chart-desktop .attendance-rate h3 span,
      .out-of-school-chart-desktop .learning-english h3 span {
        font-size: 35px;
        font-size: 3.5rem;
        display: inline-block;
        margin-left: 8px;
        position: relative;
        top: -1.1em; }
    .out-of-school-chart-desktop .academic-improvement h6,
    .out-of-school-chart-desktop .retention-rate h6,
    .out-of-school-chart-desktop .attendance-rate h6,
    .out-of-school-chart-desktop .learning-english h6 {
      display: block;
      margin-bottom: 20px;
      position: relative; }
  .out-of-school-chart-desktop .academic-improvement {
    height: 109px;
    left: -330px;
    position: absolute;
    top: 64px;
    width: 392px; }
    .out-of-school-chart-desktop .academic-improvement .heading {
      color: #00A59B;
      left: 0;
      position: absolute;
      top: 0;
      transform: translateY(-100%); }
    .out-of-school-chart-desktop .academic-improvement .description {
      width: 55%;
      left: 0;
      position: absolute;
      top: 20px; }
  .out-of-school-chart-desktop .retention-rate {
    height: 140px;
    position: absolute;
    right: -329px;
    top: 64px;
    width: 356px; }
    .out-of-school-chart-desktop .retention-rate .heading {
      color: #EFD372;
      position: absolute;
      right: 0;
      text-align: left;
      top: 0;
      transform: translateY(-100%);
      width: 50%; }
    .out-of-school-chart-desktop .retention-rate .description {
      width: 50%;
      right: 0;
      position: absolute;
      top: 20px; }
  .out-of-school-chart-desktop .attendance-rate {
    bottom: 105px;
    height: 97px;
    position: absolute;
    left: -330px;
    width: 406px; }
    .out-of-school-chart-desktop .attendance-rate .heading {
      bottom: 0;
      color: #F18B6A;
      left: 0;
      position: absolute; }
    .out-of-school-chart-desktop .attendance-rate .description {
      left: 0;
      margin-top: 20px;
      position: absolute;
      top: 100%;
      width: 55%; }
  .out-of-school-chart-desktop .learning-english {
    bottom: 104px;
    height: 116px;
    position: absolute;
    right: -329px;
    width: 430px; }
    .out-of-school-chart-desktop .learning-english .heading {
      bottom: 0;
      color: #A34673;
      position: absolute;
      right: 0;
      text-align: left;
      width: 41.39535%; }
    .out-of-school-chart-desktop .learning-english .description {
      margin-top: 20px;
      position: absolute;
      right: 0;
      top: 100%;
      width: 41.39535%; }
  .out-of-school-chart-desktop .english-language {
    background: url("../img/chart-circle.svg") center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 537px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    width: 537px; }
    @media screen and (min-width: 1281px) {
      .out-of-school-chart-desktop .english-language {
        transform: translateX(-50%) translateY(-50%) scale(1); } }
    .out-of-school-chart-desktop .english-language .english-language-content {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 40%; }
    .out-of-school-chart-desktop .english-language h3 {
      font-size: 95px;
      font-size: 9.5rem;
      font-weight: 300;
      margin-bottom: 10px; }
    .out-of-school-chart-desktop .english-language h6 {
      letter-spacing: 0.05em; }

.out-of-school-chart-mobile {
  color: #fff;
  padding: 1em 0;
  /**
	 * Owl Carousel
	 */ }
  @media screen and (min-width: 1024px) {
    .out-of-school-chart-mobile {
      display: none !important; } }
  .out-of-school-chart-mobile h3 {
    font-size: 85px;
    font-size: 8.5rem;
    font-weight: 300;
    margin-bottom: 10px; }
  .out-of-school-chart-mobile h6 {
    margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .out-of-school-chart-mobile p {
      display: inline-block;
      width: 80%; } }
  .out-of-school-chart-mobile .slide {
    padding: 0 20%;
    text-align: center; }
  .out-of-school-chart-mobile .academic-improvement h3, .out-of-school-chart-mobile .academic-improvement h6 {
    color: #00A59B; }
  .out-of-school-chart-mobile .retention-rate h3, .out-of-school-chart-mobile .retention-rate h6 {
    color: #EFD372; }
  .out-of-school-chart-mobile .attendance-rate h3, .out-of-school-chart-mobile .attendance-rate h6 {
    color: #F18B6A; }
  .out-of-school-chart-mobile .learning-english h3, .out-of-school-chart-mobile .learning-english h6 {
    color: #A34673; }
  .out-of-school-chart-mobile .owl-controls,
  .out-of-school-chart-mobile .owl-controls.clickable {
    text-align: center; }
    .out-of-school-chart-mobile .owl-controls .owl-page,
    .out-of-school-chart-mobile .owl-controls.clickable .owl-page {
      display: inline-block;
      margin: 0 3px; }
    .out-of-school-chart-mobile .owl-controls .owl-page span,
    .out-of-school-chart-mobile .owl-controls.clickable .owl-page span {
      background: #EFF0F0;
      border-radius: 3px;
      display: inline-block;
      height: 6px;
      margin: 0;
      width: 6px; }
    .out-of-school-chart-mobile .owl-controls .owl-page:hover span,
    .out-of-school-chart-mobile .owl-controls.clickable .owl-page:hover span {
      background: #00A59B; }
    .out-of-school-chart-mobile .owl-controls .owl-page.active span,
    .out-of-school-chart-mobile .owl-controls.clickable .owl-page.active span {
      background: #00A59B;
      opacity: 1; }
  .out-of-school-chart-mobile .owl-buttons div {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; }
  .out-of-school-chart-mobile .owl-buttons div.owl-prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0; }
  .out-of-school-chart-mobile .owl-buttons div.owl-next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0; }

.out-of-school-image {
  left: 0;
  padding: 0 2em;
  position: absolute;
  bottom: 0;
  transform: translateY(40%);
  width: 100%;
  text-align: center;
  z-index: 1; }
  .out-of-school-image img {
    border-radius: 8px;
    display: inline-block;
    max-width: 100%; }

@media screen and (min-width: 1024px) {
  .out-of-school-two-full {
    padding-top: 280px; } }

.out-of-school-two-full .two-full-column-left {
  padding-top: 140px; }
  @media screen and (min-width: 768px) {
    .out-of-school-two-full .two-full-column-left {
      padding-top: 200px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-two-full .two-full-column-left {
      padding-top: 0; } }

.out-of-school-two-full .two-full-column-left,
.out-of-school-two-full .two-full-background-left {
  background: #A34673; }

.out-of-school-two-full .two-full-column-right,
.out-of-school-two-full .two-full-background-right {
  background: #00A59B; }

.out-of-school-two-full .two-full-column-left .icon {
  background: url("../img/icon-beaker-yellow.svg") center center no-repeat;
  background-size: 61px 59px;
  height: 59px;
  width: 61px; }

.out-of-school-two-full .two-full-column-right .icon {
  background: url("../img/icon-clipboard-yellow.svg") center center no-repeat;
  background-size: 48px 57px;
  height: 57px;
  width: 48px; }

.out-of-school-two-full img.icon {
  display: inline-block;
  margin-bottom: 1em; }
  .out-of-school-two-full img.icon img {
    max-width: 60px; }

.out-of-school-two-full h2 {
  margin-bottom: 1em; }

.out-of-school-about {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .out-of-school-about::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about {
      margin-bottom: -140px;
      position: relative;
      z-index: 1; } }

.out-of-school-about-wrapper {
  padding: 3em 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-wrapper {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .out-of-school-about-wrapper:last-child {
        margin-right: 0; } }

.out-of-school-culturally-inclusive {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  margin-bottom: 2em;
  overflow: hidden; }
  .out-of-school-culturally-inclusive:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .out-of-school-culturally-inclusive {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 100%;
      margin-left: 0%;
      margin-bottom: -100px; }
      .out-of-school-culturally-inclusive:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-culturally-inclusive {
      margin-bottom: -140px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-culturally-inclusive .image {
      float: left;
      width: 55%; } }
  .out-of-school-culturally-inclusive .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }
  .out-of-school-culturally-inclusive .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em 0 1em; }
    @media screen and (min-width: 1024px) {
      .out-of-school-culturally-inclusive .text {
        float: left;
        padding: 2em;
        width: 45%; } }
    @media screen and (min-width: 1281px) {
      .out-of-school-culturally-inclusive .text {
        padding: 3em; } }
    .out-of-school-culturally-inclusive .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    .out-of-school-culturally-inclusive .text p {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1281px) {
        .out-of-school-culturally-inclusive .text p {
          font-size: 24px;
          font-size: 2.4rem; } }

.out-of-school-holistic-approach {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  overflow: hidden; }
  .out-of-school-holistic-approach:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .out-of-school-holistic-approach {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 100%;
      margin-left: 0%;
      margin-top: -100px; }
      .out-of-school-holistic-approach:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-holistic-approach {
      margin-top: -140px; } }
  .out-of-school-holistic-approach .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .out-of-school-holistic-approach .text {
        float: left;
        padding: 15% 2em 2em 2em;
        width: 45%; } }
    @media screen and (min-width: 1281px) {
      .out-of-school-holistic-approach .text {
        padding: 16% 3em 2em 3em; } }
    .out-of-school-holistic-approach .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    .out-of-school-holistic-approach .text p {
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (min-width: 1281px) {
        .out-of-school-holistic-approach .text p {
          font-size: 24px;
          font-size: 2.4rem; } }
  .out-of-school-holistic-approach .image {
    margin-bottom: 2em; }
    @media screen and (min-width: 1024px) {
      .out-of-school-holistic-approach .image {
        float: left;
        margin: 0;
        width: 55%; } }
    .out-of-school-holistic-approach .image img {
      border-radius: 8px;
      display: block;
      max-width: auto;
      width: 100%; }

.out-of-school-about-overlay {
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-overlay {
      margin: 0 auto;
      position: relative;
      width: 90%;
      z-index: 1; } }

.out-of-school-about-free-transporation {
  color: #fff;
  background: #A34673;
  box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-free-transporation {
      float: left;
      height: 360px;
      padding: 0;
      width: 33.33333%; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-about-free-transporation {
      height: 380px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-free-transporation div {
      padding: 0 2em;
      position: relative;
      transform: translateY(-50%);
      top: 50%; } }
  .out-of-school-about-free-transporation .icon {
    display: inline-block;
    width: 102px; }
  .out-of-school-about-free-transporation h6 {
    margin-bottom: 1em; }
  .out-of-school-about-free-transporation .button {
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #A34673; }

.out-of-school-about-healty-meals {
  color: #fff;
  background: #114C91;
  box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-healty-meals {
      float: left;
      height: 360px;
      padding: 0;
      width: 33.33333%; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-about-healty-meals {
      height: 380px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-healty-meals div {
      padding: 0 2em;
      position: relative;
      transform: translateY(-50%);
      top: 50%; } }
  .out-of-school-about-healty-meals .icon {
    display: inline-block;
    width: 48px; }
  .out-of-school-about-healty-meals h6 {
    margin-bottom: 1em; }
  .out-of-school-about-healty-meals .button {
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #00A59B; }

.out-of-school-about-outdoor-activities {
  color: #fff;
  background: #00A59B;
  box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-outdoor-activities {
      float: left;
      height: 360px;
      padding: 0;
      width: 33.33333%; } }
  @media screen and (min-width: 1281px) {
    .out-of-school-about-outdoor-activities {
      height: 380px; } }
  @media screen and (min-width: 1024px) {
    .out-of-school-about-outdoor-activities div {
      padding: 0 2em;
      position: relative;
      transform: translateY(-50%);
      top: 50%; } }
  .out-of-school-about-outdoor-activities .icon {
    display: inline-block;
    width: 47px; }
  .out-of-school-about-outdoor-activities h6 {
    margin-bottom: 1em; }
  .out-of-school-about-outdoor-activities .button {
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #A34673; }

.what-can-you-do {
  color: #fff;
  padding: 4em 0; }
  .what-can-you-do h2 {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%; }
    .what-can-you-do h2:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .what-can-you-do h2 {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 37.8003040078%;
        margin-left: 3.8874809995%; }
        .what-can-you-do h2:last-child {
          margin-right: 0; } }
  .what-can-you-do .text {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%; }
    .what-can-you-do .text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .what-can-you-do .text {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 53.3502280059%;
        margin-left: 0%; }
        .what-can-you-do .text:last-child {
          margin-right: 0; } }

.advocacy-community-contributions-group {
  overflow: hidden; }
  .advocacy-community-contributions-group .what-can-you-do {
    background: #A34673; }

.advocacy-community-contributions {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 3em 0;
  position: relative; }
  .advocacy-community-contributions:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .advocacy-community-contributions {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .advocacy-community-contributions:last-child {
        margin-right: 0; } }
  .advocacy-community-contributions .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .advocacy-community-contributions .text {
        float: left;
        padding: 3em 0 3em 2em;
        width: 45%; } }
    .advocacy-community-contributions .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .advocacy-community-contributions .text p {
        font-size: 24px;
        font-size: 2.4rem; } }
  @media screen and (min-width: 1024px) {
    .advocacy-community-contributions .image {
      float: left;
      width: 55%; } }
  .advocacy-community-contributions .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }

.advocacy-defending-rights-group {
  overflow: hidden; }
  .advocacy-defending-rights-group .what-can-you-do {
    background: #00A59B; }

.advocacy-defending-rights {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 3em 0;
  position: relative; }
  .advocacy-defending-rights:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .advocacy-defending-rights {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .advocacy-defending-rights:last-child {
        margin-right: 0; } }
  .advocacy-defending-rights .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .advocacy-defending-rights .text {
        float: left;
        padding: 3em 2em 3em 0;
        width: 45%; } }
    .advocacy-defending-rights .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .advocacy-defending-rights .text p {
        font-size: 24px;
        font-size: 2.4rem; } }
  @media screen and (min-width: 1024px) {
    .advocacy-defending-rights .image {
      float: left;
      width: 55%; } }
  .advocacy-defending-rights .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }

.photo-galleries-wrapper .content-wrapper {
  position: relative; }

.photo-galleries-wrapper .section-heading {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  color: #F18B6A;
  display: block;
  padding: 2em 0;
  text-align: center; }
  .photo-galleries-wrapper .section-heading:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1281px) {
    .photo-galleries-wrapper .section-heading {
      margin-left: 0%;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top 0;
      padding: 0 80px 0 0;
      position: absolute;
      margin: 0;
      top: 0;
      left: 1em;
      text-align: left;
      width: auto; } }

div.photo-galleries {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 0 0 3em 0; }
  div.photo-galleries:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1281px) {
    div.photo-galleries {
      padding: 80px 0 3em 0; } }

.load-more {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 2em 0;
  text-align: center; }
  .load-more:last-child {
    margin-right: 0; }

.photo-gallery {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  text-align: center; }
  .photo-gallery:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .photo-gallery {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 48.2106681966%;
      margin-left: 0%; }
      .photo-gallery:last-child {
        margin-right: 0; }
      .photo-gallery:nth-child(2n) {
        margin-right: 0; }
      .photo-gallery:nth-child(2n+1) {
        clear: left; } }
  .photo-gallery img {
    border-radius: 8px;
    display: block;
    margin-bottom: 1em;
    max-width: auto;
    width: 100%; }
  .photo-gallery h6 {
    color: #AAAAAA;
    margin-bottom: 1em; }
  .photo-gallery h3 {
    color: #114C91; }
  .photo-gallery p {
    padding: 1em; }
  .photo-gallery .hidden {
    display: none; }

.video-gallery-wrapper {
  background: #EFF0F0;
  padding-top: 40px;
  position: relative; }
  .video-gallery-wrapper .content-wrapper {
    position: relative; }
  .video-gallery-wrapper .section-heading {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 92.225038001%;
    margin-left: 3.8874809995%;
    color: #F18B6A;
    display: block;
    padding: 2em 0;
    text-align: center; }
    .video-gallery-wrapper .section-heading:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1281px) {
      .video-gallery-wrapper .section-heading {
        margin-left: 0%;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: left top 0;
        padding: 0 80px 0 0;
        position: absolute;
        margin: 0;
        top: 0;
        left: 1em;
        text-align: left;
        width: auto; } }

.video-gallery-top {
  background: url("../img/interior-hero-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.video-gallery {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 0 0 3em 0; }
  .video-gallery:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1281px) {
    .video-gallery {
      padding: 80px 0 3em 0; } }

.video {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  text-align: center; }
  .video:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .video {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%;
      margin-left: 0%; }
      .video:last-child {
        margin-right: 0; }
      .video:nth-child(3n) {
        margin-right: 0; }
      .video:nth-child(3n+1) {
        clear: left; } }
  .video a {
    display: block;
    position: relative; }
    .video a:after {
      background: url("../img/icon-video-play.svg") center center no-repeat;
      background-size: 31px 45px;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
  .video img {
    border-radius: 8px;
    display: block;
    margin-bottom: 1em;
    max-width: auto;
    width: 100%; }
  .video h6 {
    color: #AAAAAA; }
  .video h5 {
    color: #114C91;
    margin-bottom: 1.4em;
    padding: 1em; }

.volunteer-notes .screened {
  background-image: url("../img/icon-doc-check-violet.svg");
  background-size: 35px; }
  .volunteer-notes .screened h5 {
    color: #A34673; }

.volunteer-notes .aligned {
  background-image: url("../img/icon-globe-blue.svg");
  background-size: 35px; }
  .volunteer-notes .aligned h5 {
    color: #114C91; }

.volunteer-notes .over-17 {
  background-image: url("../img/icon-smiley-orange.svg");
  background-size: 31px; }
  .volunteer-notes .over-17 h5 {
    color: #F18B6A; }

.volunteer-notes .time-commitment {
  background-image: url("../img/icon-pad-check-teal.svg");
  background-size: 30px; }
  .volunteer-notes .time-commitment h5 {
    color: #00A59B; }

.volunteer-core {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 0;
  position: relative; }
  .volunteer-core:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .volunteer-core {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .volunteer-core:last-child {
        margin-right: 0; } }
  .volunteer-core .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .volunteer-core .text {
        float: left;
        padding: 4em 0 3em 2em;
        width: 45%; } }
    .volunteer-core .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .volunteer-core .text p {
        font-size: 24px;
        font-size: 2.4rem; } }
    .volunteer-core .text ul {
      list-style-type: disc;
      margin-left: 2em; }
  @media screen and (min-width: 1024px) {
    .volunteer-core .image {
      float: left;
      width: 55%;
      padding-bottom: 25px; } }
  .volunteer-core .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .volunteer-core .image img {
        position: relative;
        transform: translateY(5%);
        z-index: 1; } }

.volunteer-two-full .two-full-column {
  padding: 5em 0; }

.volunteer-two-full .two-full-column-left,
.volunteer-two-full .two-full-background-left {
  background: #A34673; }

.volunteer-two-full .two-full-column-right,
.volunteer-two-full .two-full-background-right {
  background: #00A59B; }

.volunteer-two-full h2 {
  margin-bottom: 1em; }

.volunteer-intern {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 0 0 3em 0;
  position: relative; }
  .volunteer-intern:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .volunteer-intern {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%; }
      .volunteer-intern:last-child {
        margin-right: 0; } }
  .volunteer-intern .text {
    box-sizing: border-box;
    color: #5C5C5C;
    padding: 2em 1em; }
    @media screen and (min-width: 1024px) {
      .volunteer-intern .text {
        float: left;
        padding: 3em 2em 3em 0;
        width: 45%; } }
    .volunteer-intern .text h2 {
      color: #00A59B;
      margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .volunteer-intern .text p {
        font-size: 24px;
        font-size: 2.4rem; } }
  @media screen and (min-width: 1024px) {
    .volunteer-intern .image {
      float: left;
      width: 55%; } }
  .volunteer-intern .image img {
    border-radius: 8px;
    display: block;
    max-width: auto;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .volunteer-intern .image img {
        position: relative;
        transform: translateY(-5%);
        z-index: 1; } }

.volunteer-form {
  background: #F18B6A;
  padding: 4em 0 3em 0;
  position: relative; }
  .volunteer-form h2 {
    color: #fff;
    margin-bottom: 1em;
    padding: 0 1em;
    text-align: center; }
  .volunteer-form form {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%;
    background: #fff;
    box-sizing: border-box;
    padding: 2em; }
    .volunteer-form form:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) {
      .volunteer-form form {
        float: left;
        display: block;
        margin-right: 1.0745059873%;
        width: 68.9001520039%;
        margin-left: 15.549923998%;
        box-shadow: -10px 0 10px 0px rgba(0, 0, 0, 0.1);
        padding: 4em 6em; }
        .volunteer-form form:last-child {
          margin-right: 0; } }
    .volunteer-form form input[type=submit] {
      padding-left: 2em;
      padding-right: 2em; }
  .volunteer-form .gform_heading {
    display: none; }
  .volunteer-form .gfield_label {
    color: #F18B6A; }
  .volunteer-form .gform_footer button {
    background: #F18B6A; }

.volunteer-form-top {
  background: url("../img/volunteer-form-mask-top.svg") center bottom no-repeat;
  background-size: cover;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; }

.advocate-content .button-group {
  text-align: center; }

.advocate-myth-reality .two-full-column {
  padding: 3em 0; }
  @media screen and (min-width: 1024px) {
    .advocate-myth-reality .two-full-column {
      padding: 5em 0; } }

.advocate-myth-reality .two-full-column-left {
  position: relative; }
  .advocate-myth-reality .two-full-column-left:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    margin-right: -30px;
    right: 50%;
    bottom: -30px;
    width: 0;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .advocate-myth-reality .two-full-column-left:before {
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
        border-right: 0;
        border-top: 30px solid transparent;
        margin-right: 0;
        right: -35px;
        top: 4em; } }

.advocate-myth-reality h5 {
  color: #EFD372;
  font-weight: 700;
  margin-bottom: 1em; }

.advocate-myth-reality h3 {
  color: #fff;
  font-weight: 400;
  line-height: 1.2em; }

.advocate-myth-reality p {
  color: #fff;
  font-weight: 400; }

.advocate-myth-reality-violet .two-full-column-left,
.advocate-myth-reality-violet .two-full-background-left {
  background: #933f68; }
  .advocate-myth-reality-violet .two-full-column-left:before,
  .advocate-myth-reality-violet .two-full-background-left:before {
    border-top-color: #933f68; }
    @media screen and (min-width: 1024px) {
      .advocate-myth-reality-violet .two-full-column-left:before,
      .advocate-myth-reality-violet .two-full-background-left:before {
        border-left-color: #933f68;
        border-top-color: transparent; } }

.advocate-myth-reality-violet .two-full-column-right,
.advocate-myth-reality-violet .two-full-background-right {
  background: #A34673; }

.advocate-myth-reality-teal .two-full-column-left,
.advocate-myth-reality-teal .two-full-background-left {
  background: #00958c; }
  .advocate-myth-reality-teal .two-full-column-left:before,
  .advocate-myth-reality-teal .two-full-background-left:before {
    border-top-color: #00958c; }
    @media screen and (min-width: 1024px) {
      .advocate-myth-reality-teal .two-full-column-left:before,
      .advocate-myth-reality-teal .two-full-background-left:before {
        border-left-color: #00958c;
        border-top-color: transparent; } }

.advocate-myth-reality-teal .two-full-column-right,
.advocate-myth-reality-teal .two-full-background-right {
  background: #00A59B; }

.advocate-myth-reality-orange .two-full-column-left,
.advocate-myth-reality-orange .two-full-background-left {
  background: #d97d5f; }
  .advocate-myth-reality-orange .two-full-column-left:before,
  .advocate-myth-reality-orange .two-full-background-left:before {
    border-top-color: #d97d5f; }
    @media screen and (min-width: 1024px) {
      .advocate-myth-reality-orange .two-full-column-left:before,
      .advocate-myth-reality-orange .two-full-background-left:before {
        border-left-color: #d97d5f;
        border-top-color: transparent; } }

.advocate-myth-reality-orange .two-full-column-right,
.advocate-myth-reality-orange .two-full-background-right {
  background: #F18B6A; }

.advocate-myth-reality-blue .two-full-column-left,
.advocate-myth-reality-blue .two-full-background-left {
  background: #0f4483; }
  .advocate-myth-reality-blue .two-full-column-left:before,
  .advocate-myth-reality-blue .two-full-background-left:before {
    border-top-color: #0f4483; }
    @media screen and (min-width: 1024px) {
      .advocate-myth-reality-blue .two-full-column-left:before,
      .advocate-myth-reality-blue .two-full-background-left:before {
        border-left-color: #0f4483;
        border-top-color: transparent; } }

.advocate-myth-reality-blue .two-full-column-right,
.advocate-myth-reality-blue .two-full-background-right {
  background: #114C91; }

.advocate-learn-more {
  background: #F18B6A;
  color: #fff;
  padding: 3em 0;
  text-align: center; }
  .advocate-learn-more h3 {
    margin-bottom: 1em; }
  .advocate-learn-more .button {
    background: #fff;
    color: #F18B6A; }

.ways-to-give-chart {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .ways-to-give-chart:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .ways-to-give-chart {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%;
      display: flex;
      flex-wrap: wrap; }
      .ways-to-give-chart:last-child {
        margin-right: 0; } }

.ways-to-give-chart-item {
  background: #A34673;
  box-sizing: border-box;
  color: #fff;
  padding: 2em;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ways-to-give-chart-item {
      float: left;
      padding: 3em;
      width: 33.333333%; }
      .ways-to-give-chart-item:nth-child(1), .ways-to-give-chart-item:nth-child(2), .ways-to-give-chart-item:nth-child(3) {
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); } }
  .ways-to-give-chart-item h2 {
    color: #EFD372;
    font-weight: 400;
    margin-bottom: 1em; }
  .ways-to-give-chart-item h6 {
    margin-bottom: 1em; }

.ways-to-give-chart-item-violet {
  background: #A34673; }

.ways-to-give-chart-item-violet-dark {
  background: #933f68; }

.ways-to-give-chart-item-blue {
  background: #114C91; }

.ways-to-give-chart-item-blue-dark {
  background: #0f4483; }

.ways-to-give-chart-item-teal {
  background: #00A59B; }

.ways-to-give-chart-item-teal-dark {
  background: #00958c; }

.ways-to-give-donate {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0;
  text-align: center; }
  .ways-to-give-donate:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .ways-to-give-donate {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%;
      padding: 3em 0; }
      .ways-to-give-donate:last-child {
        margin-right: 0; } }

.donate-online-content {
  text-align: center; }

.donate-online-form {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .donate-online-form:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .donate-online-form {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 50%;
      margin-left: 5%;
      padding: 0 0 2em 0; }
      .donate-online-form:last-child {
        margin-right: 0; } }

.donate-online-sidebar {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .donate-online-sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .donate-online-sidebar {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 25%;
      margin-left: 2.5%;
      padding: 0; }
      .donate-online-sidebar:last-child {
        margin-right: 0; } }

.corporate-sponsorships-content {
  text-align: center; }

.sponsor-supplies-form {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .sponsor-supplies-form:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .sponsor-supplies-form {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 57.2377090054%;
      margin-left: 7.774961999%;
      padding: 2em 0; }
      .sponsor-supplies-form:last-child {
        margin-right: 0; } }
  .sponsor-supplies-form .gform_heading {
    display: none; }

@media screen and (min-width: 1024px) {
  .sponsor-supplies-timeframe li {
    width: 20%; } }

.sponsor-supplies-sidebar {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .sponsor-supplies-sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .sponsor-supplies-sidebar {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 14.4754180108%;
      margin-left: 7.774961999%;
      padding: 0; }
      .sponsor-supplies-sidebar:last-child {
        margin-right: 0; } }

.sponsor-supplies-content {
  text-align: center; }

/**
 * News & Press
 */
.news-press-wrapper .content-wrapper {
  position: relative; }

.news-press-wrapper .section-heading {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  color: #F18B6A;
  display: block;
  padding: 2em 0;
  text-align: center; }
  .news-press-wrapper .section-heading:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1281px) {
    .news-press-wrapper .section-heading {
      margin-left: 0%;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: left top 0;
      padding: 0 80px 0 0;
      position: absolute;
      margin: 0;
      top: 0;
      left: 1em;
      text-align: left;
      width: auto; } }

.news-press-filter-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 2em 0 0 0; }
  .news-press-filter-wrapper:last-child {
    margin-right: 0; }

.news-press-filter {
  font-size: 15px;
  font-size: 1.5rem;
  background: #EFF0F0;
  display: block;
  padding: 1em;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .news-press-filter {
      margin-left: 0%;
      display: inline-block;
      text-align: left;
      width: auto; } }
  .news-press-filter a {
    color: #00A59B; }
  .news-press-filter ul {
    display: inline; }
  .news-press-filter li {
    display: inline-block; }
  .news-press-filter .categories li {
    margin-left: 4px; }

div.news-press-grid {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 0 0 3em 0; }
  div.news-press-grid:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1281px) {
    div.news-press-grid {
      padding: 80px 0 3em 0; } }

.load-more {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding: 2em 0;
  text-align: center; }
  .load-more:last-child {
    margin-right: 0; }

.news-press-card {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  margin-bottom: 3em;
  text-align: center; }
  .news-press-card:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .news-press-card {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%;
      margin-left: 0%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .news-press-card:last-child {
        margin-right: 0; }
      .news-press-card:nth-child(2n) {
        margin-right: 0; }
      .news-press-card:nth-child(2n+1) {
        clear: left; }
      .news-press-card .img-left {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%;
        margin-right: 0; }
        .news-press-card .img-left:last-child {
          margin-right: 0; }
      .news-press-card .article-right {
        float: left;
        display: block;
        margin-right: 2.8425855704%;
        width: 38.2944486578%;
        text-align: left; }
        .news-press-card .article-right:last-child {
          margin-right: 0; } }
  .news-press-card img {
    border-radius: 8px;
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto 1em; }
    @media screen and (min-width: 1024px) {
      .news-press-card img {
        max-width: 400px; } }
  .news-press-card h6 {
    color: #AAAAAA;
    margin-bottom: 1em; }
  .news-press-card h3 {
    color: #114C91;
    margin-bottom: .5em; }
  .news-press-card h5 {
    color: #AAAAAA;
    margin-bottom: 1em; }

.news-press-pagination {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 3em;
  text-align: center; }
  .news-press-pagination li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle; }
  .news-press-pagination a {
    color: #AAAAAA; }
  .news-press-pagination .next img,
  .news-press-pagination .prev img {
    display: inline-block;
    height: auto;
    width: 10px; }

.news-press-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .news-press-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .news-press-content {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 68.9001520039%;
      margin-left: 15.549923998%;
      padding: 3em 0; }
      .news-press-content:last-child {
        margin-right: 0; } }
  .news-press-content img {
    border-radius: 8px; }
  .news-press-content h3, .news-press-content h5 {
    margin-bottom: 1em; }
  .news-press-content h6 {
    color: #AAAAAA; }
  .news-press-content p {
    margin-bottom: 2em; }
    .news-press-content p:last-child {
      margin-bottom: 0; }
  .news-press-content a {
    color: #00A59B; }
  .news-press-content .wp-caption {
    width: auto !important; }
  .news-press-content ul {
    list-style: disc !important;
    padding: 30px 0; }

.news-press-header {
  text-align: center;
  padding: 0 0 2em 0; }
  @media screen and (min-width: 1024px) {
    .news-press-header {
      padding: 0 4em 2em 4em; } }
  .news-press-header h2 {
    margin-bottom: 0.6em; }
  .news-press-header h6 {
    margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .news-press-header h6 {
        margin-bottom: 0; } }

.news-press-share {
  text-align: center; }
  .news-press-share ul {
    font-size: 12px;
    font-size: 1.2rem;
    background: #EFF0F0;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-block;
    padding: 2em;
    text-transform: uppercase; }
  .news-press-share li {
    display: inline-block;
    font-weight: 700;
    margin: 0 1em;
    vertical-align: middle; }
  .news-press-share a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px; }
  .news-press-share .facebook {
    background-image: url("../img/icon-facebook-f-grey.svg");
    background-size: 9px 18px; }
  .news-press-share .twitter {
    background-image: url("../img/icon-twitter.svg");
    background-size: 18px 15px; }
  .news-press-share .tumblr {
    background-image: url("../img/icon-tumblr.svg");
    background-size: 12px 18px; }
  .news-press-share .email {
    background-image: url("../img/icon-email.svg");
    background-size: 18px 14px; }

.media-kit-grid {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .media-kit-grid:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .media-kit-grid {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%;
      border-bottom: 1px solid #EFF0F0;
      padding: 3em 0; }
      .media-kit-grid:last-child {
        margin-right: 0; }
      .media-kit-grid:last-child {
        border: 0; } }

.media-kit-grid-item {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  margin-bottom: 2em;
  text-align: center; }
  .media-kit-grid-item:last-child {
    margin-right: 0; }
  .media-kit-grid-item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .media-kit-grid-item {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 49.4627470064%;
      padding: 1em;
      margin-right: 0;
      border-right: 1px solid #EFF0F0;
      box-sizing: border-box;
      margin-bottom: 0; }
      .media-kit-grid-item:last-child {
        margin-right: 0; }
      .media-kit-grid-item:last-child {
        border: 0; } }
  .media-kit-grid-item img {
    margin-bottom: 1em;
    height: 200px;
    width: auto; }
  .media-kit-grid-item h3 {
    margin-bottom: 1em; }

.parent-portal-filter-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  margin-bottom: 2em;
  padding: 2em 0 0 0; }
  .parent-portal-filter-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .parent-portal-filter-wrapper {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 92.225038001%;
      margin-left: 3.8874809995%;
      margin-bottom: 0; }
      .parent-portal-filter-wrapper:last-child {
        margin-right: 0; } }

.parent-portal-filter {
  font-size: 15px;
  font-size: 1.5rem;
  background: #EFF0F0;
  display: inline-block;
  padding: 1em; }
  .parent-portal-filter a {
    color: #00A59B; }
  .parent-portal-filter a.active {
    color: #F18B6A; }

.parent-portal-main {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%; }
  .parent-portal-main:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .parent-portal-main {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 61.1251900049%;
      margin-left: 3.8874809995%;
      padding: 2em 0; }
      .parent-portal-main:last-child {
        margin-right: 0; } }
  .parent-portal-main h6 {
    color: #00A59B;
    margin-bottom: 1em; }
  .parent-portal-main .parent-portal-programs {
    overflow: hidden; }
    .parent-portal-main .parent-portal-programs div {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 45.5752660069%; }
      .parent-portal-main .parent-portal-programs div:last-child {
        margin-right: 0; }
      .parent-portal-main .parent-portal-programs div:last-child {
        margin-left: 3.8874809995%; }

.parent-portal-sidebar {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0;
  text-align: center; }
  .parent-portal-sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .parent-portal-sidebar {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 18.3628990103%;
      margin-left: 11.6624429985%;
      text-align: left; }
      .parent-portal-sidebar:last-child {
        margin-right: 0; } }
  .parent-portal-sidebar h5 {
    font-weight: 700;
    margin-bottom: 1em; }
  .parent-portal-sidebar p {
    margin-bottom: 2em; }
  .parent-portal-sidebar .link-grey {
    color: #5C5C5C; }
  .parent-portal-sidebar .link-teal {
    color: #00A59B; }
  .parent-portal-sidebar em {
    color: #B8BABD;
    display: inline-block;
    margin-top: 0.5em; }
  .parent-portal-sidebar .phone {
    color: #A34673; }
  .parent-portal-sidebar .email {
    color: #114C91; }
  .parent-portal-sidebar .address {
    color: #F18B6A; }
  .parent-portal-sidebar .program-hours {
    color: #00A59B; }
  .parent-portal-sidebar .business-hours {
    color: #EFD372; }
  .parent-portal-sidebar .icon-download {
    background: url("../img/icon-download.svg") center center no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 10px; }
  .parent-portal-sidebar .icon-facebook-f {
    background: url("../img/icon-facebook-f.svg") center center no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 6px; }

.parent-portal-two-full .two-full-column-left,
.parent-portal-two-full .two-full-background-left {
  background: #A34673; }

.parent-portal-two-full .two-full-column-right,
.parent-portal-two-full .two-full-background-right {
  background: #00A59B; }

.parent-portal-two-full .two-full-column-left .icon {
  width: 102px; }

.parent-portal-two-full .two-full-column-right .icon {
  width: 78px; }

.parent-portal-two-full .icon {
  display: inline-block;
  margin-bottom: 1em; }

.parent-portal-two-full h2 {
  margin-bottom: 1em; }

.parent-portal-two-full h6 {
  margin-bottom: 1em; }

.parent-portal-two-full ul {
  list-style-type: disc;
  margin-bottom: 1.4em;
  margin-left: 2em; }

.parent-portal-two-full .school-img {
  max-width: 200px;
  margin: 0 0 1.4em; }
  @media screen and (min-width: 1024px) {
    .parent-portal-two-full .school-img {
      max-width: 250px; } }

.parent-portal-two-full .parent-portal-oakhurst {
  margin-bottom: 3em; }

.contact-form {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .contact-form:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .contact-form {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 57.2377090054%;
      margin-left: 7.774961999%;
      padding: 4em 0; }
      .contact-form:last-child {
        margin-right: 0; } }
  .contact-form .gform_heading {
    display: none; }

.contact-sidebar {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding: 2em 0; }
  .contact-sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .contact-sidebar {
      float: left;
      display: block;
      margin-right: 1.0745059873%;
      width: 14.4754180108%;
      margin-left: 7.774961999%;
      padding: 4em 0; }
      .contact-sidebar:last-child {
        margin-right: 0; } }

.four-grid {
  display: flex;
  flex-wrap: wrap; }
  .four-grid .four-grid-item {
    display: block;
    color: #fff;
    padding: 3em 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .four-grid .four-grid-item {
        padding: 80px 0;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .four-grid .four-grid-item {
        padding: 100px 0; } }
    .four-grid .four-grid-item div {
      width: 80%;
      margin: 0 auto;
      max-width: 650px; }

.ie9 .home-hero-top,
.ie9 .home-hero-bottom,
.ie9 .home-global-family-bottom,
.ie9 .home-global-family-top,
.ie9 .interior-hero-top,
.ie9 .interior-hero-bottom,
.ie9 .volunteer-form-top,
.ie9 .out-of-school-chart-top,
.ie9 .video-gallery-top {
  display: none; }

.ie9 .faq-list-item {
  background-image: url("../img/icon-faq-right.png"); }
  .ie9 .faq-list-item.active {
    background-image: url("../img/icon-faq-down.png"); }

.ie9 .ways-to-give-chart-item {
  min-height: 380px; }

.ie9 .gfield_checkbox {
  overflow: visible;
  zoom: 1; }
  .ie9 .gfield_checkbox:before, .ie9 .gfield_checkbox:after {
    content: '';
    display: table; }
  .ie9 .gfield_checkbox:after {
    clear: both; }

/*-----
	RULES

	If it’s a hack, it goes in _shame.scss.

	Document all hacks fully:
		1) What part of the codebase does it relate to?
		2) Why was this needed?
		3) How does this fix it?
		4) How might you fix it properly, given more time?

	Do not blame the developer; if they explained why they had to do it then their reasons are probably (hopefully) valid.

	Try and clean _shame.scss up when you have some down time.

	Even better, get a tech-debt story in which you can dedicate actual sprint time to it.

	The name is purely comical, there is no real shame in a hack. We all write a hack at some point pre- or post-production.

	This way the hacks are easy to find, though.
	-----*/
