/*
 * Theme Name:   Ministry of Stories
 * Theme URI:    http://ministryofstories.org/
 * Version:      9999999999
 * Author:       Saul Martin, Fiasco Design
 * Author URI:   http://fiascodesign.co.uk
 * Run: navigate to theme folder and run following stylus -w -u nib stylus/style.styl -o ../twentyfifteen/
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3782c4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f6ea7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #366a37;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #52a254;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #7c6235;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #b48f50;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #983d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c16361;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #004288;
}
a:visited {
  color: #004288;
}
a:hover {
  color: #004288;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-moz-keyframes easeOutElastic {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  28% {
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  44% {
    -moz-transform: translateY(-32%);
    -webkit-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
  }
  59% {
    -moz-transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  73% {
    -moz-transform: translateY(-27%);
    -webkit-transform: translateY(-27%);
    -o-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  88% {
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -moz-transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}
@-webkit-keyframes easeOutElastic {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  28% {
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  44% {
    -moz-transform: translateY(-32%);
    -webkit-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
  }
  59% {
    -moz-transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  73% {
    -moz-transform: translateY(-27%);
    -webkit-transform: translateY(-27%);
    -o-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  88% {
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -moz-transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}
@-o-keyframes easeOutElastic {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  28% {
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  44% {
    -moz-transform: translateY(-32%);
    -webkit-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
  }
  59% {
    -moz-transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  73% {
    -moz-transform: translateY(-27%);
    -webkit-transform: translateY(-27%);
    -o-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  88% {
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -moz-transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}
@keyframes easeOutElastic {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  16% {
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  28% {
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  44% {
    -moz-transform: translateY(-32%);
    -webkit-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
  }
  59% {
    -moz-transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  73% {
    -moz-transform: translateY(-27%);
    -webkit-transform: translateY(-27%);
    -o-transform: translateY(-27%);
    transform: translateY(-27%);
  }
  88% {
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -moz-transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
  2% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  10% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  90% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  98% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
  2% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  10% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  90% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  98% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
}
@-o-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
  2% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  10% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  90% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  98% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
  2% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  10% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  90% {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
  }
  98% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
  }
}
@-moz-keyframes drift {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: 0 50%;
  }
  30% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
  35% {
    -moz-transform: rotate(2deg) translateX(2px);
    -webkit-transform: rotate(2deg) translateX(2px);
    -o-transform: rotate(2deg) translateX(2px);
    transform: rotate(2deg) translateX(2px);
  }
  70% {
    -moz-transform: rotate(-1deg) translateX(1px);
    -webkit-transform: rotate(-1deg) translateX(1px);
    -o-transform: rotate(-1deg) translateX(1px);
    transform: rotate(-1deg) translateX(1px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-webkit-keyframes drift {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: 0 50%;
  }
  30% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
  35% {
    -moz-transform: rotate(2deg) translateX(2px);
    -webkit-transform: rotate(2deg) translateX(2px);
    -o-transform: rotate(2deg) translateX(2px);
    transform: rotate(2deg) translateX(2px);
  }
  70% {
    -moz-transform: rotate(-1deg) translateX(1px);
    -webkit-transform: rotate(-1deg) translateX(1px);
    -o-transform: rotate(-1deg) translateX(1px);
    transform: rotate(-1deg) translateX(1px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-o-keyframes drift {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: 0 50%;
  }
  30% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
  35% {
    -moz-transform: rotate(2deg) translateX(2px);
    -webkit-transform: rotate(2deg) translateX(2px);
    -o-transform: rotate(2deg) translateX(2px);
    transform: rotate(2deg) translateX(2px);
  }
  70% {
    -moz-transform: rotate(-1deg) translateX(1px);
    -webkit-transform: rotate(-1deg) translateX(1px);
    -o-transform: rotate(-1deg) translateX(1px);
    transform: rotate(-1deg) translateX(1px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@keyframes drift {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: 0 50%;
  }
  30% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
  35% {
    -moz-transform: rotate(2deg) translateX(2px);
    -webkit-transform: rotate(2deg) translateX(2px);
    -o-transform: rotate(2deg) translateX(2px);
    transform: rotate(2deg) translateX(2px);
  }
  70% {
    -moz-transform: rotate(-1deg) translateX(1px);
    -webkit-transform: rotate(-1deg) translateX(1px);
    -o-transform: rotate(-1deg) translateX(1px);
    transform: rotate(-1deg) translateX(1px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-moz-keyframes twist {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  40% {
    -moz-transform: translate(-50%, -50%) rotate(2deg);
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    -o-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
  }
  60% {
    -moz-transform: translate(-50%, -50%) rotate(-7deg);
    -webkit-transform: translate(-50%, -50%) rotate(-7deg);
    -o-transform: translate(-50%, -50%) rotate(-7deg);
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
}
@-webkit-keyframes twist {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  40% {
    -moz-transform: translate(-50%, -50%) rotate(2deg);
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    -o-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
  }
  60% {
    -moz-transform: translate(-50%, -50%) rotate(-7deg);
    -webkit-transform: translate(-50%, -50%) rotate(-7deg);
    -o-transform: translate(-50%, -50%) rotate(-7deg);
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
}
@-o-keyframes twist {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  40% {
    -moz-transform: translate(-50%, -50%) rotate(2deg);
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    -o-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
  }
  60% {
    -moz-transform: translate(-50%, -50%) rotate(-7deg);
    -webkit-transform: translate(-50%, -50%) rotate(-7deg);
    -o-transform: translate(-50%, -50%) rotate(-7deg);
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
}
@keyframes twist {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
  40% {
    -moz-transform: translate(-50%, -50%) rotate(2deg);
    -webkit-transform: translate(-50%, -50%) rotate(2deg);
    -o-transform: translate(-50%, -50%) rotate(2deg);
    transform: translate(-50%, -50%) rotate(2deg);
  }
  60% {
    -moz-transform: translate(-50%, -50%) rotate(-7deg);
    -webkit-transform: translate(-50%, -50%) rotate(-7deg);
    -o-transform: translate(-50%, -50%) rotate(-7deg);
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }
}
@-moz-keyframes wobblein {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-webkit-keyframes wobblein {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-o-keyframes wobblein {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@keyframes wobblein {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-moz-keyframes wobble2 {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-webkit-keyframes wobble2 {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@-o-keyframes wobble2 {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
@keyframes wobble2 {
  0% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
    transform-origin: top center;
  }
  10% {
    -moz-transform: rotate(-2deg) translateX(0px);
    -webkit-transform: rotate(-2deg) translateX(0px);
    -o-transform: rotate(-2deg) translateX(0px);
    transform: rotate(-2deg) translateX(0px);
  }
  60% {
    -moz-transform: rotate(1deg) translateX(0px);
    -webkit-transform: rotate(1deg) translateX(0px);
    -o-transform: rotate(1deg) translateX(0px);
    transform: rotate(1deg) translateX(0px);
  }
  100% {
    -moz-transform: rotate(0) translateX(0px);
    -webkit-transform: rotate(0) translateX(0px);
    -o-transform: rotate(0) translateX(0px);
    transform: rotate(0) translateX(0px);
  }
}
.no-scroll {
  overflow: hidden;
}
@font-face {
  font-family: 'daft-brush';
  font-display: swap;
  src: url("./fonts/pintassilgoprints_-_daft_brush-webfont.eot");
  src: url("./fonts/pintassilgoprints_-_daft_brush-webfont.eot?#iefix") format('embedded-opentype'), url("./fonts/pintassilgoprints_-_daft_brush-webfont.woff") format('woff'), url("./fonts/pintassilgoprints_-_daft_brush-webfont.ttf") format('truetype'), url("./fonts/pintassilgoprints_-_daft_brush-webfont.svg#webfont") format('svg');
}
body {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1em;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  font-weight: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: underline;
}
h1 {
  text-align: center;
  margin: 0;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 500;
}
h2 {
  margin: 0;
  font-weight: normal;
}
h3 {
  margin: 0;
  font-weight: normal;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-size: 30px;
}
a:visited {
  color: inherit;
}
a:focus {
  outline: none;
}
p a {
  color: #ae341f;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
::selection {
  background: #933;
}
::-moz-selection {
  background: #933;
}
pre {
  color: inherit;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  overflow: hidden;
}
a.button {
  display: inline-block;
  width: auto;
  margin: 1em auto 0;
  letter-spacing: 0.01em;
  background: #fc0;
  font-size: 18px;
  line-height: 100%;
  color: #303030 !important;
  padding: 15px 35px 18px 35px;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-bottom: 0;
}
a.button:hover {
  background-color: #72c7d9;
  text-decoration: none;
}
a.button:hover:after {
  left: 2px;
  transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
}
a.button.button--left {
  margin-right: auto;
}
a.button.button--right {
  margin-left: auto;
}
a.button:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.3em;
  background: url("./i/flexible-template/arrow-black-right.png") no-repeat scroll;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  left: 0;
  transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
}
h1.page-title {
  font-family: $daft-brush;
  font-size: 40px;
  margin: 1em 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: inherit;
}
@media (min-width: 1024px) {
  h1.page-title {
    font-size: 60px;
  }
  a.button {
    font-size: 20px;
  }
  a.button:after {
    top: -1px;
  }
}
@media (min-width: 1400px) {
  a.button {
    padding: 18px 40px 21px 40px;
  }
}
.page-header h1 {
  text-align: left;
  color: #004288;
}
#main-menu li.current_page_ancestor > a {
  color: #b21638;
}
#cssmenu li a {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  letter-spacing: 0.05em;
}
.intro {
  text-align: center;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  max-width: 580px;
  margin: 0 auto;
}
.page-header h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro-section h1 {
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 35px;
  text-transform: uppercase;
}
.lead-block h2,
.home-block h2 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 1.2em;
}
.home-block h2 {
  font-size: 24px;
}
.home-block.sub-lead-block h2 {
  font-size: 35px;
}
p.post-date {
  font-size: 13px;
}
.mission h2 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  color: #004288;
  font-size: 35px;
  font-weight: normal;
}
body.page.page-template-page-showcase-index .page-header h1 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #084d6c;
  text-transform: none;
  margin-bottom: 30px;
}
body.single-activity .page-header .container-fluid h1 {
  color: #fff;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
#breadcrumbs {
  margin-bottom: 50px;
}
body.page.page-template-page-showcase-index .page-header p.intro {
  margin-bottom: 30px;
  max-width: 720px;
}
.index_block h2 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  color: #004288;
  font-weight: 600;
}
.index_block p {
  margin: 0;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
.index_block .text {
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.support-blocks p.sub-header {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page .page-header h1 {
    font-size: 60px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  color: #004288;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 100;
  margin-top: 80px;
  overflow-x: hidden;
  height: auto;
  min-height: 100%;
}
::selection {
  background: $highlight-color;
  color: #fff;
}
::-moz-selection {
  background: $highlight-color;
  color: #fff;
}
.upsize {
  width: 100%;
}
.container-fluid {
  max-width: 1000px;
  z-index: 2;
  position: relative;
}
.site-wrap {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .site-wrap {
    left: 0 !important;
  }
}
body.nav-overlay-open {
  overflow: hidden;
}
body.nav-overlay-open .navbar-fixed-top {
  background-color: #004288;
}
body.nav-overlay-open .navbar-fixed-top:after {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
body.nav-overlay-open #logo svg #tagline path,
body.nav-overlay-open #logo svg #tagline polygon,
body.nav-overlay-open #logo svg #tagline polyline {
  fill: #fff;
}
body.nav-overlay-open #nav-icon span.text {
  color: #fff !important;
}
body.nav-overlay-open #nav-volunteers,
body.nav-overlay-open #nav-monsters {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  pointer-events: none;
}
/*
body.nav-overlay-open #donate-btn {
  border-color: rgba(255,255,255,0.19);
  color: #fff !important;
}
body.nav-overlay-open #donate-btn:hover {
  color: #fff !important;
  background-color: #f9b44c !important;
}
*/
body.nav-overlay-open #navbar-search #Search-Icon {
  stroke: #fff;
}
.logout-link {
  display: none;
}
.logout-link a,
.launch-sign-in a {
  color: #76a7b4 !important;
}
body.logged-in .main-nav .launch-sign-in,
body.logged-in .main-nav .logout-link {
  display: list-item;
}
body.logged-in .main-nav .launch-sign-in a,
body.logged-in .main-nav .logout-link a {
  color: #76a7b4 !important;
}
body.logged-in .main-nav .launch-sign-in {
  display: none;
}
header {
  height: 80px;
  overflow: visible;
}
.header-inner {
  width: auto;
  height: 100%;
  margin: 0 30px;
  text-align: center;
  position: relative;
}
#logo {
  display: inline-block;
  width: 55px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
#logo svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(calc(-50% + 12px));
  -webkit-transform: translateX(calc(-50% + 12px));
  -o-transform: translateX(calc(-50% + 12px));
  transform: translateX(calc(-50% + 12px));
  height: 52px;
}
#logo svg #tagline {
  display: none;
}
#logo svg #tagline path,
#logo svg #tagline polygon,
#logo svg #tagline polyline {
  transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}
#logo:hover {
  text-decoration: none;
}
#nav-icon {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 24px;
  height: 35px;
  text-decoration: none;
}
#nav-icon span.text {
  display: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  margin-top: 7px;
  margin-left: 23px;
  padding-left: 10px;
  color: #303030;
  text-decoration: none;
}
#nav-icon span.burger {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  background: #303030;
  display: block;
  height: 2px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#nav-icon span.burger:before,
#nav-icon span.burger:after {
  width: 100%;
  height: 2px;
  background: #303030;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
#nav-icon span.burger:before {
  top: -7px;
  transition: top 300ms 300ms, transform 300ms 0ms;
  -moz-transition: top 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: top 300ms 300ms, transform 300ms 0ms;
  -o-transition: top 300ms 300ms, transform 300ms 0ms;
}
#nav-icon span.burger:after {
  bottom: -7px;
  transition: bottom 300ms 300ms, transform 300ms 0ms;
  -moz-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -webkit-transition: bottom 300ms 300ms, transform 300ms 0ms;
  -o-transition: bottom 300ms 300ms, transform 300ms 0ms;
}
#nav-icon:hover {
  text-decoration: none;
}
#nav-icon:visited span.text {
  color: #303030;
}
#nav-icon.active span {
  -moz-transform: translateX(0px) rotate(0deg);
  -webkit-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  background: transparent;
  transition: background 150ms;
  -moz-transition: background 150ms;
  -webkit-transition: background 150ms;
  -o-transition: background 150ms;
}
#nav-icon.active span:before {
  -moz-transform: translateX(0px) translateY(0px) rotate(-45deg);
  -webkit-transform: translateX(0px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(0px) translateY(0px) rotate(-45deg);
  transform: translateX(0px) translateY(0px) rotate(-45deg);
  top: 0;
  transition: top 300ms, transform 300ms;
  -moz-transition: top 300ms, transform 300ms;
  -webkit-transition: top 300ms, transform 300ms;
  -o-transition: top 300ms, transform 300ms;
  background: #fff;
}
#nav-icon.active span:after {
  -moz-transform: translateX(0px) translateY(0px) rotate(45deg);
  -webkit-transform: translateX(0px) translateY(0px) rotate(45deg);
  -o-transform: translateX(0px) translateY(0px) rotate(45deg);
  transform: translateX(0px) translateY(0px) rotate(45deg);
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
  -moz-transition: bottom 300ms, transform 300ms;
  -webkit-transition: bottom 300ms, transform 300ms;
  -o-transition: bottom 300ms, transform 300ms;
  background: #fff;
}
body.logged-in #nav-volunteers span.text {
  max-width: 96px;
}
body.volunteer-nav-open #nav-volunteers:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nav-volunteers {
  display: none;
  position: absolute;
  top: 25px;
  left: 112px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  padding-right: 13px;
}
#nav-volunteers span.icon {
  display: inline-block;
  height: 18px;
}
#nav-volunteers span.icon img {
  height: 18px;
  width: auto;
}
#nav-volunteers span.text {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nav-volunteers:hover {
  text-decoration: none;
}
#nav-volunteers:visited span.text {
  color: #303030;
}
#nav-volunteers.logged-in:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #303030 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
}
body.logged-in #nav-monsters {
  left: 275px;
}
#nav-monsters {
  display: none;
  position: absolute;
  top: 27px;
  left: 265px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  padding-left: 12px;
}
#nav-monsters span.icon {
  display: inline-block;
  height: 21px;
  float: left;
}
#nav-monsters span.icon svg {
  height: 21px;
  width: auto;
}
#nav-monsters span.icon svg #horns {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
#nav-monsters span.text {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  float: left;
  margin-top: 3px;
}
#nav-monsters:after {
  display: block;
  content: "";
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #231f20 transparent;
  position: absolute;
  bottom: -32px;
  left: 45px;
  pointer-events: none;
}
#nav-monsters:hover span.icon #horns {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#nav-monsters.active span.icon #horns {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#nav-monsters.active:after {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#monster-nav {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 80px;
  left: 0;
  pointer-events: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 2;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  text-align: center;
  background-color: #231f20;
}
#monster-nav a {
  display: inline-block;
  width: 100%;
  height: inherit;
  position: relative;
  z-index: 1;
}
#monster-nav img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  margin: 20px auto;
}
#monster-nav.active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  pointer-events: all;
}
#monster-nav .nav-close-cross {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 500;
  color: #fff;
}
#donate-btn {
  display: none;
  position: absolute;
  top: 23px;
  right: 50px;
  padding: 8px 15px 9px;
  text-transform: uppercase;
  background-color: #ae341e;
  border: 1px solid #ae341e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  color: #fff;
}
#donate-btn:hover {
  text-decoration: none;
  background-color: #f9b44c !important;
  border-color: #f9b44c !important;
  color: #fff !important;
}


#donate-btn:visited {
  color: #fff;
}
#navbar-search {
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 0;
}
#navbar-search svg {
  width: 25px;
  height: 25px;
  pointer-events: none;
}
#navbar-search svg #Search-Icon {
  transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
}
#navbar-search:after {
  display: block;
  content: "";
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #004288 transparent;
  position: absolute;
  bottom: -24px;
  left: 2px;
  pointer-events: none;
}
#navbar-search:hover {
  text-decoration: none;
}
#navbar-search.active:after {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#search-page .nav-close-cross {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 500;
  color: #fff;
}
#navigation-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #004288;
  color: #fff;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  pointer-events: none;
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow-y: auto;
}
#navigation-overlay .main-nav {
  padding: 0 30px;
  text-align: center;
}
#navigation-overlay .main-nav h2 {
  text-align: center;
  max-width: 470px;
  margin: 0 auto 80px;
  text-transform: uppercase;
  display: none;
}
#navigation-overlay .main-nav .donate-btn {
  display: inline-block;
  width: 100%;
  margin: 0 auto 50px;
  padding: 8px 15px 10px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.19);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 100%;
  letter-spacing: 0.015em;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
#navigation-overlay.active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  pointer-events: all;
}
#navigation-overlay svg {
  fill: #83c45c;
}
.menu-main-container,
.menu-mobile-container {
  display: inline-block;
  width: 100%;
}
.navbar-fixed-top {
  z-index: 1;
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.navbar-fixed-top:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 90%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 90%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 90%);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.overlay span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#menu-main,
#menu-mobile {
  position: relative;
  margin: 0;
  padding: 0;
}
#menu-main > li,
#menu-mobile > li {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  vertical-align: top;
  border-top: 1px solid rgba(255,255,255,0.19);
  text-align: left;
  font-size: 16px;
  margin-bottom: 40px;
}
#menu-main > li a,
#menu-mobile > li a {
  display: block;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
#menu-main > li > .sub-menu,
#menu-mobile > li > .sub-menu {
  margin: 0;
  padding: 0;
}
#menu-main > li > .sub-menu > li,
#menu-mobile > li > .sub-menu > li {
  list-style: none;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 0;
}
#menu-main > li > .sub-menu > li.desktop-hide,
#menu-mobile > li > .sub-menu > li.desktop-hide {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#menu-main > li > .sub-menu > li a,
#menu-mobile > li > .sub-menu > li a {
  margin-top: 0;
  margin-bottom: 0;
}
#menu-main > li > .sub-menu > li a:hover,
#menu-mobile > li > .sub-menu > li a:hover {
  text-decoration: underline;
  color: #fff !important;
}
#menu-main li.no-click > a,
#menu-mobile li.no-click > a {
  cursor: default;
}
#menu-main li.no-click:hover > a,
#menu-mobile li.no-click:hover > a {
  text-decoration: none;
}
#menu-main > li a:hover,
#menu-mobile > li a:hover {
  text-decoration: none;
}
.menu-secondary-nav-container {
  width: 100%;
  text-align: center;
}
.menu-secondary-nav-container .menu {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.menu-secondary-nav-container .menu > li {
  list-style: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.menu-secondary-nav-container .menu > li a {
  color: #fff;
}
#main-nav {
  display: none;
}
@media (min-width: 480px) {
  #nav-icon span.text {
    display: block;
  }
  #navigation-overlay .main-nav .donate-btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  #mobile-nav {
    display: none;
  }
  #main-nav {
    display: block;
  }
  .header-inner {
    margin: 0 35px;
  }
  #logo {
    width: 260px;
    overflow: visible;
    height: 42px;
  }
  #logo svg {
    height: 100%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #logo svg #tagline {
    display: block;
  }
  #navigation-overlay {
    padding-bottom: 0;
    background-image: url("./i/nav-overlay-books.png");
    background-image: url("./i/book-shelf-blue.svg");
    background-position: left 0px bottom 75px;
    background-repeat: repeat-x;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
  }
  #navigation-overlay .main-nav {
    padding: 0 35px;
  }
  #menu-main,
  #menu-mobile {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #menu-main > li,
  #menu-mobile > li {
    width: 50%;
    margin-bottom: 40px;
    font-size: 25px;
    border-top: none;
    position: relative;
    font-weight: 600;
  }
  #menu-main > li:before,
  #menu-mobile > li:before {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.19);
  }
  #menu-main > li > .sub-menu > li,
  #menu-mobile > li > .sub-menu > li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .menu-secondary-nav-container {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .menu-secondary-nav-container .menu {
    white-space: nowrap;
    margin: 0;
  }
  .menu-secondary-nav-container .menu > li {
    display: inline-block;
    margin: 0 20px;
  }
}
@media (max-width: 899px) {
  #navigation-overlay {
    background-image: none;
  }
  #navigation-overlay .main-nav {
    height: auto;
    background-image: url("./i/nav-overlay-books.png");
    background-image: url("./i/book-shelf-blue.svg");
    background-position: left 0px bottom 0;
    background-repeat: repeat-x;
    padding-bottom: 100px;
    -webkit-background-size: auto 70px;
    background-size: auto 70px;
  }
  .menu-secondary-nav-container {
    position: static;
  }
}
@media (min-width: 900px) {
  #donate-btn,
  #nav-volunteers {
    display: block;
  }
  .header-inner {
    margin: 0 75px;
  }
  #navigation-overlay {
    padding-top: 140px;
  }
  #navigation-overlay .main-nav {
    padding: 0 75px;
  }
  #navigation-overlay .main-nav h2 {
    display: block;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.05em;
  }
  #navigation-overlay .main-nav .donate-btn {
    display: none;
  }
  #menu-main > li,
  #menu-mobile > li {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  #menu-main > li:last-of-type:before,
  #menu-mobile > li:last-of-type:before {
    width: 100%;
  }
  #menu-main > li a,
  #menu-mobile > li a {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #menu-main > li > .sub-menu > li.desktop-hide,
  #menu-mobile > li > .sub-menu > li.desktop-hide {
    display: none;
  }
  #menu-main > li > .sub-menu > li a,
  #menu-mobile > li > .sub-menu > li a {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1160px) {
  #nav-monsters {
    display: block;
  }
}
@media (min-width: 1300px) {
  #logo {
    height: 52px;
    width: 318px;
  }
}
footer {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 0;
  font-size: 20px;
}
footer span.copyright a {
  display: block;
}
footer .footer-container-full {
  width: 100%;
  padding: 70px 0 0 0;
  background-color: #fc0;
  position: relative;
}
footer .footer-container-full:after {
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: -6px;
  left: 0;
  background-image: url("./i/footer-top.svg");
  -webkit-background-size: 1920px auto;
  background-size: 1920px auto;
  background-position: left bottom;
  background-repeat: repeat-x;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #f9b44c;
}
footer .column {
  padding: 0 15px;
  margin-bottom: 30px;
}
footer .column.footer-logo {
  margin-bottom: 0;
}
footer .column p {
  margin: 10px 0 0;
}
footer .column ul {
  padding-left: 0;
  margin: 10px 0 0;
}
footer .column ul li {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin-bottom: 8px;
}
footer .column a {
  color: #000;
}
footer .column a:hover {
  text-decoration: underline;
}
footer h3 {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
footer .img-responsive {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 30px 0;
  clear: both;
}
footer .img-responsive:last-of-type {
  margin-bottom: 0;
}
footer .social-links {
  display: block;
  color: #000;
  text-align: left;
  padding-left: 15px;
}
footer .social-links .social-links__link {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
}
footer .social-links .social-links__link:first-child {
  margin-left: 0;
}
footer .social-links a {
  display: inline-block;
  position: relative;
}
footer .social-links .social-links__link:hover img {
  display: none;
}
footer .social-links .social-links__link .hover-icon {
  display: none;
}
footer .social-links .social-links__link:hover .hover-icon {
  display: inline;
}

body footer li a,
body footer li a:hover,
body footer li a:visited {
  color: #2b2b2b;
}
.footer-bottom {
  background-color: #000;
  margin-top: 40px;
  padding: 30px 0;
  vertical-align: top;
}
.footer-bottom span {
  color: #fff;
  font-size: 16px;
}
.footer-bottom span.credit a {
  text-decoration: underline;
}
.footer-address p {
  color: #2b2b2b;
}
.footer-mailing p {
  color: #2b2b2b;
}
span.copyright {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}
span.credit {
  display: block;
  color: #797979;
  font-size: 14px;
  letter-spacing: 0.045em;
}
@media (max-width: 768px) {
  span.credit br {
    display: none;
  }
}
.footer-illo,
.footer-flower {
  display: none;
}
@media (min-width: 600px) {
  footer .container-fluid {
    padding: 0 35px;
  }
  footer .column {
    width: 50%;
    float: left;
  }
  footer .img-responsive {
    margin: 0 0 30px;
  }
  footer span.copyright a {
    margin-left: 20px;
    display: inline;
  }
}
@media (min-width: 800px) {
  footer .column {
    width: 25%;
  }
  footer .column.footer-logo {
    width: 100%;
  }
  footer .img-responsive {
    display: inline-block;
    margin: 10px 30px 0 0;
  }
  footer span.copyright {
    float: left;
    margin-bottom: 0;
  }
  footer span.copyright a {
    display: block;
    margin-left: 0;
  }
  footer span.credit {
    float: right;
    text-align: right;
    line-height: 24px;
  }
  .footer-bottom {
    margin-top: 80px;
  }
}
@media (min-width: 980px) {
  footer {
    padding-top: 100px;
  }
  footer .footer-illo {
    display: block;
    width: 219px;
    height: auto;
    position: absolute;
    bottom: -80px;
    left: calc(100% - 250px);
  }
}
@media (min-width: 1024px) {
  footer span.copyright a {
    display: inline;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  footer .container-fluid {
    padding: 0;
  }
  footer .row {
    padding-left: 250px;
    position: relative;
  }
  footer .column {
    width: 33.333%;
  }
  footer span.copyright a {
    margin-left: 30px;
  }
  footer .footer-illo {
    left: -10px;
  }
  footer.in-view .footer-flower {
    -webkit-animation: easeOutElastic 1.2s forwards 0.5s;
    -moz-animation: easeOutElastic 1.2s forwards 0.5s;
    -ms-animation: easeOutElastic 1.2s forwards 0.5s;
    animation: easeOutElastic 1.2s forwards 0.5s;
  }
  .footer-flower {
    display: block;
    width: 80px;
    height: 140px;
    position: absolute;
    bottom: 100%;
    left: -100px;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform 1.2s 0.5s;
    -moz-transition: transform 1.2s 0.5s;
    -webkit-transition: transform 1.2s 0.5s;
    -o-transition: transform 1.2s 0.5s;
    background: url("i/footer-flowers.png") center center no-repeat transparent;
    background-image: url("i/footer-flowers.svg");
    -webkit-background-size: contain;
    background-size: contain;
  }
  .footer-bottom {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  footer .footer-flower {
    left: -200px;
  }
}
.fullwidth-image-header {
  width: 100%;
  min-height: 250px;
  height: 100vw;
  overflow: hidden;
  background: center center no-repeat #004288;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.fullwidth-image-header__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center center no-repeat #004288;
  -webkit-background-size: cover;
  background-size: cover;
  display: none;
}
.fullwidth-image-header__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  height: 100%;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fullwidth-image-header__title {
  color: #ae341f;
  display: block;
  position: absolute;
  bottom: 60px;
  right: 40px;
  max-width: 90%;
  text-align: right;
  font-weight: 700;
  line-height: 1.2;
}
.fullwidth-image-header__title span {
  position: relative;
  padding: 0.2em 0.5em 0.5em 0.5em;
  display: inline-block;
  z-index: 2;
  margin-bottom: -5em;
  white-space: nowrap;
}
.fullwidth-image-header__title span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-box-shadow: 10px 0 0 #fff;
  -moz-box-shadow: 10px 0 0 #fff;
  box-shadow: 10px 0 0 #fff;
}
.flexible-spotlight {
  position: relative;
  background: #76a7b4;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
.flexible-spotlight__wrapper {
  padding: 20px;
  text-align: center;
  max-width: 415px;
  margin: 0 auto;
}
.flexible-spotlight__wrapper p {
  color: #fff;
}
.flexible-spotlight__wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
.flexible-spotlight__divider {
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  background: url("i/pen-divider.svg") center center no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 20px;
}
.flexible-spotlight__image {
  width: 100%;
  background: center center no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 50%;
}
@media (max-width: 670px) {
  .fullwidth-image-header__title {
    font-size: 25px;
    font-size: 7vw;
  }
}
@media (min-width: 767px) {
  .fullwidth-image-header {
    background-image: none;
  }
  .fullwidth-image-header__image {
    display: block;
  }
}
@media (min-width: 700px) {
  .fullwidth-image-header__title {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .fullwidth-image-header {
    min-height: 500px;
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .fullwidth-image-header__title {
    font-size: 2.5em;
  }
  .flexible-spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexible-spotlight__image {
    padding-bottom: 38%;
  }
  .flexible-spotlight__wrapper {
    padding: 40px;
  }
  .flexible-spotlight__wrapper h3 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (min-width: 1260px) {
  .flexible-spotlight {
    max-width: 1220px;
  }
  .flexible-spotlight__wrapper {
    max-width: 475px;
  }
  .flexible-spotlight__wrapper p {
    font-size: 22px;
  }
  .flexible-spotlight__illustration {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 99.9%;
    background: center right no-repeat transparent;
    -webkit-background-size: auto;
    background-size: auto;
    background-image: url("./i/illustration-bulb.svg");
    width: 124px;
    height: 131px;
    z-index: 2;
  }
  .flexible-spotlight__illustration:hover {
    background-image: url("./i/illustration-bulb-on.svg");
  }
}
.home .flexible--news-posts-title {
  max-width: 1220px;
}
.home .flexible--news-posts-title h3 {
  color: #808080;
}
.home .flexible--news-posts {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.home .flexible--newsletter-text {
  padding: 0;
}
.home .flexible--newsletter-text input[type="text"] {
  max-width: 50%;
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.home .flexible--newsletter-text input[type="text"]:first-of-type {
  margin-right: 10px;
}
.home #email {
  max-width: 100%;
  width: calc(100% - 50px);
}
.home .flexible--newsletter-text input[type="checkbox"] {
  background: #fff;
}
.home .flexible--newsletter-text form label {
  margin-top: 0;
}
.home .flexible--media-embed {
  background: #fff;
  margin-bottom: 0;
}
.home .flexible--media-embed:after {
  display: none !important;
}
.home .flexible--media-embed-intro,
.home .flexible--divider {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 80px;
}
.home .flexible--media-embed-intro:after,
.home .flexible--divider:after {
  display: none;
}
.home .flexible--media-embed-intro h4,
.home .flexible--divider h4,
.home .flexible--media-embed-intro h3,
.home .flexible--divider h3 {
  color: #ae341f;
  font-weight: 700;
}
.home .flexible--media-embed-intro h4:before,
.home .flexible--divider h4:before,
.home .flexible--media-embed-intro h3:before,
.home .flexible--divider h3:before,
.home .flexible--media-embed-intro h4:after,
.home .flexible--divider h4:after,
.home .flexible--media-embed-intro h3:after,
.home .flexible--divider h3:after {
  background-image: url("i/flexible-template/drawn-line-horizontal-red.svg");
}
.home .flexible--logo-carousel {
  padding-bottom: 0;
}
.home .flexible--logo-carousel h2:before,
.home .flexible--logo-carousel h2:after {
  background-image: url("i/flexible-template/drawn-line.png");
}
.home .flexible--large-cta {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.home .flexible--large-cta .inner-wrapper {
  min-height: 0;
}
.home .flexible--large-cta .inner-wrapper > div {
  flex-basis: 50%;
}
.home .flexible--large-cta .inner-wrapper > div:first-child {
  padding-right: 20px;
}
.home .flexible--large-cta * {
  max-width: none;
}
.home .flexible--large-cta p {
  color: #e4eef0;
  font-size: 20px;
}
.home .flexible--large-cta h2 {
  padding-left: 0;
}
.button--simple:after {
  display: none !important;
}
.button.button--arrows {
  position: relative;
  transform-origin: center center;
}
.button.button--arrows:before {
  -webkit-animation: pulse 5s infinite ease;
  -moz-animation: pulse 5s infinite ease;
  -ms-animation: pulse 5s infinite ease;
  animation: pulse 5s infinite ease;
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: -20px;
  right: -20px;
  bottom: -40px;
  transform-origin: center center;
  background: url("i/flexible-template/button-arrows.svg") center center no-repeat transparent;
  -webkit-background-size: contain;
  background-size: contain;
}
.button.button--arrows:hover:before {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.home-icons {
  display: none !important;
}
.homepage-intro {
  position: relative;
  padding: 40px 0;
}
.homepage-intro__title {
  padding: 0 20px;
  text-align: center;
  color: #888;
  font-size: 22px;
}
.homepage-intro__title p {
  margin: 0;
}
.homepage-intro__title span {
  display: inline-block;
}
@media (min-width: 768px) {
  .homepage-intro {
    padding: 60px 0;
  }
  .homepage-intro .wysiwyg p {
    font-size: 38px;
    line-height: 1.1;
    max-width: none;
    margin-bottom: 0;
  }
  .homepage-intro .inner-wrapper {
    max-width: 1220px;
    margin: 0 auto;
  }
  .homepage-intro__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .homepage-intro__title {
    font-size: 32px;
  }
  .home .flexible--news-posts .flexible--news-posts-title {
    justify-content: flex-end;
    min-height: 130px;
  }
  .home .flexible--news-posts .flexible--news-posts-title:after {
    display: block;
    content: "";
    width: 148px;
    height: 92px;
    background-image: url("./i/flexible-template/radio.png");
    background-image: url("./i/flexible-template/radio.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5%;
    top: 50%;
    -moz-transform: translate(0, -57px);
    -webkit-transform: translate(0, -57px);
    -o-transform: translate(0, -57px);
    transform: translate(0, -57px);
  }
  .home .flexible--news-posts .flexible--news-posts-title h3:after,
  .home .flexible--news-posts .flexible--news-posts-title h3:before {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  }
  .home .flexible--media-embed-text {
    padding-left: 40px !important;
  }
  .home .flexible--media-embed.flexible--media-embed-flipped .flexible--media-embed-text,
  .home .flexible--media-embed.flexible--media-embed-flipped .flexible--media-embed-content {
    padding-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .homepage-intro {
    padding: 85px 0;
  }
}
@media (min-width: 1600px) {
  .homepage-intro .illustration-light,
  .homepage-intro .illustration-book {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 700px);
    background: center center no-repeat transparent;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("./i/flexible-template/ceiling-lamp.svg");
    width: 80px;
    height: 365px;
    z-index: 2;
  }
  .homepage-intro .illustration-book {
    width: 120px;
    height: 157px;
    top: 55%;
    left: calc(50% - 700px);
    background-image: url("./i/icon-the-guide.png");
    background-image: url("./i/flexible-template/guide-book.svg");
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
    transform-origin: center center;
  }
  .homepage-intro .illustration-book:hover {
    -webkit-animation: twist 1s ease;
    -moz-animation: twist 1s ease;
    -ms-animation: twist 1s ease;
    animation: twist 1s ease;
  }
  .homepage-intro .illustration-light {
    cursor: pointer;
    -webkit-animation: wobblein 1s ease;
    -moz-animation: wobblein 1s ease;
    -ms-animation: wobblein 1s ease;
    animation: wobblein 1s ease;
    transform-origin: top center;
  }
  .homepage-intro .illustration-light:hover {
    -webkit-animation: wobble2 1s ease;
    -moz-animation: wobble2 1s ease;
    -ms-animation: wobble2 1s ease;
    animation: wobble2 1s ease;
    transform-origin: top center;
  }
  .homepage-intro .illustration-light.illustration--on {
    background-image: url("./i/flexible-template/ceiling-lamp-on.svg");
  }
}
@media (min-width: 1800px) {
  .homepage-intro .illustration-book {
    left: calc(50% - 800px);
  }
}
body.home .site-wrap {
  background: #fff;
}
.intro-section {
  background: url("i/wave-rpt.gif") top repeat-x #ebebeb;
  padding-top: 65px;
}
.lead-block {
  padding: 0 15px;
  color: #fff;
  *zoom: 1;
  margin-bottom: 30px;
}
.lead-block:before,
.lead-block:after {
  content: "";
  display: table;
}
.lead-block:after {
  clear: both;
}
.lead-block .lead-block-text {
  max-height: 302px;
  padding: 20px;
  float: left;
  padding-right: 40px;
}
.lead-block .lead-block-image {
  padding: 0;
  width: calc(66.666% + 20px);
  margin-left: -20px;
  float: right;
}
.lead-block a {
  *zoom: 1;
  display: block;
  background: #004288;
}
.lead-block a:before,
.lead-block a:after {
  content: "";
  display: table;
}
.lead-block a:after {
  clear: both;
}
.intro-section h1 {
  margin-top: 0;
}
.flexslider li:hover a {
  text-decoration: none !important;
}
.sub-block {
  margin-bottom: 30px;
}
.sub-block .text {
  background: #fff;
  padding: 20px 25px;
  height: 220px;
  overflow: hidden;
}
.sub-block .text .category {
  color: #ae341f;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  display: none !important;
}
a.home-block {
  color: inherit;
}
a.home-block:hover {
  text-decoration: none;
}
a.home-block p {
  color: #666;
}
.lead-block a {
  color: inherit;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.lead-block a:hover {
  background: #f9b44c;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
a.btn {
  display: inline-block;
  background: #ae341f;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
  margin: 30px 0;
}
a.btn:hover {
  color: #fff;
}
a.btn.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.donate,
.monstrous {
  margin-bottom: 30px;
}
.donate .inner {
  background: #b21638;
}
.monstrous .inner {
  background: #3a3a3a;
}
.showcase {
  margin-bottom: 30px;
}
.showcase .category {
  color: #ae341f;
  text-transform: uppercase;
  margin-top: 0;
}
.showcase .text {
  background: #fff;
  padding: 25px;
}
.showcase .image {
  margin-right: -15px;
}
.get-writing img {
  margin-bottom: 23px;
}
.profile-carousel {
  background: #004288;
}
.mission {
  text-align: center;
  padding: 50px;
  padding-top: 70px;
}
.mission .btn {
  width: 266px;
  font-size: 22px;
  padding-top: 11px;
}
.mission .btn:hover {
  background-color: #f9b44c;
}
.mission .mission-illustration-main {
  margin: 0 auto;
}
.mission h2 {
  margin-bottom: 10px;
}
.mission p {
  font-size: 18px;
}
.social-icons {
  padding: 0 15px;
}
.social-icons div {
  padding: 0;
}
.sub-lead-block {
  display: block;
  background: #fff;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.sub-lead-block:hover {
  background: #f9b44c;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.sub-lead-block:hover p {
  color: #fff;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
.sub-lead-block:hover h2 {
  color: #fff;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
.sub-lead-block .text {
  background: none;
}
.profile-carousel {
  padding: 30px 0;
  margin-top: 60px;
}
.home .profile-carousel .polaroid-wrapper:before {
  top: 11px;
  left: 40px;
}
.profile-carousel .flexslider {
  background: none;
}
.profile-carousel .flexslider .flex-direction-nav a.flex-prev::before {
  content: url("i/arrow-small.png") !important;
}
.profile-carousel .flexslider .flex-direction-nav a.flex-next::before {
  content: url("i/arrow-small.png") !important;
}
.profile-carousel .flexslider .slides img {
  width: auto;
  height: auto;
}
.profile-carousel .flexslider li {
  background: none;
  border: none;
}
.profile-carousel .flexslider li p {
  color: #fff;
  font-size: 20px;
}
.profile-carousel .flexslider li .polaroid-wrapper {
  padding: 15px 30px;
}
.profile-carousel .flexslider li span {
  color: #42b9db;
  font-size: 18px;
}
.profile-carousel .flexslider .flex-viewport {
  overflow: hidden !important;
}
.profile-carousel #carousel-wrapper {
  overflow: visible;
}
.flex-control-nav {
  display: none;
}
.flexslider .slides .slide-3 .text h1 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  color: #ae341f;
  font-size: 42px;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 15px;
}
.flexslider .slides .slide-3 .text h2 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  color: #416ca1;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.flexslider .slides .slide-3 .text a {
  margin: 0 20px 10px 0;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ae341f;
}
.flexslider .slides .slide-4 {
  background: #6f6f6e;
}
.flexslider .slides .slide-4 img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
}
#home-carousel.flexslider .slides .slide-5 .text {
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 0px;
  text-align: center;
}
#home-carousel.flexslider .slides .slide-5 .text img:not(.monster-slide-text) {
  width: auto;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 275px;
  margin-bottom: 30px;
}
#home-carousel.flexslider .slides .slide-5 .text img.monster-slide-text {
  max-width: 750px;
  margin: 0 auto;
}
#home-carousel.flexslider .slides .slide-5 .text h1 {
  width: 100%;
  left: 0;
  text-align: center;
  font-family: "brandon-grotesque";
  font-size: 56px;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 15px;
  color: #f4bb09;
  font-weight: bold;
  margin-bottom: 60px;
}
#home-carousel.flexslider .slides .slide-5 .text p {
  color: #fff;
  font-size: 16px;
  font-family: 'Crimson Text', serif;
}
.flexslider .slides .slide-5 {
  background: #fff;
}
body.home .profile-carousel li p {
  margin-top: 80px;
}
body.home .profile-carousel {
  padding: 30px 0 0 0;
}
#nav-menu-item-99:hover {
  padding-left: 200px;
}
#home-carousel.flexslider {
  max-width: none;
  width: 100%;
}
#home-carousel .slides li {
  width: 100%;
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: none !important;
  height: 500px;
  overflow: hidden;
  border: none;
  position: relative;
}
#home-carousel .slides li .text {
  position: absolute;
  top: 30px;
  left: 20%;
  max-width: 460px;
  text-align: center;
  z-index: 2;
}
#home-carousel .flex-viewport {
  width: 100%;
}
#home-carousel .flex-prev {
  left: 50px;
}
#home-carousel .flex-next {
  right: 50px;
}
#home-carousel .slide-1 {
  background-color: #e2e4e3;
}
#home-carousel .slide-1 img {
  right: 0;
  top: 0;
  max-width: 1064px;
  z-index: 1;
  position: absolute;
}
#home-carousel .slide-1 h1 {
  font-family: "daft-brush";
  color: #d11009;
  font-size: 94px;
  line-height: 100px;
  margin-bottom: 15px;
}
#home-carousel .slide-1 h2 {
  font-family: "daft-brush";
  color: #7aa2bc;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
}
#home-carousel .slide-1 a {
  font-family: "daft-brush";
  color: #707070;
  font-size: 38px;
  line-height: 48px;
}
#home-carousel .slides .slide-2 {
  background: #fffaca url("i/books-rpt.png") bottom left repeat-x;
}
#home-carousel .slides .slide-2 img {
  max-width: 1064px;
  margin: 0 auto;
}
#home-carousel .slides .slide-2 .text {
  text-align: center;
  width: 100%;
  max-width: none;
  left: 0;
  top: 65%;
}
#home-carousel .slides .slide-2 .text a {
  width: 170px;
  height: 49px;
  display: inline-block;
}
#home-carousel .slides .slide-2 .text .donate {
  background-image: url("i/donate-btn.png");
  margin: 0 20px 0 0;
}
#home-carousel .volunteer {
  background-image: url("i/volunteer-btn.png");
}
#home-carousel .slides .slide-3 {
  background-color: #cdc5c2;
}
#home-carousel .slides .slide-3 img {
  right: 0;
  top: 0;
  max-width: 1064px;
  z-index: 1;
  position: absolute;
}
#home-carousel .slides .slide-3 .text {
  left: 15%;
  top: 30%;
  max-width: 600px;
}
#home-carousel .slides .slide-4 {
  background-image: url("i/slide-4.gif");
  background-position: center center;
}
#home-carousel .slides .slide-4 .text {
  max-width: 640px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -280px;
}
#home-carousel .slides .slide-4 .text h1 {
  font-family: "daft-brush";
  color: #fff;
  font-size: 56px;
  line-height: 100px;
}
#home-carousel .slides .slide-4 .text h2 {
  font-family: "daft-brush";
  color: #fd0;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
}
#home-carousel .slides .slide-4 .text a {
  width: 44px;
  height: 29px;
  background: url("i/slide-arrow.png");
  display: block;
  margin: 0 auto;
}
#home-carousel .slides .slide-4 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50%;
}
#home-carousel .slides .slide-5 {
  background-color: #373735;
}
#home-carousel .slides .slide-5 img {
  height: auto;
}
.monster-shop-ad {
  position: relative;
  display: block;
}
.monster-shop-ad img {
  position: absolute;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.monster-shop-ad .monster-rollover {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.monster-shop-ad:hover img {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.monster-shop-ad:hover .monster-rollover {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
.twitter-sprite {
  display: block;
  width: 101px;
  height: 100px;
  background: url("i/twitter-sprite.png") top left;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.twitter-sprite:hover {
  background-position: 0px -101px;
}
.facebook-sprite {
  display: block;
  width: 101px;
  height: 100px;
  background: url("i/facebook-sprite.png") top left;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.facebook-sprite:hover {
  background-position: 0px -101px;
}
.youtube-sprite {
  display: block;
  width: 101px;
  height: 100px;
  background: url("i/youtube-sprite.png") top left;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.youtube-sprite:hover {
  background-position: 0px -101px;
}
#home-carousel .slide-1 a:hover {
  text-decoration: none;
}
#mobile-carousel-wrapper {
  display: none;
}
#home-carousel .slides .slide-2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .lead-block .lead-block-image {
    margin-left: 0;
    width: 100%;
  }
  #home-carousel .flex-prev {
    left: 10px;
  }
  #home-carousel .flex-next {
    right: 10px;
  }
  #home-carousel .slide-1 h1 {
    font-size: 22px;
    line-height: inherit;
  }
  #home-carousel .slide-1 h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  #home-carousel .slides li .text {
    left: 0;
    width: 100%;
  }
  #home-carousel .slide-1 a {
    font-size: 18px;
  }
  .intro-section h1 {
    font-size: 28px;
  }
  .intro-section {
    padding-top: 20px;
  }
  .intro-section h1 {
    margin-bottom: 25px;
  }
  .lead-block h2 {
    font-size: 24px;
  }
  .home-block h2,
  .home-block.sub-lead-block h2 {
    font-size: 18px;
  }
  .showcase .image {
    margin-right: 0;
  }
  body.home .profile-carousel li p {
    text-align: center;
  }
  .profile-carousel .flexslider li .polaroid-wrapper {
    padding: 0 60px;
  }
  .polaroid-wrapper::before {
    top: -5px !important;
    left: 66px !important;
  }
  img.polaroid {
    padding: 10px 10px 50px;
    margin-top: 10px;
  }
  body.home .profile-carousel li p {
    font-size: 16px;
  }
  .profile-carousel .flexslider li span {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .mission h2 {
    font-size: 26px;
  }
  .mission {
    padding: 30px 0 20px 0;
  }
  .mission p {
    font-size: 16px;
  }
  .lead-block h1 {
    padding: 0 10px;
  }
  .mission-clouds {
    display: none;
  }
  .slides .slide-2 {
    background-image: none !important;
  }
  .slides .slide-3 h2 {
    display: none;
  }
  .slides .slide-5 p {
    display: none;
  }
  #hero-carousel-wrapper {
    display: none;
  }
  #mobile-carousel-wrapper {
    display: block;
  }
  .sub-block .text {
    height: auto !important;
  }
  .index_block .text {
    height: auto !important;
  }
  .monster-shop-ad .monster-rollover {
    display: none !important;
  }
  .monster-shop-ad img {
    position: relative;
  }
  .monster-shop-ad:hover img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    display: block;
  }
}
#CONSTANT_OPEN_URL {
  color: #fff;
}
.page-header {
  padding: 30px 0;
}
.page-header > div.container-fluid {
  padding-left: 30px;
}
.page-content {
  min-height: 300px;
}
body.page.page-template-default .page-header h1 {
  color: #004288;
}
body.page.page-template-default .header-overlay .page-header {
  background: rgba(127,198,85,0.85);
}
body.post-template-default .wysiwyg .wp-caption .wp-caption-text {
  line-height: 1.4em;
  bottom: 0;
  padding: 0 15px;
  max-width: 97%;
  left: 12px;
}
.container-fluid .iframe-scrollable {
  display: inline-block;
  width: 100%;
  overflow-x: scroll;
}
.iframe-scrollable {
  display: inline-block;
  width: 100%;
  overflow-x: scroll;
}
body.page.page-template-page-form .header-overlay {
  background: url("i/typewriter-green.png") #7ec554 90% 160% no-repeat;
}
body .page-header .container-fluid h1 {
  text-transform: uppercase;
}
.support-blocks {
  display: none;
  padding-top: 50px;
  margin: 0 auto;
}
.support-blocks#monthly-content {
  display: block;
}
.support-blocks .container-fluid {
  max-width: 700px;
}
.support-blocks .container-fluid.give-what-you-can,
.support-blocks .container-fluid.other-ways-to-give {
  max-width: 1000px;
}
.support-blocks h1 {
  color: #b11538;
  margin-botton: 50px;
  font-size: 34px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
}
.support-blocks p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #414141;
}
.support-blocks p.lead {
  font-weight: bold;
  font-size: 22px;
}
.support-blocks .fluid-width-video-wrapper {
  margin-bottom: 30px;
}
.support-blocks h2 {
  font-weight: 500;
  color: #3b3b3b;
  font-size: 26px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
}
.support-blocks h2 span {
  font-size: 18px;
}
.support-blocks .slides {
  text-align: center;
}
.support-blocks .slides li {
  width: 670px;
}
.support-blocks .profile-carousel {
  margin-bottom: 30px;
  background: #084d6c url("i/zag-top.gif") repeat-x scroll center bottom;
}
.support-blocks .give-what-you-can h1 {
  margin: 30px 0 0px 0;
}
.support-blocks .sign-up-btn {
  padding: 15px 50px 15px 20px;
  display: inline-block;
  background: #b11538;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: url("i/white-arrow.png") 90% center no-repeat #b11538;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.support-blocks .sign-up-btn.find-out-more {
  margin: 50px auto;
  width: 180px;
  display: block;
}
.support-blocks .sign-up-btn:hover {
  background-color: #f9b44c;
  text-decoration: none;
}
.support-blocks .other-ways-to-give h1 {
  margin-bottom: 50px;
}
.support-blocks .other-ways-to-give .staff-section {
  margin-bottom: 30px;
}
.support-blocks .individuals {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.support-blocks .individuals strong {
  display: block;
}
.support-blocks .individuals p {
  margin-top: 0;
}
.monthly-footer {
  text-align: center;
  max-wdith: 670px;
}
.people_text {
  position: relative;
  min-height: 300px;
}
.people_text p {
  font-size: 15px;
}
.other-ways-to-give .people_text {
  min-height: 320px;
}
.other-ways-to-give .people_text.second_row {
  position: relative;
  min-height: 300px;
}
.other-ways-to-give .people_text .sign-up-btn {
  position: absolute;
  bottom: 0px;
  width: auto;
  min-width: 202px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.give-what-you-can .people_text {
  min-height: 300px;
  position: relative;
}
.give-what-you-can .sign-up-btn {
  position: absolute;
  bottom: 0px;
  width: 202px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.volunteers-frame {
  margin-top: 30px;
}
body.page-id-326 .page-header,
body.page-id-397 .page-header {
  padding: 50px 0px 150px !important;
  background: #f9b44c;
}
@media (min-width: 768px) {
  body.page-id-326 .page-content {
    margin-top: -70px !important;
  }
}
.activity-block-wrapper {
  z-index: -1;
  min-height: 250px;
}
.profile-carousel .flexslider li p a {
  color: #fff;
}
.give-what-you-can .sign-up-btn {
  text-decoration: none;
}
body .header-overlay {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body .header-overlay {
    background-image: none;
  }
  body.page.page-template-page-form .header-overlay {
    background: #7ec554;
  }
  #breadcrumbs {
    display: none;
  }
  body.page.page-template-default .page-header h1 {
    text-align: center;
  }
  body.single-activity .page-header .intro p,
  body.single-showcase .page-header .intro p,
  body.page .page-header .intro p,
  body.single .page-header .intro p {
    text-align: center;
    font-size: 16px;
  }
  .page-header > div.container-fluid {
    padding-left: 15px;
  }
  body.single-showcase .container-fluid .page-content::before,
  body.page .container-fluid .page-content::before,
  body.single:not(.single-activity) .container-fluid .page-content::before {
    display: none;
  }
  body.single-showcase .container-fluid .page-content::after,
  body.page .container-fluid .page-content::after,
  body.single:not(.single-activity) .container-fluid .page-content::after {
    display: none;
  }
  body.page .container-fluid .page-content {
    padding-top: 30px;
  }
  body.single-activity .site-wrap .page-header .intro,
  body.single-showcase .site-wrap .page-header .intro,
  body.page .site-wrap .page-header .intro,
  body.single .site-wrap .page-header .intro {
    margin-botton: 15px;
  }
  body.single-showcase .page-content,
  body.page .page-content,
  body.single:not(.single-activity) .page-content {
    background: none;
  }
  body.page .container-fluid .page-content {
    padding: 15px 0 0 0;
  }
  body.page .page-header .intro {
    margin-bottom: 0;
  }
  body.single-activity .container-fluid .activity-page,
  body.single-showcase .container-fluid .activity-page,
  body.page .container-fluid .activity-page,
  body.single .container-fluid .activity-page {
    margin-top: 0;
  }
  body .site-wrap .container-fluid .page-content {
    background: none;
    line-height: 20px;
  }
  body.single-activity .site-wrap .page-header,
  body.single-showcase .site-wrap .page-header,
  body.page .site-wrap .page-header,
  body.single .page-header {
    padding: 50px 0;
  }
  #sidebar {
    padding: 0 30px;
  }
  body .page-header .container-fluid h1 {
    text-align: center;
  }
  .support-blocks p.lead {
    font-size: 16px;
  }
  .support-blocks h1 {
    font-size: 20px;
  }
  .support-blocks p {
    font-size: 14px;
  }
  .support-blocks h2 {
    font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .profile-carousel .flexslider li p {
    font-size: 14px;
    padding: 0 40px;
  }
  body .flex-direction-nav a.flex-prev::before {
    content: url("i/arrow-small.png") !important;
  }
  body .flex-direction-nav a.flex-next::before {
    content: url("i/arrow-small.png") !important;
  }
  .give-what-you-can .sign-up-btn {
    position: relative;
    left: 0;
  }
  .give-what-you-can .people_text {
    min-height: 0;
    margin-bottom: 70px;
  }
  .monthly-footer {
    padding: 15px;
  }
  .other-ways-to-give .people_text {
    min-height: 0;
    margin-bottom: 70px;
  }
  .other-ways-to-give .people_text .sign-up-btn {
    position: relative;
    left: 0;
  }
  .support-blocks .individuals {
    -moz-column-count: 1;
    margin-bottom: 30px;
  }
  body.single-activity .container-fluid .page-content,
  body.single-showcase .container-fluid .page-content,
  body.page .container-fluid .page-content,
  body.single .container-fluid .page-content {
    padding: 0;
  }
  body .next-activity {
    float: none !important;
  }
  .header-overlay {
    background-image: none !important;
  }
  .site-wrap .post_image_header {
    padding-top: 0;
  }
  .next-activity {
    clear: both;
  }
}
@media (min-width: 768px) {
  .activity-block-wrapper #ajax-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .activity-block-wrapper .col-sm-4 {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
  }
}
.overlay-login #nav {
  width: 320px;
  margin: 50px auto 0 auto;
  font-size: 13px;
}
.overlay-login #nav a {
  color: #084d6c;
  text-decoration: none;
  margin-bottom: 2px;
  display: inline-block;
}
.overlay-login #nav a span {
  text-decoration: underline;
}
.page-template-page-activity-php .page-top {
  display: none;
}
@media (max-width: 668px) {
  #sidebar {
    margin-top: 0px;
    padding-top: 0px !important;
  }
  body.page-template-page-get-writing-index .site-wrap .header-overlay,
  body.page-template-page-press-index .site-wrap .header-overlay {
    background-image: none !important;
  }
  body .share-block.pull-left {
    margin-bottom: 30px !important;
  }
}
#breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
}
#breadcrumbs a {
  color: #004288;
  text-decoration: none;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #004288;
}
#breadcrumbs span {
  color: #004288;
}
.breadcrumb_last {
  display: none;
}
.index_block {
  padding-top: 0;
}
.index_block .text {
  background: #fff;
  height: 220px;
  overflow: hidden;
  padding: 20px 25px;
}
#next {
  display: none;
}
#load-more {
  background: #f9b44c;
  display: block;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.post_image_header {
  margin: 0 auto;
  max-width: 1130px;
  padding-top: 60px;
}
.activity_type-list {
  width: 250px;
  margin: 0 auto;
  background: #004288;
  position: relative;
  margin-top: 250px;
  padding: 15px 0 0 0;
}
.activity_type-list .links {
  display: none;
  position: absolute;
  width: 100%;
  background: #004288;
  z-index: 1000;
  padding-bottom: 0px;
}
.activity_type-list .links::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 125px solid #004288;
  border-right: 125px solid #004288;
  border-bottom: 20px solid rgba(255,255,255,0);
  width: 100%;
  position: relative;
  top: 1px;
  -moz-transform: rotate(0.01deg);
  -webkit-transform: rotate(0.01deg);
  -o-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
}
.activity_type-list .links a {
  text-transform: none;
  padding: 10px 0;
  border-bottom: 1px solid #0d445d;
  padding-left: 15px;
}
.activity_type-list .links :first-of-type {
  border-top: 1px solid #0d445d;
}
.activity_type-list .links :last-of-type {
  border-bottom: none;
}
.activity_type-list .links :hover {
  color: #f9b44c;
  text-decoration: none;
}
.activity_type-list a,
.activity_type-list span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.activity_type-list .list-header {
  padding-bottom: 15px;
  padding-left: 15px;
  background: url("i/down-arr.png") no-repeat;
  background-position: calc(100% - 10px) 5px;
  letter-spacing: 0.05em;
}
#infscr-loading {
  text-align: center;
  margin-bottom: 30px;
}
.news-intro {
  height: 110px;
}
.news-intro p {
  display: inline-block;
  width: auto;
}
span.typed-cursor {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
body.page-template-page-get-writing-index,
body.page-template-page-press-index {
  background: #ececec;
}
body.page-template-page-get-writing-index .header-overlay,
body.page-template-page-press-index .header-overlay {
  background: url("i/media-centre-paper.png") #54c8b9 80% 50% no-repeat !important;
}
body.page-template-page-get-writing-index .page-header,
body.page-template-page-press-index .page-header {
  margin-bottom: 50px;
  padding: 100px 0;
}
body.page-template-page-get-writing-index .page-header {
  background: #64bfb2 url("i/get-writing-header.jpg") center center no-repeat;
  min-height: 590px;
}
body.page-template-page-get-writing-index .page-header .container-fluid h1 {
  text-align: center;
  color: #fff;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.activity_block {
  height: 426px;
  padding: 0;
  padding-top: 225px;
}
.activity_block,
.index_block {
  width: 312px;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  color: #434343;
  margin-left: auto;
  margin-right: auto;
}
.activity_block:hover,
.index_block:hover {
  text-decoration: none;
  color: #434343;
}
.activity_block:hover .activity_text,
.index_block:hover .activity_text {
  text-decoration: none;
  color: #434343;
}
.activity_block.activity_type_story,
.index_block.activity_type_story {
  background: #7fc655 url("i/story-writing.png") center 50px no-repeat;
}
.activity_block.activity_type_story .activity_category,
.index_block.activity_type_story .activity_category {
  color: #7fc655;
}
.activity_block.activity_type_song,
.index_block.activity_type_song {
  background: #f9b44c url("i/song-writing.png") center 50px no-repeat;
}
.activity_block.activity_type_song .activity_category,
.index_block.activity_type_song .activity_category {
  color: #f9b44c;
}
.activity_block.activity_type_country,
.index_block.activity_type_country {
  background: #0785a2 url("i/country.png") center 50px no-repeat;
}
.activity_block.activity_type_country .activity_category,
.index_block.activity_type_country .activity_category {
  color: #0785a2;
}
.activity_block.activity_type_radio,
.index_block.activity_type_radio {
  background: #72c7d9 url("i/radio.png") center 50px no-repeat;
}
.activity_block.activity_type_radio .activity_category,
.index_block.activity_type_radio .activity_category {
  color: #72c7d9;
}
.activity_block .activity_text,
.index_block .activity_text {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.activity_block .activity_category,
.index_block .activity_category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.activity_block p,
.index_block p {
  margin-bottom: 0;
}
body.page.page-template-page-showcase-index,
body.blog {
  background: #ececec;
}
body.page.page-template-page-showcase-index .page-header,
body.blog .page-header {
  background: #72c7d9;
  margin-bottom: 50px;
  padding: 50px 0;
}
body.page.page-template-page-showcase-index .page-header .container-fluid,
body.blog .page-header .container-fluid {
  padding-left: 15px;
}
body.page.page-template-page-showcase-index .page-header .intro,
body.blog .page-header .intro {
  text-align: left;
  margin-bottom: 30px;
}
body.page-template-page-general-index .page-header {
  margin-bottom: 50px;
}
body.blog .news-category {
  color: #ae341f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
body .page-header .container-fluid h1 {
  text-align: left;
  color: #004288;
  font-family: 'daft-brush';
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 30px;
}
body.page-template-page-people-index .page-header .container-fluid .intro {
  max-width: 645px;
}
body.blog .intro {
  margin-left: 0;
}
body.blog .index_block .text {
  height: 220px;
}
body.blog .activity_type-list {
  margin: 100px 0 30px;
  background: #f9b44c;
}
body.blog .activity_type-list .links {
  background: #f9b44c;
}
body.blog .activity_type-list .links::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 125px solid #f9b44c;
  border-right: 125px solid #f9b44c;
  border-bottom: 20px solid rgba(255,255,255,0);
  width: 100%;
  position: relative;
  top: 1px;
  -moz-transform: rotate(0.01deg);
  -webkit-transform: rotate(0.01deg);
  -o-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
}
body.blog .activity_type-list a {
  border-bottom: 1px solid #e6a746;
}
body.blog .activity_type-list :hover {
  color: #b21638;
}
body.blog .activity_type-list a:first-of-type {
  border-top: 1px solid #e6a746;
}
body.blog .page-header {
  padding-bottom: 0;
}
body.single-post {
  background: #ececec;
}
.index_block:hover .text,
.home-block:not(.sub-lead-block):hover .text {
  background: #f9b44c;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.index_block:hover p,
.home-block:not(.sub-lead-block):hover p {
  color: #fff;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
.index_block:hover h2,
.home-block:not(.sub-lead-block):hover h2 {
  color: #fff;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
a.people_block {
  color: inherit;
}
a.people_block:hover {
  text-decoration: none;
}
div.people-blocks {
  padding-top: 60px;
}
.people_text {
  text-align: center;
}
img.polaroid {
  display: block;
  padding: 15px 15px 60px 15px;
  background: #f5f5f5;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}
.wp-caption::before {
  content: url("i/paperclip.png");
  position: absolute;
  top: -6px;
  left: 10px;
  z-index: 1000;
  display: none;
}
.wp-caption {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: -14px;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.polaroid-wrapper::before {
  content: url("i/paperclip.png");
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1000;
  display: none;
}
.polaroid-wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
}
.people-section.staff-section .people_block span.paperclip {
  content: url("i/paperclip.png");
  position: absolute;
  top: -4px;
  left: 40px;
  z-index: 1000;
}
body.page.page-template-page-get-writing-index .page-header .intro {
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
}
body.page.page-template-page-get-writing-index .page-header {
  padding-bottom: 50px;
}
body.page.page-template-page-support-us .page-header .intro {
  max-width: 630px;
}
body.page.page-template-page-showcase-index.page-template-page-showcase-index-php .page-header {
  background: url("i/lamp.png") #72c7d9 75% bottom no-repeat;
}
body.blog .page-header {
  background: url("i/newsboard.png") #b21638 75% 80% no-repeat;
}
body.page.page-template-page-people-index .page-header {
  background: url("i/new-people-header.png") #7ec554 85% 85% no-repeat;
}
body.page.page-template-page-support-us .page-header {
  background: url("i/donate-bg.png") #b11538 75% 60% no-repeat;
}
body.page.page-template-page-support-us .page-header h1 {
  color: #f8b44b;
}
body.page.page-template-page-people-index .page-header,
body.page.page-template-page-support-us .page-header {
  position: relative;
  padding: 50px 0 100px 0;
}
#tabs {
  position: absolute;
  bottom: -100px;
}
#tabs .tab {
  display: inline-block;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
  min-width: 130px;
  text-align: center;
  background: #ececec;
  color: #434343;
  cursor: pointer;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#tabs .tab:hover {
  text-decoration: none;
}
#tabs .tab.inactive {
  background: #084d6c;
  color: #fff;
}
.people-section {
  padding: 0 30px;
  *zoom: 1;
}
.people-section:before,
.people-section:after {
  content: "";
  display: table;
}
.people-section:after {
  clear: both;
}
.people-section:nth-child(even) .polaroid {
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.people-section.staff-section.people-section:nth-child(even) .people_block .paperclip {
  content: url("i/paperclip.png");
  position: absolute;
  top: -16px;
  left: 60px;
  z-index: 1000;
  -moz-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg);
}
.people-blocks {
  display: none;
  text-align: left;
}
.people-blocks .people_text {
  text-align: left;
}
.people-blocks:first-of-type {
  display: block;
}
.people_block {
  margin-bottom: 45px;
  min-height: 281px;
}
.people_text {
  min-height: 300px;
}
.news-blocks-wrapper {
  z-index: -1;
}
#staff-content.people-blocks .people_text {
  text-align: center;
  height: auto;
}
#staff-content.people-blocks .people_text div,
#staff-content.people-blocks .people_text p {
  color: #666;
  margin-top: 1em;
}
#staff-content.people-blocks .people_text:nth-child(4n+0) {
  clear: both;
}
.job_title {
  text-transform: uppercase;
  color: #7ec554;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  display: block;
}
.people_text h2 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.people_text p {
  color: #666;
}
body.page.page-template-page-teacher-resources-index .page-header {
  margin-bottom: 50px;
  padding: 50px 0 80px 0;
}
body.page.page-template-page-teacher-resources-index .page-header .intro {
  margin-bottom: 60px;
}
body.page.page-template-page-teacher-resources-index .activity_type-list {
  margin: 0;
}
body.page.page-template-page-teacher-resources-index .index_block .activity_text {
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
body.page.page-template-page-teacher-resources-index .index_block .activity_category,
body.page.page-template-page-teacher-resources-index .index_block h2,
body.page.page-template-page-teacher-resources-index .index_block p {
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
body.page.page-template-page-teacher-resources-index .index_block:hover .activity_text {
  background: #f9b44c;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
body.page.page-template-page-teacher-resources-index .index_block:hover .activity_category,
body.page.page-template-page-teacher-resources-index .index_block:hover h2,
body.page.page-template-page-teacher-resources-index .index_block:hover p {
  color: #fff;
  transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
}
.page-header .mobile-header {
  display: none;
}
@media (max-width: 768px) {
  body .page-header .container-fluid h1 {
    margin-top: 20px;
  }
  .page-header .mobile-header {
    display: block;
  }
  body.page-template-page-get-writing-index .page-header {
    background: #64bfb2;
  }
  .page-header h3 {
    font-size: 18px;
  }
  body.page-template-page-get-writing-index .page-header .container-fluid h1 {
    font-size: 36px;
  }
  .activity_type-list {
    margin: 0 auto;
  }
  body.page-template-page-get-writing-index .page-header {
    min-height: 0;
  }
  #tabs {
    position: relative;
    bottom: -50px;
  }
  #tabs .tab {
    width: 100%;
    margin-bottom: 10px;
  }
  body.single-activity .container-fluid .single-post,
  body.single-showcase .container-fluid .single-post,
  body.page .container-fluid .single-post,
  body.single .container-fluid .single-post {
    margin-top: 15px;
  }
  .next-activity {
    display: none;
  }
  body.single-activity .container-fluid .single-page,
  body.single-showcase .container-fluid .single-page,
  body.page .container-fluid .single-page,
  body.single .single-page {
    margin-top: 15px;
  }
  body.blog .activity_type-list {
    margin: 100px auto 30px;
  }
  .people_block {
    min-height: 0px !important;
  }
  .people_text {
    min-height: 0px !important;
  }
}
@media (min-width: 768px) {
  .people-section:nth-child(3n+1) {
    clear: left;
  }
  .activity_block,
  .index_block {
    width: auto;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  50% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  50% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  50% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  50% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
body.top-parent-2 .header-overlay {
  background: url("./i/books-green.png") #7ec554 90% bottom no-repeat;
}
body.top-parent-15 .header-overlay,
body.page-template-page-teacher-resources-index .header-overlay {
  background: url("./i/bunting-green.png") #7ec554 right top no-repeat;
}
body.top-parent-22 .header-overlay {
  background: url("./i/bird-orange.png") #f9b44c 80% 90% no-repeat;
}
body.blog .header-overlay,
body.top-parent-24 .header-overlay {
  background-color: #b21638;
}
body.blog .header-overlay #breadcrumbs,
body.top-parent-24 .header-overlay #breadcrumbs {
  color: #f9b44c;
}
body.blog .header-overlay #breadcrumbs a,
body.top-parent-24 .header-overlay #breadcrumbs a {
  color: #f9b44c;
  border-bottom: 1px solid #f9b44c;
}
body.blog .header-overlay #breadcrumbs span,
body.top-parent-24 .header-overlay #breadcrumbs span {
  color: #f9b44c;
}
body.blog .page-header h1,
body.top-parent-24 .header-overlay .page-header h1 {
  color: #f9b44c;
}
body.single-activity .page-header span {
  padding-top: 110px;
  display: block;
}
body.single-teacher-resource .page-header {
  background: #7fc655;
}
body.single-teacher-resource .page-header .container-fluid h1 {
  color: #fff;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
body.single-teacher-resource .container-fluid #sidebar .related-posts .related-block .thumb img {
  width: 100%;
  height: auto;
}
body.single-teacher-resource .container-fluid .page-content {
  padding-top: 30px;
}
body.single-teacher-resource .container-fluid .page-content::before,
body.single-teacher-resource .container-fluid .page-content::after {
  display: none !important;
}
body.single-activity,
body.single-showcase,
body.page,
body.single {
  background: #ececec;
}
body.single-activity .page-header,
body.single-showcase .page-header,
body.page .page-header,
body.single .page-header {
  padding: 50px 0 100px 0;
}
body.single-activity .page-header .activity_type,
body.single-showcase .page-header .activity_type,
body.page .page-header .activity_type,
body.single .page-header .activity_type {
  color: #303030;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
}
body.single-activity .page-header.activity_type_song,
body.single-showcase .page-header.activity_type_song,
body.page .page-header.activity_type_song,
body.single .page-header.activity_type_song {
  background: #f9b44c;
  color: #fff;
}
body.single-activity .page-header.activity_type_country,
body.single-showcase .page-header.activity_type_country,
body.page .page-header.activity_type_country,
body.single .page-header.activity_type_country {
  background: #71c6d9;
  color: #fff;
}
body.single-activity .page-header.activity_type_story,
body.single-showcase .page-header.activity_type_story,
body.page .page-header.activity_type_story,
body.single .page-header.activity_type_story {
  background: #7fc655;
  color: #fff;
}
body.single-activity .page-header.activity_type_radio,
body.single-showcase .page-header.activity_type_radio,
body.page .page-header.activity_type_radio,
body.single .page-header.activity_type_radio {
  background: #72c7d9;
}
body.single-activity .page-header .intro,
body.single-showcase .page-header .intro,
body.page .page-header .intro,
body.single .page-header .intro {
  margin: 15px 0;
  text-align: left;
  max-width: 645px;
  margin-bottom: 80px;
}
body.single-activity .page-header .intro a,
body.single-showcase .page-header .intro a,
body.page .page-header .intro a,
body.single .page-header .intro a {
  color: inherit;
  text-decoration: underline;
}
body.single-activity .page-header .intro a:hover,
body.single-showcase .page-header .intro a:hover,
body.page .page-header .intro a:hover,
body.single .page-header .intro a:hover {
  text-decoration: none;
}
body.single-activity .page-header span.activity_type_song,
body.single-showcase .page-header span.activity_type_song,
body.page .page-header span.activity_type_song,
body.single .page-header span.activity_type_song {
  background: url("i/song-writing.png") top left no-repeat;
  -webkit-background-size: 100px;
  background-size: 100px;
  display: block;
  padding-top: 90px;
}
body.single-activity .page-header span.activity_type_story,
body.single-showcase .page-header span.activity_type_story,
body.page .page-header span.activity_type_story,
body.single .page-header span.activity_type_story {
  background: url("i/story-writing.png") top left no-repeat;
  -webkit-background-size: 100px;
  background-size: 100px;
  display: block;
  padding-top: 90px;
}
body.single-activity .page-header span.activity_type_radio,
body.single-showcase .page-header span.activity_type_radio,
body.page .page-header span.activity_type_radio,
body.single .page-header span.activity_type_radio {
  background: url("i/radio.png") top left no-repeat;
  -webkit-background-size: 100px;
  background-size: 100px;
  display: block;
  padding-top: 90px;
}
body.single-activity .page-header span.activity_type_country,
body.single-showcase .page-header span.activity_type_country,
body.page .page-header span.activity_type_country,
body.single .page-header span.activity_type_country {
  background: url("i/country.png") top left no-repeat;
  -webkit-background-size: 100px;
  background-size: 100px;
  display: block;
  padding-top: 90px;
}
body.single-activity .post_details,
body.single-showcase .post_details,
body.page .post_details,
body.single .post_details {
  color: #b0b0b0;
  display: block;
  text-transform: uppercase;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 20px;
  *zoom: 1;
}
body.single-activity .post_details:before,
body.single-showcase .post_details:before,
body.page .post_details:before,
body.single .post_details:before,
body.single-activity .post_details:after,
body.single-showcase .post_details:after,
body.page .post_details:after,
body.single .post_details:after {
  content: "";
  display: table;
}
body.single-activity .post_details:after,
body.single-showcase .post_details:after,
body.page .post_details:after,
body.single .post_details:after {
  clear: both;
}
body.single-activity .post_details .avatar,
body.single-showcase .post_details .avatar,
body.page .post_details .avatar,
body.single .post_details .avatar {
  width: 62px;
  height: 62px;
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  -o-border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  float: left;
  margin-right: 15px;
}
body.single-activity .post_details .text,
body.single-showcase .post_details .text,
body.page .post_details .text,
body.single .post_details .text {
  margin-top: 15px;
  letter-spacing: 0.05em;
  text-align: left;
}
body.single-activity .activity-page,
body.single-showcase .activity-page,
body.page .activity-page,
body.single .activity-page {
  margin-top: -80px;
  padding-bottom: 30px;
}
body.single-activity .single-page,
body.single-showcase .single-page,
body.page .single-page,
body.single .single-page {
  margin-top: -100px;
  padding-bottom: 30px;
}
body.single-activity .single-post,
body.single-showcase .single-post,
body.page .single-post,
body.single .single-post {
  margin-top: -40px;
  padding-bottom: 30px;
}
body.single-activity .page-top,
body.single-showcase .page-top,
body.page .page-top,
body.single .page-top {
  background: url("i/paper-top-rpt.png") left top repeat-x;
  height: 24px;
  margin: 0 15px;
}
body.single-activity .page-content,
body.single-showcase .page-content,
body.page .page-content,
body.single .page-content {
  background: #fff;
  padding: 40px;
  font-size: 18px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  padding-top: 0;
  color: #444;
  line-height: 28px;
  margin: 0 15px 40px 15px;
}
body.single-activity .page-content h4,
body.single-showcase .page-content h4,
body.page .page-content h4,
body.single .page-content h4 {
  font-weight: normal;
  font-size: 22px;
  margin: 15px 0;
}
body.single-activity a.cta-button,
body.single-showcase a.cta-button,
body.page a.cta-button,
body.single a.cta-button {
  padding: 15px 50px 15px 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  background: url("i/white-arrow.png") 90% center no-repeat #ae341f;
}
body.single-activity a.cta-button:hover,
body.single-showcase a.cta-button:hover,
body.page a.cta-button:hover,
body.single a.cta-button:hover {
  background: url("i/white-arrow.png") 90% center no-repeat #f9b44c;
}
body.single-activity .next-activity,
body.single-showcase .next-activity,
body.page .next-activity,
body.single .next-activity {
  float: right;
  display: block;
  background: #f9b44c url("i/right-arr.png") no-repeat scroll calc(100% - 15px) center;
  color: #fff;
  padding: 15px 60px 15px 20px;
  margin-right: 15px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
body.single-activity .next-activity:hover,
body.single-showcase .next-activity:hover,
body.page .next-activity:hover,
body.single .next-activity:hover {
  background-color: #7fc655;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-decoration: none;
  background-position: calc(100% - 8px) center;
}
#sidebar {
  padding-top: 30px;
}
#sidebar .link-block {
  background: #7fc655 url("i/right-arr.png") no-repeat scroll;
  background-position: calc(100% - 30px) center;
  display: block;
  color: #fff;
  width: 140%;
  margin-left: -25%;
  padding: 15px 80px 15px 24%;
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  letter-spacing: 0.05em;
}
#sidebar .link-block:hover {
  background-color: #f9b44c;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-decoration: none;
  background-position: calc(100% - 15px) center;
}
#sidebar .side-block {
  margin-bottom: 30px;
}
#sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#sidebar .related-block {
  margin-bottom: 23px;
  display: block;
  color: inherit;
}
#sidebar .related-block .thumb {
  padding-right: 0;
}
#sidebar .related-block h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-weight: normal;
}
#sidebar .related-block span {
  font-size: 12px;
  text-transform: uppercase;
  color: #b21638;
}
#sidebar .video-link-block {
  background: url("i/video-CTA.png") left center no-repeat;
  padding-left: 100px;
  display: block;
  margin-bottom: 35px;
  height: 100px;
  padding-top: 15px;
  color: #303030;
  font-weight: bold;
}
#sidebar .dead-good-ad {
  margin-bottom: 25px;
  display: block;
}
#sidebar .misc-cta {
  margin-bottom: 25px;
  display: block;
}
#sidebar .file-block,
#sidebar .image-block {
  color: inherit;
  display: block;
  margin-bottom: 25px;
}
#sidebar .file-block span,
#sidebar .image-block span {
  display: block;
}
.flexslider {
  max-width: 1100px;
  border: none !important;
  margin: 0 auto !important;
}
.flexslider li {
  border-left: 5px solid #ececec;
  border-right: 5px solid #ececec;
}
.flex-viewport {
  overflow: visible !important;
}
#carousel-wrapper {
  overflow: hidden;
}
#carousel-wrapper-single {
  text-align: center;
}
#sidebar > a > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flex-direction-nav a.flex-next::before {
  content: url("i/arrow.png") !important;
  height: 57px;
}
.flex-direction-nav a.flex-prev::before {
  content: url("i/arrow.png") !important;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  height: 57px;
}
.flex-direction-nav a {
  height: 57px !important;
}
body.single-activity .page-content {
  padding-top: 30px;
}
body.page {
  background: #ececec;
}
body.single-showcase .page-content,
body.page .page-content,
body.single:not(.single-activity) .page-content {
  background: #fff;
  position: relative;
}
body.single-showcase .page-content:before,
body.page .page-content:before,
body.single:not(.single-activity) .page-content:before,
body.single-showcase .page-content:after,
body.page .page-content:after,
body.single:not(.single-activity) .page-content:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  content: "";
}
body.single-showcase .page-content:before,
body.page .page-content:before,
body.single:not(.single-activity) .page-content:before {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background: #fff;
  left: 0;
}
body.single-showcase .page-content:after,
body.page .page-content:after,
body.single:not(.single-activity) .page-content:after {
  border-bottom: solid 20px #d6d6d6;
  border-left: solid 20px #d6d6d6;
  border-right: solid 20px transparent;
  border-top: solid 20px transparent;
}
.single-page h1 {
  text-align: left;
}
.single-story .page-header {
  text-align: center;
  background: #83c45c;
}
.single-story .page-header h1 {
  text-align: center;
  font-size: 112px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
}
.single-story .page-header span {
  text-transform: uppercase;
  margin: 60px 0 40px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.single-story-wrapper {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.page-content #breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.page-content #breadcrumbs span {
  color: #b21638;
}
.page-content #breadcrumbs a {
  color: #b21638;
  border-bottom: 1px solid #b21638;
}
.page-content h1 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 20px;
}
.page-content h3 {
  font-size: 25px;
}
.page-content h1 + p {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
}
.page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.page-content pre {
  font-size: 14px;
  margin: -20px 0 0 0;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
}
.single-showcase .page-content blockquote {
  margin-left: 0;
}
.share-block {
  padding: 0 0 0 20px;
  margin-left: 15px;
  background: #084d6c;
  color: #fff;
}
.share-block .tweet-share {
  margin-left: 15px;
}
.file-block {
  background: url("i/pdf-icon.png") top left no-repeat;
  padding-left: 60px;
  min-height: 70px;
}
.file-block.zip {
  background: url("i/zip-file.png") top left no-repeat;
}
.file-block .title {
  font-weight: bold;
}
.image-block {
  clear: both;
}
.image-block a {
  color: inherit;
}
.image-block .thumb {
  padding: 0;
  width: 78px;
  margin-bottom: 25px;
}
.image-block .thumb img {
  width: 100%;
  height: auto;
}
div.mlf-form {
  position: relative;
}
div.mlf-form #signup,
div.mlf-form h2 {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
@media (max-width: 768px) {
  body.single-activity .page-header .activity_type,
  body.single-showcase .page-header .activity_type,
  body.page .page-header .activity_type,
  body.single .page-header .activity_type {
    text-align: center;
    display: block;
    font-size: 14px;
  }
  body.single-activity .page-header .container-fluid h1 {
    font-size: 36px;
  }
  body.single-activity .page-header .intro,
  body.single-showcase .page-header .intro,
  body.page .page-header .intro,
  body.single .page-header .intro {
    margin-bottom: 0;
  }
  body.single-activity .site-wrap .page-header .intro,
  body.single-showcase .site-wrap .page-header .intro,
  body.page .site-wrap .page-header .intro,
  body.single .site-wrap .page-header .intro {
    font-size: 14px;
  }
  body.single-activity .page-top,
  body.single-showcase .page-top,
  body.page .page-top,
  body.single .page-top {
    display: none;
  }
  body.single-activity .page-content {
    padding: 15px 0 0 0;
    padding-top: 15px;
  }
  #sidebar {
    padding-top: 15px;
  }
  #sidebar .side-block {
    width: 100%;
    margin: 0;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  #sidebar .link-block {
    background: #7fc655 url("i/right-arr.png") no-repeat scroll;
    padding-right: 45px;
    background-position: calc(100% - 15px) center;
    transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
  }
  #sidebar .link-block:hover {
    background-position: calc(100% - 5px) center;
  }
  body.single-activity .next-activity,
  body.single-showcase .next-activity,
  body.page .next-activity,
  body.single .next-activity {
    margin-right: 0;
  }
  .share-block {
    margin-left: 0;
  }
  body.single-activity .page-content {
    margin: 0;
  }
  #sidebar .related-posts.side-block {
    padding: 0;
  }
  body.single-activity .container-fluid .page-content,
  body.single-showcase .container-fluid .page-content,
  body.page .container-fluid .page-content,
  body.single .container-fluid .page-content {
    padding: 15px 0 0 0;
  }
  .single-story .page-header h1 {
    font-size: 34px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  body.single-showcase .container-fluid .page-content,
  body.page .container-fluid .page-content,
  body.single:not(.single-activity) .container-fluid .page-content {
    background: none;
  }
  body.top-parent-2 .header-overlay {
    background: #7ec554;
  }
  body.top-parent-15 .header-overlay {
    background: #7ec554;
  }
  body.top-parent-22 .header-overlay {
    background: #f9b44c;
  }
  body.blog .header-overlay,
  body.top-parent-24 .header-overlay {
    background-color: #b21638;
  }
}
@media (max-width: 767px) {
  body .share-block.pull-left {
    margin-bottom: 15px;
    float: none !important;
  }
  body .next-activity {
    float: none !important;
  }
  .flexslider .slides img {
    height: 250px !important;
  }
}
@media (max-width: 480px) {
  .wp-caption {
    width: auto !important;
  }
}
body.page .page-content.table-container {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
body.page .page-content.table-container .inner-content {
  padding: 0 40px;
  padding-bottom: 10px;
}
table.chart {
  width: 100%;
  font-size: 16px;
}
table.chart tr:first-child td {
  padding-bottom: 0 !important;
}
table.chart tr td:first-child {
  width: 49%;
}
table.chart tr td {
  width: 17%;
  padding: 10px 10px 25px 10px;
  vertical-align: top;
}
table.chart tr td p {
  margin: 0;
  font-size: 16px;
}
table.chart tr td:nth-child(1) {
  padding: 10px 20px 25px 40px;
}
table.chart tr td:nth-child(4) {
  padding: 10px 40px 25px 20px;
}
table.chart:nth-child(even) {
  background: #f7f7f7;
}
tr.row-title td {
  color: #004288;
  font-size: 22px;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  padding-top: 25px !important;
}
table.chart:first-of-type {
  background: #fff;
  font-weight: bold;
}
table.chart:first-of-type tr:first-child {
  display: none;
}
table.chart:first-of-type td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.table-wrapper {
  border-top: solid 3px #f7f7f7;
  border-bottom: solid 3px #f7f7f7;
  margin-bottom: 30px;
}
@media (max-width: 668px) {
  table.chart tr td {
    display: block;
  }
  table.chart:first-of-type {
    display: none;
  }
  table.chart tr td p {
    font-size: 12px;
  }
  table.chart tr td {
    width: 100% !important;
  }
  table.chart tr td {
    padding: 20px 40px !important;
  }
}
form.wpcf7-form {
  margin: 20px -40px;
}
form.wpcf7-form span,
form.wpcf7-form label {
  display: block;
  float: left;
  height: 100%;
}
form.wpcf7-form .form-row {
  *zoom: 1;
  background: #fff;
  border-bottom: 2px solid #f1f1f1;
}
form.wpcf7-form .form-row:before,
form.wpcf7-form .form-row:after {
  content: "";
  display: table;
}
form.wpcf7-form .form-row:after {
  clear: both;
}
form.wpcf7-form .form-row.row-checkbox .wpcf7-form-control-wrap {
  width: 100%;
}
form.wpcf7-form .form-row.row-checkbox .wpcf7-list-item {
  width: 100%;
  padding: 20px;
  margin-left: 0;
}
form.wpcf7-form .form-row.row-checkbox input {
  float: right;
  width: auto;
}
form.wpcf7-form .form-row.row-checkbox label {
  width: 100%;
  padding: 0;
  border: none;
}
form.wpcf7-form .form-row.full-width label {
  width: 100%;
  border-right: none;
}
form.wpcf7-form .form-row:nth-child(2) {
  padding-top: 30px;
}
form.wpcf7-form .form-row:nth-child(2) label,
form.wpcf7-form .form-row:nth-child(2) input {
  border-top: 2px solid #f1f1f1;
}
form.wpcf7-form span {
  width: calc(100% - 185px);
}
form.wpcf7-form span.wpcf7-form-control-wrap.message {
  width: 100%;
}
form.wpcf7-form span.wpcf7-checkbox {
  width: 100%;
}
form.wpcf7-form label {
  width: 185px;
  border-right: 2px solid #f1f1f1;
  padding: 15px 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  padding: 15px;
  border: none;
  width: 100%;
}
form.wpcf7-form label,
form.wpcf7-form input {
  font-size: 15px;
  line-height: 22px;
}
form.wpcf7-form input.wpcf7-submit {
  background: #b21638 url("i/white-arrow.png") 90% center no-repeat;
  margin-right: 15px;
  color: #fff;
  width: auto;
  text-transform: uppercase;
  float: right;
  padding-right: 100px;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: block;
  padding: 10px 15px 15px 0;
  border-right: 1px solid #f1f1f1;
  text-transform: uppercase;
}
form.wpcf7-form .wpcf7-not-valid {
  border: solid 1px #f00;
}
div.wpcf7-response-output {
  background: #fff;
  margin: 15px 0 !important;
  padding: 15px !important;
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  width: 100%;
}
div.wpcf7-validation-errors {
  border: none !important;
}
textarea:focus,
input:focus {
  outline: 0;
}
input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-family: inherit;
}
.wpcf7-select {
  margin: 25px;
  float: right;
}
@media (max-width: 768px) {
  div.mlf-form.misc-cta #signup {
    bottom: 35px;
  }
  form.wpcf7-form label {
    width: 100%;
  }
  form.wpcf7-form .form-row {
    background: none;
  }
  form.wpcf7-form .form-row:nth-child(2) label,
  form.wpcf7-form .form-row:nth-child(2) input {
    border-top: none;
  }
  form.wpcf7-form label {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 15px;
    border-right: none;
    padding: 0;
  }
  body .page-header .container-fluid h1 {
    text-align: center;
  }
  form.wpcf7-form {
    margin: 0;
  }
  form.wpcf7-form span {
    width: 100%;
  }
  form.wpcf7-form input,
  form.wpcf7-form textarea {
    background: #d9d9d9;
    border-bottom: none;
  }
  form.wpcf7-form textarea#message {
    margin-top: 30px;
  }
  form.wpcf7-form .form-row {
    border-bottom: none;
  }
  form.wpcf7-form input.wpcf7-submit {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  .wpcf7-response-output {
    float: none !important;
  }
  div.mlf-form.misc-cta #signup {
    bottom: 15px;
  }
  div.mlf-form #signup {
    bottom: 15px;
  }
}
body.error404 {
  background: #000;
  overflow: hidden;
}
body.error404 header,
body.error404 footer {
  display: none;
}
body.error404 .mobile-navigation {
  display: none;
}
body.error404 .site-wrap {
  background: none;
}
body.error404 h1 {
  color: #fff;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-weight: 700;
  font-size: 75px;
  font-weight: normal;
}
body.error404 .intro {
  max-width: 420px;
  margin-top: 20px;
}
.notfound-buttons {
  text-align: center;
}
.notfound-buttons a {
  display: inline-block;
  padding: 15px 20px;
  background: #f9b44c;
  color: #000;
  text-transform: uppercase;
  margin: 70px 5px 0 5px;
  font-size: 18px;
}
.notfound-buttons a.letsgohome {
  background: #f9b44c url("i/left-arrow-black.png") 10% center no-repeat;
  padding-left: 60px;
}
.notfound-buttons a.monstersonly {
  background: #f9b44c url("i/right-arrow-black.png") 90% center no-repeat;
  padding-right: 60px;
}
#eye1 {
  background: url("i/eye1.png") top left no-repeat !important;
}
#eye2 {
  background: url("i/eye2.png") top left no-repeat !important;
}
#eye3 {
  background: url("i/eye3.png") top left no-repeat !important;
}
#eye4 {
  background: url("i/eye4.png") top left no-repeat !important;
}
#eye5 {
  background: url("i/eye3.png") top left no-repeat !important;
}
#eye6 {
  background: url("i/eye4.png") top left no-repeat !important;
}
#eye7 {
  background: url("i/eye1.png") top left no-repeat !important;
}
#eye8 {
  background: url("i/eye2.png") top left no-repeat !important;
}
#eye9 {
  background: url("i/eye3.png") top left no-repeat !important;
}
#eye10 {
  background: url("i/eye4.png") top left no-repeat !important;
}
#eye11 {
  background: url("i/eye3.png") top left no-repeat !important;
}
#eye12 {
  background: url("i/eye4.png") top left no-repeat !important;
}
.pupil {
  z-index: -1;
  width: 5px !important;
  height: 20px !important;
}
body.search-open {
  overflow: hidden;
}
body.search {
  background: #004288;
  color: #fff;
}
body.search .page-title {
  margin-top: 0;
  color: #fff;
}
body.search .navigation.pagination {
  max-width: 630px;
  margin: 2em auto;
  text-align: center;
}
body.search .navigation.pagination a {
  color: #72c7d9;
}
.full-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #53c7b8;
  z-index: 6000;
  top: 0;
  left: 0;
  overflow: auto;
  padding-top: 60px;
  display: none;
}
.full-overlay#signin-page {
  background: #72c7d9 url("./i/door.png") 80% bottom no-repeat;
}
.full-overlay .close {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 1000;
}
#search-page {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: auto;
  min-height: calc(100vh - 80px);
  width: 100%;
  background: #004288;
  z-index: 100;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#search-page .close {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 200;
}
body .searchwp-live-search-results {
  z-index: 101;
  width: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  background: transparent;
  max-height: none;
  outline: none;
}
body .searchwp-live-search-results[aria-expanded="false"] {
  background: url("i/loading-bulb.svg") no-repeat bottom center transparent;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
}
body .searchwp-live-search-results.searchwp-live-search-results-showing {
  display: block;
}
body .searchwp-live-search-results .spinner {
  display: none !important;
}
.searchwp-live-search-result a {
  color: #fff;
}
.searchwp-live-search-result h4 {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif !important;
}
.search-result-link {
  display: block;
}
.search-result-link:hover {
  text-decoration: none;
}
.search-result-link h4 {
  margin-bottom: 0;
}
form.search-form {
  max-width: 630px;
  margin: 0 auto;
}
.search-form .search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  display: block;
  margin: 20px 0px 0;
  padding: 0px;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
}
.search-form .screen-reader-text {
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.search-form .search-submit {
  display: none;
}
input.search-field::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
}
input.search-field:-moz-placeholder {
  color: rgba(255,255,255,0.3);
}
input.search-field::-moz-placeholder {
  color: rgba(255,255,255,0.3);
}
input.search-field:-ms-input-placeholder {
  color: rgba(255,255,255,0.3);
}
.search-result__info {
  max-width: 630px;
  margin: 50px auto 0;
  color: #fff;
  border-bottom: 4px double rgba(255,255,255,0.5);
  padding-bottom: 30px;
  letter-spacing: 0.05em;
}
#search_results_activity_indicator {
  width: 126px;
  height: 126px;
  background: url("i/loading-bulb.svg") no-repeat center center transparent;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
  position: fixed !important;
}
#search_results_activity_indicator canvas {
  display: none;
}
.search-result {
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  padding: 20px 0 20px 0;
  max-width: 630px;
  margin: 0 auto;
}
.search-result p {
  color: rgba(255,255,255,0.4);
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 50px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.search-result p.excerpt {
  display: none;
}
h4.search-result__title {
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-family: $headingFont;
  letter-spacing: 0.05em;
  font-size: 22px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  margin: 0;
}
.search-result__link:hover h4,
.search-result__link:hover p {
  color: #fff;
}
.overlay-logo {
  margin: 0 auto;
  display: block;
  width: 180px;
  margin-bottom: 90px;
}
.lamp {
  background-attachment: fixed;
  background: url("./i/ceiling-lamp.png") no-repeat 10% top;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1000;
}
.search-container {
  height: 100%;
  padding: 60px 30px;
}
.search-container label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search-form .search-field {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .search-container {
    padding: 100px 0 110px;
  }
  .search-form .search-field {
    margin: 10px 0 0;
    font-size: 90px;
  }
  input.search-field::-webkit-input-placeholder {
    color: rgba(255,255,255,0.18);
  }
  input.search-field:-moz-placeholder {
    color: rgba(255,255,255,0.18);
  }
  input.search-field::-moz-placeholder {
    color: rgba(255,255,255,0.18);
  }
  input.search-field:-ms-input-placeholder {
    color: rgba(255,255,255,0.18);
  }
  .search-result__info {
    margin: 100px auto 0;
  }
}
#loginform {
  width: 320px;
  margin: 0 auto;
}
#loginform label {
  display: block;
  text-transform: uppercase;
  color: #084d6c;
  margin-bottom: 5px;
  font-family: 'sansguiltmb';
  letter-spacing: 0.05em;
}
#loginform input {
  width: 100%;
  padding: 15px;
  border: none;
}
#loginform input#wp-submit {
  width: 170px;
  background: #084d6c;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  font-family: 'sansguiltmb';
  letter-spacing: 0.05em;
  font-size: 18px;
}
#loginform .login-remember {
  display: none;
}
.full-overlay .close {
  color: #084d6c;
  font-size: 25px;
  line-height: 16px;
  vertical-align: bottom;
}
.full-overlay .close:hover {
  text-decoration: none;
}
.full-overlay .close img {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.full-overlay .close {
  font-size: 14px;
}
.mission-illustration {
  margin: 0 auto;
}
.icons {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.icons > .icon {
  position: absolute;
  display: none;
}
.icon.the-guide {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-the-guide.png") top left no-repeat;
  width: 120px;
  height: 157px;
}
.icon.the-guide:hover {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-the-guide-hover.png") top left no-repeat;
}
.icon.radio-1 {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-1.png") top left no-repeat;
  width: 154px;
  height: 83px;
}
.icon.radio-1:hover {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-1-hover.png") top left no-repeat;
}
.icon.radio-2 {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-2.png") top left no-repeat;
  width: 151px;
  height: 93px;
}
.icon.radio-2:hover {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-2-hover.png") top left no-repeat;
}
.icon.radio-3 {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-3.png") top left no-repeat;
  width: 120px;
  height: 157px;
}
.icon.radio-3:hover {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-radio-3-hover.png") top left no-repeat;
}
.footer-icons {
  position: relative;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
.footer-icons > img {
  position: absolute;
  display: none;
}
.home-icons {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
  z-index: 1;
}
.icons > img {
  position: absolute;
  display: none;
}
body.home .home-icons {
  display: block;
}
body.home .home-icons img {
  position: absolute;
}
.home-icons .plane {
  top: 630px;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
img.mission-clouds {
  -webkit-animation: slide 30s linear infinite;
  -moz-animation: slide 30s linear infinite;
  -ms-animation: slide 30s linear infinite;
  animation: slide 30s linear infinite;
}
img.mission-clouds-2 {
  -webkit-animation: slide-2 30s linear infinite;
  -moz-animation: slide-2 30s linear infinite;
  -ms-animation: slide-2 30s linear infinite;
  animation: slide-2 30s linear infinite;
}
img.mission-sun {
  -webkit-animation: arc 45s linear infinite;
  -moz-animation: arc 45s linear infinite;
  -ms-animation: arc 45s linear infinite;
  animation: arc 45s linear infinite;
}
.ministry-illustration {
  position: relative;
}
.mission-clouds {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mission-clouds-2 {
  position: absolute;
  top: 20px;
  left: 200px;
}
.mission-sun {
  position: absolute;
  right: 0px;
  top: 0px;
}
body.home .icons {
  display: none;
}
body.home .home-icons .the-blah {
  top: 1000px;
}
body.home .home-icons .icon.the-guide {
  top: 1280px;
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-the-guide.png") top left no-repeat;
  width: 120px;
  height: 157px;
  position: absolute;
}
body.home .home-icons .icon.the-guide:hover {
  background: url("http://ministryofstories.org/wp-content/themes/twentyfifteen/i/icon-the-guide-hover.png") top left no-repeat;
}
body.home .home-icons .radio-1 {
  top: 1600px;
  position: absolute;
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
body.home .home-icons .book-stack {
  top: 1739px;
  position: absolute;
  margin-left: -40px;
}
@media (max-width: 1454px) {
  .icons {
    display: none;
  }
  .home-icons {
    display: none !important;
  }
  .footer-icons {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mission-sun {
    display: none !important;
  }
  .mission-clouds-2 {
    display: none !important;
  }
  .mission-clouds {
    display: none !important;
  }
}
@-moz-keyframes slide {
  0% {
    left: 20%;
    top: 5%;
  }
  50% {
    left: 30%;
    top: 0px;
  }
  100% {
    left: 20%;
    top: 5%;
  }
}
@-webkit-keyframes slide {
  0% {
    left: 20%;
    top: 5%;
  }
  50% {
    left: 30%;
    top: 0px;
  }
  100% {
    left: 20%;
    top: 5%;
  }
}
@-o-keyframes slide {
  0% {
    left: 20%;
    top: 5%;
  }
  50% {
    left: 30%;
    top: 0px;
  }
  100% {
    left: 20%;
    top: 5%;
  }
}
@keyframes slide {
  0% {
    left: 20%;
    top: 5%;
  }
  50% {
    left: 30%;
    top: 0px;
  }
  100% {
    left: 20%;
    top: 5%;
  }
}
@-moz-keyframes slide-2 {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 20%;
    top: 0%;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@-webkit-keyframes slide-2 {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 20%;
    top: 0%;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@-o-keyframes slide-2 {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 20%;
    top: 0%;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes slide-2 {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 20%;
    top: 0%;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@-moz-keyframes arc {
  0% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
    right: 500px;
  }
  100% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
}
@-webkit-keyframes arc {
  0% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
    right: 500px;
  }
  100% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
}
@-o-keyframes arc {
  0% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
    right: 500px;
  }
  100% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
}
@keyframes arc {
  0% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
  50% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
    right: 500px;
  }
  100% {
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    transform: rotate(-80deg);
    transform-origin: bottom left;
    right: -200px;
  }
}
#volunteer-nav {
  display: none;
  width: 220px;
  height: auto;
  position: absolute;
  top: 80px;
  left: 75px;
  z-index: 5001;
  pointer-events: none;
}
#volunteer-nav.active {
  pointer-events: all;
}
#volunteer-nav:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #303030 transparent;
  position: absolute;
  top: -6px;
  left: 105px;
}
#volunteer-nav > ul {
  margin: 0;
  padding: 2px 0;
  background: #303030;
}
#volunteer-nav > ul > li {
  list-style: none;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  text-align: left;
}
#volunteer-nav > ul > li:last-of-type {
  border-bottom: none;
}
#volunteer-nav > ul > li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 100%;
  font-size: 15px;
  margin: 0;
  background-image: url("./i/arrow-small.png");
  background-repeat: no-repeat;
  background-position: 100% 40%;
  -webkit-background-size: 5px;
  background-size: 5px;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
#volunteer-nav > ul > li a:hover {
  text-decoration: none;
  background-position: 98% 40%;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
#cookie-law-info-bar {
  background: #b21638 !important;
  padding: 20px 20px !important;
}
#cookie-law-info-bar p {
  margin: 0;
}
#cookie-law-info-bar span {
  color: #fff !important;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
#cookie-law-info-bar .left {
  margin-bottom: 20px;
}
.cli-modal {
  display: none !important;
}
@media (min-width: 600px) {
  #cookie-law-info-bar p {
    text-align: left;
  }
  #cookie-law-info-bar .cookie-law-info-bar-inner {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 800px;
    margin: 0 auto;
  }
  #cookie-law-info-bar .cli-plugin-button {
    margin: 0 10px;
  }
  #cookie-law-info-bar .left,
  #cookie-law-info-bar .right {
    display: inline-block;
    float: left;
  }
  #cookie-law-info-bar .left {
    padding-right: 50px;
    margin-bottom: 0;
  }
  #cookie-law-info-bar .right {
    text-align: right;
  }
  #cookie-law-info-bar .right .cli-plugin-button {
    min-width: 130px;
    text-align: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper,
.swiper-container .gallery {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide,
.swiper-container .gallery-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #000;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  -moz-transition: 200ms transform, 200ms top;
  -webkit-transition: 200ms transform, 200ms top;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  -moz-transition: 200ms transform, 200ms left;
  -webkit-transition: 200ms transform, 200ms left;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  -moz-transition: 200ms transform, 200ms right;
  -webkit-transition: 200ms transform, 200ms right;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wysiwyg .inner-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
}
.wysiwyg {
  position: relative;
  text-align: center;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg pre {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 0.5em auto;
}
.wysiwyg h2 {
  font-family: "daft-brush", 'Gill Sans', sans-serif;
  line-height: 100%;
  font-size: 30px;
  color: #ae341f;
}
.wysiwyg h1,
.wysiwyg h3 {
  color: #004288;
  text-align: center;
}
.wysiwyg h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.wysiwyg h3 {
  font-size: 25px;
  font-weight: 500;
}
.wysiwyg .h3--caps {
  text-transform: uppercase;
  font-weight: 700;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: 600;
  color: #004288;
  margin: 0.6em auto;
}
.wysiwyg h5 {
  display: inline-block;
  width: auto;
  color: #ae341f;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 20px;
  margin: 1em auto 1em auto;
}
.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg strong,
.wysiwyg b,
.wysiwyg i,
.wysiwyg em {
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
}
.wysiwyg pre {
  color: #666;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-style: italic;
}
.wysiwyg p {
  color: #666;
  text-align: left;
}
.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a {
  color: #ae341f;
  text-decoration: none;
}
.wysiwyg p a:hover,
.wysiwyg ul a:hover,
.wysiwyg ol a:hover {
  text-decoration: underline;
}
.wysiwyg .button {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.wysiwyg .button:hover {
  text-decoration: none;
}
.wysiwyg p ~ p {
  margin-top: -0.5em;
}
.wysiwyg ol,
.wysiwyg ul {
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: left;
  color: #666;
}
.wysiwyg ol li,
.wysiwyg ul li {
  padding: 0 0 24px 40px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.wysiwyg ol li:after,
.wysiwyg ul li:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background-image: url("./i/flexible-template/drawn-line.png");
  -webkit-background-size: 700px auto;
  background-size: 700px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wysiwyg ol li:last-child:after,
.wysiwyg ul li:last-child:after {
  display: none;
}
.wysiwyg ol {
  counter-reset: item;
}
.wysiwyg ol li:before {
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  content: counter(item, decimal-leading-zero) ".";
  counter-increment: item;
  color: #c2c2c2;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
  margin-top: 2px;
}
.wysiwyg ul li:before {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  background-image: url("./i/flexible-template/list-arrow.png");
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg blockquote {
  font-family: "daft-brush", 'Gill Sans', sans-serif;
  font-size: 30px;
  line-height: 31px;
  color: #004288;
  font-style: normal;
  text-align: center;
  max-width: 670px;
  margin: 20px auto;
  padding: 0 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wysiwyg blockquote h1,
.wysiwyg blockquote h2,
.wysiwyg blockquote h3,
.wysiwyg blockquote h4,
.wysiwyg blockquote h5,
.wysiwyg blockquote h6 {
  display: inline;
  color: inherit;
}
.wysiwyg blockquote h5:before,
.wysiwyg blockquote h5:after {
  display: none;
}
.wysiwyg blockquote cite {
  display: block;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.03em;
  margin: 30px auto 0;
  font-style: normal;
}
.wysiwyg blockquote a {
  color: rgba(0,66,136,0.8);
}
.wysiwyg .fluid-width-video-wrapper,
.wysiwyg p > iframe {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wysiwyg--left h1,
.wysiwyg--left h2,
.wysiwyg--left h3,
.wysiwyg--left h4,
.wysiwyg--left h5,
.wysiwyg--left p,
.wysiwyg--left ul,
.wysiwyg--left ol,
.wysiwyg--left pre {
  text-align: left;
  margin-left: 0;
}
.wysiwyg--left .button,
.wysiwyg--left ol,
.wysiwyg--left ul {
  margin-left: 0;
}
.wysiwyg--left h5 {
  padding-left: 0;
  margin-left: 0;
  max-width: none;
}
.wysiwyg--left h5:before {
  display: none;
}
.wysiwyg--right h1,
.wysiwyg--right h2,
.wysiwyg--right h3,
.wysiwyg--right h4,
.wysiwyg--right h5,
.wysiwyg--right p,
.wysiwyg--right ul,
.wysiwyg--right ol,
.wysiwyg--right pre {
  text-align: right;
  margin-right: 0;
}
.wysiwyg--right .button {
  margin-right: 0;
}
.wysiwyg--right h5 {
  padding-right: 0;
  margin-right: 0;
}
.wysiwyg--right h5:after {
  display: none;
}
.wysiwyg--center p {
  text-align: center;
}
.wysiwyg--full {
  padding: 50px 20px;
}
.wysiwyg--full h5:after,
.wysiwyg--full h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 100%;
  width: 900px;
  width: 100vw;
  background-color: transparent;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 8px;
  background-size: auto 8px;
}
.wysiwyg--full h5:before {
  top: 0;
  right: 100%;
  left: auto;
  background-position: right center;
}
.wysiwyg--full p {
  margin: 1em auto;
}
.wysiwyg--full p ~ p {
  margin-top: 1em;
}
.wysiwyg--full blockquote {
  margin: 60px auto;
}
.wysiwyg.page-content p {
  margin: 1em auto;
}
.wysiwyg.page-content p ~ p {
  margin-top: 1em;
}
.wysiwyg.page-content blockquote {
  margin: 1em auto 1.5em auto;
}
.wysiwyg.page-content h5 {
  display: block;
  margin: 0 auto 1em auto;
}
@media (min-width: 1024px) {
  .wysiwyg h1,
  .wysiwyg h2 {
    font-size: 50px;
  }
  .wysiwyg h3 {
    font-size: 40px;
  }
  .wysiwyg h4 {
    font-size: 23px;
  }
  .wysiwyg h5 {
    font-size: 18px;
  }
  .wysiwyg h5:after {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url("./i/flexible-template/drawn-line-long.png");
  }
  .wysiwyg p,
  .wysiwyg ol,
  .wysiwyg ul {
    font-size: 24px;
    line-height: 33px;
  }
  .wysiwyg pre {
    font-size: 20px;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin-top: 25px;
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    padding-left: 60px;
  }
  .wysiwyg ol li:after,
  .wysiwyg ul li:after {
    background-image: url("./i/flexible-template/drawn-line-long.png");
  }
  .wysiwyg ul li:before {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-position: 0px 12px;
  }
  .wysiwyg blockquote {
    font-size: 50px;
    line-height: 51px;
  }
  .wysiwyg blockquote cite {
    font-size: 18px;
  }
  .wysiwyg--full ol,
  .wysiwyg.page-content ol,
  .wysiwyg--full ul,
  .wysiwyg.page-content ul {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .wysiwyg h5 {
    font-size: 20px;
  }
}
.flexible-tiles {
  padding-bottom: 50px;
}
.flexible-tiles .container-fluid {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible-tiles__wrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1220px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.flexible-tiles__post {
  position: relative;
}
.flexible-tiles__inside {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.flexible-tiles__inside a:hover,
.flexible-tiles__inside a:link,
.flexible-tiles__inside a:visited {
  color: #808080;
  text-decoration: none;
}
.flexible-tiles__inside:hover {
  color: #004288;
  background-color: #fc0;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.flexible-tiles__inside .showcase-thumb img {
  width: 100%;
}
.flexible-tiles__inside .text {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  padding: 20px;
  text-align: center;
}
.flexible-tiles__inside .text h2 {
  width: 100%;
  color: #004288;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: prewrap;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
.flexible-tiles__inside .text p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
  white-space: prewrap;
  color: #808080;
}
.flexible-tiles__thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.flexible-tiles__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flexible-tiles__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
  padding: 20px 15px;
}
.flexible-tiles__link:before {
  display: inline-block;
  content: "";
  background: no-repeat center center transparent;
  background-image: url("./i/flexible-template/drawn-line-short.png");
  -webkit-background-size: auto auto;
  background-size: auto auto;
  width: 160px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flexible-tiles__link:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("./i/flexible-template/icon-chevron.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -2px;
}
.flexible-tiles__title {
  display: block;
  height: auto;
  min-height: 70px;
  text-align: center;
  color: #ae341f;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.flexible-tiles__title h3 {
  position: relative;
  padding: 20px 10px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ae341f;
}
.flexible-tiles__title h3:after,
.flexible-tiles__title h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 100%;
  width: 900px;
  width: 100vw;
  mix-blend-mode: multiply;
  background-color: transparent;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}
.flexible-tiles__title h3:before {
  top: 0;
  right: 100%;
  left: auto;
  background-position: right center;
}
@media (max-width: 767px) {
  .flexible-tiles__post {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .flexible-tiles__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flexible-tiles__wrapper .flexible-tiles__post {
    width: 32%;
  }
  .flexible-tiles__post {
    width: 32%;
  }
  .flexible-tiles__inside .text {
    height: 200px;
  }
  .flexible-tiles__inside .text h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .flexible-tiles__inside .text .excerpt {
    display: none;
  }
}
@media (min-width: 1024px) {
  .flexible-tiles__post {
    margin-top: 30px;
  }
  .flexible-tiles__inside .text {
    height: 220px;
  }
  .flexible-tiles__inside .text h2 {
    font-size: 25px;
    line-height: 27px;
  }
  .flexible-tiles__inside .text .excerpt {
    display: block;
  }
  .flexible-tiles__posts-title {
    width: calc(100% - 40px);
    min-height: 110px;
    padding-top: 10px;
  }
  .flexible-tiles__posts-title h3 {
    padding: 20px 30px;
  }
}
@media (min-width: 1500px) {
  .flexible-tiles {
    position: relative;
  }
}
body.page-template-page-flexible .site-wrap {
  background-color: #fff;
}
body.page-template-page-flexible .icons,
body.page-template-page-flexible .home-icons {
  display: none !important;
}
body.page-template-page-flexible .icons .icon,
body.page-template-page-flexible .home-icons .icon,
body.page-template-page-flexible .icons .plane,
body.page-template-page-flexible .home-icons .plane {
  display: none !important;
}
body.page-template-page-flexible footer {
  padding-top: 0;
}
.flexible--header {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 490px;
  text-align: center;
  background-color: #004288;
  color: #fc0;
  padding: 50px 20px 80px 20px;
  background-image: url("./i/nav-overlay-books.png");
  background-image: url("./i/book-shelf-blue.svg");
  background-position: left 0px bottom 0px;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100px;
  background-size: auto 100px;
  position: relative;
}
.flexible--header:after {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("./i/flexible-template/bunting-white.png");
  background-position: left 0px top 0px;
  background-repeat: repeat-x;
  position: absolute;
  top: -6px;
  left: 0;
  pointer-events: none;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.flexible--header h1,
.flexible--header h2,
.flexible--header h3 {
  font-family: 'daft-brush';
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--header-one h1,
.flexible--header-one h2,
.flexible--header-one h3,
.flexible--header-one h4,
.flexible--header-one h5,
.flexible--header-one h6,
.flexible--header-one p,
.flexible--header-one pre {
  color: #fc0;
  text-align: center;
}
.flexible--header-one h1 a,
.flexible--header-one h2 a,
.flexible--header-one h3 a,
.flexible--header-one h4 a,
.flexible--header-one h5 a,
.flexible--header-one h6 a,
.flexible--header-one p a,
.flexible--header-one pre a {
  color: inherit;
  text-decoration: underline;
}
.flexible--header-two {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fc0;
  background-image: none;
  color: #8f7311;
}
.flexible--header-two:after {
  display: none;
}
.flexible--header-two p {
  text-align: center;
  color: #92751f;
}
.flexible--header-two h1,
.flexible--header-two h2,
.flexible--header-two h3,
.flexible--header-two h4,
.flexible--header-two h5,
.flexible--header-two h6 {
  color: #ae341f;
}
.flexible--header-two .illustration--lamp,
.flexible--header-two .illustration--books {
  display: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.flexible--header-two .illustration--lamp {
  height: 420px;
  width: auto;
  -moz-transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px);
}
.flexible--header-two .illustration--books {
  height: 355px;
  width: auto;
  -moz-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -o-transform: translateX(350px);
  transform: translateX(350px);
}
.flexible--header-three {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: none;
  color: #ae341f;
  min-height: auto;
}
.flexible--header-three:after {
  display: none;
}
.flexible--header-three .inner-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
}
.flexible--header-three .inner-wrapper:before,
.flexible--header-three .inner-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-image: url("./i/flexible-template/drawn-line-horizontal-grey-alt.svg");
  background-position: left 0px top 0px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}
.flexible--header-three .inner-wrapper:before {
  top: 0;
}
.flexible--header-three .inner-wrapper:after {
  bottom: 0;
}
.flexible--header-three .inner-wrapper .illustration--pen {
  width: auto;
  height: 60px;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -20px;
  padding: 0 10px 0 15px;
  background-color: #fff;
}
.flexible--header-three h1,
.flexible--header-three h2,
.flexible--header-three h3 {
  color: #ae341f;
}
.flexible--header-three p {
  text-align: center;
}
@media (min-width: 1024px) {
  .flexible--header {
    padding: 100px 20px 120px 20px;
  }
  .flexible--header h1,
  .flexible--header h2,
  .flexible--header h3 {
    font-size: 60px;
  }
  .flexible--header-two .illustration--lamp,
  .flexible--header-two .illustration--books {
    display: block;
  }
  .flexible--header-three {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .flexible--header-three .inner-wrapper {
    padding-top: 105px;
    padding-bottom: 90px;
  }
  .flexible--header-three .inner-wrapper:before,
  .flexible--header-three .inner-wrapper:after {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media (min-width: 1400px) {
  .flexible--header-two .illustration--lamp {
    -moz-transform: translateX(-650px);
    -webkit-transform: translateX(-650px);
    -o-transform: translateX(-650px);
    transform: translateX(-650px);
  }
  .flexible--header-two .illustration--books {
    -moz-transform: translateX(450px);
    -webkit-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
  }
}
.flexible--spacer {
  height: 30px;
  width: 100%;
  *zoom: 1;
}
.flexible--spacer:before,
.flexible--spacer:after {
  content: "";
  display: table;
}
.flexible--spacer:after {
  clear: both;
}
.flexible--spacer--large {
  height: 50px;
}
@media (min-width: 1024px) {
  .flexible--spacer {
    height: 50px;
  }
  .flexible--spacer--large {
    height: 100px;
  }
}

.flexible--divider h1 {
  position: relative;
  background-color: transparent !important;
}
.flexible--divider {
  display: block;
  height: auto;
  min-height: 70px;
  text-align: center;
  color: #ae341f;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
}
.flexible--divider h2 {
  position: relative;
  background-color: transparent !important;
}
.flexible--divider h1:after, .flexible--divider h2:after, .flexible--divider h3:after,
.flexible--divider h1:before, .flexible--divider h2:before, .flexible--divider h3:before  {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  width: 900px;
  width: 100vw;
  background-color: transparent;
  background-image: url("./i/flexible-template/books.png");
  background-image: url("./i/book-shelf.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-background-size: auto 90%;
  background-size: auto 90%;
}
.flexible--divider h2:before, .flexible--divider h1:before {
  right: 100%;
  left: auto;
  background-position: right bottom;
}
.flexible--divider h1,
.flexible--divider h2,
.flexible--divider h3 {
  display: inline /* Safari Fix */;
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 30px 20px 0;
}
.flexible--divider h1,
.flexible--divider h2 {
  font-family: 'daft-brush';
  font-size: 30px;
  line-height: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--divider h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.013em;
  text-transform: uppercase;
}
.flexible--divider-one {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible--divider-two {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.flexible--divider-two h2,
.flexible--divider-two h3 {
  position: relative;
  padding: 20px 10px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.flexible--divider-two h2:after,
.flexible--divider-two h3:after,
.flexible--divider-two h2:before,
.flexible--divider-two h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 100%;
  width: 900px;
  width: 100vw;
  background-color: transparent;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 8px;
  background-size: auto 8px;
}
.flexible--divider-two h2:before,
.flexible--divider-two h3:before {
  top: 0;
  right: 100%;
  left: auto;
  background-position: right center;
}
@media (max-width: 767px) {
  .flexible--divider-one {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    max-width: 60%;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .flexible--divider-one:after,
  .flexible--divider-one:before {
    content: '';
    position: absolute;
    bottom: 50px;
    top: 0;
    left: 100%;
    width: 900px;
    width: 100vw;
    background-color: transparent;
    background-image: url("./i/flexible-template/books.png");
    background-image: url("./i/book-shelf.svg");
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-background-size: auto 90%;
    background-size: auto 90%;
  }
  .flexible--divider-one:before {
    right: 100%;
    left: auto;
    background-position: right bottom;
  }
  .flexible--divider-one h2 {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .flexible--divider-one h2:before,
  .flexible--divider-one h2:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .flexible--divider h1, .flexible--divider h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .flexible--divider h1, .flexible--divider h2,
  .flexible--divider h3 {
    padding: 50px 30px 0;
  }
  .flexible--divider h1, .flexible--divider h2 {
    font-size: 50px;
  }
  .flexible--divider h3 {
    font-size: 18px;
  }
  .flexible--divider-two {
    min-height: 110px;
    width: calc(100% - 40px);
    margin-bottom: -50px;
  }
  .flexible--divider-two h2,
  .flexible--divider-two h3 {
    padding: 20px 30px;
  }
  .flexible--divider-two:after {
    display: block;
    content: "";
    width: 180px;
    height: 71px;
    background-image: url("./i/flexible-template/inks.png");
    background-image: url("./i/flexible-template/inks.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5%;
    top: 50%;
    -moz-transform: translate(0, -68px);
    -webkit-transform: translate(0, -68px);
    -o-transform: translate(0, -68px);
    transform: translate(0, -68px);
  }
  .flexible--divider-one {
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .flexible--divider h3 {
    font-size: 20px;
  }
  .flexible--divider-two {
    width: calc(100% - 150px);
    min-height: 150px;
  }
  .flexible--divider-two:after {
    width: 236px;
    -moz-transform: translate(0, -68px);
    -webkit-transform: translate(0, -68px);
    -o-transform: translate(0, -68px);
    transform: translate(0, -68px);
  }
}
.flexible--news-posts {
  padding-bottom: 10px;
}
.flexible--news-posts .container-fluid {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible--news-posts .flexible--news-post {
  position: relative;
}
.flexible--news-posts .flexible--news-post .index_block {
  background-color: #f2f2f2;
  padding: 20px;
  position: relative;
}
.flexible--news-posts .flexible--news-post .index_block:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background-image: url("./i/flexible-template/tile-corner.png");
  background-image: url("./i/flexible-template/tile-corner.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: right bottom;
  transition: width 0.3s ease, height 0.3s ease;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
}
.flexible--news-posts .flexible--news-post .index_block:hover {
  color: #004288;
}
.flexible--news-posts .flexible--news-post .index_block:hover p {
  color: #004288;
}
.flexible--news-posts .flexible--news-post .index_block:hover:after {
  width: 45px;
  height: 45px;
  transition: width 0.3s ease, height 0.3s ease;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
}
.flexible--news-posts .flexible--news-post .index_block .showcase-thumb {
  position: relative;
}
.flexible--news-posts .flexible--news-post .index_block .showcase-thumb img {
  width: 100%;
  margin-bottom: 40px;
}
.flexible--news-posts .flexible--news-post .index_block .showcase-thumb:after {
  display: inline-block;
  content: "";
  background: no-repeat center center transparent;
  background-image: url("./i/flexible-template/drawn-line-short.png");
  -webkit-background-size: auto auto;
  background-size: auto auto;
  position: absolute;
  bottom: -35px;
  width: 100%;
  height: 5px;
  margin: 0 auto;
}
.flexible--news-posts .flexible--news-post .index_block .text {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px;
  text-align: center;
}
.flexible--news-posts .flexible--news-post .index_block .text h2 {
  width: 100%;
  color: #004288;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: prewrap;
}
.flexible--news-posts .flexible--news-post .index_block .text p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
  white-space: prewrap;
}
.flexible--news-posts .flexible--news-post .index_block .text .news-category {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
.flexible--news-posts-title {
  display: block;
  height: auto;
  min-height: 70px;
  text-align: center;
  color: #ae341f;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.flexible--news-posts-title h3 {
  position: relative;
  padding: 20px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ae341f;
}
.flexible--news-posts-title h3:after,
.flexible--news-posts-title h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 100%;
  width: 900px;
  width: 100vw;
  mix-blend-mode: multiply;
  background-color: transparent;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}
.flexible--news-posts-title h3:before {
  top: 0;
  right: 100%;
  left: auto;
  background-position: right center;
}
.flexible--news-posts-two {
  background-color: #fc0;
}
.flexible--news-posts-two .flexible--news-posts-title {
  max-width: 1480px;
}
.flexible--news-posts-two .flexible--news-posts-title:after {
  mix-blend-mode: multiply;
}
.flexible--news-posts-two .flexible--news-posts-title h3 {
  background-color: #fc0;
}
.flexible--news-posts-two .flexible--news-post .index_block {
  background: #fff;
}
.flexible--news-posts-two .flexible--news-post .index_block:after {
  background-color: #fc0;
  background-image: url("./i/flexible-template/tile-corner-yellow.png");
  background-image: url("./i/flexible-template/tile-corner-yellow.svg");
}
@media (min-width: 768px) {
  .flexible--news-posts .flexible--news-post:after {
    bottom: 30px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text {
    height: 200px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text .excerpt {
    display: none;
  }
}
@media (min-width: 1024px) {
  .flexible--news-posts {
    padding-bottom: 20px;
  }
  .flexible--news-posts .flexible--news-post {
    margin-top: 30px;
  }
  .flexible--news-posts .flexible--news-post .index_block {
    padding: 30px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text {
    height: 220px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text h2 {
    font-size: 25px;
    line-height: 27px;
  }
  .flexible--news-posts .flexible--news-post .index_block .text .excerpt {
    display: block;
  }
  .flexible--news-posts-title {
    width: calc(100% - 40px);
    min-height: 110px;
    padding-top: 10px;
  }
  .flexible--news-posts-title h3 {
    padding: 20px 30px;
    font-size: 18px;
  }
  .flexible--news-posts-two .flexible--news-posts-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .flexible--news-posts-title h3 {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .flexible--news-posts {
    padding-bottom: 200px;
    position: relative;
  }
  .flexible--news-posts:before {
    display: block;
    content: "";
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: 100px;
    left: 0;
    background-image: url("./i/flexible-template/simple-line-long.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: left bottom;
  }
  .flexible--news-posts:after {
    display: block;
    content: "";
    width: 177px;
    height: 202px;
    position: absolute;
    bottom: 30px;
    right: 5px;
    background-image: url("./i/flexible-template/sign.png");
    background-image: url("./i/flexible-template/sign.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: left bottom;
  }
  .flexible--news-posts-two:before {
    mix-blend-mode: multiply;
  }
  .flexible--news-posts-two:after {
    background-image: url("./i/flexible-template/sign-yellow.png");
    background-image: url("./i/flexible-template/sign-yellow.svg");
  }
}
@media (min-width: 1800px) {
  .flexible--news-posts:after {
    right: 5%;
  }
}
.flexible--three-points {
  text-align: center;
  color: #666;
  padding: 50px 0 20px 0;
}
.flexible--three-points-title {
  display: block;
  padding: 0 20px 0;
  margin: 0 auto 50px;
}
.flexible--three-points-title h2 {
  color: #004288;
  font-weight: 600;
  margin: 0 auto;
  max-width: 800px;
  font-size: 23px;
  line-height: 26px;
}
.flexible--three-points-outro {
  display: block;
  margin-top: 50px;
}
.flexible--three-points-outro p {
  font-style: italic;
  font-size: 23px;
  line-height: 26px;
  max-width: 600px;
  margin: 20px auto 0;
}
.flexible--three-points-button a {
  margin: 30px auto 0;
}
.flexible--three-points-single-point {
  margin-bottom: 50px;
  position: relative;
}
.flexible--three-points-single-point h3 {
  color: #004288;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.flexible--three-points-single-point p {
  padding: 0 20px;
  max-width: 350px;
  margin: 20px auto 0;
}
.flexible--three-points-single-point:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: -20px;
  right: -4px;
  left: auto;
  width: 7px;
  background: no-repeat center center transparent;
  background-image: url("i/flexible-template/drawn-line-vertical-grey.svg");
  -webkit-background-size: cover;
  background-size: cover;
}
.flexible--three-points-single-point:last-child:after {
  display: none;
}
.flexible--three-points-single-point-image img {
  margin-bottom: 20px;
}
.flexible--three-points-single-point-number {
  display: inline-block;
  margin: 0 auto 30px;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(0,0,0,0.2);
  font-family: 'daft-brush';
  font-size: 50px;
  font-weight: 600;
  color: #ae341f;
  text-align: center;
  line-height: 140px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .flexible--three-points {
    padding: 30px 0 20px 0;
  }
  .flexible--three-points-single-point {
    margin-bottom: 30px;
  }
  .flexible--three-points-single-point-image img {
    margin-bottom: 30px;
  }
  .flexbox .flexible--three-points .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .flexible--three-points .container-fluid {
    max-width: 1350px;
  }
  .flexible--three-points-title {
    margin: 0 auto 80px;
  }
  .flexible--three-points-outro {
    margin-top: 80px;
  }
  .flexible--three-points-button a {
    margin-top: 40px;
  }
  .flexible--three-points-single-point p {
    font-size: 18px;
  }
}
.flexible--single-quote {
  text-align: center;
  padding: 50px 0;
}
.flexible--single-quote blockquote {
  font-family: 'daft-brush';
  font-size: 30px;
  line-height: 31px;
  color: #004288;
  font-style: normal;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--single-quote blockquote cite {
  display: block;
  font-family: "gill-sans-nova", 'Gill Sans', sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.03em;
  margin: 30px auto 0;
  font-style: normal;
}
.quote-mark--start,
.quote-mark--end {
  display: inline-block;
  margin-right: 10px;
  color: inherit;
}
.quote-mark--start:before,
.quote-mark--end:before {
  content: '“';
  display: inline-block;
}
.quote-mark--end {
  margin-left: 10px;
  margin-right: 0;
}
.quote-mark--end:before {
  content: '”';
}
.flexible--single-quote--with-image .inner-wrapper {
  padding: 0 20px;
}
.flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}
.flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image cite {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #888;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.03em;
}
.flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image .image-wrapper {
  position: relative;
}
.flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image .image-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./i/flexible-template/circle-crop.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image .image-wrapper img {
  width: 100%;
  height: auto;
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
  transform-origin: center;
}
.flexible--single-quote--with-image .inner-wrapper blockquote {
  background-image: url("./i/flexible-template/quote-bg.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  margin-top: 30px;
  position: relative;
}
.flexible--single-quote--with-image .inner-wrapper blockquote:before {
  display: block;
  content: "";
  width: 29px;
  height: 35px;
  background-image: url("./i/flexible-template/quote-bg-arrow.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .flexible--single-quote blockquote {
    font-size: 50px;
    line-height: 51px;
  }
  .flexible--single-quote blockquote cite {
    font-size: 18px;
  }
  .flexible--single-quote--with-image .inner-wrapper {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .flexible--single-quote--with-image .inner-wrapper .flexible--single-quote-image {
    margin: 0 0 0;
  }
  .flexible--single-quote--with-image .inner-wrapper blockquote {
    width: calc(100% - 360px);
    max-width: none;
    padding: 80px 50px;
    margin-top: 0;
    margin-right: 0px;
  }
  .flexible--single-quote--with-image .inner-wrapper blockquote:before {
    top: 50%;
    left: -25px;
    margin-top: -15px;
    margin-left: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (min-width: 1200px) {
  .flexible--single-quote--with-image .inner-wrapper blockquote {
    padding: 80px 70px;
  }
}
.flexible--media-cta {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.flexible--media-cta:before,
.flexible--media-cta:after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background-image: url("./i/flexible-template/drawn-line-long.png");
  background-image: url("./i/flexible-template/drawn-line-horizontal-grey-alt.svg");
  -webkit-background-size: 100% 18px;
  background-size: 100% 18px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.flexible--media-cta:before {
  top: 0;
}
.flexible--media-cta:after {
  bottom: 0;
}
.flexible--media-cta .inner-wrapper {
  padding: 0 20px;
}
.flexible--media-cta-image {
  display: block;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
}
.flexible--media-cta-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.flexible--media-cta-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.flexible--media-cta-image img {
  width: 84px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
  transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
}
.flexible--media-cta-image--noicon .flexible--media-cta-image img {
  display: none;
}
.flexible--media-cta-content {
  margin-top: 20px;
}
.flexible--media-cta-content h3 {
  font-size: 30px;
  line-height: 35px;
  color: #004288;
}
.flexible--media-cta-content p {
  color: #888;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.flexible--media-cta-content a {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  border-bottom: 1px solid #76a7b4;
  text-decoration: none;
  color: #76a7b4;
}
@media (min-width: 1024px) {
  .flexible--media-cta {
    padding: 50px 0 60px;
  }
  .flexible--media-cta:before,
  .flexible--media-cta:after {
    height: 17px;
    z-index: 0;
  }
  .flexible--media-cta .inner-wrapper {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .flexible--media-cta .inner-wrapper:before {
    display: block;
    content: "";
    width: 180px;
    height: 112px;
    background-image: url("./i/flexible-template/radio.png");
    background-image: url("./i/flexible-template/radio.svg");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    right: -20%;
    bottom: -59px;
    z-index: 1;
  }
  .flexible--media-cta-image {
    width: 340px;
    min-width: 340px;
    height: 340px;
    min-height: 340px;
  }
  .flexible--media-cta-content {
    text-align: left;
    margin-top: 0;
    padding-left: 60px;
  }
  .flexible--media-cta-content h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .flexible--media-cta-content p {
    margin-left: 0;
    max-width: 100%;
    font-size: 21px;
    line-height: 27px;
  }
  .flexible--media-cta-content a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  .flexible--media-cta .inner-wrapper:before {
    right: -25%;
  }
}
.flexible--large-cta {
  text-align: center;
  padding: 50px 20px;
}
.flexible--large-cta .inner-wrapper {
  background-image: url("./i/flexible-template/large-cta-bg.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 30px;
  max-width: 400px;
  margin: 0 auto;
}
.flexible--large-cta h2 {
  font-family: 'daft-brush';
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 1.2em;
  color: #fc0;
  font-style: normal;
  text-align: center;
  margin: 0px auto 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--large-cta-button {
  display: inline-block;
  width: auto;
  margin: 30px auto 0;
  letter-spacing: 0.01em;
  background: #fc0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #303030 !important;
  padding: 15px 60px 20px 30px;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  text-decoration: none;
}
.flexible--large-cta-button:hover {
  background: #72c7d9 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
.flexible--large-cta-image img {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .flexible--large-cta .inner-wrapper {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 50px 80px;
    min-height: 334px;
    max-width: 1240px;
  }
  .flexible--large-cta .flexible--large-cta-image {
    width: 144px;
  }
  .flexible--large-cta .flexible--large-cta-image img {
    max-width: 100%;
  }
  .flexible--large-cta h2 {
    text-align: left;
    font-size: 40px;
    padding-left: 60px;
    max-width: 580px;
    margin: 0 auto;
  }
  .flexible--large-cta .flexible--large-cta-button {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  .flexible--large-cta h2 {
    font-size: 50px;
  }
}
.flexible--spotlight {
  padding: 0;
}
.flexible--spotlight:not(.flexible--spotlight--addspacing).flexible--spotlight--notopline .flexible--spotlight-content:before {
  display: none;
}
.flexible--spotlight:not(.flexible--spotlight--addspacing).flexible--spotlight--nobottomline .flexible--spotlight-content:after {
  display: none;
}
.flexible--spotlight--addspacing {
  padding: 50px 0;
}
.flexible--spotlight-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  min-height: 300px;
}
.flexible--spotlight-content {
  position: relative;
  padding: 70px 20px 50px;
}
.flexible--spotlight-content:before,
.flexible--spotlight-content:after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background-image: url("./i/flexible-template/drawn-line-long.png");
  -webkit-background-size: 1000px auto;
  background-size: 1000px auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.flexible--spotlight-content:before {
  display: none;
  top: 0;
  background-position: left top;
}
.flexible--spotlight-content:after {
  bottom: -5px;
  background-position: left bottom;
}
.flexible--spotlight-content .flexible--spotlight-label {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background-color: #fc0;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.09em;
  color: #ae341f;
  text-transform: uppercase;
}
.flexible--spotlight-content h2,
.flexible--spotlight-content h3 {
  font-weight: 700;
  font-size: 30px;
}
.flexible--spotlight-content h2 a,
.flexible--spotlight-content h3 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.flexible--spotlight-content h2 a:hover,
.flexible--spotlight-content h3 a:hover {
  color: #fc0;
  text-decoration: none;
}
.flexible--spotlight-content .flexible--spotlight-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #fc0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #303030 !important;
  padding: 15px 60px 20px 30px;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  text-decoration: none;
}
.flexible--spotlight-content .flexible--spotlight-button:hover {
  background: #83c45c url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .flexible--spotlight .inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexible--spotlight-image,
  .flexible--spotlight-content {
    width: 50%;
  }
  .flexible--spotlight-image {
    height: auto;
    min-height: auto;
  }
  .flexible--spotlight-content {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 100px 40px 80px;
  }
  .flexible--spotlight-content:before {
    display: block;
  }
  .flexible--spotlight-content .flexible--spotlight-label {
    font-size: 18px;
  }
  .flexible--spotlight-content h2,
  .flexible--spotlight-content h3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .flexible--spotlight-content {
    padding: 100px 80px 80px;
  }
}
@media (min-width: 1200px) {
  .flexible--spotlight-content {
    min-height: 640px;
  }
}
@media (min-width: 1500px) {
  .flexible--spotlight-content {
    padding: 130px;
  }
}
.flexible--logo-carousel {
  padding: 50px 0;
  text-align: center;
}
.flexible--logo-carousel h2 {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.flexible--logo-carousel .swiper-container {
  max-width: 1280px;
  margin: 20px auto 10px;
  overflow: hidden;
}
.flexible--logo-carousel .inner-wrapper {
  padding-bottom: 30px;
}
.flexible--logo-carousel-title {
  padding: 0 20px;
}
.home .flexible--logo-carousel .flexible--news-posts-title {
  min-height: 50px;
}
.home .flexible--logo-carousel .flexible--news-posts-title h3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home .swiper-container {
  margin-top: 0 !important;
}
.flexible--logo-carousel-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: auto;
}
.flexible--logo-carousel-logo-image {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 170px;
  height: 170px;
}
.flexible--logo-carousel-logo-image img {
  width: 100%;
  height: auto;
  min-height: auto;
  max-width: 170px;
  max-height: 140px;
  margin: auto;
}
.flexible--logo-carousel-link {
  color: #76a7b4 !important;
  border-bottom: 1px solid #76a7b4;
  transition: color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s;
}
.flexible--logo-carousel-link:hover {
  color: #004288;
  border-color: #004288;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .flexible--logo-carousel .swiper-container {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .flexible--logo-carousel h2 {
    font-size: 23px;
  }
  .flexible--logo-carousel .swiper-container {
    margin: 25px auto 10px;
    line-height: 33px;
  }
  .flexible--logo-carousel .inner-wrapper {
    padding-bottom: 40px;
  }
  .flexible--logo-carousel-link {
    font-size: 18px;
    line-height: 23px;
  }
}
.flexible--media-embed {
  padding: 20px 20px 40px 20px;
  position: relative;
  background: linear-gradient(180deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.02) 100%);
}
.flexible--media-embed .inner-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.flexible--media-embed .button {
  margin-left: 0;
}
.flexible--media-embed-intro {
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}
.flexible--media-embed-intro h4 {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #888;
  text-transform: uppercase;
  position: relative;
}
.flexible--media-embed-intro h4:after,
.flexible--media-embed-intro h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 100%;
  width: 900px;
  width: 50vw;
  background-color: transparent;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-image: url("i/flexible-template/drawn-line-horizontal-grey-alt.svg");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 18px;
  background-size: 100% 18px;
}
.flexible--media-embed-intro h4:before {
  top: 0;
  right: 100%;
  left: auto;
  background-position: right center;
}
.flexible--media-embed--border {
  background: transparent !important;
}
.flexible--media-embed--border:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 10px;
  background: no-repeat center center transparent;
  background-image: url("i/flexible-template/drawn-line-horizontal-grey-alt.svg");
  -webkit-background-size: 100% 18px;
  background-size: 100% 18px;
}
.flexible--media-embed--centred .flexible--media-embed-content {
  justify-content: center;
}
.flexible--media-embed--centred .flexible--media-embed-iframe-wrapper {
  background: transparent;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 4px 22px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 22px 0 rgba(0,0,0,0.25);
}
.flexible--media-embed--noillustration:after {
  display: none !important;
}
.flexible--media-embed-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.flexible--media-embed-content .flexible--media-embed-iframe-wrapper {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.flexible--media-embed-text {
  width: 100%;
  max-width: 580px;
  margin: 30px auto 0;
}
.flexible--media-embed-text img {
  display: none;
  width: 80px;
  height: auto;
}
.flexible--media-embed-text h3,
.flexible--media-embed-text h2 {
  font-family: 'daft-brush';
  line-height: 100%;
  max-width: 400px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--media-embed-text h3 {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 0;
  color: #ae341f;
}
.flexible--media-embed-text h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 30px;
  line-height: 38px;
  color: #004288;
}
.flexible--media-embed-text p {
  margin: 0;
  color: #888;
  max-width: 400px;
}
.flexible--media-embed__arrow {
  display: none;
  width: 80px;
  height: 23px;
  margin-bottom: 4px;
  background: url("i/flexible-template/arrow-red-left.png") center center no-repeat transparent;
  background-image: url("i/hand-drawn-arrow-left.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media (min-width: 1024px) {
  .flexible--media-embed {
    background: linear-gradient(180deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.02) 100%);
    padding: 20px 0 0;
  }
  .flexible--media-embed .inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 300px;
  }
  .flexible--media-embed.flexible--media-embed-flipped .inner-wrapper {
    flex-direction: row-reverse;
  }
  .flexible--media-embed.flexible--media-embed-flipped .flexible--media-embed-text {
    padding: 20px 60px 40px 30px;
  }
  .flexible--media-embed__arrow {
    display: inline-block;
  }
  .flexible--media-embed-flipped .flexible--media-embed__arrow {
    background-image: url("i/flexible-template/arrow-red-right.png");
    background-image: url("i/hand-drawn-arrow-right.svg");
  }
  .flexible--media-embed-intro h4 {
    padding: 10px 50px;
    font-size: 17px;
  }
  .flexible--media-embed-text,
  .flexible--media-embed-content {
    width: 50%;
  }
  .flexible--media-embed-content {
    overflow: hidden;
  }
  .flexible--media-embed-content .flexible--media-embed-iframe-wrapper {
    display: inherit;
  }
  .flexible--media-embed-content.flexible--media-embed-content-is-video {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0 40px 0;
  }
  .flexible--media-embed-content.flexible--media-embed-content-is-video .flexible--media-embed-iframe-wrapper {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .home .flexible--media-embed-content-is-video,
  .home .flexible--media-embed-text {
    padding-top: 40px !important;
  }
  .flexible--media-embed-text {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 20px 30px 40px 60px;
    margin-top: 0;
    max-width: 100%;
  }
  .flexible--media-embed-text img {
    display: block;
  }
  .flexible--media-embed-text h2,
  .flexible--media-embed-text h3 {
    max-width: 520px;
  }
  .flexible--media-embed-text h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0.1em 0;
  }
  .flexible--media-embed-text h2 {
    font-size: 50px;
    line-height: 48px;
  }
  .flexible--media-embed-text p {
    max-width: 520px;
    font-size: 24px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .flexible--media-embed .inner-wrapper {
    padding: 0;
  }
  .flexible--media-embed-text {
    padding: 20px 50px 40px 50px;
  }
  .flexible--media-embed-content .flexible--media-embed-iframe-wrapper {
    -webkit-box-shadow: 0 15px 22px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 15px 22px 0 rgba(0,0,0,0.25);
    box-shadow: 0 15px 22px 0 rgba(0,0,0,0.25);
  }
  .flexible--media-embed--centred .flexible--media-embed-iframe-wrapper {
    -webkit-box-shadow: 0 0px 22px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0px 22px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0px 22px 0 rgba(0,0,0,0.25);
  }
}
@media (min-width: 1650px) {
  .flexible--media-embed {
    position: relative;
  }
  .flexible--media-embed.flexible--media-embed-flipped:after {
    right: 3%;
  }
  .flexible--media-embed:after {
    display: block;
    content: "";
    width: 177px;
    height: 110px;
    background-image: url("./i/flexible-template/radio.png");
    background-image: url("./i/flexible-template/radio.svg");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 7%;
    bottom: -3px;
    z-index: 1;
  }
}
.flexible--story-showcase {
  padding: 50px 20px;
}
.flexible--story-showcase .inner-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.flexible--story-showcase .flexible--story-showcase-link {
  margin-left: 0;
}
.flexible--story-showcase-content {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flexible--story-showcase-content .flexible--story-showcase-story-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f2f2f2;
  position: relative;
}
.flexible--story-showcase-content .flexible--story-showcase-story-wrapper:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("./i/flexible-template/tile-corner-top-right.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.flexible--story-showcase-content .flexible--story-showcase-story-wrapper .flexible--story-showcase-story-inner-wrapper {
  padding: 70px 30px 50px;
}
.flexible--story-showcase-content .flexible--story-showcase-story-wrapper p {
  width: 100%;
  height: auto;
  font-family: 'daft-brush';
  font-family: 'Special Elite';
  color: #004288;
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  max-width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  background-image: url("./i/flexible-template/paper-line.jpg");
  -webkit-background-size: 102% 49px;
  background-size: 102% 49px;
  background-repeat: repeat-y;
  background-position: center top;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--story-showcase-text {
  width: 100%;
  max-width: 580px;
  margin: 40px auto 0;
}
.flexible--story-showcase-text img {
  display: none;
  width: 80px;
  height: auto;
}
.flexible--story-showcase-text h3,
.flexible--story-showcase-text h2 {
  font-family: 'daft-brush';
  line-height: 100%;
  max-width: 400px;
}
.flexible--story-showcase-text h3 {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 0;
  color: #ae341f;
}
.flexible--story-showcase-text h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 30px;
  line-height: 38px;
  color: #004288;
}
.flexible--story-showcase__arrow {
  display: none;
  width: 80px;
  height: 23px;
  margin-bottom: 4px;
  background: url("i/flexible-template/arrow-red-left.png") center center no-repeat transparent;
  background-image: url("i/hand-drawn-arrow-left.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.flexible--story-showcase-button {
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0;
  letter-spacing: 0.01em;
  background: #fc0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #303030 !important;
  padding: 15px 60px 20px 30px;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  text-decoration: none;
}
.flexible--story-showcase-button:hover {
  background: #83c45c url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .flexible--story-showcase {
    background: linear-gradient(180deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.02) 100%);
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .flexible--story-showcase .inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexible--story-showcase.flexible--story-showcase-flipped .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flexible--story-showcase.flexible--story-showcase-flipped .flexible--story-showcase-text {
    padding: 100px 60px 100px 30px;
  }
  .flexible--story-showcase.flexible--story-showcase-flipped .flexible--story-showcase__arrow {
    background-image: url("i/flexible-template/arrow-red-right.png");
    background-image: url("i/hand-drawn-arrow-right.svg");
  }
  .flexible--story-showcase__arrow {
    display: inline-block;
  }
  .flexible--story-showcase-text,
  .flexible--story-showcase-content {
    width: 50%;
  }
  .flexible--story-showcase-content {
    overflow: hidden;
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper {
    display: inherit;
    -moz-transform: translateY(10px) rotate(-1deg);
    -webkit-transform: translateY(10px) rotate(-1deg);
    -o-transform: translateY(10px) rotate(-1deg);
    transform: translateY(10px) rotate(-1deg);
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper:before {
    width: 64px;
    height: 64px;
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper .flexible--story-showcase-story-inner-wrapper {
    padding: 120px 50px 100px;
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper p {
    font-size: 40px;
    line-height: 70px;
    min-height: 290px;
    -webkit-background-size: 102% 67px;
    background-size: 102% 67px;
  }
  .flexible--story-showcase-text {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 100px 30px 100px 60px;
    margin-top: 0;
    max-width: 100%;
  }
  .flexible--story-showcase-text img {
    display: block;
  }
  .flexible--story-showcase-text h2,
  .flexible--story-showcase-text h3 {
    max-width: 100%;
  }
  .flexible--story-showcase-text h3 {
    font-size: 30px;
    line-height: 48px;
  }
  .flexible--story-showcase-text h2 {
    font-size: 50px;
    line-height: 48px;
  }
  .flexible--story-showcase-text p {
    max-width: 520px;
    font-size: 24px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .flexible--story-showcase .inner-wrapper {
    padding: 0;
  }
  .flexible--story-showcase.flexible--story-showcase-flipped .flexible--story-showcase-text {
    padding: 100px 80px 100px 50px;
  }
  .flexible--story-showcase-content {
    width: 700px;
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper {
    width: 700px;
    max-width: 700px;
  }
  .flexible--story-showcase-content .flexible--story-showcase-story-wrapper p {
    padding: 0 30px;
  }
  .flexible--story-showcase-text {
    padding: 100px 50px 100px 80px;
    width: calc(100% - 700px);
  }
}
@media (min-width: 1650px) {
  .flexible--story-showcase {
    position: relative;
  }
  .flexible--story-showcase.flexible--story-showcase-hide-illo:after {
    display: none;
  }
  .flexible--story-showcase:after {
    display: block;
    content: "";
    width: 321px;
    height: 181px;
    background-image: url("./i/flexible-template/paper-plane.svg");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
  }
}
.flexible--fullscreen-splitscreen {
  margin: 0;
}
.flexible--fullscreen-splitscreen.flexible--fullscreen-splitscreen--padding {
  margin: 50px 0;
}
.flexible--fullscreen-splitscreen .section-title {
  width: auto;
  color: #ae341f;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 2.5em 20px;
  margin: 0 auto;
}
.flexible--fullscreen-splitscreen--sectiontitle {
  padding-bottom: 40px;
  margin: 0;
}
.flexible--fullscreen-splitscreen-style-two {
  background-color: #ae341f;
  color: #fff;
}
.flexible--fullscreen-splitscreen-style-two .section-title {
  color: #fff;
}
.flexible--fullscreen-splitscreen-style-two .flexible--fullscreen-splitscreen-content ul li:after {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.flexible--fullscreen-splitscreen-style-two .flexible--fullscreen-splitscreen-content * {
  color: #fff;
}
.flexible--fullscreen-splitscreen-style-two .flexible--fullscreen-splitscreen-content p a,
.flexible--fullscreen-splitscreen-style-two .flexible--fullscreen-splitscreen-content ol a,
.flexible--fullscreen-splitscreen-style-two .flexible--fullscreen-splitscreen-content ul a {
  color: #fc0;
}
.flexible--fullscreen-splitscreen-style-three {
  background-color: #f2f2f2;
}
.flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content {
  position: relative;
}
.flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content:before,
.flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content:after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  z-index: 1;
}
.flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content:before {
  display: none;
  top: 0;
}
.flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content:after {
  bottom: -4px;
}
.flexible--fullscreen-splitscreen-style-four.flexible--fullscreen-splitscreen--notopline .flexible--fullscreen-splitscreen-content:before {
  display: none;
}
.flexible--fullscreen-splitscreen-style-four.flexible--fullscreen-splitscreen--nobottomline .flexible--fullscreen-splitscreen-content:after {
  display: none;
}
.flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content {
  position: relative;
}
.flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:before,
.flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  background-image: url("./i/flexible-template/drawn-line.png");
  background-image: url("./i/flexible-template/drawn-line-horizontal-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 1000px 7px;
  background-size: 1000px 7px;
  z-index: 1;
}
.flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:before {
  display: none;
  top: -3px;
}
.flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:after {
  bottom: -7px;
}
.flexible--fullscreen-splitscreen-image-wrapper {
  display: block;
  width: 100%;
}
.flexible--fullscreen-splitscreen-image-wrapper .flexible--fullscreen-splitscreen-image-one {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flexible--fullscreen-splitscreen-two-images {
  display: block;
  width: 100%;
}
.flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-one,
.flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-two {
  display: block;
  width: 100%;
  height: 250px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flexible--fullscreen-splitscreen-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 50px 20px;
}
.flexible--fullscreen-splitscreen-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 15px auto 15px 0;
}
.flexible--fullscreen-splitscreen-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .flexible--fullscreen-splitscreen-image-wrapper .flexible--fullscreen-splitscreen-image-one {
    height: 400px;
  }
  .flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-one,
  .flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-two {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .flexible--fullscreen-splitscreen .section-title {
    font-size: 24px;
  }
  .flexible--fullscreen-splitscreen .inner-wrapper {
    height: auto;
    min-height: 600px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-content: stretch;
    height: 100%;
  }
  .flexible--fullscreen-splitscreen.flexible--fullscreen-splitscreen-full-height .inner-wrapper {
    height: 100vh;
    min-height: 800px;
  }
  .flexible--fullscreen-splitscreen.flexible--fullscreen-splitscreen-flipped .inner-wrapper {
    flex-direction: row-reverse;
  }
  .flexible--fullscreen-splitscreen--sectiontitle {
    padding-bottom: 80px;
  }
  .flexible--fullscreen-splitscreen--sectiontitle ~ .flexible--fullscreen-splitscreen--sectiontitle {
    border-top: 1px solid #fff;
  }
  .flexible--fullscreen-splitscreen-image-wrapper,
  .flexible--fullscreen-splitscreen-content,
  .flexible--fullscreen-splitscreen-two-images {
    width: 50%;
  }
  .flexible--fullscreen-splitscreen-content {
    padding: 50px;
  }
  .flexible--fullscreen-splitscreen-image-wrapper .flexible--fullscreen-splitscreen-image-one {
    height: 100%;
  }
  .flexible--fullscreen-splitscreen-two-images {
    height: 100%;
  }
  .flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-one,
  .flexible--fullscreen-splitscreen-two-images .flexible--fullscreen-splitscreen-image-two {
    height: 50%;
  }
  .flexible--fullscreen-splitscreen-style-three .flexible--fullscreen-splitscreen-content:before {
    display: block;
  }
  .flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:before,
  .flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:after {
    -webkit-background-size: 1000px 7px;
    background-size: 1000px 7px;
  }
  .flexible--fullscreen-splitscreen-style-four .flexible--fullscreen-splitscreen-content:before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .flexible--fullscreen-splitscreen-content {
    padding: 50px 100px;
  }
}
.flexible--two-columns {
  margin: 30px 0;
}
.flexible--two-columns .inner-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}
.flexible--two-columns.flexible--two-columns-nopadding {
  margin-top: 0;
  margin-bottom: 0;
}
.flexible--two-columns-image-wrapper {
  display: block;
  width: 100%;
}
.flexible--two-columns-image-wrapper .flexible--two-columns-image-one {
  width: 100%;
  height: auto;
}
.flexible--two-columns-content {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.flexible--two-columns-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 15px auto 15px 0;
}
.flexible--two-columns-button-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0;
  text-align: left;
}
.flexible--two-columns-button {
  display: inline-block;
  width: auto;
  margin: 30px 0 0;
  letter-spacing: 0.01em;
  background: #fc0 url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  font-size: 20px;
  line-height: 100%;
  color: #303030 !important;
  padding: 15px 60px 20px 30px;
  transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  text-decoration: none;
}
.flexible--two-columns-button:hover {
  background: #83c45c url("./i/flexible-template/arrow-black-right.png") no-repeat scroll calc(100% - 25px) center/18px 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .flexible--two-columns {
    margin: 50px 0;
  }
  .flexible--two-columns .inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexible--two-columns.flexible--two-columns-flipped .inner-wrapper {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flexible--two-columns.flexible--two-columns-flipped .flexible--two-columns-content {
    padding-right: 50px;
    padding-left: 0;
  }
  .flexible--two-columns-content {
    padding: 20px 0;
    padding-left: 50px;
  }
  .flexible--two-columns-image-wrapper,
  .flexible--two-columns-content {
    width: 50%;
  }
  .flexible--two-columns-image-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1350px) {
  .flexible--two-columns .inner-wrapper {
    padding: 0;
  }
  .flexible--two-columns-content {
    padding-left: 70px;
  }
}
.flexible--newsletter {
  padding: 50px 0px;
}
.flexible--newsletter .inner-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.flexible--newsletter-content {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.02) 100%);
  overflow: hidden;
  padding: 0 20px;
}
.flexible--newsletter-content .flexible--newsletter-frame-wrapper {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  -webkit-box-shadow: 0 24px 22px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 24px 22px 0 rgba(0,0,0,0.25);
  box-shadow: 0 24px 22px 0 rgba(0,0,0,0.25);
}
.flexible--newsletter-content .flexible--newsletter-frame-wrapper img.top-banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.flexible--newsletter-content .flexible--newsletter-frame-wrapper img.email-image {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.flexible--newsletter-text {
  width: 100%;
  max-width: 580px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.flexible--newsletter-text a,
.flexible--newsletter-text a:visited,
.flexible--newsletter-text a:focus {
  color: #fc0;
}
.flexible--newsletter-text h2 {
  font-family: 'daft-brush';
  line-height: 100%;
  max-width: 400px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--newsletter-text h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  color: #ae341f;
}
.flexible--newsletter-text p {
  margin-left: 0;
  color: #888;
  max-width: 400px;
}
.flexible--newsletter-text form .label--hidden {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.flexible--newsletter-text form input.disabled {
  pointer-events: none;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.flexible--newsletter-text form input[type="text"] {
  max-width: 50%;
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.flexible--newsletter-text form input[type="text"]:first-of-type {
  margin-right: 10px;
}
.flexible--newsletter-text form #email {
  max-width: 100%;
  width: calc(100% - 50px);
}
.flexible--newsletter-text form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  display: inline-block !important;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid #888;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.flexible--newsletter-text form input[type="checkbox"]:checked {
  position: relative;
}
.flexible--newsletter-text form input[type="checkbox"]:checked:after {
  display: block;
  width: 15px;
  height: 15px;
  content: "✓";
  color: #888;
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.flexible--newsletter-text form input[type="checkbox"]:checked ~.sf-label-checkbox {
  color: #888;
}
.flexible--newsletter-text form label {
  margin-top: 10px;
  cursor: default;
}
.flexible--newsletter-text form label input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin: 0;
}
.flexible--newsletter-text .gdpr-check-label p {
  display: block;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 13px;
  margin: 0 0 0 24px;
  max-width: none;
}
.flexible--newsletter-text .gdpr-check-label p a {
  text-decoration: underline;
}
.flexible--newsletter-text form {
  width: 100%;
  max-width: 580px;
  margin: 20px auto 20px 0;
}
.flexible--newsletter-text .signup-input-wrapper {
  display: inline-block;
  width: 100%;
  clear: both;
}
.flexible--newsletter-text input {
  display: inline-block;
  float: left;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 12px;
  width: calc(100% - 50px);
}
.flexible--newsletter-text input.submit {
  width: 50px;
  background: #76a7b4 url("i/white-arrow.png") center center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  border-color: transparent;
}
@media (max-width: 768px) {
  #signup input[type="email"] {
    width: calc(100% - 50px) !important;
  }
  #signup .submit {
    width: 50px !important;
  }
}
@media (min-width: 1024px) {
  .flexible--newsletter {
    background: linear-gradient(180deg, rgba(0,0,0,0) 66%, rgba(0,0,0,0.02) 100%);
    padding: 0;
  }
  .flexible--newsletter .inner-wrapper {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .flexible--newsletter-text,
  .flexible--newsletter-content {
    width: 50%;
  }
  .flexible--newsletter-content {
    overflow: hidden;
    background: none;
  }
  .flexible--newsletter-content .flexible--newsletter-frame-wrapper {
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  .flexible--newsletter-text {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    padding: 20px 30px 20px 60px;
    margin-top: 0;
    max-width: 100%;
  }
  .flexible--newsletter-text h2 {
    max-width: 520px;
  }
  .flexible--newsletter-text h2 {
    font-size: 50px;
    line-height: 48px;
  }
  .flexible--newsletter-text p {
    max-width: 520px;
    font-size: 24px;
    line-height: 33px;
  }
  .flexible--newsletter-text .gdpr-check-label p {
    font-size: 16px;
    line-height: 15px;
  }
  .flexible--newsletter-text input {
    font-size: 22px;
    padding: 10px 15px;
    width: calc(100% - 50px);
  }
  .flexible--newsletter-text input.submit {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .flexible--newsletter-text {
    padding: 20px 50px;
  }
}
@media (min-width: 1650px) {
  .flexible--newsletter {
    position: relative;
  }
  .flexible--newsletter:after {
    display: block;
    content: "";
    width: 321px;
    height: 181px;
    background-image: url("./i/flexible-template/paper-plane.svg");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  }
}
.flexible--quote-carousel .flexslider,
.flexible--quote-carousel .container-fluid {
  max-width: 1180px;
}
.flexible--quote-carousel .profile-carousel {
  margin-top: 0;
}
.flexible--quote-carousel .slides li {
  width: 100%;
  text-align: center;
}
.flexible--quote-carousel .slides li .row {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.flexible--quote-carousel .slides li blockquote,
.flexible--quote-carousel .slides li cite {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 20px auto 30px;
  color: #fff;
  padding: 0 40px;
}
.flexible--quote-carousel .slides li blockquote {
  font-family: 'daft-brush';
  font-size: 30px;
  line-height: 31px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexible--quote-carousel .slides li cite {
  max-width: 640px;
  font-style: normal;
  color: #81a2c5;
  letter-spacing: 0.01em;
}
.flexible--quote-carousel .slides li .flexible--quote-carousel__quote-arrow {
  display: none;
  width: 40px;
  margin-right: 10px;
}
.flexible--quote-carousel .slides li .polaroid-wrapper {
  width: 100%;
  max-width: 430px;
}
.flexible--quote-carousel .slides li .quote-wrapper {
  width: 100%;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .profile-carousel {
  background: transparent;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .slides li blockquote {
  color: #004288;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .slides li cite {
  color: #81a2c5;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .quote-mark--start {
  background-image: url("./i/flexible-template/quote-start.png");
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .quote-mark--end {
  background-image: url("./i/flexible-template/quote-end.png");
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .flex-direction-nav a.flex-prev,
.flexible--quote-carousel.flexible--quote-carousel-style-two .flex-direction-nav a.flex-next {
  background: url("./i/blue-arrow.png") no-repeat center right transparent !important;
  background-image: url("./i/flexible-template/icon-chevron.svg") !important;
  -webkit-background-size: 20px auto !important;
  background-size: 20px auto !important;
  text-indent: -80px !important;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .flex-direction-nav a.flex-prev:before,
.flexible--quote-carousel.flexible--quote-carousel-style-two .flex-direction-nav a.flex-next:before {
  display: none;
}
.flexible--quote-carousel.flexible--quote-carousel-style-two .flex-direction-nav a.flex-prev {
  background: url("./i/blue-arrow.png") no-repeat center right transparent !important;
  background-image: url("./i/flexible-template/icon-chevron.svg") !important;
  -webkit-background-size: 20px auto !important;
  background-size: 20px auto !important;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flexible--quote-carousel--addspacing {
  margin: 50px 0;
}
.flexible--quote-carousel .quote-mark--start {
  background-image: url("./i/flexible-template/quote-start-white.png");
}
.flexible--quote-carousel .quote-mark--end {
  background-image: url("./i/flexible-template/quote-end-white.png");
}
.flexible--quote-carousel__quote-arrow {
  display: inline-block;
  height: 1em;
  width: 4em;
  margin-right: 10px;
  background: no-repeat center center transparent;
  background-image: url("i/hand-drawn-arrow-left-blue.svg");
  -webkit-background-size: contain;
  background-size: contain;
}
@media (max-width: 767px) {
  .flexible--quote-carousel .flexslider .slides img {
    height: auto !important;
  }
  .flexible--quote-carousel .flexslider .polaroid-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .flexible--quote-carousel .slides li .row {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .flexible--quote-carousel .slides li .polaroid-wrapper {
    width: 240px;
    max-width: 240px;
    padding: 15px 30px 15px 0;
  }
  .flexible--quote-carousel .slides li .quote-wrapper {
    width: calc(100% - 280px);
  }
  .flexible--quote-carousel .slides li.slide-has-image {
    text-align: left;
  }
  .flexible--quote-carousel .slides li.slide-has-image blockquote,
  .flexible--quote-carousel .slides li.slide-has-image cite {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .flexible--quote-carousel .flexslider .flex-viewport {
    overflow: visible !important;
  }
  .flexible--quote-carousel .flexslider .flex-viewport .quote-slide {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
  }
  .flexible--quote-carousel .flexslider .flex-viewport .flex-active-slide {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
  }
  .flexible--quote-carousel .slides li .polaroid-wrapper {
    width: 270px;
    max-width: 270px;
  }
  .flexible--quote-carousel .slides li .flexible--quote-carousel__quote-arrow {
    display: inline-block;
  }
  .flexible--quote-carousel .slides li blockquote {
    font-size: 50px;
    line-height: 51px;
    padding: 0;
  }
  .flexible--quote-carousel .slides li cite {
    font-size: 20px;
    line-height: 100%;
    padding: 0;
  }
  .flexible--quote-carousel .slides li.slide-has-image blockquote,
  .flexible--quote-carousel .slides li.slide-has-image cite {
    margin-left: 50px;
  }
}
@media (min-width: 900px) and (max-height: 750px) {
  #navigation-overlay {
    padding-top: 0px;
    background-image: none;
  }
  #navigation-overlay .main-nav {
    margin-top: 100px;
    height: 510px;
    background-image: url("./i/nav-overlay-books.png");
    background-image: url("./i/book-shelf-blue.svg");
    background-position: left 0px bottom 0;
    background-repeat: repeat-x;
  }
  #navigation-overlay .main-nav h2 {
    margin-bottom: 60px;
  }
  #navigation-overlay #menu-main,
  #navigation-overlay #menu-mobile > li a {
    font-size: 20px;
  }
  .menu-secondary-nav-container {
    position: static;
  }
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  width: auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: '';
  -moz-box-shadow: '';
  box-shadow: '';
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: 100%;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flex-direction-nav .flex-next {
  right: -40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
/*filter: alpha( opacity=0 );*/
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset;
  -moz-box-shadow: inset;
  box-shadow: inset;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    right: 10px;
  }
}
.no-js {
  display: block;
}
