@charset "UTF-8";
/*
Theme Name: Quality Trust
Author: Speak Creative
Author URI: https://madebyspeak.com/
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qualitytrust
*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Roboto");
/*@import url("../../global/CSS/flexboxgrid.css");*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
} /* 1 */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
} /* 1 */
menu, details {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden], template {
  display: none;
}

.border-box, a, article, body, code, dd, div, dl, dt, fieldset, footer, form, h1, h2, h3, .featured-news .donation_cards .donate_card .donate_header, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, ol, p, pre, section, table, td, textarea, th, tr, ul {
  box-sizing: border-box;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

img {
  max-width: 100%;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

.bg-center {
  background-position: 50%;
}

.bg-center, .bg-top {
  background-repeat: no-repeat;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: 100%;
}

.bg-bottom, .bg-right {
  background-repeat: no-repeat;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: 0;
}

.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

.b--black {
  border-color: #000;
}

.b--near-black {
  border-color: #111;
}

.b--dark-gray {
  border-color: #333;
}

.b--mid-gray {
  border-color: #555;
}

.b--gray {
  border-color: #777;
}

.b--silver {
  border-color: #999;
}

.b--light-silver {
  border-color: #aaa;
}

.b--moon-gray {
  border-color: #ccc;
}

.b--light-gray {
  border-color: #eee;
}

.b--near-white {
  border-color: #f4f4f4;
}

.b--white {
  border-color: #fff;
}

.b--white-90 {
  border-color: hsla(0, 0%, 100%, 0.9);
}

.b--white-80 {
  border-color: hsla(0, 0%, 100%, 0.8);
}

.b--white-70 {
  border-color: hsla(0, 0%, 100%, 0.7);
}

.b--white-60 {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.b--white-50 {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.b--white-40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.b--white-30 {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.b--white-20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.b--white-10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.b--white-05 {
  border-color: hsla(0, 0%, 100%, 0.05);
}

.b--white-025 {
  border-color: hsla(0, 0%, 100%, 0.025);
}

.b--white-0125 {
  border-color: hsla(0, 0%, 100%, 0.0125);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}

.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}

.b--dark-red {
  border-color: #e7040f;
}

.b--red {
  border-color: #ff4136;
}

.b--light-red {
  border-color: #ff725c;
}

.b--orange {
  border-color: #ff6300;
}

.b--gold {
  border-color: #ffb700;
}

.b--yellow {
  border-color: gold;
}

.b--light-yellow {
  border-color: #fbf1a9;
}

.b--purple {
  border-color: #5e2ca5;
}

.b--light-purple {
  border-color: #a463f2;
}

.b--dark-pink {
  border-color: #d5008f;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.b--pink {
  border-color: #ff80cc;
}

.b--light-pink {
  border-color: #ffa3d7;
}

.b--dark-green {
  border-color: #137752;
}

.b--green {
  border-color: #19a974;
}

.b--light-green {
  border-color: #9eebcf;
}

.b--navy {
  border-color: #001b44;
}

.b--dark-blue {
  border-color: #00449e;
}

.b--blue {
  border-color: #00417E;
}

.b--light-blue {
  border-color: #96ccff;
}

.b--lightest-blue {
  border-color: #cdecff;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.b--transparent {
  border-color: transparent;
}

.b--inherit {
  border-color: inherit;
}

.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: 0.125rem;
}

.br2 {
  border-radius: 0.25rem;
}

.br3 {
  border-radius: 0.5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-right-radius: 0;
}

.br--right, .br--top {
  border-bottom-left-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

.bw0, #search-container input#searchField {
  border-width: 0;
}

.bw1 {
  border-width: 0.125rem;
}

.bw2 {
  border-width: 0.25rem;
}

.bw3 {
  border-width: 0.5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

.shadow-1 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-5 {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cf:after, .cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db, #search-container input#searchField {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column, .flex-row {
  -webkit-box-direction: normal;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.fl {
  float: left;
}

.fl, .fr {
  _display: inline;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.serif {
  font-family: georgia, times, serif;
}

.system-sans-serif {
  font-family: sans-serif;
}

.system-serif {
  font-family: serif;
}

.code, code {
  font-family: Consolas, monaco, monospace;
}

.courier {
  font-family: Courier Next, courier, monospace;
}

.helvetica {
  font-family: helvetica neue, helvetica, sans-serif;
}

.avenir {
  font-family: avenir next, avenir, sans-serif;
}

.athelas {
  font-family: athelas, georgia, serif;
}

.georgia {
  font-family: georgia, serif;
}

.times {
  font-family: times, serif;
}

.bodoni {
  font-family: Bodoni MT, serif;
}

.calisto {
  font-family: Calisto MT, serif;
}

.garamond {
  font-family: garamond, serif;
}

.baskerville {
  font-family: baskerville, serif;
}

.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

.normal {
  font-weight: 400;
}

.b {
  font-weight: 700;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

.tracked {
  letter-spacing: 0.1em;
}

.tracked-tight {
  letter-spacing: -0.05em;
}

.tracked-mega {
  letter-spacing: 0.25em;
}

.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.25;
}

.lh-copy {
  line-height: 1.5;
}

.link {
  text-decoration: none;
}

.link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
  transition: color 0.15s ease-in;
}

.link:focus {
  outline: 1px dotted currentColor;
}

.list {
  list-style-type: none;
}

.mw-100 {
  max-width: 100%;
}

.mw1 {
  max-width: 1rem;
}

.mw2 {
  max-width: 2rem;
}

.mw3 {
  max-width: 4rem;
}

.mw4 {
  max-width: 8rem;
}

.mw5 {
  max-width: 16rem;
}

.mw6 {
  max-width: 32rem;
}

.mw7 {
  max-width: 48rem;
}

.mw8 {
  max-width: 64rem;
}

.mw9 {
  max-width: 96rem;
}

.mw-none {
  max-width: none;
}

.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-auto {
  width: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: 0.9;
}

.o-80 {
  opacity: 0.8;
}

.o-70 {
  opacity: 0.7;
}

.o-60 {
  opacity: 0.6;
}

.o-50 {
  opacity: 0.5;
}

.o-40 {
  opacity: 0.4;
}

.o-30 {
  opacity: 0.3;
}

.o-20 {
  opacity: 0.2;
}

.o-10 {
  opacity: 0.1;
}

.o-05 {
  opacity: 0.05;
}

.o-025 {
  opacity: 0.025;
}

.o-0 {
  opacity: 0;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.black-90 {
  color: rgba(0, 0, 0, 0.9);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
}

.white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

.white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

.white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

.white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

.white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}

.white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}

.white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}

.black {
  color: #000;
}

.near-black {
  color: #111;
}

.dark-gray, #search-container input#searchField {
  color: #333;
}

.mid-gray {
  color: #555;
}

.gray {
  color: #777;
}

.silver {
  color: #999;
}

.light-silver {
  color: #aaa;
}

.moon-gray {
  color: #ccc;
}

.light-gray {
  color: #eee;
}

.near-white {
  color: #f4f4f4;
}

.white {
  color: #fff;
}

.dark-red {
  color: #e7040f;
}

.red {
  color: #ff4136;
}

.light-red {
  color: #ff725c;
}

.orange {
  color: #ff6300;
}

.gold {
  color: #ffb700;
}

.yellow {
  color: gold;
}

.light-yellow {
  color: #fbf1a9;
}

.purple {
  color: #5e2ca5;
}

.light-purple {
  color: #a463f2;
}

.dark-pink {
  color: #d5008f;
}

.hot-pink {
  color: #ff41b4;
}

.pink {
  color: #ff80cc;
}

.light-pink {
  color: #ffa3d7;
}

.dark-green {
  color: #137752;
}

.green {
  color: #19a974;
}

.light-green {
  color: #9eebcf;
}

.navy {
  color: #001b44;
}

.dark-blue {
  color: #00449e;
}

.blue {
  color: #357edd;
}

.light-blue {
  color: #96ccff;
}

.lightest-blue {
  color: #cdecff;
}

.washed-blue {
  color: #f6fffe;
}

.washed-green {
  color: #e8fdf5;
}

.washed-yellow {
  color: #fffceb;
}

.washed-red {
  color: #ffdfdf;
}

.color-inherit {
  color: inherit;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.bg-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.bg-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.bg-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.bg-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bg-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.bg-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.bg-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.bg-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bg-black {
  background-color: #000;
}

.bg-near-black {
  background-color: #111;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-mid-gray {
  background-color: #555;
}

.bg-gray {
  background-color: #777;
}

.bg-silver {
  background-color: #999;
}

.bg-light-silver {
  background-color: #aaa;
}

.bg-moon-gray {
  background-color: #ccc;
}

.bg-light-gray, #search-container input#searchField {
  background-color: #eee;
}

.bg-near-white {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark-red {
  background-color: #e7040f;
}

.bg-red {
  background-color: #ff4136;
}

.bg-light-red {
  background-color: #ff725c;
}

.bg-orange {
  background-color: #ff6300;
}

.bg-gold {
  background-color: #ffb700;
}

.bg-yellow {
  background-color: gold;
}

.bg-light-yellow {
  background-color: #fbf1a9;
}

.bg-purple {
  background-color: #5e2ca5;
}

.bg-light-purple {
  background-color: #a463f2;
}

.bg-dark-pink {
  background-color: #d5008f;
}

.bg-hot-pink {
  background-color: #ff41b4;
}

.bg-pink {
  background-color: #ff80cc;
}

.bg-light-pink {
  background-color: #ffa3d7;
}

.bg-dark-green {
  background-color: #137752;
}

.bg-green {
  background-color: #19a974;
}

.bg-light-green {
  background-color: #9eebcf;
}

.bg-navy {
  background-color: #001b44;
}

.bg-dark-blue {
  background-color: #00449e;
}

.bg-blue {
  background-color: #357edd;
}

.bg-light-blue {
  background-color: #96ccff;
}

.bg-lightest-blue {
  background-color: #cdecff;
}

.bg-washed-blue {
  background-color: #f6fffe;
}

.bg-washed-green {
  background-color: #e8fdf5;
}

.bg-washed-yellow {
  background-color: #fffceb;
}

.bg-washed-red {
  background-color: #ffdfdf;
}

.bg-inherit {
  background-color: inherit;
}

.hover-black:focus, .hover-black:hover {
  color: #000;
}

.hover-near-black:focus, .hover-near-black:hover {
  color: #111;
}

.hover-dark-gray:focus, .hover-dark-gray:hover {
  color: #333;
}

.hover-mid-gray:focus, .hover-mid-gray:hover {
  color: #555;
}

.hover-gray:focus, .hover-gray:hover {
  color: #777;
}

.hover-silver:focus, .hover-silver:hover {
  color: #999;
}

.hover-light-silver:focus, .hover-light-silver:hover {
  color: #aaa;
}

.hover-moon-gray:focus, .hover-moon-gray:hover {
  color: #ccc;
}

.hover-light-gray:focus, .hover-light-gray:hover {
  color: #eee;
}

.hover-near-white:focus, .hover-near-white:hover {
  color: #f4f4f4;
}

.hover-white:focus, .hover-white:hover {
  color: #fff;
}

.hover-black-90:focus, .hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover-black-80:focus, .hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover-black-70:focus, .hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover-black-60:focus, .hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover-black-50:focus, .hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover-black-40:focus, .hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover-black-30:focus, .hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover-black-20:focus, .hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover-black-10:focus, .hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover-white-90:focus, .hover-white-90:hover {
  color: hsla(0, 0%, 100%, 0.9);
}

.hover-white-80:focus, .hover-white-80:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.hover-white-70:focus, .hover-white-70:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.hover-white-60:focus, .hover-white-60:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.hover-white-50:focus, .hover-white-50:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.hover-white-40:focus, .hover-white-40:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.hover-white-30:focus, .hover-white-30:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.hover-white-20:focus, .hover-white-20:hover {
  color: hsla(0, 0%, 100%, 0.2);
}

.hover-white-10:focus, .hover-white-10:hover {
  color: hsla(0, 0%, 100%, 0.1);
}

.hover-inherit:focus, .hover-inherit:hover {
  color: inherit;
}

.hover-bg-black:focus, .hover-bg-black:hover {
  background-color: #000;
}

.hover-bg-near-black:focus, .hover-bg-near-black:hover {
  background-color: #111;
}

.hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover {
  background-color: #333;
}

.hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover {
  background-color: #555;
}

.hover-bg-gray:focus, .hover-bg-gray:hover {
  background-color: #777;
}

.hover-bg-silver:focus, .hover-bg-silver:hover {
  background-color: #999;
}

.hover-bg-light-silver:focus, .hover-bg-light-silver:hover {
  background-color: #aaa;
}

.hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.hover-bg-light-gray:focus, .hover-bg-light-gray:hover {
  background-color: #eee;
}

.hover-bg-near-white:focus, .hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.hover-bg-white:focus, .hover-bg-white:hover {
  background-color: #fff;
}

.hover-bg-transparent:focus, .hover-bg-transparent:hover {
  background-color: transparent;
}

.hover-bg-black-90:focus, .hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-80:focus, .hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-70:focus, .hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-60:focus, .hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-50:focus, .hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-40:focus, .hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-30:focus, .hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-20:focus, .hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-10:focus, .hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover-bg-white-90:focus, .hover-bg-white-90:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.hover-bg-white-80:focus, .hover-bg-white-80:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.hover-bg-white-70:focus, .hover-bg-white-70:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.hover-bg-white-60:focus, .hover-bg-white-60:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.hover-bg-white-50:focus, .hover-bg-white-50:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.hover-bg-white-40:focus, .hover-bg-white-40:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.hover-bg-white-30:focus, .hover-bg-white-30:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.hover-bg-white-20:focus, .hover-bg-white-20:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.hover-bg-white-10:focus, .hover-bg-white-10:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hover-dark-red:focus, .hover-dark-red:hover {
  color: #e7040f;
}

.hover-red:focus, .hover-red:hover {
  color: #ff4136;
}

.hover-light-red:focus, .hover-light-red:hover {
  color: #ff725c;
}

.hover-orange:focus, .hover-orange:hover {
  color: #ff6300;
}

.hover-gold:focus, .hover-gold:hover {
  color: #ffb700;
}

.hover-yellow:focus, .hover-yellow:hover {
  color: gold;
}

.hover-light-yellow:focus, .hover-light-yellow:hover {
  color: #fbf1a9;
}

.hover-purple:focus, .hover-purple:hover {
  color: #5e2ca5;
}

.hover-light-purple:focus, .hover-light-purple:hover {
  color: #a463f2;
}

.hover-dark-pink:focus, .hover-dark-pink:hover {
  color: #d5008f;
}

.hover-hot-pink:focus, .hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-pink:focus, .hover-pink:hover {
  color: #ff80cc;
}

.hover-light-pink:focus, .hover-light-pink:hover {
  color: #ffa3d7;
}

.hover-dark-green:focus, .hover-dark-green:hover {
  color: #137752;
}

.hover-green:focus, .hover-green:hover {
  color: #19a974;
}

.hover-light-green:focus, .hover-light-green:hover {
  color: #9eebcf;
}

.hover-navy:focus, .hover-navy:hover {
  color: #001b44;
}

.hover-dark-blue:focus, .hover-dark-blue:hover {
  color: #00449e;
}

.hover-blue:focus, .hover-blue:hover {
  color: #357edd;
}

.hover-light-blue:focus, .hover-light-blue:hover {
  color: #96ccff;
}

.hover-lightest-blue:focus, .hover-lightest-blue:hover {
  color: #cdecff;
}

.hover-washed-blue:focus, .hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-washed-green:focus, .hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-washed-yellow:focus, .hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-washed-red:focus, .hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-bg-dark-red:focus, .hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.hover-bg-red:focus, .hover-bg-red:hover {
  background-color: #ff4136;
}

.hover-bg-light-red:focus, .hover-bg-light-red:hover {
  background-color: #ff725c;
}

.hover-bg-orange:focus, .hover-bg-orange:hover {
  background-color: #ff6300;
}

.hover-bg-gold:focus, .hover-bg-gold:hover {
  background-color: #ffb700;
}

.hover-bg-yellow:focus, .hover-bg-yellow:hover {
  background-color: gold;
}

.hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover {
  background-color: #fbf1a9;
}

.hover-bg-purple:focus, .hover-bg-purple:hover {
  background-color: #5e2ca5;
}

.hover-bg-light-purple:focus, .hover-bg-light-purple:hover {
  background-color: #a463f2;
}

.hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover {
  background-color: #d5008f;
}

.hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.hover-bg-pink:focus, .hover-bg-pink:hover {
  background-color: #ff80cc;
}

.hover-bg-light-pink:focus, .hover-bg-light-pink:hover {
  background-color: #ffa3d7;
}

.hover-bg-dark-green:focus, .hover-bg-dark-green:hover {
  background-color: #137752;
}

.hover-bg-green:focus, .hover-bg-green:hover {
  background-color: #19a974;
}

.hover-bg-light-green:focus, .hover-bg-light-green:hover {
  background-color: #9eebcf;
}

.hover-bg-navy:focus, .hover-bg-navy:hover {
  background-color: #001b44;
}

.hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.hover-bg-blue:focus, .hover-bg-blue:hover {
  background-color: #357edd;
}

.hover-bg-light-blue:focus, .hover-bg-light-blue:hover {
  background-color: #96ccff;
}

.hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover {
  background-color: #cdecff;
}

.hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.hover-bg-washed-green:focus, .hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.hover-bg-washed-red:focus, .hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.hover-bg-inherit:focus, .hover-bg-inherit:hover {
  background-color: inherit;
}

.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.mv0, #search-container input#searchField {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.na1 {
  margin: -0.25rem;
}

.na2 {
  margin: -0.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -2rem;
}

.na5 {
  margin: -4rem;
}

.na6 {
  margin: -8rem;
}

.na7 {
  margin: -16rem;
}

.nl1 {
  margin-left: -0.25rem;
}

.nl2 {
  margin-left: -0.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -2rem;
}

.nl5 {
  margin-left: -4rem;
}

.nl6 {
  margin-left: -8rem;
}

.nl7 {
  margin-left: -16rem;
}

.nr1 {
  margin-right: -0.25rem;
}

.nr2 {
  margin-right: -0.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -2rem;
}

.nr5 {
  margin-right: -4rem;
}

.nr6 {
  margin-right: -8rem;
}

.nr7 {
  margin-right: -16rem;
}

.nb1 {
  margin-bottom: -0.25rem;
}

.nb2 {
  margin-bottom: -0.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -2rem;
}

.nb5 {
  margin-bottom: -4rem;
}

.nb6 {
  margin-bottom: -8rem;
}

.nb7 {
  margin-bottom: -16rem;
}

.nt1 {
  margin-top: -0.25rem;
}

.nt2 {
  margin-top: -0.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -2rem;
}

.nt5 {
  margin-top: -4rem;
}

.nt6 {
  margin-top: -8rem;
}

.nt7 {
  margin-top: -16rem;
}

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

.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}

.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}

.stripe-light:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

.f-6, .f-headline {
  font-size: 6rem;
}

.f-5, .f-subheadline {
  font-size: 5rem;
}

.f1 {
  font-size: 3rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: 0.875rem;
}

.f7 {
  font-size: 0.75rem;
}

.measure {
  max-width: 30em;
}

.measure-wide {
  max-width: 34em;
}

.measure-narrow {
  max-width: 20em;
}

.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow-container {
  overflow-y: scroll;
}

.center, #search-container input#searchField {
  margin-left: auto;
}

.center, #search-container input#searchField, .mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

.dim {
  opacity: 1;
}

.dim, .dim:focus, .dim:hover {
  transition: opacity 0.15s ease-in;
}

.dim:focus, .dim:hover {
  opacity: 0.5;
}

.dim:active {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}

.glow, .glow:focus, .glow:hover {
  transition: opacity 0.15s ease-in;
}

.glow:focus, .glow:hover {
  opacity: 1;
}

.hide-child .child {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}

.hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.underline-hover:focus, .underline-hover:hover {
  text-decoration: underline;
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.grow:focus, .grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.grow-large:focus, .grow-large:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.pointer:hover, .shadow-hover {
  cursor: pointer;
}

.shadow-hover {
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:after {
  content: "";
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:focus:after, .shadow-hover:hover:after {
  opacity: 1;
}

.bg-animate, .bg-animate:focus, .bg-animate:hover {
  transition: background-color 0.15s ease-in-out;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: auto;
}

.z-unset {
  z-index: unset;
}

.nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul {
  line-height: 1.5;
}

.nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card .nested-headline-line-height .donate_header, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 {
  line-height: 1.25;
}

.nested-list-reset ol, .nested-list-reset ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p + p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #357edd;
  transition: color 0.15s ease-in;
}

.nested-links a:focus, .nested-links a:hover {
  color: #96ccff;
  transition: color 0.15s ease-in;
}

.debug * {
  outline: 1px solid gold;
}

.debug-white * {
  outline: 1px solid #fff;
}

.debug-black * {
  outline: 1px solid #000;
}

.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-8-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0;
}

.debug-grid-16-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0;
}

@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-ns {
    background-size: cover !important;
  }
  .contain-ns {
    background-size: contain !important;
  }
  .bg-center-ns {
    background-position: 50%;
  }
  .bg-center-ns, .bg-top-ns {
    background-repeat: no-repeat;
  }
  .bg-top-ns {
    background-position: top;
  }
  .bg-right-ns {
    background-position: 100%;
  }
  .bg-bottom-ns, .bg-right-ns {
    background-repeat: no-repeat;
  }
  .bg-bottom-ns {
    background-position: bottom;
  }
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-ns {
    outline: 1px solid;
  }
  .outline-transparent-ns {
    outline: 1px solid transparent;
  }
  .outline-0-ns {
    outline: 0;
  }
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
  .br0-ns {
    border-radius: 0;
  }
  .br1-ns {
    border-radius: 0.125rem;
  }
  .br2-ns {
    border-radius: 0.25rem;
  }
  .br3-ns {
    border-radius: 0.5rem;
  }
  .br4-ns {
    border-radius: 1rem;
  }
  .br-100-ns {
    border-radius: 100%;
  }
  .br-pill-ns {
    border-radius: 9999px;
  }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-ns {
    border-bottom-right-radius: 0;
  }
  .br--right-ns, .br--top-ns {
    border-bottom-left-radius: 0;
  }
  .br--right-ns {
    border-top-left-radius: 0;
  }
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-ns {
    border-style: dotted;
  }
  .b--dashed-ns {
    border-style: dashed;
  }
  .b--solid-ns {
    border-style: solid;
  }
  .b--none-ns {
    border-style: none;
  }
  .bw0-ns {
    border-width: 0;
  }
  .bw1-ns {
    border-width: 0.125rem;
  }
  .bw2-ns {
    border-width: 0.25rem;
  }
  .bw3-ns {
    border-width: 0.5rem;
  }
  .bw4-ns {
    border-width: 1rem;
  }
  .bw5-ns {
    border-width: 2rem;
  }
  .bt-0-ns {
    border-top-width: 0;
  }
  .br-0-ns {
    border-right-width: 0;
  }
  .bb-0-ns {
    border-bottom-width: 0;
  }
  .bl-0-ns {
    border-left-width: 0;
  }
  .shadow-1-ns {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-ns {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-ns {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-ns {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-ns {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-ns {
    top: 0;
  }
  .left-0-ns {
    left: 0;
  }
  .right-0-ns {
    right: 0;
  }
  .bottom-0-ns {
    bottom: 0;
  }
  .top-1-ns {
    top: 1rem;
  }
  .left-1-ns {
    left: 1rem;
  }
  .right-1-ns {
    right: 1rem;
  }
  .bottom-1-ns {
    bottom: 1rem;
  }
  .top-2-ns {
    top: 2rem;
  }
  .left-2-ns {
    left: 2rem;
  }
  .right-2-ns {
    right: 2rem;
  }
  .bottom-2-ns {
    bottom: 2rem;
  }
  .top--1-ns {
    top: -1rem;
  }
  .right--1-ns {
    right: -1rem;
  }
  .bottom--1-ns {
    bottom: -1rem;
  }
  .left--1-ns {
    left: -1rem;
  }
  .top--2-ns {
    top: -2rem;
  }
  .right--2-ns {
    right: -2rem;
  }
  .bottom--2-ns {
    bottom: -2rem;
  }
  .left--2-ns {
    left: -2rem;
  }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-ns {
    clear: left;
  }
  .cr-ns {
    clear: right;
  }
  .cb-ns {
    clear: both;
  }
  .cn-ns {
    clear: none;
  }
  .dn-ns {
    display: none;
  }
  .di-ns {
    display: inline;
  }
  .db-ns {
    display: block;
  }
  .dib-ns {
    display: inline-block;
  }
  .dit-ns {
    display: inline-table;
  }
  .dt-ns {
    display: table;
  }
  .dtc-ns {
    display: table-cell;
  }
  .dt-row-ns {
    display: table-row;
  }
  .dt-row-group-ns {
    display: table-row-group;
  }
  .dt-column-ns {
    display: table-column;
  }
  .dt-column-group-ns {
    display: table-column-group;
  }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
  .flex-ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-ns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-ns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-ns {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-ns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-ns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-ns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-ns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-ns {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-ns {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-ns {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-ns {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-ns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-ns {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-ns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-ns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-ns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-ns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-ns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-ns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-ns {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-ns {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-ns {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-ns {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-ns {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-ns {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-ns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-ns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-ns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-ns {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-ns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-ns {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-ns {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-ns {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-ns {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-ns {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-ns {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-ns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-ns {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-ns {
    float: left;
  }
  .fl-ns, .fr-ns {
    display: inline;
  }
  .fr-ns {
    float: right;
  }
  .fn-ns {
    float: none;
  }
  .i-ns {
    font-style: italic;
  }
  .fs-normal-ns {
    font-style: normal;
  }
  .normal-ns {
    font-weight: 400;
  }
  .b-ns {
    font-weight: 700;
  }
  .fw1-ns {
    font-weight: 100;
  }
  .fw2-ns {
    font-weight: 200;
  }
  .fw3-ns {
    font-weight: 300;
  }
  .fw4-ns {
    font-weight: 400;
  }
  .fw5-ns {
    font-weight: 500;
  }
  .fw6-ns {
    font-weight: 600;
  }
  .fw7-ns {
    font-weight: 700;
  }
  .fw8-ns {
    font-weight: 800;
  }
  .fw9-ns {
    font-weight: 900;
  }
  .h1-ns {
    height: 1rem;
  }
  .h2-ns {
    height: 2rem;
  }
  .h3-ns {
    height: 4rem;
  }
  .h4-ns {
    height: 8rem;
  }
  .h5-ns {
    height: 16rem;
  }
  .h-25-ns {
    height: 25%;
  }
  .h-50-ns {
    height: 50%;
  }
  .h-75-ns {
    height: 75%;
  }
  .h-100-ns {
    height: 100%;
  }
  .min-h-100-ns {
    min-height: 100%;
  }
  .vh-25-ns {
    height: 25vh;
  }
  .vh-50-ns {
    height: 50vh;
  }
  .vh-75-ns {
    height: 75vh;
  }
  .vh-100-ns {
    height: 100vh;
  }
  .min-vh-100-ns {
    min-height: 100vh;
  }
  .h-auto-ns {
    height: auto;
  }
  .h-inherit-ns {
    height: inherit;
  }
  .tracked-ns {
    letter-spacing: 0.1em;
  }
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  .tracked-mega-ns {
    letter-spacing: 0.25em;
  }
  .lh-solid-ns {
    line-height: 1;
  }
  .lh-title-ns {
    line-height: 1.25;
  }
  .lh-copy-ns {
    line-height: 1.5;
  }
  .mw-100-ns {
    max-width: 100%;
  }
  .mw1-ns {
    max-width: 1rem;
  }
  .mw2-ns {
    max-width: 2rem;
  }
  .mw3-ns {
    max-width: 4rem;
  }
  .mw4-ns {
    max-width: 8rem;
  }
  .mw5-ns {
    max-width: 16rem;
  }
  .mw6-ns {
    max-width: 32rem;
  }
  .mw7-ns {
    max-width: 48rem;
  }
  .mw8-ns {
    max-width: 64rem;
  }
  .mw9-ns {
    max-width: 96rem;
  }
  .mw-none-ns {
    max-width: none;
  }
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-30-ns {
    width: 30%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-70-ns {
    width: 70%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-90-ns {
    width: 90%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-third-ns {
    width: 33.33333%;
  }
  .w-two-thirds-ns {
    width: 66.66667%;
  }
  .w-auto-ns {
    width: auto;
  }
  .overflow-visible-ns {
    overflow: visible;
  }
  .overflow-hidden-ns {
    overflow: hidden;
  }
  .overflow-scroll-ns {
    overflow: scroll;
  }
  .overflow-auto-ns {
    overflow: auto;
  }
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
  .static-ns {
    position: static;
  }
  .relative-ns {
    position: relative;
  }
  .absolute-ns {
    position: absolute;
  }
  .fixed-ns {
    position: fixed;
  }
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 2rem;
  }
  .pa5-ns {
    padding: 4rem;
  }
  .pa6-ns {
    padding: 8rem;
  }
  .pa7-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 2rem;
  }
  .pl5-ns {
    padding-left: 4rem;
  }
  .pl6-ns {
    padding-left: 8rem;
  }
  .pl7-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 2rem;
  }
  .pr5-ns {
    padding-right: 4rem;
  }
  .pr6-ns {
    padding-right: 8rem;
  }
  .pr7-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 2rem;
  }
  .pb5-ns {
    padding-bottom: 4rem;
  }
  .pb6-ns {
    padding-bottom: 8rem;
  }
  .pb7-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
  }
  .pt6-ns {
    padding-top: 8rem;
  }
  .pt7-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 2rem;
  }
  .ma5-ns {
    margin: 4rem;
  }
  .ma6-ns {
    margin: 8rem;
  }
  .ma7-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 2rem;
  }
  .ml5-ns {
    margin-left: 4rem;
  }
  .ml6-ns {
    margin-left: 8rem;
  }
  .ml7-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 2rem;
  }
  .mr5-ns {
    margin-right: 4rem;
  }
  .mr6-ns {
    margin-right: 8rem;
  }
  .mr7-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mb7-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 2rem;
  }
  .mt5-ns {
    margin-top: 4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mt7-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-ns {
    margin: -0.25rem;
  }
  .na2-ns {
    margin: -0.5rem;
  }
  .na3-ns {
    margin: -1rem;
  }
  .na4-ns {
    margin: -2rem;
  }
  .na5-ns {
    margin: -4rem;
  }
  .na6-ns {
    margin: -8rem;
  }
  .na7-ns {
    margin: -16rem;
  }
  .nl1-ns {
    margin-left: -0.25rem;
  }
  .nl2-ns {
    margin-left: -0.5rem;
  }
  .nl3-ns {
    margin-left: -1rem;
  }
  .nl4-ns {
    margin-left: -2rem;
  }
  .nl5-ns {
    margin-left: -4rem;
  }
  .nl6-ns {
    margin-left: -8rem;
  }
  .nl7-ns {
    margin-left: -16rem;
  }
  .nr1-ns {
    margin-right: -0.25rem;
  }
  .nr2-ns {
    margin-right: -0.5rem;
  }
  .nr3-ns {
    margin-right: -1rem;
  }
  .nr4-ns {
    margin-right: -2rem;
  }
  .nr5-ns {
    margin-right: -4rem;
  }
  .nr6-ns {
    margin-right: -8rem;
  }
  .nr7-ns {
    margin-right: -16rem;
  }
  .nb1-ns {
    margin-bottom: -0.25rem;
  }
  .nb2-ns {
    margin-bottom: -0.5rem;
  }
  .nb3-ns {
    margin-bottom: -1rem;
  }
  .nb4-ns {
    margin-bottom: -2rem;
  }
  .nb5-ns {
    margin-bottom: -4rem;
  }
  .nb6-ns {
    margin-bottom: -8rem;
  }
  .nb7-ns {
    margin-bottom: -16rem;
  }
  .nt1-ns {
    margin-top: -0.25rem;
  }
  .nt2-ns {
    margin-top: -0.5rem;
  }
  .nt3-ns {
    margin-top: -1rem;
  }
  .nt4-ns {
    margin-top: -2rem;
  }
  .nt5-ns {
    margin-top: -4rem;
  }
  .nt6-ns {
    margin-top: -8rem;
  }
  .nt7-ns {
    margin-top: -16rem;
  }
  .strike-ns {
    text-decoration: line-through;
  }
  .underline-ns {
    text-decoration: underline;
  }
  .no-underline-ns {
    text-decoration: none;
  }
  .tl-ns {
    text-align: left;
  }
  .tr-ns {
    text-align: right;
  }
  .tc-ns {
    text-align: center;
  }
  .tj-ns {
    text-align: justify;
  }
  .ttc-ns {
    text-transform: capitalize;
  }
  .ttl-ns {
    text-transform: lowercase;
  }
  .ttu-ns {
    text-transform: uppercase;
  }
  .ttn-ns {
    text-transform: none;
  }
  .f-6-ns, .f-headline-ns {
    font-size: 6rem;
  }
  .f-5-ns, .f-subheadline-ns {
    font-size: 5rem;
  }
  .f1-ns {
    font-size: 3rem;
  }
  .f2-ns {
    font-size: 2.25rem;
  }
  .f3-ns {
    font-size: 1.5rem;
  }
  .f4-ns {
    font-size: 1.25rem;
  }
  .f5-ns {
    font-size: 1rem;
  }
  .f6-ns {
    font-size: 0.875rem;
  }
  .f7-ns {
    font-size: 0.75rem;
  }
  .measure-ns {
    max-width: 30em;
  }
  .measure-wide-ns {
    max-width: 34em;
  }
  .measure-narrow-ns {
    max-width: 20em;
  }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-ns {
    font-variant: small-caps;
  }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-ns {
    margin-left: auto;
  }
  .center-ns, .mr-auto-ns {
    margin-right: auto;
  }
  .ml-auto-ns {
    margin-left: auto;
  }
  .clip-ns {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-ns {
    white-space: normal;
  }
  .nowrap-ns {
    white-space: nowrap;
  }
  .pre-ns {
    white-space: pre;
  }
  .v-base-ns {
    vertical-align: baseline;
  }
  .v-mid-ns {
    vertical-align: middle;
  }
  .v-top-ns {
    vertical-align: top;
  }
  .v-btm-ns {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-m {
    background-size: cover !important;
  }
  .contain-m {
    background-size: contain !important;
  }
  .bg-center-m {
    background-position: 50%;
  }
  .bg-center-m, .bg-top-m {
    background-repeat: no-repeat;
  }
  .bg-top-m {
    background-position: top;
  }
  .bg-right-m {
    background-position: 100%;
  }
  .bg-bottom-m, .bg-right-m {
    background-repeat: no-repeat;
  }
  .bg-bottom-m {
    background-position: bottom;
  }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-m {
    outline: 1px solid;
  }
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  .outline-0-m {
    outline: 0;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br-pill-m {
    border-radius: 9999px;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-right-radius: 0;
  }
  .br--right-m, .br--top-m {
    border-bottom-left-radius: 0;
  }
  .br--right-m {
    border-top-left-radius: 0;
  }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .b--none-m {
    border-style: none;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .bt-0-m {
    border-top-width: 0;
  }
  .br-0-m {
    border-right-width: 0;
  }
  .bb-0-m {
    border-bottom-width: 0;
  }
  .bl-0-m {
    border-left-width: 0;
  }
  .shadow-1-m {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-m {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-m {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-m, .flex-row-m {
    -webkit-box-direction: normal;
  }
  .flex-row-m {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-m {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-m {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-m {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-m {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-m {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-m {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-m {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-m {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-m {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-m {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-m {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-m {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-m {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-m {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-m {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-m {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-m {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-m {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-m {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-m {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-m {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-m {
    float: left;
  }
  .fl-m, .fr-m {
    display: inline;
  }
  .fr-m {
    float: right;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: 400;
  }
  .b-m {
    font-weight: 700;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .min-h-100-m {
    min-height: 100%;
  }
  .vh-25-m {
    height: 25vh;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.1em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.25;
  }
  .lh-copy-m {
    line-height: 1.5;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.33333%;
  }
  .w-two-thirds-m {
    width: 66.66667%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-m {
    margin: -0.25rem;
  }
  .na2-m {
    margin: -0.5rem;
  }
  .na3-m {
    margin: -1rem;
  }
  .na4-m {
    margin: -2rem;
  }
  .na5-m {
    margin: -4rem;
  }
  .na6-m {
    margin: -8rem;
  }
  .na7-m {
    margin: -16rem;
  }
  .nl1-m {
    margin-left: -0.25rem;
  }
  .nl2-m {
    margin-left: -0.5rem;
  }
  .nl3-m {
    margin-left: -1rem;
  }
  .nl4-m {
    margin-left: -2rem;
  }
  .nl5-m {
    margin-left: -4rem;
  }
  .nl6-m {
    margin-left: -8rem;
  }
  .nl7-m {
    margin-left: -16rem;
  }
  .nr1-m {
    margin-right: -0.25rem;
  }
  .nr2-m {
    margin-right: -0.5rem;
  }
  .nr3-m {
    margin-right: -1rem;
  }
  .nr4-m {
    margin-right: -2rem;
  }
  .nr5-m {
    margin-right: -4rem;
  }
  .nr6-m {
    margin-right: -8rem;
  }
  .nr7-m {
    margin-right: -16rem;
  }
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  .nb3-m {
    margin-bottom: -1rem;
  }
  .nb4-m {
    margin-bottom: -2rem;
  }
  .nb5-m {
    margin-bottom: -4rem;
  }
  .nb6-m {
    margin-bottom: -8rem;
  }
  .nb7-m {
    margin-bottom: -16rem;
  }
  .nt1-m {
    margin-top: -0.25rem;
  }
  .nt2-m {
    margin-top: -0.5rem;
  }
  .nt3-m {
    margin-top: -1rem;
  }
  .nt4-m {
    margin-top: -2rem;
  }
  .nt5-m {
    margin-top: -4rem;
  }
  .nt6-m {
    margin-top: -8rem;
  }
  .nt7-m {
    margin-top: -16rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .tj-m {
    text-align: justify;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m, .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m, .f-subheadline-m {
    font-size: 5rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f2-m {
    font-size: 2.25rem;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-m {
    font-variant: small-caps;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-m {
    margin-left: auto;
  }
  .center-m, .mr-auto-m {
    margin-right: auto;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .clip-m {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 60em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-l {
    background-size: cover !important;
  }
  .contain-l {
    background-size: contain !important;
  }
  .bg-center-l {
    background-position: 50%;
  }
  .bg-center-l, .bg-top-l {
    background-repeat: no-repeat;
  }
  .bg-top-l {
    background-position: top;
  }
  .bg-right-l {
    background-position: 100%;
  }
  .bg-bottom-l, .bg-right-l {
    background-repeat: no-repeat;
  }
  .bg-bottom-l {
    background-position: bottom;
  }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-l {
    outline: 1px solid;
  }
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  .outline-0-l {
    outline: 0;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br-pill-l {
    border-radius: 9999px;
  }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-l {
    border-bottom-right-radius: 0;
  }
  .br--right-l, .br--top-l {
    border-bottom-left-radius: 0;
  }
  .br--right-l {
    border-top-left-radius: 0;
  }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .b--none-l {
    border-style: none;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .bt-0-l {
    border-top-width: 0;
  }
  .br-0-l {
    border-right-width: 0;
  }
  .bb-0-l {
    border-bottom-width: 0;
  }
  .bl-0-l {
    border-left-width: 0;
  }
  .shadow-1-l {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-l {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-l {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-l, .flex-row-l {
    -webkit-box-direction: normal;
  }
  .flex-row-l {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-l {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-l {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-l {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-l {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-l {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-l {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-l {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-l {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-l {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-l {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-l {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-l {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-l {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-l {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-l {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-l {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-l {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-l {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-l {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-l {
    float: left;
  }
  .fl-l, .fr-l {
    display: inline;
  }
  .fr-l {
    float: right;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: 400;
  }
  .b-l {
    font-weight: 700;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.1em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.25;
  }
  .lh-copy-l {
    line-height: 1.5;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333%;
  }
  .w-two-thirds-l {
    width: 66.66667%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-l {
    margin: -0.25rem;
  }
  .na2-l {
    margin: -0.5rem;
  }
  .na3-l {
    margin: -1rem;
  }
  .na4-l {
    margin: -2rem;
  }
  .na5-l {
    margin: -4rem;
  }
  .na6-l {
    margin: -8rem;
  }
  .na7-l {
    margin: -16rem;
  }
  .nl1-l {
    margin-left: -0.25rem;
  }
  .nl2-l {
    margin-left: -0.5rem;
  }
  .nl3-l {
    margin-left: -1rem;
  }
  .nl4-l {
    margin-left: -2rem;
  }
  .nl5-l {
    margin-left: -4rem;
  }
  .nl6-l {
    margin-left: -8rem;
  }
  .nl7-l {
    margin-left: -16rem;
  }
  .nr1-l {
    margin-right: -0.25rem;
  }
  .nr2-l {
    margin-right: -0.5rem;
  }
  .nr3-l {
    margin-right: -1rem;
  }
  .nr4-l {
    margin-right: -2rem;
  }
  .nr5-l {
    margin-right: -4rem;
  }
  .nr6-l {
    margin-right: -8rem;
  }
  .nr7-l {
    margin-right: -16rem;
  }
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  .nb3-l {
    margin-bottom: -1rem;
  }
  .nb4-l {
    margin-bottom: -2rem;
  }
  .nb5-l {
    margin-bottom: -4rem;
  }
  .nb6-l {
    margin-bottom: -8rem;
  }
  .nb7-l {
    margin-bottom: -16rem;
  }
  .nt1-l {
    margin-top: -0.25rem;
  }
  .nt2-l {
    margin-top: -0.5rem;
  }
  .nt3-l {
    margin-top: -1rem;
  }
  .nt4-l {
    margin-top: -2rem;
  }
  .nt5-l {
    margin-top: -4rem;
  }
  .nt6-l {
    margin-top: -8rem;
  }
  .nt7-l {
    margin-top: -16rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .tj-l {
    text-align: justify;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l, .f-headline-l {
    font-size: 6rem;
  }
  .f-5-l, .f-subheadline-l {
    font-size: 5rem;
  }
  .f1-l {
    font-size: 3rem;
  }
  .f2-l {
    font-size: 2.25rem;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-l {
    font-variant: small-caps;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-l {
    margin-left: auto;
  }
  .center-l, .mr-auto-l {
    margin-right: auto;
  }
  .ml-auto-l {
    margin-left: auto;
  }
  .clip-l {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
/* ====================== Colors ====================== */
.gray {
  color: #757474;
}

.blue {
  color: #008BD9;
}

.darkblue {
  color: #00417E;
}

.yellow {
  color: #FFC70A;
}

.lighterblue {
  color: #b0e3ff;
}

.lightestblue {
  color: #E2F5FF;
}

.white {
  color: #ffffff;
}
.white p {
  color: #ffffff;
}

.bg-gray {
  background: #757474;
  color: white;
}

.bg-blue {
  background: #008BD9;
  color: white;
}

.bg-darkblue {
  background: #00417E;
  color: white;
}

.bg-yellow {
  background: #FFC70A;
  color: white;
}

.bg-lighterblue {
  background: #b0e3ff;
  color: #00417E;
}

.bg-lightestblue {
  background: #E2F5FF;
  color: #00417E;
}

/* ====================== Typography ====================== */
h1 {
  font-family: "Heebo", sans-serif;
  font-size: 2.5em;
  color: #00417E;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-decoration: none;
}
@media screen and (min-width: 500px) {
  h1 {
    font-size: 3em;
  }
}

h2, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  font-family: "Heebo", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-decoration: none;
}
@media screen and (min-width: 500px) {
  h2, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    font-size: 2.35em;
  }
}

h3, .featured-news .donation_cards .donate_card .donate_header {
  font-family: "Heebo", sans-serif;
  color: #00417E;
  font-weight: 900;
  font-size: 1.6em;
  text-decoration: none;
}

h4, .footer_subnav_heading {
  font-family: "Heebo", sans-serif;
  font-size: 1.3em;
  color: #008BD9;
  font-weight: 800;
  text-decoration: none;
}

.footer_subnav_heading {
  font-size: 1.4em;
  margin-bottom: 8px;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-top: 0px;
  color: #008BD9;
  text-decoration: none;
}

h6 {
  font-family: "Heebo", sans-serif;
  font-size: 0.666667em;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00417E;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  line-height: 1.6em;
  color: #00417E;
  text-decoration: none;
}

a {
  color: #00417E;
  font-weight: 700;
}

article a {
  border-bottom: 2px solid white;
  transition: 0s !important;
}
article a:hover {
  border-bottom: 2px solid #00417E;
  color: #00417E;
}

.ss-social-icons-container a:after {
  display: none;
}

.the-content {
  padding: 60px 0 0 0;
}
.the-content h2 {
  margin-top: 40px;
}
.the-content h2:nth-of-type(1) {
  margin-top: 0;
}
.the-content ul, .the-content ol {
  padding-left: 22px;
  margin-top: 22px;
}
.the-content ul li, .the-content ol li {
  font-size: 1.125rem;
  margin-top: 20px;
  font-weight: 400;
}
.the-content ul li a, .the-content ol li a {
  border-bottom: 2px solid white;
  color: #00417E;
  font-weight: 700;
  position: relative;
}
.the-content ul li a:hover, .the-content ol li a:hover {
  border-bottom: 2px solid #00417E;
  color: #00417E;
}

/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.locked {
  overflow: hidden;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* Change color & bg color of selected live text */
*::selection {
  background-color: #008BD9;
  color: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

*:target:before:focus {
  outline: none !important;
}

*:target:focus {
  outline: none;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}
a:after, a:visited:after, a:hover:after, a:focus:after, input:after, input:hover:after {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 120%;
  -webkit-text-size-adjust: 120%;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  -ms-text-size-adjust: 120%;
  -webkit-text-size-adjust: 120%;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#content {
  margin: 70px 0 0 0;
}

body.locked {
  overflow: hidden;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* Change color & bg color of selected live text */
*::selection {
  background-color: #008BD9;
  color: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

*:target:before:focus {
  outline: none !important;
}

*:target:focus {
  outline: none;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}

.sticky {
  position: relative;
  top: 0;
}
@media screen and (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 130px;
  }
}

article {
  margin: 0 auto 60px;
}

.wp-block-image a, ul.post-categories li a {
  border-bottom: none;
}
.wp-block-image a:hover, ul.post-categories li a:hover {
  border-bottom: none;
}

textarea {
  width: 100%;
}

.socials_inline .wp-block-image .aligncenter, .socials_inline .wp-block-image .alignleft, .socials_inline .wp-block-image .alignright, .socials_inline .wp-block-image.is-resized {
  display: inline;
}
.socials_inline .wp-block-image .aligncenter:nth-child(2), .socials_inline .wp-block-image .aligncenter:nth-child(3), .socials_inline .wp-block-image .alignleft:nth-child(2), .socials_inline .wp-block-image .alignleft:nth-child(3), .socials_inline .wp-block-image .alignright:nth-child(2), .socials_inline .wp-block-image .alignright:nth-child(3), .socials_inline .wp-block-image.is-resized:nth-child(2), .socials_inline .wp-block-image.is-resized:nth-child(3) {
  margin-left: 10px;
}

/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #00417E;
  margin: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.container {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (min-width: 700px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

img {
  height: auto;
}

.page-id-303 .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  body.page-template-default .container {
    margin-top: 30px;
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  body.page-template-default .main-footer .container {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .main-footer .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .main-footer .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .main-footer .container {
    max-width: 1600px;
  }
}

body.locked {
  overflow: hidden;
}

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

.wp-block-image figcaption {
  margin-top: 0.8em;
  margin-bottom: 1em;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 700;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* Change color & bg color of selected live stext */
*::selection {
  background-color: #008BD9;
  color: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

*:target:before:focus {
  outline: none !important;
}

*:target:focus {
  outline: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 6px solid #ececec;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}

#wpadminbar {
  top: inherit;
  bottom: 0;
}

.fixed {
  position: fixed !important;
}

.wp-block-image {
  margin: 0;
}

.has-2-columns.wp-block-columns {
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .has-2-columns.wp-block-columns {
    flex-wrap: nowrap;
  }
}
.has-2-columns .wp-block-column {
  flex-basis: 100% !important;
}
.has-2-columns .wp-block-column:nth-child(2n) {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .has-2-columns .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media screen and (min-width: 992px) {
  .has-2-columns .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
}

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

=== Use Extend Property (Example below) ===

.header {
  @extend .transition-cubic;
  background: white;
}

*/
.transition-cubic {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast, .modal-header .close {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition, .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.transition-bounce {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

.easeInOutBack {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ====================== Alignment ====================== */
.center, #search-container input#searchField {
  text-align: center;
}

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  -o-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

/* ====================== Paddding Adjustments ====================== */
/* Remove excess margin / padding */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.cushion-sm {
  padding: 2%;
}

.cushion-md {
  padding: 5%;
}

.cushion-lg {
  padding: 10%;
}

.cushion-vert-sm {
  padding: 2% 0;
}

.cushion-vert-md {
  padding: 5% 0;
}

.cushion-vert-lg {
  padding: 10% 0;
}

.cushion-horiz-sm {
  padding: 0 2%;
}

.cushion-horiz-md {
  padding: 0 5%;
}

.cushion-horiz-lg {
  padding: 0 10%;
}

.white {
  color: white !important;
}

/* ====================== Alignment ====================== */
.centered, body.home section.split .image img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  -o-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-margin {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* BG Images
====================== */
.bg-image-js {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

/* ====================== REM font size with pixel fallback ====================== */
/* === Usage === */
/*p {
  @include font-size(14px)
}*/
/* === Output === */
/*p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}*/
/* ====================== Breakpoints ====================== */
/* ==== Usage ==== */
/*.class {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}*/
/* ==== End ==== */
/* Animation delays
============================*/
.delay-1 {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.35s;
}

.delay-3 {
  animation-delay: 35s;
  -webkit-animation-delay: 0.35s;
}

.delay-4 {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}

.delay-5 {
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
}

.delay-6 {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
}

/* Mixins
============================*/
/* Flex Nav */
nav.flex-nav {
  background: transparent;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  float: right;
}
nav.flex-nav .mainnav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Options: */
  /*justify-content: flex-start;*/
  /*justify-content: flex-end;*/
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
}
nav.flex-nav .mainnav .menu ul li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* Options: */
  /*flex: 1 1 auto;*/
  /* 2nd Level ul */
}
nav.flex-nav .mainnav .menu ul li a {
  padding: 1.5em 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav.flex-nav .mainnav .menu ul li a:hover {
  background: #ddd;
}
nav.flex-nav .mainnav .menu ul li > a.current {
  background: #ddd;
}
nav.flex-nav .mainnav .menu ul li ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  /* 2nd level li */
}
nav.flex-nav .mainnav .menu ul li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999; /* 3rd level ul */
  /* 3rd level ul */
}
nav.flex-nav .mainnav .menu ul li ul > li a {
  display: block;
  background: #eee;
  padding: 10px 12px;
  width: 100%;
}
nav.flex-nav .mainnav .menu ul li ul > li ul {
  left: 100%;
  top: 0;
  /* 3rd level li */
}
nav.flex-nav .mainnav .menu ul a {
  text-decoration: none;
}
nav.flex-nav .mainnav .menu ul > li:hover > ul, nav.flex-nav .mainnav .menu ul > li > ul > li:hover > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ====================== Side Drawer Styling ====================== */
#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}

.body-overlay {
  display: block;
  cursor: col-resize;
  /*background: linear-gradient(30deg, #2e3192, #1bffff);*/
  background: #888;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  -webkit-transition: opacity 0.55s ease;
  -o-transition: opacity 0.55s ease;
  -moz-transition: opacity 0.55s ease;
  -ms-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  -o-transition-delay: 0.44s !important;
  -moz-transition-delay: 0.44s !important;
  -webkit-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
}
.body-overlay.active {
  opacity: 0.6;
  visibility: visible;
  height: 100%;
  width: 100%;
  z-index: 9;
  -webkit-transition: opacity 0.55s ease;
  -o-transition: opacity 0.55s ease;
  -moz-transition: opacity 0.55s ease;
  -ms-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  -o-transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

#siteWrapper {
  position: relative;
  background-color: #fff;
}

#sidecar {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4em;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #00417E;
  top: 0;
  right: -100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -o-transition: right 0.44s ease;
  -moz-transition: right 0.44s ease;
  -webkit-transition: right 0.44s ease;
  transition: right 0.44s ease;
  z-index: 99999 !important;
}
#sidecar h3, #sidecar .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card #sidecar .donate_header {
  border-bottom: 1px solid white;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  width: 100%;
}
#sidecar ul {
  padding: 0;
}
#sidecar .accessibility {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 5px;
  width: 100%;
}
#sidecar .accessibility span {
  color: white;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  #sidecar .accessibility span {
    color: #00417E;
  }
}
#sidecar .accessibility .text-size {
  padding-right: 15px;
  margin: 0 0 1.7em 0;
}
#sidecar .accessibility .text-size a {
  background: #00417E;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  height: 35px;
  line-height: 32px;
  margin-right: 0.3em;
  text-align: center;
  width: 35px;
}
@media only screen and (min-width: 992px) {
  #sidecar .accessibility .text-size a {
    border: 1px solid #00417E;
    color: #00417E;
  }
}
#sidecar .accessibility .text-size a.active {
  background: white;
  color: #00417E;
}
@media only screen and (min-width: 992px) {
  #sidecar .accessibility .text-size a.active {
    background: #00417E;
    color: white;
  }
}
#sidecar .accessibility .text-size a:hover {
  background: white;
  color: #00417E;
}
@media only screen and (min-width: 992px) {
  #sidecar .accessibility .text-size a:hover {
    background: #00417E;
    color: white;
  }
}
#sidecar .accessibility a.cta,
#sidecar .accessibility input.search-submit {
  font-size: 1.5em;
  padding: 3px 20px;
}
#sidecar .accessibility .language > a {
  border: 1px solid white;
  font-size: 1em;
  padding: 0.2em 20px 0.3em;
  margin-top: 0.1em;
}
#sidecar .accessibility .language > a:hover {
  background: white;
  color: #00417E;
}
#sidecar .accessibility .language > a:nth-of-type(1) {
  margin-right: 0.3em;
}
#sidecar .accessibility input#searchsubmit {
  font-size: 1.5em;
  padding: 6px 20px;
}
#sidecar .accessibility #searchform label {
  display: none;
}
#sidecar .menu .mainnav ul {
  right: 0px;
  display: flex;
}
#sidecar .menu .mainnav ul li {
  width: 100%;
}
#sidecar .menu .mainnav ul li a {
  padding: 10px;
  color: white;
  font-weight: 700;
}
#sidecar .close-drawer {
  position: absolute;
  -o-transition: right 0.44s ease;
  -moz-transition: right 0.44s ease;
  -webkit-transition: right 0.44s ease;
  transition: right 0.44s ease;
  padding-right: 30px;
  border: none;
  bottom: 0;
  background-size: contain;
  border: 2px solid white;
  outline: none !important;
  color: white;
  width: 100%;
  font-weight: 700;
  font-size: 1.3em;
  height: 70px;
  padding: 20px;
  background: #05417d;
  width: 70px;
  right: 30px;
  border-radius: 50px;
  top: 30px;
}

/* Open & Close Button Placement and Speed */
#drawer-toggle {
  background: none;
  cursor: pointer;
  margin-top: 10px;
  background: #00417E;
  margin-right: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  height: 71px;
  width: 71px;
  border: none;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #drawer-toggle {
    display: none;
  }
}
#drawer-toggle span {
  position: absolute;
  border-radius: 20px;
  width: 27px;
  height: 2px;
  background-color: white;
  content: "";
  transform: translate(-50%, -50%);
  left: 50%;
}
#drawer-toggle span:nth-child(1) {
  top: 36%;
}
#drawer-toggle span:nth-child(2) {
  top: 50%;
}
#drawer-toggle span:nth-child(3) {
  top: 65%;
}
@media (min-width: 768px) {
  #drawer-toggle span {
    width: 25px;
  }
}
#drawer-toggle button .menu-text {
  float: left;
}
#drawer-toggle button img.menu-icon {
  float: left;
  width: 17px;
  margin-left: 5px;
  margin-top: 4px;
}
#drawer-toggle:focus {
  outline: none !important;
}

/* Drawer Placement & Speed */
.slide-right,
.push-right,
.over-right {
  right: 0;
  left: inherit;
}

.slide-right {
  -webkit-transition: -webkit-transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  -moz-transition: -moz-transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  -ms-transition: -ms-transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  -o-transition: -o-transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
}

/* Slide Right */
#sidecar.slide-right {
  opacity: 1;
  -o-transition: right 0.44s ease;
  -moz-transition: right 0.44s ease;
  -webkit-transition: right 0.44s ease;
  transition: right 0.44s ease;
}
#sidecar.slide-right.active {
  opacity: 1;
  right: 0px;
  -o-transition: all 0.44s ease;
  -moz-transition: all 0.44s ease;
  -webkit-transition: all 0.44s ease;
  transition: all 0.44s ease;
}
#sidecar.slide-right.active .close-drawer.pull-right {
  right: 5px;
  -o-transition: right 0.44s ease;
  -moz-transition: right 0.44s ease;
  -webkit-transition: right 0.44s ease;
  transition: right 0.44s ease;
}
#sidecar.slide-right.active #mainnav li a {
  margin-left: 0px;
  opacity: 1;
  border-left: 2px solid #00417E;
  transition: 0.1s ease-in-out;
}
#sidecar.slide-right.active #mainnav li a:hover {
  border-left: 2px solid white;
  padding: 4px 0 4px 15px;
}

/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar #mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  -webkit-padding-start: 0px;
}
nav#sidecar #mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: left;
}
nav#sidecar #mainnav li:hover ul {
  display: block;
}
nav#sidecar #mainnav li ul {
  padding: 0 0 0 0;
  margin: 0;
  display: block;
  position: relative;
  max-height: 0;
  overflow: hidden;
  float: none;
  transition: max-height 0.25s ease-in;
  background: rgba(0, 0, 0, 0.2);
}
nav#sidecar #mainnav li ul li a {
  padding: 10px 0px 10px 25px;
  border: none;
}
nav#sidecar #mainnav li ul.active {
  display: block;
  max-height: 500px;
  float: none;
  transition: max-height 0.44s ease-in;
}
nav#sidecar #mainnav li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px 0;
  margin: 6px 0;
  position: relative;
  margin-left: 50px;
  opacity: 0;
  color: white;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-transition: all 0.44s ease;
  -moz-transition: all 0.44s ease;
  -o-transition: all 0.44s ease;
  transition: all 0.44s ease;
}
nav#sidecar #mainnav li a.expand {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("images/ui/arrow-light.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  padding: 16px;
  cursor: pointer;
  border: none;
}
nav#sidecar #mainnav li a.expand.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border: none;
}
nav#sidecar #mainnav ul#menu-primary {
  padding-left: 0;
}

.search-icon {
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .search-icon {
    display: inline-block;
  }
}
.search-icon.mobile {
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .search-icon.mobile {
    display: none;
  }
}

#search-container {
  height: 140px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  top: -150px;
  left: 0;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.44s ease;
  z-index: 99999 !important;
  transform: translateY(-150px) translateZ(0) translate3d(0, 150px, 0);
  top: -150px \9 ;
}
#search-container.active {
  transform: translateY(0) translateZ(0) translate3d(0, 150px, 0);
  top: 0 \9 ;
  height: 100%;
  opacity: 1;
}
#search-container .searchPanel {
  display: flex;
}
#search-container input#searchButton {
  margin-top: 16px;
  border: none;
  padding: 0 20px;
  display: none !important;
}
@media (min-width: 30em) {
  #search-container input#searchButton {
    display: none;
  }
}
#search-container input#searchField {
  border-radius: 0;
  width: 70%;
  font-size: 24px;
  padding: 20px 15px;
}
@media (max-width: 30em) {
  #search-container input#searchField {
    width: 90%;
    padding: 10px 15px;
    margin-top: 16px;
    font-size: 18px;
  }
}
#search-container #search-close {
  position: absolute;
  top: 5px;
  right: 30px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 30em) {
  #search-container #search-close {
    right: 0;
    bottom: 0;
    top: initial;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 2rem;
  }
}
#search-container #search-close span {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 3px;
}

body.page-search-results div.side-section {
  display: none;
}

.search-icon {
  cursor: pointer;
}
.search-icon img {
  width: 19px;
}

.search-info-container {
  max-width: 70%;
  width: 100%;
}

.assistive-text {
  display: none;
}

/* ====================== Header ====================== */
header.main-header {
  z-index: 99;
  background: white;
  box-shadow: 0px 11px 8px -10px rgba(0, 0, 0, 0.1215686275);
  top: 0;
  width: 100%;
  transition: all 0.33s ease;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 992px) {
  header.main-header {
    padding: 0 50px 0;
  }
}
header.main-header .logo-wrap {
  align-items: center;
  padding: 0.5em;
  position: relative;
  display: flex;
}
header.main-header .logo-wrap .desktop {
  display: none;
}
@media only screen and (min-width: 500px) {
  header.main-header .logo-wrap .desktop {
    display: inline-block;
  }
}
header.main-header .logo-wrap .mobile {
  display: inline-block;
}
@media only screen and (min-width: 500px) {
  header.main-header .logo-wrap .mobile {
    display: none;
  }
}
header.main-header .logo-wrap a {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 500px) {
  header.main-header .logo-wrap a {
    justify-content: center;
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  header.main-header .logo-wrap a {
    justify-content: flex-start;
  }
}
header.main-header .logo-wrap a img {
  width: 40px;
}
@media only screen and (min-width: 500px) {
  header.main-header .logo-wrap a img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  header.main-header .logo-wrap a img {
    width: 100%;
  }
}
header.main-header .icon-search {
  position: relative;
  right: 10px;
}
header.main-header .header_leftside {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header.main-header .header_leftside {
    width: 20%;
  }
}
header.main-header .header_leftside .nav_wrap {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_leftside .nav_wrap {
    display: none;
  }
}
header.main-header .header_leftside .nav_wrap .search-icon {
  margin: 0 20px 0 0;
  position: relative;
  top: -2px;
  width: 170px;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_leftside .nav_wrap .search-icon {
    margin: 0;
  }
}
header.main-header .header_rightside {
  display: flex;
  align-items: center;
}
header.main-header .header_rightside .header-items {
  display: none;
}
@media (min-width: 992px) {
  header.main-header .header_rightside .header-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 2em 0;
    margin-right: 30px;
  }
}
header.main-header .header_rightside .header-items .search-icon {
  margin: 0 20px 0 0;
  position: relative;
  top: -2px;
  width: 170px;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items .search-icon {
    margin: 0;
  }
}
header.main-header .header_rightside .header-items .accessibility {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-right: 9px;
}
@media (max-width: 1200px) {
  header.main-header .header_rightside .header-items .accessibility {
    display: none;
  }
}
header.main-header .header_rightside .header-items .accessibility span {
  color: white;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items .accessibility span {
    color: #00417E;
  }
}
header.main-header .header_rightside .header-items .accessibility .text-size {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid rgb(239.7, 239.7, 239.7);
}
header.main-header .header_rightside .header-items .accessibility .text-size a {
  background: white;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  width: 25px;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items .accessibility .text-size a {
    border: 1px solid #00417E;
    color: #00417E;
  }
}
header.main-header .header_rightside .header-items .accessibility .text-size a.active {
  background: white;
  color: #00417E;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items .accessibility .text-size a.active {
    background: #00417E;
    color: white;
  }
}
header.main-header .header_rightside .header-items .accessibility .text-size a:hover {
  background: white;
  color: #00417E;
}
@media only screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items .accessibility .text-size a:hover {
    background: #00417E;
    color: white;
  }
}
header.main-header .header_rightside .header-items .accessibility a.cta, header.main-header .header_rightside .header-items .accessibility input.search-submit {
  font-size: 1.5em;
  padding: 3px 20px;
}
header.main-header .header_rightside .header-items .accessibility .language > a {
  font-size: 1em;
  padding: 0.2em 20px 0.3em;
}
header.main-header .header_rightside .header-items .accessibility input#searchsubmit {
  font-size: 1.5em;
  padding: 6px 20px;
}
header.main-header .header_rightside .header-items .accessibility #searchform label {
  display: none;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu {
    display: flex;
  }
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li {
  margin: 0 8px;
  list-style: none;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li:focus-within ul.sub-menu {
  clip: auto;
  height: auto;
  width: auto;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li:hover ul.sub-menu, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li.focus ul.sub-menu {
  clip: auto;
  height: auto;
  width: auto;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li:hover > a, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li.focus > a {
  text-decoration: underline;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li:hover a, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li.focus a {
  color: rgb(0, 54.4761904762, 105.6);
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li:hover a:after, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li.focus a:after {
  opacity: 1;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li a {
  font-weight: 700;
  color: #00417E;
  font-size: 1em;
  padding-bottom: 2.1em;
  position: relative;
}
@media screen and (min-width: 1160px) {
  header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li a {
    font-size: 1.2em;
    padding-bottom: 1.7em;
  }
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu {
  background: #00417E;
  border-radius: 0;
  border-top: 4px solid #008BD9;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  display: flex;
  flex-direction: column;
  height: 1px;
  width: 1px;
  position: absolute;
  top: 97%;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu.toggled {
  clip: auto;
  height: auto;
  width: auto;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li {
  display: flex;
  margin: 0;
  padding-bottom: 0;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:hover, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus-within {
  background: #19558c;
  cursor: pointer;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:hover a, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus a, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus-within a {
  transform: translate(5px, 0);
  background: transparent;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:hover a:after, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus a:after, header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li:focus-within a:after {
  background: none;
  opacity: 0 !important;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li a {
  padding: 0;
  margin: 10px 20px;
  color: white;
  transform: translate(0px, 0px);
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li ul.sub-menu li a:after {
  display: none;
}
header.main-header .header_rightside .header-items nav.flex-nav ul#menu-header-menu li.donate-cta > a {
  padding: 0 10px;
  border-radius: 13px;
  background: #00417E;
  color: #ffffff;
}
header.main-header.header-show {
  position: fixed;
  top: 0;
}
header.main-header.header-hide {
  top: -100px;
}
header.main-header span.screen-reader-text {
  display: none;
}
header.main-header .language {
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  header.main-header .language {
    border-right: 2px solid #f0f0f0;
  }
}

/* ====================== Footer ====================== */
@media (max-width: 991px) {
  .change-life {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.change-life .copy {
  width: 100%;
  max-width: 90%;
  text-align: center;
  margin-top: 40px;
}
.change-life .copy h2 {
  margin: 0 auto;
  max-width: 650px;
}

.top-footer .copy {
  width: 100%;
  max-width: 100%;
}
.top-footer .copy h3, .top-footer .copy .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card .top-footer .copy .donate_header {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

.bottom-footer {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .bottom-footer {
    flex-direction: column;
    padding: 80px 0 20px 0;
  }
}
.bottom-footer > div {
  width: 47%;
  text-align: center;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .bottom-footer > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
.bottom-footer > div input {
  display: block;
  margin: 2em auto;
  margin-top: 0;
  height: 40px;
  width: 350px;
  max-width: 100%;
  outline: none;
  border: 2px solid #00417E;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .bottom-footer > div input {
    width: 300px;
  }
}
@media (min-width: 991px) {
  .bottom-footer .support {
    border-right: 2px solid #00417E;
  }
}

.main-footer {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 60px 0 120px 0;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.07);
  background-color: #00417E;
}
@media only screen and (min-width: 992px) {
  .main-footer {
    padding: 60px 0 60px 0;
  }
}
.main-footer .footer-body {
  align-items: flex-start;
  border-bottom: 1px solid white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1.5em;
  max-width: 1010px;
  padding: 0 20px;
  width: 100%;
}
.main-footer .footer-body p {
  color: #ffffff;
}
.main-footer .footer-body p i {
  width: 20px;
  margin: 0 10px 0 0;
  text-align: center;
}
.main-footer .footer-body a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.main-footer .footer-body a:hover {
  text-decoration: underline;
}
.main-footer .footer-column {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0 20px;
  vertical-align: top;
}
.main-footer .footer-column:first-child {
  border-bottom: 1px solid white;
  margin: 0 0 3em 0;
  padding: 0 0 2em 0;
}
.main-footer .footer-column i {
  color: white;
  margin: 0 10px 0 0;
}
.main-footer #foot_col_1 {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer #foot_col_1 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-footer #foot_col_1 {
    text-align: left;
    width: 31%;
  }
}
.main-footer #foot_col_2 {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer #foot_col_2 {
    width: 38%;
  }
}
@media (min-width: 992px) {
  .main-footer #foot_col_2 {
    text-align: left;
    width: 25%;
  }
}
.main-footer #foot_col_3 {
  text-align: center;
  width: 100%;
}
.main-footer #foot_col_3 span {
  font-family: "Heebo", sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.2em;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (min-width: 840px) {
  .main-footer #foot_col_3 span {
    width: 52%;
  }
}
@media (min-width: 992px) {
  .main-footer #foot_col_3 span {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main-footer #foot_col_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .main-footer #foot_col_3 {
    flex-direction: column;
    text-align: left;
    width: 35%;
  }
}
.main-footer .images-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .main-footer .images-wrapper {
    justify-content: flex-start;
    width: 100%;
  }
}
.main-footer .images-wrapper .image {
  display: block;
  margin: 0 20px 20px 0;
  padding: 0;
}
.main-footer .images-wrapper .image:first-child {
  width: 90px;
}
.main-footer .images-wrapper .image:last-child {
  width: 115px;
}
.main-footer .credit {
  color: white;
  margin: 2em 0 4em;
}
.main-footer .hide-mobile span {
  color: white;
}

#mobile-footer {
  width: 100%;
  height: 70px;
  background: #008BD9;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  z-index: 10000;
}
#mobile-footer a {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  justify-items: center;
}
#mobile-footer a span {
  text-align: center;
  position: relative;
  color: white;
}
#mobile-footer a span:before {
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  top: 0;
}
#mobile-footer a.help span:before {
  content: "\f128";
}
#mobile-footer a.home span:before {
  content: "\f015";
}
#mobile-footer a.heart span:before {
  content: "\f004";
}
#mobile-footer a.add span:before {
  content: "\f067";
}
#mobile-footer a:hover {
  background: rgb(0, 106.331797235, 166);
}

a.qt_footer_logo {
  width: 250px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  a.qt_footer_logo {
    width: 330px;
  }
}

.footer-menu {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.footer-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  width: 100%;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}
.footer-menu ul li:first-child {
  margin: 0;
}
.footer-menu ul a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-socials {
  width: 100%;
  display: block;
  margin: 40px 0 0 0;
  padding: 0;
}
.footer-socials ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.footer-socials ul li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
  vertical-align: top;
}
.footer-socials ul li:first-child {
  margin: 0;
}
.footer-socials ul a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  color: rgb(255, 255, 255);
}
.footer-socials ul a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-socials ul a img {
  width: 30px;
}

.adaText {
  margin: 0 auto;
  max-width: 1010px;
}
.adaText a {
  color: white;
}
.adaText a:hover {
  color: white;
  text-decoration: underline;
}

.ctct-inline-form {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .ctct-inline-form {
    margin: 0;
  }
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ====================== Buttons ====================== */
a.cta,
input.cta,
.quote-content + a,
input.search-submit,
input#searchsubmit,
.language > a,
input#submit, a.wp-block-button__link {
  background: #00417E;
  border-radius: 25px;
  color: white !important;
  display: inline-block;
  margin-top: 1em;
  padding: 7px 19px 7px 19px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  position: relative;
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  a.cta,
  input.cta,
  .quote-content + a,
  input.search-submit,
  input#searchsubmit,
  .language > a,
  input#submit, a.wp-block-button__link {
    margin-top: 0;
  }
}
a.cta:hover,
input.cta:hover,
.quote-content + a:hover,
input.search-submit:hover,
input#searchsubmit:hover,
.language > a:hover,
input#submit:hover, a.wp-block-button__link:hover {
  background: rgb(0, 54.4761904762, 105.6);
  border-bottom: none;
  color: white;
}

.cta-simple, .tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical, .tribe-events .tribe-events-c-ical__link, .tribe-common .tribe-common-c-btn, .tribe-events-widget .tribe-events-widget-events-list__view-more-link {
  background: #00417E;
  border-radius: 25px;
  color: white;
  display: inline-block;
  padding: 5px 16px 7px 16px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  position: relative;
  font-size: 1.1em;
}
.cta-simple:hover, .tribe-events-cal-links .tribe-events-gcal:hover,
.tribe-events-cal-links .tribe-events-ical:hover, .tribe-events .tribe-events-c-ical__link:hover, .tribe-common .tribe-common-c-btn:hover, .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
  background: rgb(0, 54.4761904762, 105.6);
  border-bottom: none;
  color: white;
}
.cta-simple:hover a, .tribe-events-cal-links .tribe-events-gcal:hover a,
.tribe-events-cal-links .tribe-events-ical:hover a, .tribe-events .tribe-events-c-ical__link:hover a, .tribe-common .tribe-common-c-btn:hover a, .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover a {
  color: white;
}

a.donate_link {
  align-items: center;
  display: none;
  border-radius: 25px;
  height: 50px;
  background: #00417E;
  color: white;
  font-size: 1.1em;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  a.donate_link {
    display: flex;
  }
}
a.donate_link:hover {
  background: rgb(0, 54.4761904762, 105.6);
}

input#submit {
  font-size: 1em;
}

.copy-wrap a.cta:hover {
  background: rgb(0, 54.4761904762, 105.6);
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background-color: #00417E !important;
  border: 1px solid #00417E !important;
  color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 19px 7px 19px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  position: relative;
  font-size: 1.3em;
  width: 130px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background: rgb(0, 54.4761904762, 105.6) !important;
  border: 1px solid rgb(0, 54.4761904762, 105.6) !important;
}

a.cta, a.wp-block-button__link, .quote-content + a {
  padding: 7px 19px 7px 19px;
}
a.cta:after, a.wp-block-button__link:after, .quote-content + a:after {
  content: "";
  background: url(/wp-content/uploads/white_down.svg);
  height: 15px;
  width: 15px;
  position: absolute;
  right: 13px;
  opacity: 0;
  translate: -4px, 0;
  transform: rotate(-90deg);
  transition: 0s !important;
  top: 14px;
  background-repeat: no-repeat;
}
a.cta:hover, a.wp-block-button__link:hover, .quote-content + a:hover {
  padding: 7px 38px 7px 19px;
  transition: all 0.2s ease !important;
  border-bottom: none;
}
a.cta:hover:after, a.wp-block-button__link:hover:after, .quote-content + a:hover:after {
  translate: 0, 0;
  transition: 0s !important;
  opacity: 1;
}

.split a.cta:hover {
  background: rgb(0, 54.4761904762, 105.6);
}

.big-btn ul li a {
  display: block;
  color: white;
  margin-bottom: 10px;
  font-size: 1.125em;
  background: #008BD9;
  font-weight: 700;
  margin: 10px 0;
  height: 50px;
  line-height: 45px;
  text-align: center;
}

.categories ul li a,
.year_archive ul li a {
  display: block;
  color: #00417E;
  border-top: 2px solid whitesmoke;
  margin-bottom: 10px;
  font-size: 1.125em;
  padding-top: 20px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 25px;
  text-align: center;
}

.si-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.speech-input {
  border: 2px solid #145088;
  border-radius: 20px;
  color: #145088;
  width: 100%;
  padding: 6px 6px 6px 16px;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}
.speech-input::placeholder {
  color: #145088;
  font-weight: 700;
}

.si-wrapper button {
  position: absolute;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  font: 0/0;
  background-color: white;
  background-image: url(/wp-content/uploads/microphone_blue.svg);
  height: 18px;
  width: 33.2px;
  right: 12px;
  content: "";
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

/* Microphone icon */
.si-mic {
  display: none;
  height: 25%; /* 8px / 32px */
  top: 9.375%; /* 3px / 32px */
  left: 37.5%; /* 12px / 32px */
  right: 37.5%; /* 12px / 32px */
  -webkit-border-radius: 99px 99px 0 0;
  -moz-border-radius: 99px 99px 0 0;
  border-radius: 99px 99px 0 0;
}

.si-mic:before,
.si-mic:after,
.si-holder {
  -webkit-border-radius: 0 0 99px 99px;
  -moz-border-radius: 0 0 99px 99px;
  border-radius: 0 0 99px 99px;
}

.si-mic:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 150%; /* 12px / 8px */
  height: 137.5%; /* 11px / 8px */
  top: 100%; /* 8px / 8px */
  left: -25%; /* -2px / 8px */
  background: #fff;
}

.si-mic:after {
  z-index: 1;
  content: "";
  width: 100%; /* 10px / 10px */
  height: 100%; /* 10px / 10px */
  top: 110%; /* 11px / 10px */
  left: 0;
}

.si-holder {
  display: none;
  height: 40.625%; /* 13px / 32px */
  width: 50%; /* 16px / 32px */
  left: 25%; /* 8px / 32px */
  top: 37.5%; /* 12px / 32px */
}

.si-holder:after {
  content: "";
  width: 66.666%; /* 8px / 16px */
  height: 18.182%; /* 2px / 13px */
  bottom: -30.769%; /* -4px / 13px */
  left: 16.667%; /* 2px / 16px */
}

.si-holder:before {
  content: "";
  width: 33.333%; /* 4px / 16px */
  height: 27.273%; /* 3px / 13px */
  top: 92.308%; /* 12px / 13px */
  left: 33.333%; /* 4px / 16px */
}

.accordion {
  margin-top: 30px;
}
.accordion .card {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 4px solid #e8e8e8 !important;
}
.accordion .card .card-header {
  background: white;
  border-bottom: none;
  padding: 0;
}
.accordion .card .card-header h4 {
  margin: 0;
}
.accordion .card .card-header h4 .btn {
  color: #00417E;
  font-weight: 800;
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  text-align: left;
  text-decoration: none;
  padding: 0;
  margin: 20px 0;
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .accordion .card .card-header h4 .btn {
    width: 100%;
  }
}
.accordion .card .card-header h4 .btn:after {
  content: "";
  background: url(/wp-content/uploads/downarrow.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 27px;
  right: 30px;
  position: absolute;
}
.accordion .card .card-header h4 .btn[aria-expanded=true]:after {
  content: "";
  background: url(/wp-content/uploads/downarrow.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 27px;
  right: 30px;
  position: absolute;
  transform: rotate(180deg);
}
.accordion .card .card-body {
  padding: 0;
  margin-bottom: 30px;
}

.custom-form-label {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.custom-form-label-required:before {
  content: "∗";
  position: absolute;
  top: -8px;
  left: -15px;
  color: #F5463B;
}
.custom-form-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #757575;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  font-family: "Open Sans", sans-serif;
}
.custom-form-dropdown {
  display: block;
  width: 100%;
  border: 1px solid #757575;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 16px;
}
.custom-form-dropdown option {
  font-family: "Open Sans", sans-serif;
}
.custom-form-textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  border: 1px solid #757575;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 16px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
}
.custom-form-submit {
  background-color: #00417E;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 19px;
  font-weight: 700;
  font-size: 1.3em;
  width: 130px;
}
.custom-form-submit:hover {
  background-color: #008BD9;
}

.volunteer-form {
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 24px !important;
}

.wpcf7 input, .wpcf7 label {
  width: 100%;
  font-weight: 700;
  color: #00417E;
}
.wpcf7 input {
  border-radius: 0;
  border: 1px solid #00417E;
  margin-top: 10px;
  padding: 10px;
}
.wpcf7 .wpcf7-submit {
  background: #00417E;
  border: none;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-weight: 700;
  padding: 7px 19px 7px 19px;
  position: relative;
  margin: 0;
  transition: all 0.33s ease;
  font-size: 1em;
  width: 110px;
}
.wpcf7 .wpcf7-submit:hover {
  background: #008BD9;
}
.wpcf7 span.wpcf7-not-valid-tip {
  color: #fd413e;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 700;
  display: block;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  border: 2px solid #fd413e;
  font-size: 1.3em;
  font-weight: 800;
  color: #fd413e;
  margin: 40px 0;
  text-align: center;
}

.ctct-form-custom {
  font-size: 1rem;
  position: relative;
  text-align: center;
  top: -7px;
}

p.ctct-form-text {
  margin-bottom: 0;
}

#wpcf7-f825-p9-o1 {
  width: 100%;
}
#wpcf7-f825-p9-o1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 750px;
  margin: 2em auto 0;
}
#wpcf7-f825-p9-o1 form p {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #wpcf7-f825-p9-o1 form p {
    width: 47%;
  }
}
#wpcf7-f825-p9-o1 form p:nth-last-of-type(2) {
  width: 100%;
}
#wpcf7-f825-p9-o1 form p:nth-last-of-type(1) {
  margin: 0;
  width: 47%;
  text-align: right;
}
#wpcf7-f825-p9-o1 form h6 {
  align-items: center;
  display: flex;
  font-size: 0.9em;
  margin-top: 1.1em;
  width: 47%;
}
#wpcf7-f825-p9-o1 form textarea {
  border-radius: 0;
  margin-top: 0.65em;
}
#wpcf7-f825-p9-o1 form .ajax-loader {
  display: none;
}

#ctct_form_0 div.ctct-form-field {
  max-width: 440px;
  margin: 0 auto 24px;
}

#dafdirectdiv {
  margin-top: 20px;
  width: 100% !important;
}
#dafdirectdiv #dafdirect {
  display: flex;
  flex-wrap: wrap;
}
#dafdirectdiv #dafdirect > img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#dafdirectdiv #dafdirect .whatThis {
  width: 100%;
}
#dafdirectdiv #dafdirect .whatThis #showwhatisthis {
  width: 100%;
  margin: auto;
  text-align: center;
}
#dafdirectdiv #dafdirect #notwhatisthis {
  width: 90%;
  margin: 0 auto;
}
#dafdirectdiv #dafdirect #notwhatisthis select, #dafdirectdiv #dafdirect #notwhatisthis input {
  width: 100%;
}
#dafdirectdiv #dafdirect #notwhatisthis #amountNextContain .dafdirectInputAmount {
  float: none;
  width: 100%;
}
#dafdirectdiv #dafdirect #notwhatisthis #amountNextContain .dafdirectInputAmount input {
  text-align: left;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5411764706);
  outline: 0;
  padding: 30px;
}

.modal-dialog {
  max-width: 800px;
}

.modal-body {
  text-align: center;
}
.modal-body address {
  font-size: 2rem;
}

.modal-footer {
  justify-content: center;
}
.modal-footer .btn {
  background: #00417E;
  color: white;
  display: inline-block;
  border-radius: 20px;
  font-weight: 700;
  transition: all 0.33s ease;
  border: none;
  position: relative;
  font-size: 1.3em;
  padding: 7px 19px 7px 19px;
}
.modal-footer .btn:after {
  content: "";
  background: url(/wp-content/uploads/white_down.svg);
  height: 15px;
  width: 15px;
  position: absolute;
  right: 13px;
  opacity: 0;
  translate: -4px, 0;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
  top: 13px;
  background-repeat: no-repeat;
}
.modal-footer .btn:hover {
  background: rgb(0, 117.619047619, 228);
  padding: 7px 38px 7px 19px;
}
.modal-footer .btn:hover:after {
  translate: 0, 0;
  opacity: 1;
}

.modal-header {
  text-align: center;
}
.modal-header h3, .modal-header .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card .modal-header .donate_header {
  width: 100%;
}

.photoslider_container {
  display: flex;
  margin: 2em 0 2.5em;
  max-width: 500px;
}
.photoslider_container #tns1 {
  display: flex;
}
.photoslider_container #tns1 .item {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  position: relative;
}
.photoslider_container #tns1 .item a {
  border-bottom: none;
  display: flex;
  height: 100%;
}
.photoslider_container #tns1 .item a:hover {
  border-bottom: none;
}
.photoslider_container #tns1 .item a img {
  display: flex;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
}
.photoslider_container .tns-controls {
  display: flex;
  justify-content: space-around;
}
.photoslider_container .tns-controls button {
  background: none;
  border: none;
  padding: 0.5em;
  transition: 0.1s;
  width: 50%;
}
.photoslider_container .tns-controls button img {
  transition: 0.1s;
}
.photoslider_container .tns-controls button:nth-of-type(1) {
  background: #00417E;
}
.photoslider_container .tns-controls button:nth-of-type(1):hover {
  background: rgb(0, 57.1071428571, 110.7);
}
.photoslider_container .tns-controls button:nth-of-type(1):hover img {
  right: 2px;
}
.photoslider_container .tns-controls button:nth-of-type(1) img {
  margin-right: 0.5em;
  position: relative;
  right: 0px;
  top: -1.5px;
  width: 13px !important;
}
.photoslider_container .tns-controls button:nth-of-type(2) {
  background: rgb(0, 78.1547619048, 151.5);
}
.photoslider_container .tns-controls button:nth-of-type(2):hover {
  background: rgb(0, 83.4166666667, 161.7);
}
.photoslider_container .tns-controls button:nth-of-type(2):hover img {
  left: 2px;
}
.photoslider_container .tns-controls button:nth-of-type(2) img {
  width: 13px !important;
  left: 0px;
  top: -1.5px;
  position: relative;
  margin-left: 0.5em;
}
.photoslider_container .tns-controls button a {
  border-bottom: none;
  color: white;
  font-size: 1.3em;
}
.photoslider_container .tns-controls button a:hover {
  border-bottom: none;
  color: white;
}
.photoslider_container .caption {
  background: white;
  font-weight: 700;
  margin: 0;
  padding: 1.2em 0;
  text-align: center;
  font-size: 1em;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  margin-top: 119px;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0;
  /* Image border */
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
        This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  position: absolute;
  background: url(/wp-content/themes/Quality%20Trust/images/ui/white_left.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  top: 100%;
  background-size: 18px;
  height: 60px;
  background-position: center;
  background-color: rgb(0, 78.1547619048, 151.5);
  transition: 0.1s;
}
.lb-nav a.lb-prev:hover {
  background-color: rgb(0, 83.4166666667, 161.7);
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: left;
  position: absolute;
  background: url(/wp-content/themes/Quality%20Trust/images/ui/white_right.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-color: #00417E;
  top: 100%;
  background-size: 18px;
  height: 60px;
  background-position: center;
  transition: 0.1s;
}
.lb-nav a.lb-next:hover {
  background-color: rgb(0, 57.1071428571, 110.7);
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 auto;
  padding-top: 0;
  left: 49.7%;
  transform: translate(-50%, 0);
  top: 0px;
  position: absolute;
  z-index: 1000;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/Quality%20Trust/images/ui/white_x_thicker.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  background-color: #00417e;
  background-size: 20px;
  background-position: center;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#image-popup {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.33s ease, visibility 0.33s ease;
  z-index: -100;
}
#image-popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 1500;
  display: block !important;
}
@media screen and (max-width: 500px) {
  #image-popup {
    max-width: calc(100% - 100px);
  }
}
#image-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#image-popup .popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #00417e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.33s ease;
}
#image-popup .popup-close svg {
  width: 20px;
  height: 20px;
}
#image-popup .popup-close svg path {
  fill: #fff;
}
#image-popup .popup-close:hover {
  background-color: red;
}

#image-popup-bg {
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.33s ease, visibility 0.33s ease;
}
#image-popup-bg.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  display: block !important;
}

section.hero {
  background: white;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  section.hero {
    margin: 57px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  section.hero {
    margin: 100px 0 0 0;
  }
}
section.hero > div[class*=vector] {
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}
section.hero .top-vector {
  background-image: url("/wp-content/themes/Quality%20Trust/images/default-top-hero-vector.svg");
  background-position: -150px -80px;
}
@media only screen and (min-width: 500px) {
  section.hero .top-vector {
    background-position: -350px -10px;
  }
}
@media only screen and (min-width: 992px) {
  section.hero .top-vector {
    background-position: -5% -150px;
  }
}
section.hero .bottom-vector {
  background-image: url("/wp-content/themes/Quality%20Trust/images/default-bottom-hero-vector.svg");
  background-position: 150px 100%;
}
@media only screen and (min-width: 500px) {
  section.hero .bottom-vector {
    background-position: 200px 100%;
  }
}
@media screen and (min-width: 600px) {
  section.hero .bottom-vector {
    background-position: 350px 150%;
  }
}
@media only screen and (min-width: 768px) {
  section.hero .bottom-vector {
    background-position: 500px 100%;
  }
}
@media only screen and (min-width: 992px) {
  section.hero .bottom-vector {
    background-position: right 100%;
  }
}
section.hero .supporting-image {
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
}
section.hero .supporting-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 450px;
}
@media (max-width: 1300px) {
  section.hero .supporting-image {
    background-size: 50%;
  }
}
@media (max-width: 991px) {
  section.hero .supporting-image {
    display: none;
  }
}
section.hero .inner-wrapper {
  position: absolute;
  top: 49%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #008BD9;
  z-index: 1;
  text-align: center;
}
section.hero .inner-wrapper .image-wrapper {
  height: 140px;
  width: 180px;
  margin: -4em auto 0;
}
section.hero .inner-wrapper h1 {
  font-size: 3.5em;
  margin-top: 10px;
  max-width: 500px;
}
@media (max-width: 991px) {
  section.hero .inner-wrapper {
    top: 50%;
    left: 50%;
  }
}
section.hero:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1215686275), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.1215686275);
}

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

#ad-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
  /*display: none;*/
}

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

/* css3 Transitions */
.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 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms 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 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

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

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

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

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    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: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.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 {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.owl-theme .owl-controls .owl-pagination {
  margin: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { /*display: none;*/ }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  font-family: "custom-icons";
  content: "\e901";
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  z-index: 9999;
  color: rgba(50, 50, 50, 0.3);
  font-size: 24px;
  opacity: 0.7;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover:before {
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -40px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
  font-family: "custom-icons";
  content: "\e902";
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  z-index: 9999;
  color: rgba(50, 50, 50, 0.3);
  font-size: 24px;
  opacity: 0.7;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover:after {
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: -30px 0 0 0;
  padding: 0;
  font-size: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  overflow: hidden;
  position: relative;
  color: transparent;
  border: none;
  height: 40px;
  cursor: pointer;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  text-decoration: none;
  color: transparent;
}

/* 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: 12px;
  height: 12px;
  margin: 5px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(50, 50, 50, 0.3);
}

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

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  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;
}

/* REVERSE COLOR TO WHITE ON DARK BG */
.invert .owl-theme .owl-controls .owl-page span {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.invert .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.invert .owl-theme .owl-controls .owl-buttons .owl-next:after {
  color: rgb(255, 255, 255);
}

body.page-template-default .main-content .container .the-ctas,
body.page-template-blog .main-content .container .the-ctas, body.single-post .main-content .container .the-ctas,
body.archive .main-content .container .the-ctas, body.page-template-donation .main-content .container .the-ctas,
body.give-page .main-content .container .the-ctas, body.category .main-content .container .the-ctas {
  text-align: center;
}
body.page-template-default .main-content .container .the-ctas .support-cta .image-wrap,
body.page-template-blog .main-content .container .the-ctas .support-cta .image-wrap, body.single-post .main-content .container .the-ctas .support-cta .image-wrap,
body.archive .main-content .container .the-ctas .support-cta .image-wrap, body.page-template-donation .main-content .container .the-ctas .support-cta .image-wrap,
body.give-page .main-content .container .the-ctas .support-cta .image-wrap, body.category .main-content .container .the-ctas .support-cta .image-wrap {
  max-width: 200px;
  margin: 0 auto;
}
body.page-template-default .thumbs-up,
body.page-template-blog .thumbs-up, body.single-post .thumbs-up,
body.archive .thumbs-up, body.page-template-donation .thumbs-up,
body.give-page .thumbs-up, body.category .thumbs-up {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 0px;
  padding-bottom: 0;
}
@media (min-width: 991px) {
  body.page-template-default .thumbs-up,
  body.page-template-blog .thumbs-up, body.single-post .thumbs-up,
  body.archive .thumbs-up, body.page-template-donation .thumbs-up,
  body.give-page .thumbs-up, body.category .thumbs-up {
    background-attachment: fixed;
    background-position: center;
  }
}
body.page-template-default .thumbs-up .top,
body.page-template-blog .thumbs-up .top, body.single-post .thumbs-up .top,
body.archive .thumbs-up .top, body.page-template-donation .thumbs-up .top,
body.give-page .thumbs-up .top, body.category .thumbs-up .top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
body.page-template-default .thumbs-up .top .image-wrapper,
body.page-template-blog .thumbs-up .top .image-wrapper, body.single-post .thumbs-up .top .image-wrapper,
body.archive .thumbs-up .top .image-wrapper, body.page-template-donation .thumbs-up .top .image-wrapper,
body.give-page .thumbs-up .top .image-wrapper, body.category .thumbs-up .top .image-wrapper {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 0;
}
body.page-template-default section.split,
body.page-template-blog section.split, body.single-post section.split,
body.archive section.split, body.page-template-donation section.split,
body.give-page section.split, body.category section.split {
  min-height: 500px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  body.page-template-default section.split,
  body.page-template-blog section.split, body.single-post section.split,
  body.archive section.split, body.page-template-donation section.split,
  body.give-page section.split, body.category section.split {
    flex-direction: column;
  }
}
body.page-template-default section.split .copy,
body.page-template-blog section.split .copy, body.single-post section.split .copy,
body.archive section.split .copy, body.page-template-donation section.split .copy,
body.give-page section.split .copy, body.category section.split .copy {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  background: #008BD9;
  order: 1;
}
@media (max-width: 991px) {
  body.page-template-default section.split .copy,
  body.page-template-blog section.split .copy, body.single-post section.split .copy,
  body.archive section.split .copy, body.page-template-donation section.split .copy,
  body.give-page section.split .copy, body.category section.split .copy {
    padding: 50px 25px;
    text-align: center;
    width: 100%;
  }
}
body.page-template-default section.split .copy h1,
body.page-template-blog section.split .copy h1, body.single-post section.split .copy h1,
body.archive section.split .copy h1, body.page-template-donation section.split .copy h1,
body.give-page section.split .copy h1, body.category section.split .copy h1 {
  color: white;
  width: 550px;
  margin-left: 70px;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.page-template-default section.split .copy h1,
  body.page-template-blog section.split .copy h1, body.single-post section.split .copy h1,
  body.archive section.split .copy h1, body.page-template-donation section.split .copy h1,
  body.give-page section.split .copy h1, body.category section.split .copy h1 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  body.page-template-default section.split .copy h1,
  body.page-template-blog section.split .copy h1, body.single-post section.split .copy h1,
  body.archive section.split .copy h1, body.page-template-donation section.split .copy h1,
  body.give-page section.split .copy h1, body.category section.split .copy h1 {
    margin-left: 0;
    width: 100%;
  }
}
body.page-template-default section.split .copy a,
body.page-template-blog section.split .copy a, body.single-post section.split .copy a,
body.archive section.split .copy a, body.page-template-donation section.split .copy a,
body.give-page section.split .copy a, body.category section.split .copy a {
  width: fit-content;
  margin-left: 70px;
}
@media (max-width: 991px) {
  body.page-template-default section.split .copy a,
  body.page-template-blog section.split .copy a, body.single-post section.split .copy a,
  body.archive section.split .copy a, body.page-template-donation section.split .copy a,
  body.give-page section.split .copy a, body.category section.split .copy a {
    margin: 0 auto;
  }
}
body.page-template-default section.split .image,
body.page-template-blog section.split .image, body.single-post section.split .image,
body.archive section.split .image, body.page-template-donation section.split .image,
body.give-page section.split .image, body.category section.split .image {
  order: 2;
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body.page-template-default section.split .image,
  body.page-template-blog section.split .image, body.single-post section.split .image,
  body.archive section.split .image, body.page-template-donation section.split .image,
  body.give-page section.split .image, body.category section.split .image {
    min-height: 350px;
    width: 100%;
    background-position: center 30%;
  }
}
body.page-template-default section.split.reverse .copy,
body.page-template-blog section.split.reverse .copy, body.single-post section.split.reverse .copy,
body.archive section.split.reverse .copy, body.page-template-donation section.split.reverse .copy,
body.give-page section.split.reverse .copy, body.category section.split.reverse .copy {
  order: 2;
}
@media (max-width: 990px) {
  body.page-template-default section.split.reverse .copy,
  body.page-template-blog section.split.reverse .copy, body.single-post section.split.reverse .copy,
  body.archive section.split.reverse .copy, body.page-template-donation section.split.reverse .copy,
  body.give-page section.split.reverse .copy, body.category section.split.reverse .copy {
    order: 1;
  }
}
body.page-template-default section.split.reverse .image,
body.page-template-blog section.split.reverse .image, body.single-post section.split.reverse .image,
body.archive section.split.reverse .image, body.page-template-donation section.split.reverse .image,
body.give-page section.split.reverse .image, body.category section.split.reverse .image {
  order: 1;
}
@media (max-width: 990px) {
  body.page-template-default section.split.reverse .image,
  body.page-template-blog section.split.reverse .image, body.single-post section.split.reverse .image,
  body.archive section.split.reverse .image, body.page-template-donation section.split.reverse .image,
  body.give-page section.split.reverse .image, body.category section.split.reverse .image {
    order: 2;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

section.looking-ctas {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4em 1em 6em;
  text-align: center;
  border-top: 8px solid #00417E;
}
@media only screen and (min-width: 992px) {
  section.looking-ctas {
    padding: 4em 1em;
  }
}
section.looking-ctas .cta-wrapper {
  width: 100%;
  max-width: 86vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
section.looking-ctas .cta-wrapper > div {
  width: 100%;
  max-width: 250px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 20px 15px;
}
@media (min-width: 600px) {
  section.looking-ctas .cta-wrapper > div {
    width: 50%;
  }
}
@media (min-width: 840px) {
  section.looking-ctas .cta-wrapper > div {
    width: 33.333334%;
  }
}
@media (min-width: 1140px) {
  section.looking-ctas .cta-wrapper > div {
    width: 20%;
  }
}
section.looking-ctas .cta-wrapper > div .image-wrap {
  background: white;
  border-radius: 50%;
  border: 3px solid #008BD9;
  margin-bottom: 10px;
}
section.looking-ctas .cta-wrapper > div .image-wrap a img {
  opacity: 1;
}
section.looking-ctas .cta-wrapper > div .title {
  font-weight: 700;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-size: 1.3em;
  line-height: 1.1;
}
section.looking-ctas .cta-wrapper > div .title a:hover {
  color: #00417E;
}

.page-template-page-banner-split section.hero:after {
  box-shadow: none;
}
.page-template-page-banner-split .left-split {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #00417E;
}
@media only screen and (min-width: 1200px) {
  .page-template-page-banner-split .left-split {
    width: 50%;
  }
}
.page-template-page-banner-split .left-split h1 {
  width: 100%;
  color: white;
  text-align: center;
  top: 58%;
}
.page-template-page-banner-split .left-split .image-wrapper {
  width: 140px;
  height: 90px;
  top: 162px;
}
.page-template-page-banner-split .left-split .top-vector {
  width: 100%;
  height: 330px;
  display: none;
  background-repeat: no-repeat;
}
.page-template-page-banner-split .left-split .bottom-vector {
  background-position: right -530px;
  width: 249%;
  height: 100%;
  background-repeat: no-repeat;
  display: none;
}
.page-template-page-banner-split .right-split {
  position: relative;
  width: 50%;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-page-banner-split .right-split {
    display: flex;
  }
}

.blocks-gallery-grid,
.wp-block-gallery {
  width: 100%;
}

/* Leadership Page */
.leadership_card {
  border-bottom: 2px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 992px) {
  .leadership_card {
    flex-direction: row;
    justify-content: space-between;
  }
}
.leadership_card h2 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.leadership_card .leadership_card_image {
  display: flex;
  height: 250px;
  margin: 0 0 1em 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .leadership_card .leadership_card_image {
    margin: 0 0 0 0;
    width: 23%;
  }
}
.leadership_card .leadership_card_information {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .leadership_card .leadership_card_information {
    width: 73%;
  }
}

/* Error 404 Page */
section.error-404 form {
  text-align: center;
}
section.error-404 .page-content {
  padding: 7em 7em 11em;
}
section.error-404 .page-content p {
  margin: 8px 0px 20px 0px;
}

/* Search Reults Page */
.search_result {
  border-bottom: 3px solid #f3f3f3;
}
.search_result:last-of-type {
  border-bottom: none;
}

body.home #anchor {
  position: absolute;
  top: 400px;
}
body.home section.home-hero {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: url("/wp-content/themes/Quality%20Trust/images/desktop_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  body.home section.home-hero {
    background-size: 120%;
    margin: 56px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.home section.home-hero {
    background-size: 100%;
    margin: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  body.home section.home-hero {
    background: url("/wp-content/themes/Quality%20Trust/images/mobile_bg.svg");
    background-size: 180%;
    background-position: center;
  }
}
body.home section.home-hero > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  position: relative;
  background-size: contain;
  background-position: center bottom;
}
@media (max-width: 991px) {
  body.home section.home-hero > div {
    min-height: 250px;
    width: 100%;
  }
}
body.home section.home-hero .left {
  position: relative;
}
@media (min-width: 991px) {
  body.home section.home-hero .left {
    display: flex;
  }
}
body.home section.home-hero .left img {
  position: absolute;
  bottom: 0;
  max-height: 550px;
}
@media (max-width: 991px) {
  body.home section.home-hero .left img {
    width: 320px;
  }
}
@media (max-width: 500px) {
  body.home section.home-hero .left img {
    width: 240px;
  }
}
@media (max-width: 991px) {
  body.home section.home-hero .left {
    bottom: 0;
    position: absolute;
  }
}
body.home section.home-hero .right .home-cta-buttons {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 600px) {
  body.home section.home-hero .right .home-cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 990px) {
  body.home section.home-hero .right .home-cta-buttons {
    flex-direction: column;
  }
  body.home section.home-hero .right .home-cta-buttons .cta-button:nth-of-type(1) {
    margin-bottom: 1em;
  }
}
@media (min-width: 1018px) {
  body.home section.home-hero .right .home-cta-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
  body.home section.home-hero .right .home-cta-buttons .cta-button:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body.home section.home-hero .right .home-cta-buttons {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 40px 0 40px auto;
    width: 50%;
  }
  body.home section.home-hero .right .home-cta-buttons .cta-button {
    margin-bottom: 20px;
  }
  body.home section.home-hero .right .home-cta-buttons .cta-button .cta {
    margin: 0;
  }
}
@media (max-width: 500px) {
  body.home section.home-hero .right .home-cta-buttons {
    margin: 40px -20px -20px auto;
    width: 65%;
  }
}
body.home section.home-hero .right .copy-wrap {
  width: 100%;
  max-width: 620px;
  padding: 40px;
}
body.home section.home-hero .right .copy-wrap h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 600px) {
  body.home section.home-hero .right .copy-wrap h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 991px) {
  body.home section.home-hero .right .copy-wrap {
    padding: 0 25px;
  }
  body.home section.home-hero .right .copy-wrap h1 {
    font-size: 3em;
  }
  body.home section.home-hero .right .copy-wrap p, body.home section.home-hero .right .copy-wrap h1 {
    width: 400px;
  }
}
@media (min-width: 1180px) {
  body.home section.home-hero .right .copy-wrap {
    padding: 0 25px;
  }
  body.home section.home-hero .right .copy-wrap p, body.home section.home-hero .right .copy-wrap h1 {
    width: 520px;
  }
}
body.home section.home-hero .right .copy-wrap a.cta {
  background: #00417E;
}
body.home section.home-hero .right .copy-wrap a.cta:hover {
  background: rgb(0, 54.4761904762, 105.6);
}
body.home section.home-hero .right .copy-wrap a.cta:first-of-type {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  body.home section.home-hero .right .copy-wrap a.cta:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
body.home section.home-hero .right .copy-wrap h1 {
  color: #00417E;
}
body.home section.home-hero .right .copy-wrap p {
  margin-bottom: 20px;
}
body.home section.home-hero .right .copy-wrap .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta {
  width: 210px;
  padding: 7px 10px 7px 70px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #008BD9;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  transition: all 0.33s ease;
  display: flex;
  align-items: center;
  background: white;
  height: 62px;
  margin-left: 0;
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta:before {
  transition: all 0.33s ease;
  font-size: 24px;
  background: #00417E;
  color: white;
  height: 100%;
  width: 60px;
  padding-left: 8px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 11px;
  font-family: "fontawesome";
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta:hover {
  background: #00417E;
  color: white;
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta.question:before {
  content: "\f128";
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta.house:before {
  content: "\f015";
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta.heart:before {
  content: "\f004";
}
body.home section.home-hero .right .copy-wrap .cta-wrapper a.cta.plus:before {
  content: "\f067";
}
body.home section.home-hero .bounce-arrow {
  width: 35px;
  height: 35px;
  -webkit-animation: updown 2s infinite;
  -moz-animation: updown 2s infinite;
  -o-animation: updown 2s infinite;
  animation: updown 2s infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  margin-top: 40px;
  display: none;
}
@media screen and (min-width: 991px) {
  body.home section.home-hero .bounce-arrow {
    display: block;
  }
}
body.home section.home-hero .bounce-arrow-mobile {
  width: 125px;
  padding: 20px;
  height: 55px;
  bottom: -55px;
  left: 50%;
  position: absolute;
  background: #00417e;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 991px) {
  body.home section.home-hero .bounce-arrow-mobile {
    display: none;
  }
}
body.home section.home-hero .scroll-cta-label {
  bottom: 20px;
  color: #008BD9;
  font-size: 0.875em;
  font-weight: 700;
  left: 110px;
  line-height: 45px;
  position: absolute;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 991px) {
  body.home section.home-hero .scroll-cta-label {
    bottom: inherit;
    display: flex;
    left: inherit;
    margin: 30px 0 0 20px;
    position: relative;
  }
}
body.home section.home-hero .socials {
  bottom: 10px;
  position: absolute;
  display: none;
  height: 50px;
  right: 50px;
  width: 350px;
}
@media only screen and (min-width: 768px) {
  body.home section.home-hero .socials {
    right: 100px;
  }
}
@media only screen and (min-width: 992px) {
  body.home section.home-hero .socials {
    right: 50px;
  }
}
body.home section.home-hero .socials a {
  display: flex;
  margin: 0 17px 0;
  width: 35px;
  align-items: center;
}
body.home section.home-hero .socials a img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  body.home section.home-hero .socials {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  body.home section.home-hero {
    flex-direction: column;
  }
  body.home section.home-hero > div {
    width: 100%;
  }
  body.home section.home-hero .right {
    padding: 25px 0;
  }
  body.home section.home-hero .right .copy-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
body.home section.split {
  min-height: 500px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  body.home section.split {
    flex-direction: column;
  }
}
body.home section.split .copy {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4% 8%;
  background: #008BD9;
  order: 1;
}
@media (max-width: 991px) {
  body.home section.split .copy {
    padding: 50px 25px;
    text-align: center;
  }
}
body.home section.split .copy h2 {
  margin-top: 0;
}
body.home section.split .copy h1 {
  color: white;
  width: 550px;
  margin-left: 70px;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.home section.split .copy h1 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  body.home section.split .copy h1 {
    margin-left: 0;
    width: 100%;
  }
}
body.home section.split .copy a {
  width: fit-content;
  margin: 20px 0 0;
}
@media (max-width: 991px) {
  body.home section.split .copy a {
    margin: 20px auto 0;
  }
}
@media (max-width: 991px) {
  body.home section.split .copy {
    width: 100%;
  }
}
body.home section.split .image {
  order: 2;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
  width: 40%;
}
body.home section.split .image img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  body.home section.split .image {
    min-height: 350px;
    width: 100%;
    background-position: center 30%;
  }
}
body.home section.split.reverse .copy {
  order: 2;
}
@media (max-width: 990px) {
  body.home section.split.reverse .copy {
    order: 1;
  }
}
body.home section.split.reverse .image {
  order: 1;
}
@media (max-width: 990px) {
  body.home section.split.reverse .image {
    order: 2;
  }
}
body.home section.testimonials {
  position: relative;
}
body.home section.testimonials h1 {
  max-width: 500px;
}
body.home section.testimonials h3, body.home section.testimonials .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.home section.testimonials .donate_header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  body.home section.testimonials {
    padding: 0;
  }
}
body.home section.testimonials .bg-top {
  background-image: url("/wp-content/themes/Quality%20Trust/images/test-top.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 30%;
  background-position: right -10px;
  z-index: -1;
}
@media (max-width: 991px) {
  body.home section.testimonials .bg-top {
    background-size: 50%;
  }
}
body.home section.testimonials .bg-bottom {
  background-image: url("/wp-content/themes/Quality%20Trust/images/test-bot.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: left 101%;
  z-index: -1;
  background-size: 30%;
}
@media (max-width: 991px) {
  body.home section.testimonials .bg-bottom {
    background-size: 50%;
  }
}
body.home section.testimonials .testimonials-content {
  padding: 40px 0 70px;
}
@media only screen and (min-width: 992px) {
  body.home section.testimonials .testimonials-content {
    padding: 60px 0 10px;
  }
}
body.home section.testimonials .testimonials-content h2 {
  padding: 0 45px;
}
body.home section.testimonials .testimonials-content .tns-outer {
  margin: 0 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.home section.testimonials .testimonials-content .tns-outer {
    margin: 30px 0 0 0;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .tns-inner {
  width: 80%;
  overflow: hidden;
  margin: 1em auto 3em !important;
}
@media (min-width: 768px) {
  body.home section.testimonials .testimonials-content .tns-outer .tns-inner {
    margin: 0em auto !important;
    width: 50%;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .carousel {
  display: flex;
  align-items: stretch;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item-inner {
  font-size: 1.13rem;
  height: 100%;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item {
  margin-bottom: 20px;
  padding: 0 30px;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner {
  text-align: center;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .quote-content {
  display: none;
}
@media only screen and (min-width: 992px) {
  body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .quote-content {
    display: inline-block;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner .image-wrapper img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner p {
  margin: 20px 0 10px 0;
}
body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner > a {
  margin-top: 30px;
}
@media (min-width: 991px) {
  body.home section.testimonials .testimonials-content .tns-outer .carousel .item .item-inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body.home section.testimonials .testimonials-content .tns-outer .carousel .item.tns-slide-active .item-inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .tns-controls {
  position: relative;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  outline: none;
  text-align: center;
  top: -30px;
  width: 35%;
}
@media only screen and (min-width: 992px) {
  body.home section.testimonials .testimonials-content .tns-outer .tns-controls {
    max-width: 90vw;
    position: absolute;
    top: 35%;
    width: 90vw;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .tns-controls button {
  -webkit-appearance: none;
  background: #00417e;
  border: none;
  border-radius: 50%;
  height: 50px;
  outline: none;
  position: absolute;
  width: 50px;
}
@media only screen and (min-width: 992px) {
  body.home section.testimonials .testimonials-content .tns-outer .tns-controls button {
    height: 70px;
    width: 70px;
  }
}
body.home section.testimonials .testimonials-content .tns-outer .tns-controls button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
body.home section.testimonials .testimonials-content .tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
}
body.home section.testimonials .testimonials-content .tns-outer .tns-controls button[data-controls=next] {
  right: 0;
}
body.home section.sponsors {
  position: relative;
}
body.home section.sponsors .bg-top {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 30%;
  background-position: right -10px;
  z-index: -1;
}
@media (max-width: 991px) {
  body.home section.sponsors .bg-top {
    background-size: 50%;
  }
}
body.home section.sponsors .bg-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: left 101%;
  z-index: -1;
  background-size: 30%;
}
@media (max-width: 991px) {
  body.home section.sponsors .bg-bottom {
    background-size: 50%;
  }
}
body.home section.sponsors .testimonials-content {
  padding: 0;
}
body.home section.sponsors .testimonials-content h1 {
  max-width: 500px;
  margin-bottom: 20px;
}
@media screen and (min-width: 990px) {
  body.home section.sponsors .testimonials-content h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  body.home section.sponsors .testimonials-content {
    padding: 0 15px;
  }
}
body.home section.sponsors .testimonials-content h3, body.home section.sponsors .testimonials-content .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.home section.sponsors .testimonials-content .donate_header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
body.home section.sponsors .testimonials-content .tns-outer {
  position: relative;
  margin: 30px 0 0;
}
@media only screen and (min-width: 992px) {
  body.home section.sponsors .testimonials-content .tns-outer .tns-ovh {
    margin: 0 auto;
    max-width: 60%;
  }
}
body.home section.sponsors .testimonials-content .tns-outer button[data-action=start], body.home section.sponsors .testimonials-content .tns-outer button[data-action=stop] {
  display: none;
}
body.home section.sponsors .testimonials-content .tns-outer .carousel .item {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  body.home section.sponsors .testimonials-content .tns-outer .carousel .item .item-inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 200px;
    position: relative;
  }
  body.home section.sponsors .testimonials-content .tns-outer .carousel .item.the-middle .item-inner {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body.home section.sponsors .testimonials-content .tns-outer .carousel .item.the-middle + .tns-slide-active .item-inner {
    margin-right: 0;
  }
  body.home section.sponsors .testimonials-content .tns-outer .carousel .item:not(.tns-slide-active) + .tns-slide-active .item-inner {
    margin-left: 0;
  }
}
body.home section.sponsors .testimonials-content .tns-outer .carousel .item .item-inner {
  text-align: center;
}
body.home section.sponsors .testimonials-content .tns-outer .carousel .item .item-inner > a {
  margin-top: 45px;
}
body.home section.sponsors .testimonials-content .tns-outer .carousel .item .image-wrapper {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
body.home section.sponsors .testimonials-content .tns-outer .carousel .item .image-wrapper img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  body.home section.sponsors .testimonials-content .tns-outer .carousel .item .image-wrapper {
    margin: 0;
  }
}
body.home section.sponsors .testimonials-content .tns-outer .tns-controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  outline: none;
  width: 95%;
  top: 25%;
}
@media only screen and (min-width: 992px) {
  body.home section.sponsors .testimonials-content .tns-outer .tns-controls {
    top: 17%;
    width: 90%;
  }
  body.home section.sponsors .testimonials-content .tns-outer .tns-controls button {
    width: 70px;
  }
}
body.home section.sponsors .testimonials-content .tns-outer .tns-controls button {
  -webkit-appearance: none;
  background: #00417e;
  border: none;
  border-radius: 50%;
  height: 50px;
  outline: none;
  position: absolute;
  width: 50px;
}
body.home section.sponsors .testimonials-content .tns-outer .tns-controls button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
@media only screen and (min-width: 992px) {
  body.home section.sponsors .testimonials-content .tns-outer .tns-controls button {
    height: 70px;
    width: 70px;
  }
}
body.home section.sponsors .testimonials-content .tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
}
body.home section.sponsors .testimonials-content .tns-outer .tns-controls button[data-controls=next] {
  right: 0;
}
body.home .thumbs-up {
  position: relative;
  padding: 50px 0px;
  padding-bottom: 0;
}
@media (min-width: 991px) {
  body.home .thumbs-up {
    background-attachment: fixed;
    background-position: center;
  }
}
body.home .thumbs-up .top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
body.home .thumbs-up .top .image-wrapper {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 0;
}

body.logged-in #content {
  margin-top: 0;
}

.featured-news {
  background: #00417E;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 3em 3em 5em 3em;
  text-align: center;
}
.featured-news h1 {
  color: white;
  margin-bottom: 1em;
}
.featured-news .donation_cards {
  padding: 0;
}
.featured-news .donation_cards .donate_card {
  background: white;
  border-radius: 70px;
}
.featured-news .donation_cards .donate_card .donate_header {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .featured-news .donation_cards .donate_card .donate_header {
    margin-bottom: 0;
  }
}
.featured-news .donation_cards .donate_card .donate_card_information {
  align-items: center;
}
.featured-news .donation_cards .donate_card .donate_card_description {
  display: none;
}
@media only screen and (min-width: 992px) {
  .featured-news .donation_cards .donate_card .donate_card_description {
    display: inline-block;
  }
}

.signup #email_address_field_0 {
  margin: 0 auto;
  max-width: 300px;
}

body.page-template-blog .container.flex, body.page-template-blog .the-content.flex, .single-post .container.flex, .single-post .the-content.flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.page-template-blog .container.flex, body.page-template-blog .the-content.flex, .single-post .container.flex, .single-post .the-content.flex {
    flex-direction: row;
  }
}

body.page-template-blog .main-content .container .the-content, body.single-post .main-content .container .the-content,
body.tag .main-content .container .the-content, body.category .main-content .container .the-content, body.archive .main-content .container .the-content {
  padding: 0;
}
body.page-template-blog .main-content .container .the-content .socials, body.single-post .main-content .container .the-content .socials,
body.tag .main-content .container .the-content .socials, body.category .main-content .container .the-content .socials, body.archive .main-content .container .the-content .socials {
  display: none;
}
@media screen and (min-width: 992px) {
  body.page-template-blog .main-content .container .the-content .socials, body.single-post .main-content .container .the-content .socials,
  body.tag .main-content .container .the-content .socials, body.category .main-content .container .the-content .socials, body.archive .main-content .container .the-content .socials {
    display: flex;
    flex-direction: column;
    height: 200px;
  }
}
body.page-template-blog .main-content .container .the-content .socials a, body.single-post .main-content .container .the-content .socials a,
body.tag .main-content .container .the-content .socials a, body.category .main-content .container .the-content .socials a, body.archive .main-content .container .the-content .socials a {
  width: 30px;
  margin: 0 10px 0 0;
}
body.page-template-blog .main-content .container .the-content .socials a img, body.single-post .main-content .container .the-content .socials a img,
body.tag .main-content .container .the-content .socials a img, body.category .main-content .container .the-content .socials a img, body.archive .main-content .container .the-content .socials a img {
  margin: 10px 0;
}
body.page-template-blog .main-content .container .the-content .post-tags a, body.page-template-blog .main-content .container .the-content .year_archive a, body.single-post .main-content .container .the-content .post-tags a, body.single-post .main-content .container .the-content .year_archive a,
body.tag .main-content .container .the-content .post-tags a,
body.tag .main-content .container .the-content .year_archive a, body.category .main-content .container .the-content .post-tags a, body.category .main-content .container .the-content .year_archive a, body.archive .main-content .container .the-content .post-tags a, body.archive .main-content .container .the-content .year_archive a {
  border-bottom: none;
}
body.page-template-blog .main-content .container .the-content article, body.single-post .main-content .container .the-content article,
body.tag .main-content .container .the-content article, body.category .main-content .container .the-content article, body.archive .main-content .container .the-content article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 50px;
}
body.page-template-blog .main-content .container .the-content article .single-post, body.single-post .main-content .container .the-content article .single-post,
body.tag .main-content .container .the-content article .single-post, body.category .main-content .container .the-content article .single-post, body.archive .main-content .container .the-content article .single-post {
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}
body.page-template-blog .main-content .container .the-content article .single-post:last-of-type, body.single-post .main-content .container .the-content article .single-post:last-of-type,
body.tag .main-content .container .the-content article .single-post:last-of-type, body.category .main-content .container .the-content article .single-post:last-of-type, body.archive .main-content .container .the-content article .single-post:last-of-type {
  border-bottom: none;
}
body.page-template-blog .main-content .container .the-content article .single-post .post-image, body.single-post .main-content .container .the-content article .single-post .post-image,
body.tag .main-content .container .the-content article .single-post .post-image, body.category .main-content .container .the-content article .single-post .post-image, body.archive .main-content .container .the-content article .single-post .post-image {
  position: relative;
  width: calc(100% - 40px);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 40px 20px 0;
  padding: calc(100% - 40px) 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  body.page-template-blog .main-content .container .the-content article .single-post .post-image, body.single-post .main-content .container .the-content article .single-post .post-image,
  body.tag .main-content .container .the-content article .single-post .post-image, body.category .main-content .container .the-content article .single-post .post-image, body.archive .main-content .container .the-content article .single-post .post-image {
    width: calc(50% - 40px);
    padding: calc(50% - 40px) 0 0 0;
  }
}
@media (min-width: 1080px) {
  body.page-template-blog .main-content .container .the-content article .single-post .post-image, body.single-post .main-content .container .the-content article .single-post .post-image,
  body.tag .main-content .container .the-content article .single-post .post-image, body.category .main-content .container .the-content article .single-post .post-image, body.archive .main-content .container .the-content article .single-post .post-image {
    width: calc(40% - 40px);
    padding: calc(40% - 40px) 0 0 0;
  }
}
body.page-template-blog .main-content .container .the-content article .single-post .post-body, body.single-post .main-content .container .the-content article .single-post .post-body,
body.tag .main-content .container .the-content article .single-post .post-body, body.category .main-content .container .the-content article .single-post .post-body, body.archive .main-content .container .the-content article .single-post .post-body {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  body.page-template-blog .main-content .container .the-content article .single-post .post-body, body.single-post .main-content .container .the-content article .single-post .post-body,
  body.tag .main-content .container .the-content article .single-post .post-body, body.category .main-content .container .the-content article .single-post .post-body, body.archive .main-content .container .the-content article .single-post .post-body {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  body.page-template-blog .main-content .container .the-content article .single-post .post-body, body.single-post .main-content .container .the-content article .single-post .post-body,
  body.tag .main-content .container .the-content article .single-post .post-body, body.category .main-content .container .the-content article .single-post .post-body, body.archive .main-content .container .the-content article .single-post .post-body {
    width: 60%;
  }
}
body.page-template-blog .main-content .container .the-content article .single-post .post-categories, body.single-post .main-content .container .the-content article .single-post .post-categories,
body.tag .main-content .container .the-content article .single-post .post-categories, body.category .main-content .container .the-content article .single-post .post-categories, body.archive .main-content .container .the-content article .single-post .post-categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
body.page-template-blog .main-content .container .the-content article .single-post .post-categories ul, body.single-post .main-content .container .the-content article .single-post .post-categories ul,
body.tag .main-content .container .the-content article .single-post .post-categories ul, body.category .main-content .container .the-content article .single-post .post-categories ul, body.archive .main-content .container .the-content article .single-post .post-categories ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
body.page-template-blog .main-content .container .the-content article .single-post .post-categories ul li, body.single-post .main-content .container .the-content article .single-post .post-categories ul li,
body.tag .main-content .container .the-content article .single-post .post-categories ul li, body.category .main-content .container .the-content article .single-post .post-categories ul li, body.archive .main-content .container .the-content article .single-post .post-categories ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
}
body.page-template-blog .main-content .container .the-content article .single-post .post-categories ul li a, body.single-post .main-content .container .the-content article .single-post .post-categories ul li a,
body.tag .main-content .container .the-content article .single-post .post-categories ul li a, body.category .main-content .container .the-content article .single-post .post-categories ul li a, body.archive .main-content .container .the-content article .single-post .post-categories ul li a {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #757575;
}
body.page-template-blog .main-content .container .the-content article .single-post h2.post-title, body.single-post .main-content .container .the-content article .single-post h2.post-title,
body.tag .main-content .container .the-content article .single-post h2.post-title, body.category .main-content .container .the-content article .single-post h2.post-title, body.archive .main-content .container .the-content article .single-post h2.post-title {
  border-bottom: none;
  border-top: none;
  width: 100%;
  display: block;
  line-height: 1.05;
  margin: 10px 0 10px 0;
  padding: 0;
  text-transform: capitalize;
}
body.page-template-blog .main-content .container .the-content article .single-post h2.post-title a, body.single-post .main-content .container .the-content article .single-post h2.post-title a,
body.tag .main-content .container .the-content article .single-post h2.post-title a, body.category .main-content .container .the-content article .single-post h2.post-title a, body.archive .main-content .container .the-content article .single-post h2.post-title a {
  border-bottom: none;
  color: #00417E;
}
body.page-template-blog .main-content .container .the-content article .single-post p, body.single-post .main-content .container .the-content article .single-post p,
body.tag .main-content .container .the-content article .single-post p, body.category .main-content .container .the-content article .single-post p, body.archive .main-content .container .the-content article .single-post p {
  margin: 0 0 20px 0;
}
body.page-template-blog .main-content .container .searchform, body.single-post .main-content .container .searchform,
body.tag .main-content .container .searchform, body.category .main-content .container .searchform, body.archive .main-content .container .searchform {
  margin: 0 0 2em 0;
}
body.page-template-blog .main-content .container .searchform form label, body.single-post .main-content .container .searchform form label,
body.tag .main-content .container .searchform form label, body.category .main-content .container .searchform form label, body.archive .main-content .container .searchform form label {
  display: block;
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  font-size: 1.7em;
}
body.page-template-blog .main-content .container .searchform form label .screen-reader-text, body.single-post .main-content .container .searchform form label .screen-reader-text,
body.tag .main-content .container .searchform form label .screen-reader-text, body.category .main-content .container .searchform form label .screen-reader-text, body.archive .main-content .container .searchform form label .screen-reader-text {
  display: none;
}
body.page-template-blog .main-content .container .searchform form label input[type=search], body.single-post .main-content .container .searchform form label input[type=search],
body.tag .main-content .container .searchform form label input[type=search], body.category .main-content .container .searchform form label input[type=search], body.archive .main-content .container .searchform form label input[type=search] {
  display: block;
  border: 2px solid #00417E;
  height: 2.5em;
  width: 85%;
  margin: 0 auto 15px auto;
  -webkit-appearance: none;
  outline: none;
}
body.page-template-blog .main-content .container .searchform form input[type=submit], body.single-post .main-content .container .searchform form input[type=submit],
body.tag .main-content .container .searchform form input[type=submit], body.category .main-content .container .searchform form input[type=submit], body.archive .main-content .container .searchform form input[type=submit] {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
  border: none;
}
body.page-template-blog .main-content .container .the-ctas, body.single-post .main-content .container .the-ctas,
body.tag .main-content .container .the-ctas, body.category .main-content .container .the-ctas, body.archive .main-content .container .the-ctas {
  position: relative;
}
body.page-template-blog .main-content .container .the-ctas .looking-ctas .cta-wrapper, body.single-post .main-content .container .the-ctas .looking-ctas .cta-wrapper,
body.tag .main-content .container .the-ctas .looking-ctas .cta-wrapper, body.category .main-content .container .the-ctas .looking-ctas .cta-wrapper, body.archive .main-content .container .the-ctas .looking-ctas .cta-wrapper {
  display: block;
}
body.page-template-blog .main-content .container .the-ctas .looking-ctas .cta-wrapper h3, body.page-template-blog .main-content .container .the-ctas .looking-ctas .cta-wrapper .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.page-template-blog .main-content .container .the-ctas .looking-ctas .cta-wrapper .donate_header, body.single-post .main-content .container .the-ctas .looking-ctas .cta-wrapper h3, body.single-post .main-content .container .the-ctas .looking-ctas .cta-wrapper .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.single-post .main-content .container .the-ctas .looking-ctas .cta-wrapper .donate_header,
body.tag .main-content .container .the-ctas .looking-ctas .cta-wrapper h3,
body.tag .main-content .container .the-ctas .looking-ctas .cta-wrapper .featured-news .donation_cards .donate_card .donate_header,
.featured-news .donation_cards .donate_card body.tag .main-content .container .the-ctas .looking-ctas .cta-wrapper .donate_header, body.category .main-content .container .the-ctas .looking-ctas .cta-wrapper h3, body.category .main-content .container .the-ctas .looking-ctas .cta-wrapper .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.category .main-content .container .the-ctas .looking-ctas .cta-wrapper .donate_header, body.archive .main-content .container .the-ctas .looking-ctas .cta-wrapper h3, body.archive .main-content .container .the-ctas .looking-ctas .cta-wrapper .featured-news .donation_cards .donate_card .donate_header, .featured-news .donation_cards .donate_card body.archive .main-content .container .the-ctas .looking-ctas .cta-wrapper .donate_header {
  margin-top: 0;
}
body.page-template-blog .main-content .container .the-ctas .categories, body.page-template-blog .main-content .container .the-ctas .year_archive, body.single-post .main-content .container .the-ctas .categories, body.single-post .main-content .container .the-ctas .year_archive,
body.tag .main-content .container .the-ctas .categories,
body.tag .main-content .container .the-ctas .year_archive, body.category .main-content .container .the-ctas .categories, body.category .main-content .container .the-ctas .year_archive, body.archive .main-content .container .the-ctas .categories, body.archive .main-content .container .the-ctas .year_archive {
  background: #f9f9f9;
  display: block;
  padding: 30px 0 20px;
  margin: 40px 0 40px 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  body.page-template-blog .main-content .container .the-ctas .categories, body.page-template-blog .main-content .container .the-ctas .year_archive, body.single-post .main-content .container .the-ctas .categories, body.single-post .main-content .container .the-ctas .year_archive,
  body.tag .main-content .container .the-ctas .categories,
  body.tag .main-content .container .the-ctas .year_archive, body.category .main-content .container .the-ctas .categories, body.category .main-content .container .the-ctas .year_archive, body.archive .main-content .container .the-ctas .categories, body.archive .main-content .container .the-ctas .year_archive {
    margin: 0 0 40px 0;
  }
}
body.page-template-blog .main-content .container .the-ctas .categories ul, body.page-template-blog .main-content .container .the-ctas .year_archive ul, body.single-post .main-content .container .the-ctas .categories ul, body.single-post .main-content .container .the-ctas .year_archive ul,
body.tag .main-content .container .the-ctas .categories ul,
body.tag .main-content .container .the-ctas .year_archive ul, body.category .main-content .container .the-ctas .categories ul, body.category .main-content .container .the-ctas .year_archive ul, body.archive .main-content .container .the-ctas .categories ul, body.archive .main-content .container .the-ctas .year_archive ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: center;
}
body.page-template-blog .main-content .container .the-ctas .categories ul li, body.page-template-blog .main-content .container .the-ctas .year_archive ul li, body.single-post .main-content .container .the-ctas .categories ul li, body.single-post .main-content .container .the-ctas .year_archive ul li,
body.tag .main-content .container .the-ctas .categories ul li,
body.tag .main-content .container .the-ctas .year_archive ul li, body.category .main-content .container .the-ctas .categories ul li, body.category .main-content .container .the-ctas .year_archive ul li, body.archive .main-content .container .the-ctas .categories ul li, body.archive .main-content .container .the-ctas .year_archive ul li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: top;
  width: auto;
}
body.page-template-blog .main-content .container .the-ctas .categories ul li a, body.page-template-blog .main-content .container .the-ctas .year_archive ul li a, body.single-post .main-content .container .the-ctas .categories ul li a, body.single-post .main-content .container .the-ctas .year_archive ul li a,
body.tag .main-content .container .the-ctas .categories ul li a,
body.tag .main-content .container .the-ctas .year_archive ul li a, body.category .main-content .container .the-ctas .categories ul li a, body.category .main-content .container .the-ctas .year_archive ul li a, body.archive .main-content .container .the-ctas .categories ul li a, body.archive .main-content .container .the-ctas .year_archive ul li a {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.5em 0 0.6em;
  border-top: none;
}
body.page-template-blog .main-content .container .the-ctas .categories ul li a:after, body.page-template-blog .main-content .container .the-ctas .year_archive ul li a:after, body.single-post .main-content .container .the-ctas .categories ul li a:after, body.single-post .main-content .container .the-ctas .year_archive ul li a:after,
body.tag .main-content .container .the-ctas .categories ul li a:after,
body.tag .main-content .container .the-ctas .year_archive ul li a:after, body.category .main-content .container .the-ctas .categories ul li a:after, body.category .main-content .container .the-ctas .year_archive ul li a:after, body.archive .main-content .container .the-ctas .categories ul li a:after, body.archive .main-content .container .the-ctas .year_archive ul li a:after {
  content: "";
  position: initial;
  width: 15px;
  height: 25px;
  display: inline-block;
  margin: 0 0 0 -15px;
  padding: 0;
  background-image: url(/wp-content/uploads/downarrow_dark.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  vertical-align: top;
}
body.page-template-blog .main-content .container .the-ctas .categories ul li a:hover, body.page-template-blog .main-content .container .the-ctas .year_archive ul li a:hover, body.single-post .main-content .container .the-ctas .categories ul li a:hover, body.single-post .main-content .container .the-ctas .year_archive ul li a:hover,
body.tag .main-content .container .the-ctas .categories ul li a:hover,
body.tag .main-content .container .the-ctas .year_archive ul li a:hover, body.category .main-content .container .the-ctas .categories ul li a:hover, body.category .main-content .container .the-ctas .year_archive ul li a:hover, body.archive .main-content .container .the-ctas .categories ul li a:hover, body.archive .main-content .container .the-ctas .year_archive ul li a:hover {
  background: rgb(236.25, 236.25, 236.25);
}
body.page-template-blog .main-content .container .the-ctas .categories ul li a:hover:after, body.page-template-blog .main-content .container .the-ctas .year_archive ul li a:hover:after, body.single-post .main-content .container .the-ctas .categories ul li a:hover:after, body.single-post .main-content .container .the-ctas .year_archive ul li a:hover:after,
body.tag .main-content .container .the-ctas .categories ul li a:hover:after,
body.tag .main-content .container .the-ctas .year_archive ul li a:hover:after, body.category .main-content .container .the-ctas .categories ul li a:hover:after, body.category .main-content .container .the-ctas .year_archive ul li a:hover:after, body.archive .main-content .container .the-ctas .categories ul li a:hover:after, body.archive .main-content .container .the-ctas .year_archive ul li a:hover:after {
  content: "";
  opacity: 1;
  margin: 0 0 0 5px;
}

body.single-post .post-thumbnail {
  display: flex;
  height: 350px;
  overflow: hidden;
  margin-bottom: 2.2em;
  position: relative;
  width: 100%;
}
body.single-post .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body.single-post .text-muted, body.single-post .screen-reader-text, body.single-post .nav-previous {
  display: none;
}
body.single-post #comments {
  margin-bottom: 50px;
}
body.single-post #comments label {
  width: 100%;
}
body.single-post .main-content h1 {
  color: #00417E;
}
body.single-post .main-content footer {
  display: none;
}

ul.post-categories {
  width: 100%;
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
}
ul.post-categories li {
  width: auto;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.4em;
  vertical-align: top;
}
ul.post-categories li:after {
  content: ",";
  color: #757575;
  font-weight: 800;
  position: relative;
}
ul.post-categories li:last-of-type:after {
  display: none;
}
ul.post-categories li a {
  color: #757575;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding: 0.5em 0 0.6em;
}
ul.post-categories li a:hover, ul.post-categories li a:focus {
  color: rgb(78.75, 78.75, 78.75);
  text-decoration: underline;
  transition: 0.2s;
}
ul.post-categories li a:after {
  display: none;
}

.blog-content {
  flex-direction: column;
  margin-top: 5em;
}
@media only screen and (min-width: 768px) {
  .blog-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog-content .the-ctas {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-content .the-ctas {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .blog-content .the-ctas {
    width: 25%;
  }
}
.blog-content article {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-content article {
    width: 67%;
  }
}
@media only screen and (min-width: 992px) {
  .blog-content article {
    width: 67%;
  }
}

#nav-posts {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.page-template-donation article {
  margin: 0 auto 40px;
  text-align: center;
}

.give-page .the-content {
  padding: 0;
}

#give-form-309-wrap {
  padding: 0 50px;
  margin-top: 30px;
}
#give-form-309-wrap #give-form-309-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 65px;
}
@media only screen and (min-width: 992px) {
  #give-form-309-wrap #give-form-309-1 {
    flex-direction: row;
  }
}

.give-form-title {
  display: none;
}

form[id*=give-form] #give-gateway-radio-list > li, fieldset#give_checkout_user_info {
  display: flex;
}

form[id*=give-form] #give-donation-level-radio-list {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  form[id*=give-form] #give-donation-level-radio-list {
    margin: 0 30px;
  }
}

form[id*=give-form] #give-donation-level-radio-list > li label {
  font-weight: 700;
}

.give-btn {
  background: #00417E;
  color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 10px 19px 10px 19px;
  font-weight: 700;
  transition: all 0.33s ease;
  border: none;
  position: relative;
  font-size: 1.3em;
  height: 44px;
  width: 170px;
}
.give-btn:hover {
  background: rgb(0, 117.619047619, 228);
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
  padding: 9px 12px;
  height: 55px;
  font-weight: 700;
  font-size: 22px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
  background-color: #00417e;
  color: #fff;
  height: 55px;
  padding: 9px 20px 20px;
  line-height: 35px;
  font-size: 23px;
}

.give_warning {
  display: none;
}

.give-donation-level-btn {
  font-size: 1em;
  border-radius: 0;
  margin-top: 30px;
}

ul#give-donation-level-button-wrap li {
  width: 33%;
  margin: 0;
}

.donation_cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .donation_cards {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .donation_cards {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .donation_cards.split .donate_card {
    width: 45%;
  }
}
.donation_cards .donate_card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .donation_cards .donate_card {
    margin-bottom: 30px;
  }
}
.donation_cards .donate_card .donate_card_image {
  padding-bottom: 66.6%;
  position: relative;
  width: 101%;
}
.donation_cards .donate_card .donate_card_image img {
  object-fit: cover;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.donation_cards .donate_card .donate_card_information {
  align-items: start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 30px;
}
.donation_cards .donate_card .modal {
  overflow-y: auto;
}
.donation_cards .donate_card .modal-open {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .donation_cards .donate_card {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .donation_cards .donate_card {
    width: 32%;
  }
}

.fade {
  background: rgba(255, 255, 255, 0.6196078431);
  opacity: 1;
}

button.btn-primary {
  background: #00417E;
  color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 7px 19px 7px 19px;
  font-weight: 700;
  transition: all 0.33s ease;
  border: none;
  position: relative;
  font-size: 1.3em;
  padding: 7px 19px 7px 19px;
}
button.btn-primary:after {
  content: "";
  background: url(/wp-content/uploads/white_down.svg);
  height: 15px;
  width: 15px;
  position: absolute;
  right: 13px;
  opacity: 0;
  translate: -4px, 0;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
  top: 13px;
  background-repeat: no-repeat;
}
button.btn-primary:hover {
  background: rgb(0, 54.4761904762, 105.6);
  padding: 7px 38px 7px 19px;
}
button.btn-primary:hover:after {
  translate: 0, 0;
  opacity: 1;
}

.modal-header .close {
  background-color: #00417E;
  border-radius: 30px;
  height: 48px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 25px;
  width: 48px;
}
.modal-header .close span {
  color: white;
  position: relative;
  top: -3px;
}

figure.dc_map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 76.25%;
  margin: 0;
}
figure.dc_map iframe {
  border: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
  font-size: 1.125em;
}

.ctct-gdpr-text {
  display: none;
}

/* _events.scss */
section.events {
  background-color: #00417E;
  padding: 50px 25px;
}
section.events .tribe-events-widget-events-list__events {
  align-items: flex-start;
  display: flex;
}
section.events .tribe-events-widget .tribe-events-widget-events-list__event-row {
  display: flex;
  padding: 0 10px;
}
section.events .tribe-events-widget-events-list__event-date-tag {
  background-color: #008BD9;
  border-radius: 25px 0 0 25px;
  padding: 15px 20px;
  width: auto;
}
section.events .tribe-events-widget-events-list__event-date-tag-datetime {
  align-items: center;
  display: flex;
}
section.events .tribe-events-widget-events-list__event-date-tag-month {
  color: white;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-weight: bold;
}
section.events .tribe-events-widget-events-list__event-date-tag-daynum {
  color: white;
  font-family: "Open Sans", sans-serif !important;
}
section.events .tribe-events-widget-events-list__event-wrapper {
  background-color: white;
  border-radius: 0 25px 25px 0;
  padding: 15px 25px;
}
section.events .tribe-events-widget-events-list__event-title {
  font-size: 16px;
}
section.events .tribe-events-widget-events-list__view-more {
  text-align: center;
}
section.events .tribe-events-widget-events-list__view-more-link {
  border-bottom: 2px solid white !important;
  color: white !important;
}
section.events .tribe-events-widget-events-list__view-more-link:hover {
  background-color: white;
  color: #008BD9 !important;
}
section.events .tns-controls {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 40%;
}
section.events .tns-controls button {
  appearance: none;
  background: #008BD9;
  border: none;
  border-radius: 50%;
  height: 50px;
  outline: none;
  position: relative;
  width: 50px;
}
section.events .tns-controls button a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more-link {
  background: none;
  border: 2px solid white;
  border-bottom: 2px solid white;
  color: white;
  display: inline-flex;
  margin: 25px auto 0;
}

.tribe-events .tribe-events-c-ical__link {
  background: none;
  border: 2px solid #00417E;
  color: #00417E;
  display: inline-flex;
}

.tribe-events .tribe-events-c-ical__link-icon-svg {
  color: #00417E;
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  border-radius: 40px;
  font-family: "Open Sans", sans-serif;
}

.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
  background: none;
  border: 2px solid #00417E;
  color: #00417E;
  display: inline-flex;
}

.tribe-common,
.tribe-common .tribe-common-b1,
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-h1,
.tribe-common .tribe-common-h2,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-schedule h2,
.tribe-events-single-event-title,
.tribe-events-event-meta {
  font-family: "Open Sans", sans-serif !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  border: none;
}

.tribe-events .tribe-events-c-view-selector__list-item-link {
  border: none;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #00417E;
  height: 4px;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: 4px solid #00417E;
}

body.tribe-events-page-template section.hero .inner-wrapper h1 {
  font-size: 0;
}
body.tribe-events-page-template section.hero .inner-wrapper h1::before {
  content: "Events";
  font-size: 3.5rem;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  width: 100%;
}

.tribe-events-event-meta:before {
  border-top: 4px solid #00417E;
}

.tribe-events-event-meta a {
  color: #00417E;
}
.tribe-events-event-meta a:hover {
  color: #00417E;
}

#tribe-events-footer {
  border-top: 4px solid #00417E;
}

.color-swatch {
  width: 13rem;
  display: inline-block;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .image-sticky {
    height: 400px;
    top: 200px;
  }
}

.split-guide {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .split-guide {
    width: 50%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

@-webkit-keyframes updown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}
@keyframes updown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}
.updown {
  -webkit-animation-name: updown;
  animation-name: updown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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