/*
 * Theme Name:   Pof
 * Theme URI:    http://fiascodesign.co.uk
 * Description:  Paraorchestra and friends theme
 * Version:      0.1
 * Author:       Fiasco Design
 * Author URI:   http://fiascodesign.co.uk
 * Tags:         paraorchestra, music, orchestra, responsive
 * Run: stylus -w -u nib wp-content/themes/pof/css/stylus/style.styl -o wp-content/themes/pof
 * Text Domain:  pof
 */
/*
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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: 18px;
  line-height: 1.428571429;
  color: $grey;
  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: 25px;
  margin-bottom: 25px;
  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;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.nav:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav: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;
  visibility: hidden !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: 1200px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
.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.6666666666667%;
}
.col-xs-10 {
  width: 83.3333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.6666666666667%;
}
.col-xs-7 {
  width: 58.3333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.6666666666667%;
}
.col-xs-4 {
  width: 33.3333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.6666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.6666666666667%;
}
.col-xs-pull-10 {
  right: 83.3333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.6666666666667%;
}
.col-xs-pull-7 {
  right: 58.3333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.6666666666667%;
}
.col-xs-pull-4 {
  right: 33.3333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.6666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.6666666666667%;
}
.col-xs-push-10 {
  left: 83.3333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.6666666666667%;
}
.col-xs-push-7 {
  left: 58.3333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.6666666666667%;
}
.col-xs-push-4 {
  left: 33.3333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.6666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.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.6666666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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.6666666666667%;
  }
  .col-md-10 {
    width: 83.3333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666666667%;
  }
  .col-md-7 {
    width: 58.3333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666666667%;
  }
  .col-md-4 {
    width: 33.3333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .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.6666666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #303030;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3782c4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #3782c4;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3782c4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@-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;
  }
  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: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
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;
  }
}
html,
body,
#lightbox,
#lightbox-2 {
  -webkit-animation: fadein 1s ease-in 1;
  -moz-animation: fadein 1s ease-in 1;
  -o-animation: fadein 1s ease-in 1;
  -ms-animation: fadein 1s ease-in 1;
  animation: fadein 1s ease-in 1;
}
@-moz-keyframes slowRotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -o-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -ms-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
  }
  50% {
    -webkit-transform: rotate(14deg) translate3d(0, 0, 0);
    -moz-transform: rotate(14deg) translate3d(0, 0, 0);
    -o-transform: rotate(14deg) translate3d(0, 0, 0);
    -ms-transform: rotate(14deg) translate3d(0, 0, 0);
    transform: rotate(14deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -moz-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -o-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -ms-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@-webkit-keyframes slowRotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -o-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -ms-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
  }
  50% {
    -webkit-transform: rotate(14deg) translate3d(0, 0, 0);
    -moz-transform: rotate(14deg) translate3d(0, 0, 0);
    -o-transform: rotate(14deg) translate3d(0, 0, 0);
    -ms-transform: rotate(14deg) translate3d(0, 0, 0);
    transform: rotate(14deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -moz-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -o-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -ms-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@-o-keyframes slowRotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -o-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -ms-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
  }
  50% {
    -webkit-transform: rotate(14deg) translate3d(0, 0, 0);
    -moz-transform: rotate(14deg) translate3d(0, 0, 0);
    -o-transform: rotate(14deg) translate3d(0, 0, 0);
    -ms-transform: rotate(14deg) translate3d(0, 0, 0);
    transform: rotate(14deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -moz-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -o-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -ms-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes slowRotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -o-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    -ms-animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
    animation-timing-function: cubic-bezier(0.45, 0.11, 0.34, 0.96);
  }
  50% {
    -webkit-transform: rotate(14deg) translate3d(0, 0, 0);
    -moz-transform: rotate(14deg) translate3d(0, 0, 0);
    -o-transform: rotate(14deg) translate3d(0, 0, 0);
    -ms-transform: rotate(14deg) translate3d(0, 0, 0);
    transform: rotate(14deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -moz-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -o-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    -ms-animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
    animation-timing-function: cubic-bezier(0.52, 0.1, 0.29, 0.95);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  80% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
  70% {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
  }
  80% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0em);
    -moz-transform: translateY(0em);
    -o-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transform: translateY(0em);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -o-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -o-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -o-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
  }
}
@-moz-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-o-keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes bounceSpin {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
    -moz-transform: translate(-50%, 0) rotate(0deg);
    -o-transform: translate(-50%, 0) rotate(0deg);
    -ms-transform: translate(-50%, 0) rotate(0deg);
    transform: translate(-50%, 0) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, 1em) rotate(0deg);
    -moz-transform: translate(-50%, 1em) rotate(0deg);
    -o-transform: translate(-50%, 1em) rotate(0deg);
    -ms-transform: translate(-50%, 1em) rotate(0deg);
    transform: translate(-50%, 1em) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -0.2em) rotate(0deg);
    -moz-transform: translate(-50%, -0.2em) rotate(0deg);
    -o-transform: translate(-50%, -0.2em) rotate(0deg);
    -ms-transform: translate(-50%, -0.2em) rotate(0deg);
    transform: translate(-50%, -0.2em) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-50%, -1em) rotate(360deg);
    -moz-transform: translate(-50%, -1em) rotate(360deg);
    -o-transform: translate(-50%, -1em) rotate(360deg);
    -ms-transform: translate(-50%, -1em) rotate(360deg);
    transform: translate(-50%, -1em) rotate(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
    -moz-transform: translate(-50%, 0) rotate(360deg);
    -o-transform: translate(-50%, 0) rotate(360deg);
    -ms-transform: translate(-50%, 0) rotate(360deg);
    transform: translate(-50%, 0) rotate(360deg);
  }
}
@-moz-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-o-keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-moz-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-webkit-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-o-keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shakeIt {
  0% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-moz-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-webkit-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-o-keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@keyframes fadeinSlow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-moz-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes fadeoutSlow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-moz-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeTransformUp {
  0% {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-o-keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@keyframes fadeInSlowUp {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    margin-top: 0;
  }
}
@-moz-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes right-left {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-webkit-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-o-keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes ajax-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}
@-moz-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-o-keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@keyframes fadeInGrow {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
}
@-moz-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes fadeOutGrow {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-moz-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-webkit-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@-o-keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@keyframes hideTerms {
  0% {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
  }
  100% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
  }
}
@font-face {
  font-family: 'gt_pressura';
  src: url("./fonts/gt-pressura-bold.eot");
  src: url("./fonts/gt-pressura-bold.eot?#iefix") format('embedded-opentype'), url("./fonts/gt-pressura-bold.woff2") format('woff2'), url("./fonts/gt-pressura-bold.woff") format('woff'), url("./fonts/gt-pressura-bold.ttf") format('truetype'), url("./fonts/gt-pressura-bold.svg#gt_pressurabold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'gt_pressura';
  src: url("./fonts/gt-pressura-bold-italic.eot");
  src: url("./fonts/gt-pressura-bold-italic.eot?#iefix") format('embedded-opentype'), url("./fonts/gt-pressura-bold-italic.woff2") format('woff2'), url("./fonts/gt-pressura-bold-italic.woff") format('woff'), url("./fonts/gt-pressura-bold-italic.ttf") format('truetype'), url("./fonts/gt-pressura-bold.svg#gt_pressurabold_italic") format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'gt_pressura';
  src: url("./fonts/gt-pressura-regular-italic.eot");
  src: url("./fonts/gt-pressura-regular-italic.eot?#iefix") format('embedded-opentype'), url("./fonts/gt-pressura-regular-italic.woff2") format('woff2'), url("./fonts/gt-pressura-regular-italic.woff") format('woff'), url("./fonts/gt-pressura-regular-italic.ttf") format('truetype'), url("./fonts/gt-pressura-regular-italic.svg#gt_pressuraregular_italic") format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'gt_pressura';
  src: url("./fonts/gt-pressura-regular.eot");
  src: url("./fonts/gt-pressura-regular.eot?#iefix") format('embedded-opentype'), url("./fonts/gt-pressura-regular.woff2") format('woff2'), url("./fonts/gt-pressura-regular.woff") format('woff'), url("./fonts/gt-pressura-regular.ttf") format('truetype'), url("./fonts/gt-pressura.svg#gt_pressuraregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fiascons';
  src: url("./fonts/fiascons.eot");
  src: url("./fonts/fiascons.eot?#iefix") format('embedded-opentype'), url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff'), url("./fonts/fiascons.ttf") format('truetype'), url("./fonts/fiascons.svg#fiascons") format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'gt_pressura', sans-serif;
  color: #4141af;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 1em 0 0;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0.6em 0 0.3em;
}
h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0.6em 0 0.3em;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0.6em 0 0.3em;
}
h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0.6em 0 0.3em;
}
body,
p,
ul,
ol {
  font-family: 'gt_pressura', sans-serif;
  font-size: 1.25em;
  line-height: 1.55em;
  font-weight: 400;
  color: #4141af;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0 0 0 26px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
.post-content p a:after,
.post-content p a:link:after,
.post-content p a:visited:after {
  display: none;
}
b,
strong {
  display: inline-block;
  font-family: 'gt_pressura', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: #4141af;
}
i {
  display: inline-block;
}
u {
  display: inline-block;
}
blockquote,
.quote {
  display: block;
  width: 100%;
  margin: 50px auto;
  padding-top: 38px;
  padding-left: 30px;
  position: relative;
}
blockquote:before,
.quote:before {
  display: block;
  content: '\201c';
  color: #f64c62;
  font-family: 'gt_pressura', sans-serif;
  font-size: 70px;
  position: absolute;
  top: 2px;
  left: -2px;
  line-height: 100%;
}
blockquote:after,
.quote:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: auto;
  position: absolute;
  top: 43px;
  bottom: 4px;
  left: 20px;
  background-color: #f64c62;
}
blockquote p,
.quote p {
  font-size: 22px;
  line-height: 26px;
  margin: 0 !important;
  color: #4141af;
  padding-left: 10px;
  font-weight: 600;
}
.mono {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
  color: #4141af;
}
.mono a,
.mono a:link {
  color: $pink !important;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.mono a:hover,
.mono a:link:hover {
  color: $dark-pink !important;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.intro-text {
  font-family: 'gt_pressura', sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  blockquote,
  .quote {
    padding-top: 38px;
    padding-left: 60px;
  }
  blockquote:before,
  .quote:before {
    font-size: 140px;
    top: -8px;
    left: -6px;
  }
  blockquote:after,
  .quote:after {
    top: 68px;
    left: 42px;
  }
  blockquote p,
  .quote p {
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 54px;
    line-height: 57px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  blockquote p,
  .quote p {
    font-size: 32px;
    line-height: 38px;
  }
  h1 {
    font-size: 64px;
    line-height: 67px;
  }
  h2 {
    font-size: 40px;
    line-height: 39px;
  }
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 24px;
  }
  h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fefbf3;
}
html.overflow-hide {
  overflow: hidden !important;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: #4141af;
  font-family: 'gt_pressura', sans-serif;
  background-color: #fefbf3;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  font-size: 18px;
}
body.overflow-hide {
  overflow: hidden !important;
}
body.home {
  background-color: #1c1c71;
}
#adminmenu .wp-menu-image img {
  width: 20px;
  height: auto;
}
::selection {
  background: #f64c62;
  color: #fff;
}
::-moz-selection {
  background: #f64c62;
  color: #fff;
}
a {
  color: #4141af;
  outline: none;
}
a:link,
a:visited {
  color: #4141af;
}
body.home {
  min-height: calc(100vh + 100px);
}
body.home .wrapper {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
body.home.ie .wrapper {
  top: 0;
  margin-top: 0;
  transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}
body.home.ie.access-toggled .wrapper {
  margin-top: 100px;
  transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}
@media (max-width: 1200px) {
  body.home {
    min-height: 100vh;
  }
  body.home .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.wrapper {
  display: block;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.main-ontent {
  margin: 0 30px 60px;
  max-width: 700px;
  padding-top: 60px;
}
.post-content {
  padding: 4em 0 0;
  height: auto;
  *zoom: 1;
}
.post-content:before,
.post-content:after {
  content: "";
  display: table;
}
.post-content:after {
  clear: both;
}
.post-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.inner-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.clear-both {
  content: "";
  display: block;
  clear: both;
}
*:after {
  clear: both;
  content: "";
  display: block;
}
b:after,
strong:after,
i:after,
em:after,
u:after {
  display: none;
}
#nav {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  min-height: 246px;
  z-index: 99;
}
.nav .page-nav {
  display: block;
  margin: 0;
  height: 100px;
  position: relative;
  background-color: transparent;
}
.nav .page-nav.mobile {
  display: block;
}
.nav .page-nav.desktop {
  display: none;
}
.nav .page-nav.desktop .inner {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin: 0 25px;
}
.nav .page-nav.desktop .inner .logo {
  left: 0;
}
.nav .page-nav.desktop .inner .menu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
}
.nav .page-nav.desktop .inner .menu.left .menu-item:last-of-type {
  margin-right: 0;
}
.nav .page-nav.desktop .inner .menu.right .menu-item:first-of-type {
  margin-left: 0;
}
.nav .page-nav.desktop .inner .menu .menu-item {
  display: inline-block;
  margin: 0 40px;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: inset 0 0px 0 0 #4141af;
  -moz-box-shadow: inset 0 0px 0 0 #4141af;
  box-shadow: inset 0 0px 0 0 #4141af;
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
}
.nav .page-nav.desktop .inner .menu .menu-item a,
.nav .page-nav.desktop .inner .menu .menu-item a:link {
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 #4141af;
  -moz-box-shadow: inset 0 -2px 0 0 #4141af;
  box-shadow: inset 0 -2px 0 0 #4141af;
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  text-decoration: none;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover a,
.nav .page-nav.desktop .inner .menu .menu-item:hover a:link {
  color: #4141af;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
}
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu a,
.nav .page-nav.desktop .inner .menu .menu-item:hover .sub-menu a:link {
  color: #4141af;
}
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item {
  -webkit-box-shadow: inset 0 -2px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -2px 0 0 #f64c62;
  box-shadow: inset 0 -2px 0 0 #f64c62;
}
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:link,
.nav .page-nav.desktop .inner .menu .menu-item.current_page_item a:visited {
  color: #f64c62 !important;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu {
  margin: 0;
  padding: 0 15px 15px;
  width: auto;
  max-width: 150px;
  position: absolute;
  top: 0;
  left: -15px;
  margin-top: 25px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  background-color: #fff;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item {
  display: block;
  font-size: 1em;
  margin: 10px 0 0;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item:first-of-type {
  margin-top: 15px;
}
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:hover,
.nav .page-nav.desktop .inner .menu .menu-item .sub-menu .menu-item a:link:hover {
  color: #f64c62;
}
.nav .page-nav.desktop .inner #access-toggle {
  display: block;
  width: auto;
  height: auto;
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: transparent;
  font-family: 'gt_pressura', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
}
.nav .page-nav.desktop .inner #access-toggle span {
  display: inline-block;
  float: right;
  margin-left: 7px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-indent: 1px;
  color: #4141af;
  border: 1px solid #4141af;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.nav .page-nav.desktop .inner #access-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.nav .page-nav.desktop .inner #access-toggle.active span {
  font-size: 13px;
  font-weight: 600;
}
.nav .page-nav .logo {
  display: inline-block;
  position: absolute;
  top: 90px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 116px;
  height: auto;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  z-index: 99;
}
.nav .page-nav .logo:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.nav .page-nav .menu-circle-wrapper {
  display: block;
  position: absolute;
  top: 29px;
  left: 20px;
  width: 42px;
  height: 42px;
}
.nav .page-nav .menu-circle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1c1c71;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: opacity 0.1s 0.35s, transform 0.4s;
  -moz-transition: opacity 0.1s 0.35s, transform 0.4s;
  -webkit-transition: opacity 0.1s 0.35s, transform 0.4s;
  -o-transition: opacity 0.1s 0.35s, transform 0.4s;
  pointer-events: none;
}
.nav .page-nav .menu-circle.active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(60);
  -moz-transform: scale(60);
  -o-transform: scale(60);
  -ms-transform: scale(60);
  transform: scale(60);
  z-index: 99;
  transition: opacity 0.1s, transform 0.5s;
  -moz-transition: opacity 0.1s, transform 0.5s;
  -webkit-transition: opacity 0.1s, transform 0.5s;
  -o-transition: opacity 0.1s, transform 0.5s;
}
.nav .page-nav #mobile-access-toggle {
  display: block;
  width: auto;
  height: auto;
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: transparent;
  font-family: 'gt_pressura', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 43px;
  vertical-align: middle;
  padding: 0;
}
.nav .page-nav #mobile-access-toggle span {
  display: inline-block;
  float: right;
  margin-left: 7px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-indent: 1px;
  color: #4141af;
  border: 1px solid #4141af;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.nav .page-nav #mobile-access-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.nav .page-nav #mobile-access-toggle.active span {
  font-size: 13px;
  font-weight: 600;
}
.nav .page-nav .nav-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  width: auto;
  height: 43px;
  z-index: 101;
  cursor: pointer;
  overflow: hidden;
  font-size: 17px;
  line-height: 43px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-family: 'gt_pressura', sans-serif;
  font-weight: 600;
}
.nav .page-nav .nav-icon .icon-wrapper {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin-top: 1px;
}
.nav .page-nav .nav-icon .icon-text {
  display: inline-block;
}
.nav .page-nav .nav-icon span {
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  background: #fff;
  display: block;
  height: 2px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.nav .page-nav .nav-icon span:before,
.nav .page-nav .nav-icon span:after {
  width: 12px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.nav .page-nav .nav-icon span:before {
  top: -5px;
  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 .page-nav .nav-icon span:after {
  bottom: -5px;
  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 .page-nav .nav-icon.dark .icon-wrapper {
  border-color: #4141af;
}
.nav .page-nav .nav-icon.dark .icon-text {
  color: #4141af;
}
.nav .page-nav .nav-icon.dark span {
  background: #4141af;
}
.nav .page-nav .nav-icon.dark span:before,
.nav .page-nav .nav-icon.dark span:after {
  background: #4141af;
}
.nav .page-nav .nav-icon.dark.active .icon-wrapper {
  border-color: #fff;
}
.nav .page-nav .nav-icon.dark.active .icon-text {
  color: #fff;
}
.nav .page-nav .nav-icon.dark.active span {
  background: transparent;
}
.nav .page-nav .nav-icon.dark.active span:before,
.nav .page-nav .nav-icon.dark.active span:after {
  background: #fff;
}
.nav .page-nav .nav-icon.active span {
  -webkit-transform: translateX(-40px) rotate(0deg);
  -moz-transform: translateX(-40px) rotate(0deg);
  -o-transform: translateX(-40px) rotate(0deg);
  -ms-transform: translateX(-40px) rotate(0deg);
  transform: translateX(-40px) rotate(0deg);
  background: transparent;
  transition: transform 300ms 300ms;
  -moz-transition: transform 300ms 300ms;
  -webkit-transition: transform 300ms 300ms;
  -o-transition: transform 300ms 300ms;
}
.nav .page-nav .nav-icon.active span:before {
  -webkit-transform: translateX(28px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(28px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(28px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(28px) translateY(0px) rotate(-45deg);
  transform: translateX(28px) translateY(0px) rotate(-45deg);
  top: 0;
  transition: top 300ms, transform 300ms 300ms;
  -moz-transition: top 300ms, transform 300ms 300ms;
  -webkit-transition: top 300ms, transform 300ms 300ms;
  -o-transition: top 300ms, transform 300ms 300ms;
}
.nav .page-nav .nav-icon.active span:after {
  -webkit-transform: translateX(28px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(28px) translateY(0px) rotate(45deg);
  -o-transform: translateX(28px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(28px) translateY(0px) rotate(45deg);
  transform: translateX(28px) translateY(0px) rotate(45deg);
  bottom: 0;
  transition: bottom 300ms, transform 300ms 300ms;
  -moz-transition: bottom 300ms, transform 300ms 300ms;
  -webkit-transition: bottom 300ms, transform 300ms 300ms;
  -o-transition: bottom 300ms, transform 300ms 300ms;
}
.nav .page-nav .nav-overlay {
  visibility: hidden;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
  background-position: -23% 124%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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;
  justify-content: center;
  vertical-align: middle;
  z-index: 100;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.nav .page-nav .nav-overlay:after {
  display: block;
  content: "";
  width: 490px;
  height: 490px;
  background-color: #221b7d;
  position: absolute;
  bottom: -100px;
  left: -200px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.nav .page-nav .nav-overlay.active {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.nav .page-nav .nav-overlay.open {
  visibility: visible;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  background-color: #1c1c71;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item a,
.nav .page-nav .nav-overlay.open .menu .menu-item a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item a:visited {
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(1) a:visited {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(2) a:visited {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(3) a:visited {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(4) a:visited {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(5) a:visited {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(6) a:visited {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(7) a:visited {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(8) a:visited {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(9) a:visited {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(10) a:visited {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
}
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a:link,
.nav .page-nav .nav-overlay.open .menu .menu-item:nth-of-type(11) a:visited {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.nav .page-nav .nav-overlay.open ul.social {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s 1s;
  -moz-transition: opacity 0.8s 1s;
  -webkit-transition: opacity 0.8s 1s;
  -o-transition: opacity 0.8s 1s;
}
.nav .page-nav .nav-overlay .inside {
  display: inline-block;
  width: 100%;
  height: initial;
  margin: 0;
  text-align: center;
}
.nav .page-nav .nav-overlay .menu-main-container,
.nav .page-nav .nav-overlay .menu-venues-menu-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.nav .page-nav .nav-overlay .menu {
  display: inline-block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.nav .page-nav .nav-overlay .menu .menu-item {
  display: block;
  width: 100%;
  max-width: 570px;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  letter-spacing: 0;
  font-family: 'gt_pressura', sans-serif;
  z-index: 1;
  margin: 10px 0;
  text-transform: uppercase;
  *zoom: 1;
  padding: 10px 0 20px;
  margin: 0px auto 10px;
  border-bottom: 1px solid rgba(195,193,232,0.25);
}
.nav .page-nav .nav-overlay .menu .menu-item:before,
.nav .page-nav .nav-overlay .menu .menu-item:after {
  content: "";
  display: table;
}
.nav .page-nav .nav-overlay .menu .menu-item:after {
  clear: both;
}
.nav .page-nav .nav-overlay .menu .menu-item:last-of-type {
  border-bottom: none;
}
.nav .page-nav .nav-overlay .menu .menu-item.label {
  font-size: 0.9em;
  text-transform: none;
  font-weight: 400;
}
.nav .page-nav .nav-overlay .menu .menu-item a,
.nav .page-nav .nav-overlay .menu .menu-item a:link,
.nav .page-nav .nav-overlay .menu .menu-item a:visited {
  display: block;
  color: #fff;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
}
.nav .page-nav .nav-overlay .menu .menu-item a:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:link:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:visited:hover,
.nav .page-nav .nav-overlay .menu .menu-item a:active,
.nav .page-nav .nav-overlay .menu .menu-item a:link:active,
.nav .page-nav .nav-overlay .menu .menu-item a:visited:active,
.nav .page-nav .nav-overlay .menu .menu-item a.active,
.nav .page-nav .nav-overlay .menu .menu-item a:link.active,
.nav .page-nav .nav-overlay .menu .menu-item a:visited.active {
  color: #f64c62;
  transition: color 0.25s, opacity 0s, transform 0s !important;
  -moz-transition: color 0.25s, opacity 0s, transform 0s !important;
  -webkit-transition: color 0.25s, opacity 0s, transform 0s !important;
  -o-transition: color 0.25s, opacity 0s, transform 0s !important;
}
.nav .page-nav .nav-overlay .menu .menu-item.current_page_item a:link,
.nav .page-nav .nav-overlay .menu .menu-item.current_page_item a:visited {
  color: #f64c62;
}
.nav.central .page-nav.desktop .logo {
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 116px;
}
.nav.central .page-nav.desktop .logo svg #Letters {
  -webkit-animation: slowRotate 10s infinite;
  -moz-animation: slowRotate 10s infinite;
  -o-animation: slowRotate 10s infinite;
  -ms-animation: slowRotate 10s infinite;
  animation: slowRotate 10s infinite;
}
.nav.central .page-nav.desktop .menu.left {
  left: auto;
  right: calc(50% + 120px);
}
.nav.central .page-nav.desktop .menu.right {
  left: calc(50% + 120px);
  right: auto;
}
.nav.light .page-nav.desktop .menu .menu-item {
  -webkit-box-shadow: inset 0 0px 0 0 #fff;
  -moz-box-shadow: inset 0 0px 0 0 #fff;
  box-shadow: inset 0 0px 0 0 #fff;
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
}
.nav.light .page-nav.desktop .menu .menu-item.current_page_item {
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
  -moz-box-shadow: inset 0 -2px 0 0 #fff;
  box-shadow: inset 0 -2px 0 0 #fff;
}
.nav.light .page-nav.desktop .menu .menu-item.current_page_item a,
.nav.light .page-nav.desktop .menu .menu-item.current_page_item a:link,
.nav.light .page-nav.desktop .menu .menu-item.current_page_item a:visited {
  color: #fff !important;
}
.nav.light .page-nav.desktop .menu .menu-item:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
  -moz-box-shadow: inset 0 -2px 0 0 #fff;
  box-shadow: inset 0 -2px 0 0 #fff;
  transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
}
.nav.light .page-nav.desktop .menu .menu-item:hover a,
.nav.light .page-nav.desktop .menu .menu-item:hover a:link,
.nav.light .page-nav.desktop .menu .menu-item:hover a:visited {
  color: #fff !important;
}
.nav.light .page-nav.desktop .menu .menu-item a,
.nav.light .page-nav.desktop .menu .menu-item a:link {
  color: #fff;
  border: none;
  text-decoration: none;
}
.nav.light .page-nav.desktop #access-toggle {
  color: transparent;
}
.nav.light .page-nav.desktop #access-toggle span {
  color: #fefbf3;
  border-color: #fefbf3;
}
.nav.light .page-nav.mobile #mobile-access-toggle {
  color: transparent;
}
.nav.light .page-nav.mobile #mobile-access-toggle span {
  border-color: #fefbf3;
  color: #fefbf3;
}
@media (min-width: 768px) {
  .nav {
    min-height: 220px;
  }
  .nav .page-nav {
    height: 100px;
  }
  .nav .page-nav .logo {
    top: 45px;
  }
  .nav .page-nav.mobile #mobile-access-toggle {
    color: #4141af;
  }
  .nav .page-nav .nav-overlay {
    overflow: hidden;
  }
  .nav .page-nav .nav-overlay:after {
    width: 830px;
    height: 830px;
    bottom: -165px;
    left: -150px;
  }
  .nav .page-nav .nav-overlay .menu .menu-item {
    font-size: 30px;
  }
  .nav.light .page-nav.mobile #mobile-access-toggle {
    color: #fefbf3;
  }
}
@media (min-width: 1200px) {
  .nav {
    min-height: 200px;
  }
  .nav .page-nav.mobile {
    display: none;
  }
  .nav .page-nav.desktop {
    display: block;
  }
}
@media (min-width: 1400px) {
  .nav {
    min-height: 160px;
  }
  .nav .page-nav .logo {
    top: 20px;
  }
  .nav .page-nav.desktop .inner #access-toggle {
    color: #4141af;
  }
  .nav.light .page-nav.desktop .inner #access-toggle {
    color: #fefbf3;
  }
}
#funding-logos {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #f64c62;
  color: #fefbf3;
}
#funding-logos h4 {
  margin: 0 0 20px;
  color: #fefbf3;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
#funding-logos .logos {
  width: 100%;
}
#funding-logos .logos .single-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px auto;
}
#funding-logos .logos .single-logo img {
  width: 100%;
  height: auto;
}
#funding-logos .logos .single-logo:first-of-type {
  max-width: 200px;
}
#funding-logos .logos .single-logo:nth-of-type(2) {
  max-width: 270px;
}
#funding-logos .logos .single-logo:nth-of-type(3) {
  max-width: 121px;
}
#funding-logos .logos .single-logo:nth-of-type(4) {
  max-width: 130px;
}
#funding-logos .logos .single-logo:last-of-type {
  max-width: 125px;
}
footer {
  width: 100%;
  display: block;
  padding: 40px 20px;
  background: #363699;
}
footer label {
  display: none;
}
footer .row {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
footer .row:last-of-type .column:last-of-type {
  margin: 15px 0 0;
}
footer .row .column {
  padding: 0;
  margin: 15px 0;
}
footer .row .column:last-of-type {
  margin: 0;
}
footer .row .right {
  text-align: right;
}
footer h4 {
  color: #fff;
  font-size: 15px;
}
footer p {
  color: #c3c1e8;
  font-size: 1.05em;
  line-height: 1.45em;
  display: block;
  width: 100%;
  text-align: left;
  max-width: 300px;
}
footer p strong,
footer p span {
  color: #c3c1e8;
}
footer p.grey {
  color: #c3c1e8;
}
footer a,
footer a:link,
footer a:visited {
  display: inline-block;
  width: auto;
  color: #fff;
  transition: color 0.25s, border-bottom-color 0.25s;
  -moz-transition: color 0.25s, border-bottom-color 0.25s;
  -webkit-transition: color 0.25s, border-bottom-color 0.25s;
  -o-transition: color 0.25s, border-bottom-color 0.25s;
  margin: 0;
  line-height: 1.4em;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
footer a:after,
footer a:link:after,
footer a:visited:after {
  display: none;
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  color: #2ccde5 !important;
  text-decoration: none;
  border-color: #2ccde5;
  transition: color 0.25s, border-bottom-color 0.25s;
  -moz-transition: color 0.25s, border-bottom-color 0.25s;
  -webkit-transition: color 0.25s, border-bottom-color 0.25s;
  -o-transition: color 0.25s, border-bottom-color 0.25s;
}
footer a.social-icons,
footer a:link.social-icons,
footer a:visited.social-icons {
  font-family: 'fiascons' !important;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 5px;
  width: 41px;
  height: 41px;
  line-height: 41px !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 400 !important;
}
footer a.social-icons.twitter,
footer a:link.social-icons.twitter,
footer a:visited.social-icons.twitter {
  font-size: 23px !important;
  text-indent: 2px;
}
footer a.social-icons.facebook,
footer a:link.social-icons.facebook,
footer a:visited.social-icons.facebook {
  font-size: 20px !important;
  text-indent: 3px;
}
footer a.social-icons.instagram,
footer a:link.social-icons.instagram,
footer a:visited.social-icons.instagram {
  font-size: 21px;
  text-indent: 3px;
  line-height: 40px !important;
}
footer a.social-icons.youtube,
footer a:link.social-icons.youtube,
footer a:visited.social-icons.youtube {
  font-size: 18px !important;
  text-indent: 2px;
  line-height: 40px !important;
}
footer a.social-icons:hover,
footer a:link.social-icons:hover,
footer a:visited.social-icons:hover {
  background-color: #2ccde5;
  border-color: #2ccde5;
  color: #4141af !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}
footer a.social-icons:last-of-type,
footer a:link.social-icons:last-of-type,
footer a:visited.social-icons:last-of-type {
  margin-right: 0;
}
footer .fiasco-link {
  display: block;
}
footer .fiasco-link a,
footer .fiasco-link a:link,
footer .fiasco-link a:visited {
  margin-left: 2px;
}
footer .fiasco-logo {
  height: 19px;
  width: auto;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  margin-top: 1px;
}
@media (min-width: 768px) {
  #funding-logos {
    padding: 50px 25px;
  }
  #funding-logos .logos {
    width: 100%;
    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;
    -moz-box-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
  }
  #funding-logos .logos .single-logo {
    display: block;
    float: left;
    margin: 40px 0 0;
    margin-right: 20px;
  }
  #funding-logos .logos .single-logo:first-of-type {
    max-width: 140px;
  }
  #funding-logos .logos .single-logo:nth-of-type(2) {
    max-width: 250px;
  }
  #funding-logos .logos .single-logo:nth-of-type(3) {
    max-width: 95px;
  }
  #funding-logos .logos .single-logo:nth-of-type(4) {
    max-width: 140px;
  }
  #funding-logos .logos .single-logo:last-of-type {
    max-width: 95px;
    margin-right: 0;
  }
  footer {
    padding: 40px 25px;
  }
  footer .row {
    margin: 0 auto 25px;
  }
  footer .row:last-of-type {
    margin-bottom: 0;
  }
  footer .row .right {
    text-align: right;
  }
  footer .row .right p {
    text-align: right;
  }
  footer h4 {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  #funding-logos .logos .single-logo:first-of-type {
    max-width: 200px;
  }
  #funding-logos .logos .single-logo:nth-of-type(2) {
    max-width: 300px;
  }
  #funding-logos .logos .single-logo:nth-of-type(3) {
    max-width: 114px;
  }
  #funding-logos .logos .single-logo:nth-of-type(4) {
    max-width: 160px;
  }
  #funding-logos .logos .single-logo:last-of-type {
    max-width: 120px;
  }
  footer {
    position: relative;
  }
  footer .fiasco-link {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer label {
    display: block;
  }
  footer .row .column.tablet-right p {
    text-align: right;
  }
  footer .row .column.tablet-left {
    clear: both;
  }
}
@media (min-width: 1400px) {
  #funding-logos {
    padding: 50px 170px;
  }
  #funding-logos .logos .single-logo:first-of-type {
    max-width: 280px;
  }
  #funding-logos .logos .single-logo:nth-of-type(2) {
    max-width: 360px;
  }
  #funding-logos .logos .single-logo:nth-of-type(3) {
    max-width: 160px;
  }
  #funding-logos .logos .single-logo:nth-of-type(4) {
    max-width: 160px;
  }
  #funding-logos .logos .single-logo:last-of-type {
    max-width: 160px;
  }
  footer {
    padding: 40px 170px;
  }
}
@media (min-width: 1600px) {
  #funding-logos .logos .single-logo:nth-of-type(2) {
    max-width: 390px;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
a.button,
.button,
input[type='button'],
input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #fefbf3;
  font-family: 'gt_pressura', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  width: auto;
  min-width: 250px;
  height: 56px;
  line-height: 54px;
  text-decoration: none;
  position: relative;
  padding: 0 15px;
  background-color: #f64c62;
  border: none;
  transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  margin: 15px auto;
}
a.button:hover,
.button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #f64c62;
  color: #fff;
  transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
}
a.button.disabled,
.button.disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
a.button:disabled,
.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  pointer-events: none;
}
a.button.failed,
.button.failed,
input[type='button'].failed,
input[type='submit'].failed {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 56px;
  line-height: 54px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #f64c62;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
}
a.button.success,
.button.success,
input[type='button'].success,
input[type='submit'].success {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 56px;
  line-height: 54px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #6ac259;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
}
a.button.arrow,
.button.arrow,
input[type='button'].arrow,
input[type='submit'].arrow {
  position: relative;
  text-align: left;
  padding: 0 30px;
}
a.button.arrow:after,
.button.arrow:after,
input[type='button'].arrow:after,
input[type='submit'].arrow:after {
  display: block;
  content: "j";
  width: 30px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  color: #fefbf3;
  font-family: 'fiascons' !important;
  font-size: 15px;
  transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  -o-transition: color 0.25s, transform 0.25s;
}
a.button.arrow:hover:after,
.button.arrow:hover:after,
input[type='button'].arrow:hover:after,
input[type='submit'].arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  transition: color 0.25s, transform 0.25s;
  -moz-transition: color 0.25s, transform 0.25s;
  -webkit-transition: color 0.25s, transform 0.25s;
  -o-transition: color 0.25s, transform 0.25s;
}
a.button.rounded,
.button.rounded,
input[type='button'].rounded,
input[type='submit'].rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
a.button.pill,
.button.pill,
input[type='button'].pill,
input[type='submit'].pill {
  border-radius: 56px;
  -moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  -o-border-radius: 56px;
  padding: 0 25px;
}
a.button.border,
.button.border,
input[type='button'].border,
input[type='submit'].border {
  background-color: transparent !important;
  border: 2px solid #f64c62;
  color: #f64c62;
  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;
}
a.button.border.download:after,
.button.border.download:after,
input[type='button'].border.download:after,
input[type='submit'].border.download:after {
  color: #f64c62;
}
a.button.border:hover,
.button.border:hover,
input[type='button'].border:hover,
input[type='submit'].border:hover {
  border-color: #f64c62;
  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;
}
.play-icon {
  display: block;
  width: 70px;
  height: 70px;
  background: $dark-green;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0.4);
}
.play-icon img {
  width: 40%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.play-icon:hover {
  -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 60px rgba(0,0,0,0.4);
  box-shadow: 0 0 60px rgba(0,0,0,0.4);
  background: $orange;
  transition: background 0.25s, box-shadow 0.25s;
  -moz-transition: background 0.25s, box-shadow 0.25s;
  -webkit-transition: background 0.25s, box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
label,
.label {
  display: inline-block;
  font-family: 'gt_pressura', sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  color: #4141af;
  margin: 0;
}
input.show {
  display: inline-block !important;
}
input[type='button'] {
  width: 100%;
  max-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
input[type='submit'] {
  width: 100%;
  max-width: 300px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-weight: 600;
}
input[type='text'],
input[type='email'],
input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border: 2px solid #4141af;
  text-align: left;
  width: 100%;
  max-width: 300px;
  background: #fff;
  outline: none;
  font-size: 18px;
  color: #4141af;
  height: 65px;
  font-weight: 400;
  font-family: 'gt_pressura', sans-serif;
  line-height: 65px;
  padding: 0 15px;
  margin: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  max-width: 18px;
  display: inline-block !important;
  margin-left: 0;
  background-color: #fff;
  border: 2px solid #4141af;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
input[type='checkbox']:checked {
  position: relative;
  background-color: #4141af;
}
input[type='checkbox']:checked:after {
  display: block;
  width: 18px;
  height: 18px;
  content: "L";
  font-family: 'fiascons' !important;
  font-weight: 400;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -3px;
}
input[type='checkbox']:checked ~.sf-label-checkbox {
  color: #fff;
}
input.not-empty {
  border-color: #4141af;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
input.empty {
  border-color: #f64c62;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  text-align: left;
  width: 100%;
  max-width: 400px;
  background: transparent;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: 240px;
  font-weight: 400;
  font-family: 'gt_pressura', sans-serif;
  line-height: 1.25em;
  padding: 20px 20px;
  margin: 0;
}
textarea:focus {
  border-color: #262626;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea.not-empty {
  border-color: #6ac259;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
textarea.empty {
  border-color: #f64c62;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
*::-webkit-input-placeholder {
  color: #d8d8d8;
}
*input:-moz-placeholder {
  color: #d8d8d8 !important;
}
input::-webkit-input-placeholder {
  color: #d8d8d8;
}
input:-moz-placeholder {
  color: #d8d8d8;
}
select,
.wpcf7 select {
  display: inline-block;
  font-family: 'gt_pressura', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  outline: none;
  font-size: 20px;
  color: #262626;
  height: 60px;
  font-weight: 400;
  font-family: 'gt_pressura', sans-serif;
  line-height: 60px;
  padding: 0 30px;
  margin: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip {
  width: 100%;
  font-family: 'gt_pressura', sans-serif;
  font-size: 14px;
  color: #f64c62;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
  font-family: 'gt_pressura', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
  max-width: 474px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-family: 'gt_pressura', sans-serif;
  font-size: 13px;
  border: 0px solid #f7e700 !important;
  color: #f64c62;
}
.wpcf7-mail-sent-ok {
  font-family: 'gt_pressura', sans-serif;
  font-size: 13px;
  border: 0px solid #2bb24f !important;
  color: #2bb24f;
}
.thumb,
.placeholder {
  width: 100%;
  height: auto;
}
.slider {
  margin: 0 auto 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.slider .intro-block {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0 5%;
  padding: 20px;
  max-width: 90%;
  bottom: 30%;
  background: $blue;
  z-index: 3;
}
.slider .intro-block h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 2.4em;
}
.slider .intro-block p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}
.slider .outer-wrapper {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.slider .outer-wrapper .background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider .outer-wrapper .scroll-down {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 18px;
  height: 25px;
  -webkit-transform: translate(-50%, 0) rotate(0deg);
  -moz-transform: translate(-50%, 0) rotate(0deg);
  -o-transform: translate(-50%, 0) rotate(0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg);
  transform: translate(-50%, 0) rotate(0deg);
  background-image: url("./img/scroll-arrow.png");
  -webkit-background-size: 18px;
  background-size: 18px;
  -webkit-animation-name: bounceSpin;
  -moz-animation-name: bounceSpin;
  -o-animation-name: bounceSpin;
  -ms-animation-name: bounceSpin;
  animation-name: bounceSpin;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  -ms-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  visibility: visible;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-initialized .slick-slide {
  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;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.slick-slide {
  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;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  float: left;
  height: 100%;
  min-height: 100vh;
  display: none;
  cursor: pointer;
  margin: 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slide {
  text-align: center;
}
.slide .background-image {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
}
.slide h2 {
  font-size: 2em;
  margin: 0 auto;
  padding: 0;
}
.slide p {
  padding: 0;
  margin: 0;
}
.slide h2,
.slide p {
  text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}
.slide .inner-wrapper {
  display: block;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
[dir="rtl"] .slick-slide {
  float: right;
  height: auto;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 50%;
  width: 80px;
  height: 40px;
  text-indent: -99999px;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.slick-prev:after,
.slick-next:after {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'fiascons' !important;
  font-size: 1.6em;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
.slick-prev {
  left: 25px;
}
.slick-prev:after {
  content: "i";
}
.slick-next {
  right: 25px;
}
.slick-next:after {
  content: "j";
  text-align: right;
}
.slick-active {
  cursor: default;
}
.slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background: #adadad;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.slick-dots li.slick-active {
  background: #f2f2f2;
}
.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  text-indent: -999999px;
  height: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
@media (min-width: 480px) {
  .slide .inner-wrapper {
    max-width: 400px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .slide h2 {
    font-size: 3em;
  }
  .slider .intro-block {
    max-width: 600px;
  }
  .slick-dots {
    bottom: 50px;
  }
}
@media (min-width: 768px) {
  .slider .intro-block {
    max-width: 800px;
  }
}
.preloader {
  display: none;
  visibility: hidden;
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
.preloader.active {
  display: block;
  visibility: visible;
}
.preloader .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.preloader .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .inner .loading-img {
  width: 30px;
  height: auto;
}
.pace {
  display: block;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.pace .pace-progress {
  background: #f64c62;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.pace-inactive {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
}
.pace-done #nav {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s ease-out 1s;
  -moz-transition: opacity 0.8s ease-out 1s;
  -webkit-transition: opacity 0.8s ease-out 1s;
  -o-transition: opacity 0.8s ease-out 1s;
}
.pace-done .wrapper {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s ease-out 1.6s;
  -moz-transition: opacity 0.8s ease-out 1.6s;
  -webkit-transition: opacity 0.8s ease-out 1.6s;
  -o-transition: opacity 0.8s ease-out 1.6s;
}
.hero-large {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c1c71;
  position: relative;
}
.hero-large:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(28,28,113,0.67);
  z-index: 0;
}
.hero-large .hero-slide {
  width: 100%;
  height: 100%;
  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;
  flex-direction: column;
  -moz-box-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px 100px;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2,
.hero-large .hero-slide h3,
.hero-large .hero-slide h4,
.hero-large .hero-slide p {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
}
.hero-large .hero-slide h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
}
.hero-large .hero-slide h1,
.hero-large .hero-slide h2 {
  margin: 0 auto;
}
.hero-large .hero-slide h3,
.hero-large .hero-slide h4 {
  font-weight: 400;
}
.hero-large .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'gt_pressura', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.hero-large .hero-slide.fade-in p {
  -webkit-animation: fadeInSlowUp 1s 1.2s forwards;
  -moz-animation: fadeInSlowUp 1s 1.2s forwards;
  -o-animation: fadeInSlowUp 1s 1.2s forwards;
  -ms-animation: fadeInSlowUp 1s 1.2s forwards;
  animation: fadeInSlowUp 1s 1.2s forwards;
}
.hero-large .hero-slide.fade-in:before {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.5s 1.6s;
  -moz-transition: opacity 0.5s 1.6s;
  -webkit-transition: opacity 0.5s 1.6s;
  -o-transition: opacity 0.5s 1.6s;
}
.hero-large .hero-slide.fade-in:after {
  max-height: 60px;
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  transform: translate3d(-50%, 0px, 0);
  transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -moz-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -webkit-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
  -o-transition: max-height 0.5s 1.8s, transform 0.5s 1.8s;
}
.hero-large.slider .slick-list,
.hero-large.slider .slick-track,
.hero-large.slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-large.slider .slick-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-large.slider .clay-slide-prev,
.hero-large.slider .clay-slide-next {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'fiascons' !important;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.hero-large.slider .clay-slide-prev {
  left: 25px;
}
.hero-large.slider .clay-slide-next {
  right: 25px;
}
.hero-large.video {
  overflow: hidden;
}
.hero-large.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-large.video #play-video,
.hero-large.video #pause-video {
  display: none !important;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  width: auto;
  height: 43px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  font-family: 'gt_pressura', sans-serif;
}
.hero-large.video #play-video.show,
.hero-large.video #pause-video.show {
  display: block !important;
}
.hero-large.video #play-video.hide,
.hero-large.video #pause-video.hide {
  display: none !important;
}
.hero-large.video #play-video span,
.hero-large.video #pause-video span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  font-weight: 400;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 41px;
  color: #fff;
  text-transform: none;
}
.hero-large.video #play-video span {
  text-indent: 5px;
}
.hero-large.video #pause-video span {
  text-indent: 3px;
}
.hero-medium {
  width: 100%;
  height: 60vh;
  min-height: 600px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c1c71;
  position: relative;
}
.hero-medium:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-medium .hero-slide {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2,
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4,
.hero-medium .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-medium .hero-slide h1,
.hero-medium .hero-slide h2 {
  margin: 0 auto;
}
.hero-medium .hero-slide h3,
.hero-medium .hero-slide h4 {
  font-weight: 400;
}
.hero-medium .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'gt_pressura', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.hero-medium.slider .slick-list,
.hero-medium.slider .slick-track,
.hero-medium.slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-medium.slider .slick-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-medium.slider .clay-slide-prev,
.hero-medium.slider .clay-slide-next {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'fiascons' !important;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.hero-medium.slider .clay-slide-prev {
  left: 25px;
}
.hero-medium.slider .clay-slide-next {
  right: 25px;
}
.hero-medium.video {
  overflow: hidden;
}
.hero-medium.video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-small {
  width: 100%;
  height: 30vh;
  min-height: 300px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c1c71;
  position: relative;
}
.hero-small:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}
.hero-small .hero-slide {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3,
.hero-small .hero-slide h4,
.hero-small .hero-slide p {
  color: #fff;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.hero-small .hero-slide h1,
.hero-small .hero-slide h2,
.hero-small .hero-slide h3 {
  margin: 0 auto;
}
.hero-small .hero-slide h4 {
  font-weight: 400;
}
.hero-small .hero-slide p {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'gt_pressura', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-large .hero-slide {
    padding: 0 25px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .hero-large .hero-slide h2 {
    font-size: 54px;
    line-height: 57px;
  }
  .hero-large.video #pause-video {
    display: block !important;
  }
  .hero-large.slider .clay-slide-prev,
  .hero-medium.slider .clay-slide-prev,
  .hero-large.slider .clay-slide-next,
  .hero-medium.slider .clay-slide-next {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero-large .hero-slide {
    padding: 0 160px;
  }
}
@media (min-width: 1400px) {
  .hero-large .hero-slide {
    padding: 0;
  }
  .hero-large .hero-slide h2 {
    max-width: 1265px;
    font-size: 64px;
    line-height: 67px;
  }
}
.main-section {
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
}
.error404 .hero-small h2 {
  max-width: 700px;
}
.error404 .hero-small p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.error404 .hero-small a {
  position: relative;
  color: #4141af;
  border-bottom: 1px solid #f64c62;
}
.error404 .hero-small a:after {
  display: none;
}
@media (min-width: 1024px) {
  .error404 .inner-wrapper h2 span {
    font-size: 3em;
  }
}
.home .post-slider {
  height: auto;
  min-height: auto;
  padding: 100px 0 40px;
}
.home .post-slider .slick-prev,
.home .post-slider .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f64c62;
  background-color: transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.home .post-slider .slick-prev:after,
.home .post-slider .slick-next:after {
  color: #f64c62;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  text-indent: 6px;
  font-size: 18px;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.home .post-slider .slick-prev:hover,
.home .post-slider .slick-next:hover {
  background-color: #f64c62;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.home .post-slider .slick-prev:hover:after,
.home .post-slider .slick-next:hover:after {
  color: #fefbf3;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.home .post-slider .slick-prev {
  left: 0;
}
.home .post-slider .slick-prev:after {
  content: "b";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 47px;
}
.home .post-slider .slick-next {
  right: 0;
}
.home .post-slider .slick-next:after {
  content: "b";
}
.home .post-slider .slick-dots li {
  border: 1px solid #f64c62;
  background-color: transparent;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  margin: 0 3px;
}
.home .post-slider .slick-dots li.slick-active {
  background-color: #f64c62;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.home .post-slider .project-tile {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 40px;
  min-height: auto;
}
.home .post-slider .project-tile .project-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.home .post-slider .project-tile .project-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.home .post-slider .project-tile .project-content {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 0 7px;
  margin: 15px auto 0;
}
.home .post-slider .project-tile .project-content h2,
.home .post-slider .project-tile .project-content p.post-date {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.home .post-slider .project-tile .project-content p.post-date {
  color: #f64c62;
}
.home .post-slider .project-tile .project-content a:hover,
.home .post-slider .project-tile .project-content a:link:hover {
  text-decoration: none;
}
.home .post-slider .project-tile .project-content a:hover h2,
.home .post-slider .project-tile .project-content a:link:hover h2 {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.home .post-slider .project-tile .project-content h2 {
  display: block;
  width: auto;
  font-size: 32px;
  line-height: 38px;
  margin: 5px 0 20px;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.home .post-slider .project-tile .project-content h2 span {
  display: inline;
  width: 100%;
  -webkit-box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
  box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
}
.home .post-slider .project-tile .project-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
}
.contact-us .post-content .content-wrapper a,
.contact-us .post-content .content-wrapper a:link {
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  border-bottom: 2px solid #f64c62;
}
.contact-us .post-content .content-wrapper a:hover,
.contact-us .post-content .content-wrapper a:link:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
.contact-us .post-content .content-wrapper .email-links {
  margin-bottom: 50px;
}
.contact-us .post-content .content-wrapper .email-links,
.contact-us .post-content .content-wrapper .contact-address {
  text-align: left;
  font-weight: 600;
}
.donate .content-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.donate iframe {
  display: block;
  margin: 60px auto 30px;
}
.page-template-page-touring .title-section,
.page-template-page-upcoming .title-section {
  padding-bottom: 0;
}
.page-template-page-touring .title-section h1,
.page-template-page-upcoming .title-section h1,
.page-template-page-touring .title-section h2,
.page-template-page-upcoming .title-section h2,
.page-template-page-touring .title-section p,
.page-template-page-upcoming .title-section p {
  text-align: center;
}
.page-template-page-touring .title-section:after,
.page-template-page-upcoming .title-section:after {
  display: none;
}
.page-template-page-touring .header-image,
.page-template-page-upcoming .header-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.terms-and-conditions,
.privacy-policy,
.contact-us,
.donate,
.signup,
.post-content {
  padding: 0 !important;
}
.terms-and-conditions .content-wrapper,
.privacy-policy .content-wrapper,
.contact-us .content-wrapper,
.donate .content-wrapper,
.signup .content-wrapper,
.post-content .content-wrapper {
  width: 100%;
  max-width: 530px;
  padding: 10px 30px 80px;
}
.terms-and-conditions .content-wrapper p a,
.privacy-policy .content-wrapper p a,
.contact-us .content-wrapper p a,
.donate .content-wrapper p a,
.signup .content-wrapper p a,
.post-content .content-wrapper p a,
.terms-and-conditions .content-wrapper p a:link,
.privacy-policy .content-wrapper p a:link,
.contact-us .content-wrapper p a:link,
.donate .content-wrapper p a:link,
.signup .content-wrapper p a:link,
.post-content .content-wrapper p a:link {
  font-weight: 600;
  -webkit-box-shadow: inset 0 -2px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -2px 0 0 #f64c62;
  box-shadow: inset 0 -2px 0 0 #f64c62;
  color: #4141af;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.terms-and-conditions .content-wrapper p a:hover,
.privacy-policy .content-wrapper p a:hover,
.contact-us .content-wrapper p a:hover,
.donate .content-wrapper p a:hover,
.signup .content-wrapper p a:hover,
.post-content .content-wrapper p a:hover,
.terms-and-conditions .content-wrapper p a:link:hover,
.privacy-policy .content-wrapper p a:link:hover,
.contact-us .content-wrapper p a:link:hover,
.donate .content-wrapper p a:link:hover,
.signup .content-wrapper p a:link:hover,
.post-content .content-wrapper p a:link:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
@media (min-width: 768px) {
  .home .post-slider {
    padding: 100px 40px 40px;
  }
  .home .post-slider .project-tile {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
  }
  .home .post-slider .project-tile .project-content {
    max-width: 528px;
    text-align: center;
  }
  .home .post-slider .project-tile .project-content h2,
  .home .post-slider .project-tile .project-content p,
  .home .post-slider .project-tile .project-content p.post-date,
  .home .post-slider .project-tile .project-content a {
    text-align: center;
  }
  .home .post-slider .project-tile .project-content h2 {
    font-size: 54px;
    line-height: 57px;
  }
  .home .post-slider .project-tile .project-content h2 span {
    -webkit-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
  }
  .contact-us .post-content .content-wrapper .email-links,
  .contact-us .post-content .content-wrapper .contact-address {
    text-align: center;
  }
  .terms-and-conditions .content-wrapper,
  .privacy-policy .content-wrapper,
  .contact-us .content-wrapper,
  .donate .content-wrapper,
  .signup .content-wrapper,
  .post-content .content-wrapper {
    padding: 10px 5px 80px;
  }
}
@media (min-width: 1024px) {
  .home .post-slider .project-tile {
    position: relative;
    margin: 0 60px;
  }
  .home .post-slider .project-tile.slick-current .project-content {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease 0.6s;
    -moz-transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease 0.6s;
    -webkit-transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease 0.6s;
    -o-transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease 0.6s;
  }
  .home .post-slider .project-tile .project-image {
    float: left;
    width: 45%;
    max-width: 45%;
    height: 0;
    padding-top: 45%;
  }
  .home .post-slider .project-tile .project-content {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: transform 2s, opacity 0.3s;
    -moz-transition: transform 2s, opacity 0.3s;
    -webkit-transition: transform 2s, opacity 0.3s;
    -o-transition: transform 2s, opacity 0.3s;
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    max-width: 55%;
    margin: 0;
    padding-left: 40px;
    text-align: left;
  }
  .home .post-slider .project-tile .project-content h2,
  .home .post-slider .project-tile .project-content p,
  .home .post-slider .project-tile .project-content a,
  .home .post-slider .project-tile .project-content p.post-date {
    text-align: left;
    width: 100%;
  }
  .home .post-slider .project-tile .project-content h2 {
    padding-right: 60px;
  }
  .home .post-slider .project-tile .project-content p {
    margin-left: 0;
    max-width: 470px;
  }
  .home .post-slider .slick-dots-wrapper {
    display: block;
    width: auto;
    margin: 0 60px;
    overflow: visible;
    position: relative;
  }
  .home .post-slider .slick-dots {
    width: 55%;
    padding-left: 40px;
    margin-left: 60px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -40px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .terms-and-conditions .content-wrapper,
  .privacy-policy .content-wrapper,
  .contact-us .content-wrapper,
  .donate .content-wrapper,
  .signup .content-wrapper,
  .post-content .content-wrapper {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .home .post-slider .slick-dots-wrapper {
    margin: 0 100px;
  }
  .home .post-slider .slick-dots {
    bottom: 40px;
  }
  .home .post-slider .project-tile {
    margin: 0 100px;
  }
}
@media (min-width: 1400px) {
  .home .post-slider .slick-dots-wrapper {
    margin: 0 150px;
  }
  .home .post-slider .slick-dots {
    bottom: 60px;
  }
  .home .post-slider .project-tile {
    margin: 0 150px;
  }
  .terms-and-conditions .content-wrapper,
  .privacy-policy .content-wrapper,
  .contact-us .content-wrapper,
  .donate .content-wrapper,
  .signup .content-wrapper,
  .post-content .content-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 1500px) {
  .home .post-slider .project-tile .project-content p {
    font-size: 17px;
  }
  .home .post-slider .project-tile .project-content h2 {
    font-size: 64px;
    line-height: 62px;
  }
  .home .post-slider .project-tile .project-content h2 span {
    -webkit-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
  }
}
@media (min-width: 1600px) {
  .home .post-slider .slick-dots {
    bottom: 100px;
  }
}
@media (min-width: 1800px) {
  .home .post-slider .slick-dots {
    bottom: 130px;
  }
}
.blog svg,
.paged svg {
  color-interpolation-filters: sRGB;
  width: 100%;
  height: 100%;
}
.blog svg image,
.paged svg image {
  width: 100%;
  height: 100%;
}
.blog #projects,
.paged #projects {
  width: 100%;
  padding: 0 20px;
}
.blog #projects .post-navigation .screen-reader-text,
.paged #projects .post-navigation .screen-reader-text {
  display: none;
}
.blog #projects .post-navigation .nav-links,
.paged #projects .post-navigation .nav-links {
  display: block;
  width: auto;
  max-width: 1500px;
  margin: 80px auto 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e0cb;
  text-align: center;
}
.blog #projects .post-navigation .nav-links .page-numbers,
.paged #projects .post-navigation .nav-links .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7px;
  color: #fefbf3;
  background-color: #f64c62;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.blog #projects .post-navigation .nav-links .page-numbers.current,
.paged #projects .post-navigation .nav-links .page-numbers.current,
.blog #projects .post-navigation .nav-links .page-numbers:hover,
.paged #projects .post-navigation .nav-links .page-numbers:hover {
  background-color: #4141af;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  text-decoration: none;
}
.blog #projects .post-navigation .nav-links .page-numbers:first-of-type,
.paged #projects .post-navigation .nav-links .page-numbers:first-of-type {
  margin-left: 0;
}
.blog #projects .post-navigation .nav-links .page-numbers.next,
.paged #projects .post-navigation .nav-links .page-numbers.next,
.blog #projects .post-navigation .nav-links .page-numbers.prev,
.paged #projects .post-navigation .nav-links .page-numbers.prev {
  display: none;
}
.blog .posts-wrapper,
.paged .posts-wrapper {
  display: block;
  max-width: 980px;
  margin: 40px auto 0;
}
.blog .project-tile,
.paged .project-tile {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 45px;
  border-bottom: 1px solid #e8e0cb;
  padding-bottom: 45px;
}
.blog .project-tile.pull-out .project-content h2,
.paged .project-tile.pull-out .project-content h2 {
  font-size: 32px;
  line-height: 38px;
}
.blog .project-tile.pull-out .project-content h2 span,
.paged .project-tile.pull-out .project-content h2 span {
  -webkit-box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
  box-shadow: inset 0 -3px 0 0 #fefbf3, inset 0 -5px 0 0 #f64c62;
}
.blog .project-tile:last-of-type,
.paged .project-tile:last-of-type {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.blog .project-tile .project-image,
.paged .project-tile .project-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.blog .project-tile .project-content,
.paged .project-tile .project-content {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 0 7px;
  margin: 15px auto 0;
}
.blog .project-tile .project-content h2,
.paged .project-tile .project-content h2,
.blog .project-tile .project-content p.post-date,
.paged .project-tile .project-content p.post-date {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.blog .project-tile .project-content p.post-date,
.paged .project-tile .project-content p.post-date {
  color: #f64c62;
}
.blog .project-tile .project-content a:hover,
.paged .project-tile .project-content a:hover,
.blog .project-tile .project-content a:link:hover,
.paged .project-tile .project-content a:link:hover {
  text-decoration: none !important;
}
.blog .project-tile .project-content a:hover h2,
.paged .project-tile .project-content a:hover h2,
.blog .project-tile .project-content a:link:hover h2,
.paged .project-tile .project-content a:link:hover h2 {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
.blog .project-tile .project-content h2,
.paged .project-tile .project-content h2 {
  display: block;
  width: auto;
  font-size: 22px;
  line-height: 28px;
  margin: 5px 0 20px;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.blog .project-tile .project-content h2 span,
.paged .project-tile .project-content h2 span {
  display: inline;
  width: 100%;
  -webkit-box-shadow: inset 0 -1px 0 0 #fefbf3, inset 0 -3px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -1px 0 0 #fefbf3, inset 0 -3px 0 0 #f64c62;
  box-shadow: inset 0 -1px 0 0 #fefbf3, inset 0 -3px 0 0 #f64c62;
}
.blog .project-tile .project-content p,
.paged .project-tile .project-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
}
.blog .project-tile .project-content p a:hover,
.paged .project-tile .project-content p a:hover,
.blog .project-tile .project-content p a:link:hover,
.paged .project-tile .project-content p a:link:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .blog .project-tile,
  .paged .project-tile {
    margin: 0 auto 60px;
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
  }
  .blog .project-tile.pull-out,
  .paged .project-tile.pull-out {
    display: block;
    width: 100%;
    float: none;
    padding: 0 80px;
  }
  .blog .project-tile.pull-out .project-content h2,
  .paged .project-tile.pull-out .project-content h2 {
    font-size: 54px;
    line-height: 57px;
  }
  .blog .project-tile.pull-out .project-content h2 span,
  .paged .project-tile.pull-out .project-content h2 span {
    -webkit-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
  }
  .blog .project-tile .project-content,
  .paged .project-tile .project-content {
    max-width: 528px;
    text-align: center;
  }
  .blog .project-tile .project-content h2,
  .paged .project-tile .project-content h2,
  .blog .project-tile .project-content p,
  .paged .project-tile .project-content p,
  .blog .project-tile .project-content p.post-date,
  .paged .project-tile .project-content p.post-date,
  .blog .project-tile .project-content a,
  .paged .project-tile .project-content a {
    text-align: center;
  }
  .blog .project-tile .project-content h2,
  .paged .project-tile .project-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .blog .project-tile .project-content h2 span,
  .paged .project-tile .project-content h2 span {
    -webkit-box-shadow: inset 0 -2px 0 0 #fefbf3, inset 0 -4px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -2px 0 0 #fefbf3, inset 0 -4px 0 0 #f64c62;
    box-shadow: inset 0 -2px 0 0 #fefbf3, inset 0 -4px 0 0 #f64c62;
  }
}
@media (min-width: 1024px) {
  .blog .project-tile,
  .paged .project-tile {
    position: relative;
  }
  .blog .project-tile .project-content,
  .paged .project-tile .project-content {
    max-width: 400px;
  }
  .blog .project-tile.pull-out,
  .paged .project-tile.pull-out {
    padding: 0 25px;
  }
  .blog .project-tile.pull-out .project-image,
  .paged .project-tile.pull-out .project-image {
    float: left;
    width: 45%;
    max-width: 45%;
    height: 0;
    padding-top: 45%;
  }
  .blog .project-tile.pull-out .project-content,
  .paged .project-tile.pull-out .project-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;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    max-width: 55%;
    margin: 0;
    padding-left: 40px;
  }
  .blog .project-tile.pull-out .project-content h2,
  .paged .project-tile.pull-out .project-content h2,
  .blog .project-tile.pull-out .project-content p,
  .paged .project-tile.pull-out .project-content p,
  .blog .project-tile.pull-out .project-content a,
  .paged .project-tile.pull-out .project-content a {
    text-align: left;
    max-width: 100%;
  }
  .blog .project-tile.pull-out .project-content p,
  .paged .project-tile.pull-out .project-content p {
    margin-left: 0;
  }
  .blog .project-tile.pull-out .project-content h2,
  .paged .project-tile.pull-out .project-content h2,
  .blog .project-tile.pull-out .project-content a,
  .paged .project-tile.pull-out .project-content a {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog #projects .post-navigation .nav-links,
  .paged #projects .post-navigation .nav-links {
    margin-top: 150px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .blog .project-tile.pull-out,
  .paged .project-tile.pull-out {
    max-width: 1350px;
    padding: 0;
  }
  .blog .project-tile.pull-out p,
  .paged .project-tile.pull-out p {
    margin: 0;
    max-width: 470px;
  }
}
@media (min-width: 1500px) {
  .blog,
  .paged {
    text-align: center;
  }
  .blog .project-tile .project-content p,
  .paged .project-tile .project-content p {
    font-size: 17px;
  }
  .blog .project-tile .project-content h2,
  .paged .project-tile .project-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .blog .project-tile .project-content h2 span,
  .paged .project-tile .project-content h2 span {
    -webkit-box-shadow: inset 0 -4px 0 0 #fefbf3, inset 0 -7px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -4px 0 0 #fefbf3, inset 0 -7px 0 0 #f64c62;
    box-shadow: inset 0 -4px 0 0 #fefbf3, inset 0 -7px 0 0 #f64c62;
  }
  .blog .project-tile.pull-out .project-content h2,
  .paged .project-tile.pull-out .project-content h2 {
    font-size: 64px;
    line-height: 62px;
  }
  .blog .project-tile.pull-out .project-content h2 span,
  .paged .project-tile.pull-out .project-content h2 span {
    -webkit-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    -moz-box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
    box-shadow: inset 0 -11px 0 0 #fefbf3, inset 0 -14px 0 0 #f64c62;
  }
}
.single .title-section {
  padding-bottom: 0;
}
.single .title-section h1,
.single .title-section h2,
.single .title-section p {
  text-align: center;
}
.single .title-section h4 {
  margin-top: 30px;
  margin-bottom: 0;
}
.single .title-section p.post-date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  margin: 0;
  margin-top: 30px;
}
.single .title-section p.author-name {
  display: inline-block;
  width: auto;
  border-top: 1px solid #4141af;
  font-size: 17px;
  line-height: 100%;
  margin: 18px auto 0;
  padding-top: 7px;
}
.single .title-section:after {
  display: none;
}
.single .header-image {
  display: block;
  width: 100%;
  height: auto;
}
.single .header-image:first-of-type {
  margin-top: 50px;
}
.single .main-section {
  padding: 40px 0 0;
}
.single .post-content {
  padding: 0;
}
.single .post-content .content-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 40px 30px 0;
  margin: 0 auto;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider {
  margin: 50px 0;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-slide img {
  margin: 0 auto !important;
  max-width: 100% !important;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-slide .slide__inner .slide__caption {
  font-size: 17px;
  margin-top: 5px;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-next,
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 45px;
  width: 50%;
  height: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-prev {
  left: 0 !important;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-prev:hover {
  cursor: url("./img/slider-cursor-left.png") 20 0, w-resize;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-next {
  left: auto;
  right: 0 !important;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-slider .slick-next:hover {
  cursor: url("./img/slider-cursor-right.png") 20 0, w-resize;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-dots {
  bottom: 20px;
  left: 40px;
  width: auto;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background-color: #fff;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-dots li:last-of-type {
  margin-right: 0px;
}
.single .post-content .content-wrapper .slick-slider-wrapper .slick-dots li.slick-active {
  background-color: #f64c62;
}
.single .post-content .content-wrapper blockquote,
.single .post-content .content-wrapper .quote {
  margin: 35px auto 50px;
}
.single .post-content .content-wrapper blockquote p,
.single .post-content .content-wrapper .quote p {
  max-width: 100%;
  padding-right: 50px;
}
.single .post-content .content-wrapper h1,
.single .post-content .content-wrapper h3,
.single .post-content .content-wrapper h4,
.single .post-content .content-wrapper h5,
.single .post-content .content-wrapper p,
.single .post-content .content-wrapper ul,
.single .post-content .content-wrapper ol {
  max-width: 750px;
  margin: 1em auto;
}
.single .post-content .content-wrapper i:after,
.single .post-content .content-wrapper u:after,
.single .post-content .content-wrapper strong:after,
.single .post-content .content-wrapper b:after,
.single .post-content .content-wrapper em:after,
.single .post-content .content-wrapper a:after,
.single .post-content .content-wrapper a:link:after {
  display: none;
}
.single .post-content .content-wrapper ul,
.single .post-content .content-wrapper ol {
  display: block;
  margin: 2em auto;
}
.single .post-content .content-wrapper .fluid-width-video-wrapper {
  display: block;
  margin: 40px auto;
  max-width: 750px;
}
.single .post-content .content-wrapper .fluid-width-video-wrapper iframe {
  margin: 0;
}
.single .post-content .content-wrapper img.aligncenter,
.single .post-content .content-wrapper img.alignnone {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 50px auto;
}
.single .post-content .content-wrapper p a,
.single .post-content .content-wrapper p a:link {
  font-weight: 600;
  -webkit-box-shadow: inset 0 -2px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -2px 0 0 #f64c62;
  box-shadow: inset 0 -2px 0 0 #f64c62;
  color: #4141af;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.single .post-content .content-wrapper p a:hover,
.single .post-content .content-wrapper p a:link:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
.single .post-content .content-wrapper .wp-caption,
.single .post-content .content-wrapper .wp-caption.alignright,
.single .post-content .content-wrapper .wp-caption.alignleft,
.single .post-content .content-wrapper img {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 50px auto;
}
.single .post-content .content-wrapper .wp-caption img,
.single .post-content .content-wrapper .wp-caption.alignright img,
.single .post-content .content-wrapper .wp-caption.alignleft img {
  margin: 0;
}
.single .post-content .content-wrapper .wp-caption {
  position: relative;
}
.single .post-content .content-wrapper .wp-caption .wp-caption-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: #f64c62;
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: 'gt_pressura', sans-serif;
  background-color: #f2f2f2;
  padding: 6px 12px 8px 12px;
  vertical-align: middle;
}
.single .post-content .content-wrapper article {
  padding: 0;
}
.single .post-content .content-wrapper article iframe {
  display: block;
  margin: 40px auto;
}
.single .post-content .post-author {
  width: 100%;
  max-width: 750px;
  margin: 50px auto;
  padding: 0 20px;
}
.single .post-content .post-author .left-side,
.single .post-content .post-author .right-side {
  display: inline-block;
  float: left;
}
.single .post-content .post-author .left-side {
  width: 30%;
}
.single .post-content .post-author .left-side .author-image {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.single .post-content .post-author .right-side {
  width: 70%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single .post-content .post-author .right-side p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  max-width: 370px;
}
.single .post-content .post-author .right-side p.author-name {
  font-weight: 600;
  margin-top: 0;
  color: #f64c62;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .single .post-content .content-wrapper article iframe {
    max-width: 100%;
    max-height: 300px;
  }
}
@media (min-width: 480px) {
  .single .post-content .post-author .left-side {
    width: 25%;
  }
  .single .post-content .post-author .right-side {
    width: 75%;
  }
}
@media (min-width: 670px) {
  .single .post-content .post-author {
    padding: 40px 0 40px;
  }
  .single .post-content .post-author .left-side {
    width: 17.5%;
  }
  .single .post-content .post-author .right-side {
    width: 82.5%;
    padding-left: 60px;
    padding-right: 20px;
  }
  .single .post-content .post-author .right-side p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .single .post-content .content-wrapper blockquote,
  .single .post-content .content-wrapper .quote {
    margin: 20px auto 50px;
  }
  .single .post-content .post-author {
    margin: 70px auto;
    padding: 0 20px;
  }
}
@media (min-width: 800px) {
  .single .post-content .post-author {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .single .title-section h1 {
    max-width: 900px;
  }
  .single .post-content .content-wrapper {
    padding: 40px 0 0;
  }
  .single .post-content .content-wrapper blockquote p,
  .single .post-content .content-wrapper .quote p {
    padding-right: 120px;
  }
}
.share-wrapper {
  display: block;
  width: 100%;
  max-width: 750px;
  padding: 0;
  margin: 0 auto 40px;
}
.share-wrapper h4 {
  text-align: left;
  display: block;
  margin: 0 0 10px !important;
  font-size: 15px;
  line-height: 100%;
}
.share-wrapper .share-icons {
  display: block;
  width: auto;
}
.share-wrapper .share-icons .share-item {
  font-family: 'fiascons' !important;
  display: inline-block;
  margin-right: 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #4141af;
  color: #4141af;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  text-indent: 2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  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;
}
.share-wrapper .share-icons .share-item:last-of-type {
  margin-right: 0;
}
.share-wrapper .share-icons .share-item.twitter {
  font-size: 16px;
  text-indent: 3px;
}
.share-wrapper .share-icons .share-item:hover {
  color: #2ccde5;
  border-color: #2ccde5;
  text-decoration: none;
  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;
}
@media (min-width: 1200px) {
  .share-wrapper {
    width: auto;
    min-width: 130px;
    position: absolute;
    top: 10px;
    left: calc(100% - 50px);
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .share-wrapper {
    left: calc(100% - 10px);
  }
}
.title-section {
  width: auto;
  height: auto;
  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;
  flex-direction: column;
  -moz-box-pack: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 20px;
  margin: 0 30px;
}
.title-section:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 530px;
  height: 1px;
  background-color: #4141af;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title-section h1 {
  color: #4141af;
  margin: 0;
}
.title-section.align-left {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .title-section {
    padding: 30px 0 30px;
  }
}
@media (min-width: 1024px) {
  .title-section:after {
    max-width: 620px;
  }
}
@media (min-width: 1400px) {
  .title-section:after {
    max-width: 750px;
  }
}
.nav.search .page-nav .nav-icon {
  right: 65px;
}
.nav.search .page-nav.desktop .menu {
  right: 60px;
}
.nav.search .page-nav .clay-search {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  overflow: visible;
  z-index: 999;
}
.nav.search .page-nav .clay-search .search-icon {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  font-family: 'fiascons' !important;
  color: #4141af;
}
.nav.search .page-nav .clay-search .clay-search-form {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 301px;
  height: 60px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
}
.nav.search .page-nav .clay-search .clay-search-form .clay-search-field {
  display: inline-block;
  margin: 0;
  max-width: 200px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  line-height: 56px;
}
.nav.search .page-nav .clay-search .clay-search-form .clay-search-submit {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  font-family: 'fiascons' !important;
  color: #fefbf3;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.nav.search .page-nav .clay-search .clay-search-form label {
  display: none;
}
.nav.search .page-nav .clay-search .clay-search-form.open {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
}
.search-overlay {
  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;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  z-index: -1;
  background-color: #fff;
}
.search-overlay .clay-search-form {
  display: block;
  width: 301px;
  height: 60px;
  position: relative;
  z-index: 1;
}
.search-overlay .clay-search-form .clay-search-field {
  display: inline-block;
  margin: 0;
  max-width: 200px;
  background-color: #fff;
  height: 58px;
  line-height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
.search-overlay .clay-search-form .clay-search-submit {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  font-family: 'fiascons' !important;
  color: #fefbf3;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.search-overlay .clay-search-form label {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 15px;
  color: #4141af;
  font-family: 'gt_pressura', sans-serif;
}
.search-overlay .close {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: transparent;
  cursor: alias;
}
.search-overlay.open {
  z-index: 999;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.search-results .hero-small .search-terms:after {
  display: none;
}
.search-results .tile .tile-image {
  background-color: #d8d8d8;
}
.search-results .tile img.emoji {
  display: none;
}
.search-results .tile.twitter,
.search-results .tile.instagram {
  pointer-events: none;
}
@media (min-width: 768px) {
  .nav.search .page-nav .nav-icon {
    right: 65px;
  }
  .search-overlay .clay-search-form {
    width: 401px;
  }
  .search-overlay .clay-search-form .clay-search-field {
    max-width: 300px;
  }
}
.tile {
  margin-bottom: 30px;
}
.tile .tile-image {
  padding-top: 67%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tile .tile-image .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #f64c62;
  color: #fff;
  width: auto;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 15px;
}
.tile .tile-content {
  padding: 20px;
  background-color: #f2f2f2;
}
.tile .tile-content h4 {
  margin-top: 0;
  font-size: 1.4em;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile:hover .tile-content h4 {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile.square .tile-image {
  display: inline-block;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
.tile.square .tile-image .category {
  display: none;
}
.tile.square .tile-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: flex-end;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  bottom: 7px;
  text-align: left;
  background: transparent;
  color: #fff;
  z-index: 1;
}
.tile.square .tile-content:before {
  display: block;
  content: "";
  background: rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 50%, #13151d 90%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,21,29,0)), color-stop(50%, rgba(19,21,29,0.4)), color-stop(90%, #13151d));
  background: -webkit-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 50%, #13151d 90%);
  background: -o-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 50%, #13151d 90%);
  background: -ms-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 50%, #13151d 90%);
  background: linear-gradient(to bottom, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 50%, #13151d 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
.tile.square .tile-content:after {
  display: block;
  content: "j";
  font-family: 'fiascons' !important;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 20px;
  line-height: 25px;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile.square .tile-content h4 {
  color: #fff;
  padding-right: 33px;
  margin-bottom: 0;
}
.tile.square .tile-content .excerpt {
  display: none;
}
.tile.square:hover .tile-content:before {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
.tile.square:hover .tile-content:after {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.tile.square:hover .tile-content h4 {
  color: #f64c62;
}
@media (min-width: 768px) {
  .tile:nth-of-type(2n+1) {
    clear: both;
  }
  .tile.square .tile-content:before {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  }
}
@media (min-width: 1200px) {
  .tile:nth-of-type(2n+1) {
    clear: none;
  }
  .tile:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .tile:nth-of-type(3n+1) {
    clear: none;
  }
  .tile:nth-of-type(4n+1) {
    clear: both;
  }
}
.projects #projects {
  width: 100%;
  padding: 0 20px;
}
.projects .side-nav {
  display: none;
  position: fixed;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  z-index: 1;
}
.projects .side-nav.is-sticky {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.projects .side-nav .number-nav {
  display: block;
  width: 36px;
  height: 36px;
  font-family: 'gt_pressura', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #4141af;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-decoration: none;
  margin-bottom: 2px;
}
.projects .side-nav .number-nav:hover {
  text-decoration: none;
}
.projects .side-nav .number-nav.active {
  border-color: #4141af;
  text-decoration: none;
}
.projects .project-tile {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 45px;
  border-bottom: 1px solid #e8e0cb;
  padding-bottom: 45px;
}
.projects .project-tile:last-of-type {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.projects .project-tile .project-image {
  display: block;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: relative;
}
.projects .project-tile .project-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.projects .project-tile .project-content {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 0 7px;
  margin: 15px auto 0;
}
.projects .project-tile .project-content .icon.plus {
  display: none;
  font-family: 'fiascons' !important;
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  text-indent: 1px;
  border: 1px solid #4141af;
  margin: 15px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-transform: none;
}
.projects .project-tile .project-content .icon.plus:hover {
  text-decoration: none;
}
.projects .project-tile .project-content h2,
.projects .project-tile .project-content p,
.projects .project-tile .project-content .icon {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.projects .project-tile .project-content h2,
.projects .project-tile .project-content p,
.projects .project-tile .project-content a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.projects .project-tile .project-content h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 15px 0 20px;
}
.projects .project-tile .project-content p {
  font-size: 15px;
  line-height: 100%;
  margin: 0 auto;
}
.projects .project-tile.onScreen .project-content h2,
.projects .project-tile.onScreen .project-content p,
.projects .project-tile.onScreen .project-content .icon {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.7s ease-in;
  -moz-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.7s ease-in;
  -webkit-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.7s ease-in;
  -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.7s ease-in;
}
.projects .project-tile.onScreen .project-content p:first-of-type {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.projects .project-tile.onScreen .project-content h2 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.projects .project-tile.onScreen .project-content p:last-of-type {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.projects .project-tile.onScreen .project-content .icon {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.projects .project-tile.onScreen:nth-of-type(odd) .project-image,
.projects .project-tile.onScreen:nth-of-type(even) .project-image {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.projects .project-tile:nth-of-type(odd) .project-image {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.projects .project-tile:nth-of-type(even) .project-image {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
@media (min-width: 768px) {
  .projects .project-tile {
    margin: 0 auto 60px;
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
  .projects .project-tile .project-image {
    width: 528px;
    height: 528px;
  }
  .projects .project-tile .project-content {
    max-width: 528px;
  }
  .projects .project-tile .project-content .icon.plus {
    display: block;
  }
  .projects .project-tile .project-content h2 {
    font-size: 54px;
    line-height: 57px;
  }
}
@media (min-width: 1024px) {
  .projects .project-tile {
    margin: 0 auto 20px;
    position: relative;
    max-width: 800px;
  }
  .projects .project-tile:last-of-type {
    margin-bottom: 120px;
  }
  .projects .project-tile .project-image {
    width: 400px;
    height: 400px;
  }
  .projects .project-tile .project-content {
    max-width: 400px;
  }
  .projects .project-tile .project-content a,
  .projects .project-tile .project-content h2 {
    display: block;
    max-width: 100%;
  }
  .projects .project-tile .project-content .icon.plus {
    margin-top: 20px;
  }
  .projects .project-tile:nth-of-type(odd) .project-image {
    float: right;
  }
  .projects .project-tile:nth-of-type(odd) .project-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;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .projects .project-tile:nth-of-type(even) .project-image {
    float: left;
  }
  .projects .project-tile:nth-of-type(even) .project-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;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .projects .side-nav {
    display: block;
  }
  .projects .project-tile {
    max-width: 900px;
  }
  .projects .project-tile .project-content {
    max-width: 500px;
  }
}
@media (min-width: 1500px) {
  .projects .side-nav {
    left: 80px;
  }
}
@media (min-width: 1500px) {
  .projects .project-tile {
    max-width: 1230px;
  }
  .projects .project-tile .project-image {
    width: 645px;
    height: 645px;
  }
  .projects .project-tile .project-content {
    max-width: 525px;
  }
  .projects .project-tile .project-content p {
    font-size: 17px;
  }
  .projects .project-tile .project-content h2 {
    font-size: 64px;
    line-height: 62px;
  }
}
#related-content {
  display: block;
  width: 100%;
  padding: 0 30px;
  max-width: 1107px;
  margin: 0 auto;
}
#related-content .row {
  margin: 0;
  border-top: 1px solid #f64c62;
  border-bottom: 1px solid #f64c62;
  padding: 40px 0;
  position: relative;
}
#related-content .related-posts .column {
  padding: 0;
}
#related-content .related-posts .column:first-of-type {
  margin-bottom: 30px;
}
#related-content .related-posts .column:nth-of-type(2) {
  margin-bottom: 30px;
}
#related-content .related-posts p {
  margin: 1em 0 !important;
}
#related-content .related-posts h3.title {
  color: #f64c62;
  margin: 0;
  max-width: 260px;
}
#related-content .related-posts .related-tile {
  text-decoration: none;
}
#related-content .related-posts .related-tile:hover {
  text-decoration: none;
}
#related-content .related-posts .related-tile:hover .related-tile-content h3 {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#related-content .related-posts .related-tile:hover .related-tile-image span {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
#related-content .related-posts .related-tile:hover .related-tile-image:after {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
}
#related-content .related-posts .related-tile .related-tile-content h3 {
  display: inline;
  -webkit-box-shadow: inset 0 -3px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -3px 0 0 #f64c62;
  box-shadow: inset 0 -3px 0 0 #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#related-content .related-posts .related-tile .related-tile-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0 0 20px;
}
#related-content .related-posts .related-tile .related-tile-image span {
  display: block;
  font-family: 'fiascons' !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  text-indent: 2px;
  color: #fff;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  z-index: 2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
#related-content .related-posts .related-tile .related-tile-image:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  z-index: 1;
}
#related-content .related-page .play-btn {
  display: block;
  width: 46px;
  height: 46px;
  text-align: right;
  font-family: 'fiascons' !important;
  font-size: 20px;
  line-height: 45px;
  text-indent: 2px;
  color: #f64c62;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#related-content .related-page .play-btn:hover {
  text-decoration: none;
}
#related-content .related-page h1,
#related-content .related-page h5 {
  color: #f64c62;
  margin: 0;
}
#related-content .related-page h1 {
  margin-top: 10px;
  max-width: 220px;
}
#related-content .related-page h1 a,
#related-content .related-page h1 a:link {
  display: block;
  width: 100%;
  color: #f64c62;
}
#related-content .related-page h5 {
  margin-left: 1px;
}
@media (min-width: 480px) {
  #related-content .related-page h1 {
    max-width: 450px;
  }
}
@media (min-width: 600px) {
  #related-content .related-page h1 {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  #related-content .row {
    padding: 65px 0;
  }
  #related-content .related-posts .column {
    padding: 0;
  }
  #related-content .related-posts .column:last-of-type {
    padding-left: 15px;
  }
  #related-content .related-posts .column:nth-of-type(2) {
    padding-right: 15px;
  }
  #related-content .related-posts .column:first-of-type,
  #related-content .related-posts .column:nth-of-type(2) {
    margin-bottom: 0;
  }
  #related-content .related-page .play-btn {
    border: 2px solid #f64c62;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    text-indent: 6px;
  }
}
@media (min-width: 1024px) {
  #related-content .related-page {
    padding: 80px 0;
  }
  #related-content .related-page h1 {
    max-width: 690px;
  }
}
@media (min-width: 1400px) {
  #related-content .related-page h1 {
    max-width: 840px;
  }
}
.sticky-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
#sticky-nav {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
  background-color: #fefbf3;
  padding: 5px 20px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
#sticky-nav.js-is-sticky,
#sticky-nav.js-is-stuck {
  background-color: #4141af;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
#sticky-nav.js-is-sticky a,
#sticky-nav.js-is-stuck a,
#sticky-nav.js-is-sticky a:link,
#sticky-nav.js-is-stuck a:link,
#sticky-nav.js-is-sticky p,
#sticky-nav.js-is-stuck p {
  color: #fefbf3;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  font-weight: 600;
}
#sticky-nav.js-is-sticky ul,
#sticky-nav.js-is-stuck ul {
  border-top-color: transparent;
  transition: border-top-color 0.25s;
  -moz-transition: border-top-color 0.25s;
  -webkit-transition: border-top-color 0.25s;
  -o-transition: border-top-color 0.25s;
}
#sticky-nav p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#sticky-nav ul {
  display: block;
  width: 100%;
  list-type: none;
  margin: 12px 0;
  padding: 0;
  border-top: 1px solid #4141af;
  transition: border-top-color 0.25s;
  -moz-transition: border-top-color 0.25s;
  -webkit-transition: border-top-color 0.25s;
  -o-transition: border-top-color 0.25s;
}
#sticky-nav ul li {
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #e8e0cb;
}
#sticky-nav ul li:last-of-type {
  border-bottom: none;
}
#sticky-nav a,
#sticky-nav a:link {
  color: #4141af;
  text-transform: uppercase;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#sticky-nav a:hover,
#sticky-nav a:link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #sticky-nav {
    position: sticky;
    top: 0;
    left: 0;
  }
  #sticky-nav ul {
    display: inline-block;
    width: auto;
    margin: 12px auto;
  }
  #sticky-nav ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    text-align: left;
    border: none;
  }
  #sticky-nav ul li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #sticky-nav {
    padding: 5px 0;
  }
  #sticky-nav ul {
    margin: 12px auto;
  }
  #sticky-nav ul li {
    font-size: 17px;
  }
}
.ensembles .title-section,
.about .title-section {
  padding-bottom: 0;
}
.ensembles .title-section h1,
.about .title-section h1,
.ensembles .title-section h2,
.about .title-section h2,
.ensembles .title-section p,
.about .title-section p {
  text-align: center;
}
.ensembles .title-section p,
.about .title-section p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  margin: 0;
  margin-top: 50px;
}
.ensembles .header-image,
.about .header-image {
  display: block;
  width: 100%;
  height: auto;
}
.ensembles .header-image:first-of-type,
.about .header-image:first-of-type {
  margin-top: 50px;
}
.ensembles .main-section,
.about .main-section {
  padding: 40px 0 0;
}
.ensembles #signup,
.about #signup {
  padding-top: 0;
}
.ensembles #our-mission .row,
.about #our-mission .row,
.ensembles #charles-hazlewood .row,
.about #charles-hazlewood .row,
.ensembles #staff .row,
.about #staff .row,
.ensembles #trustees .row,
.about #trustees .row,
.ensembles #funding .row,
.about #funding .row,
.ensembles #the-british-paraorchestra .row,
.about #the-british-paraorchestra .row,
.ensembles #army-of-generals .row,
.about #army-of-generals .row,
.ensembles #charles-hazlewoods-collective .row,
.about #charles-hazlewoods-collective .row,
.ensembles #collaborators .row,
.about #collaborators .row {
  max-width: 810px;
  padding: 0 15px;
  margin: 0 auto;
}
.ensembles #army-of-generals,
.about #army-of-generals {
  padding-bottom: 60px;
}
.ensembles #related-content .row,
.about #related-content .row {
  max-width: 810px;
  margin: 0 auto;
}
.ensembles .row .section-title,
.about .row .section-title {
  margin-top: 8px;
}
.ensembles .row p a,
.about .row p a,
.ensembles .row p a:link,
.about .row p a:link,
.ensembles .row p i,
.about .row p i,
.ensembles .row p em,
.about .row p em,
.ensembles .row p b,
.about .row p b,
.ensembles .row p strong,
.about .row p strong,
.ensembles .row p span,
.about .row p span {
  display: inline-block;
}
.ensembles .row p a:after,
.about .row p a:after,
.ensembles .row p a:link:after,
.about .row p a:link:after,
.ensembles .row p i:after,
.about .row p i:after,
.ensembles .row p em:after,
.about .row p em:after,
.ensembles .row p b:after,
.about .row p b:after,
.ensembles .row p strong:after,
.about .row p strong:after,
.ensembles .row p span:after,
.about .row p span:after {
  display: none;
}
.ensembles .row p a,
.about .row p a,
.ensembles .row p a:link,
.about .row p a:link {
  -webkit-box-shadow: inset 0 -2px 0 0 #f64c62;
  -moz-box-shadow: inset 0 -2px 0 0 #f64c62;
  box-shadow: inset 0 -2px 0 0 #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  font-weight: 600;
}
.ensembles .row p a:hover,
.about .row p a:hover,
.ensembles .row p a:link:hover,
.about .row p a:link:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  text-decoration: none;
}
.ensembles .row p:first-of-type,
.about .row p:first-of-type {
  margin-top: 0;
}
.ensembles .row img,
.about .row img {
  width: 100%;
  height: auto;
  margin: 25px 0;
}
.ensembles .row .fluid-width-video-wrapper iframe,
.about .row .fluid-width-video-wrapper iframe {
  margin: 0;
}
.ensembles .row iframe,
.about .row iframe {
  display: block;
  margin: 40px 0;
}
.ensembles #accordion,
.about #accordion {
  border-top: 1px solid #f64c62;
  border-bottom: 1px solid #f64c62;
  padding: 20px 0;
  margin-top: 40px;
}
.ensembles #accordion .panel-title,
.about #accordion .panel-title {
  margin: 0;
  line-height: 36px;
}
.ensembles #accordion .panel-title a,
.about #accordion .panel-title a,
.ensembles #accordion .panel-title a:link,
.about #accordion .panel-title a:link {
  display: block;
  color: #f64c62;
  vertical-align: middle;
}
.ensembles #accordion .panel-title a .icon.plus,
.about #accordion .panel-title a .icon.plus,
.ensembles #accordion .panel-title a:link .icon.plus,
.about #accordion .panel-title a:link .icon.plus {
  display: block;
  float: left;
  font-family: 'fiascons' !important;
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  text-indent: 2px;
  border: 1px solid #f64c62;
  margin: 0 15px 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-transform: none;
  color: #f64c62;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
  -moz-transform: rotate(0) translate3d(0, 0, 0);
  -o-transform: rotate(0) translate3d(0, 0, 0);
  -ms-transform: rotate(0) translate3d(0, 0, 0);
  transform: rotate(0) translate3d(0, 0, 0);
  transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
}
.ensembles #accordion .panel-title a[aria-expanded="true"] .icon.plus,
.about #accordion .panel-title a[aria-expanded="true"] .icon.plus,
.ensembles #accordion .panel-title a:link[aria-expanded="true"] .icon.plus,
.about #accordion .panel-title a:link[aria-expanded="true"] .icon.plus {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
}
.ensembles #accordion .panel-body,
.about #accordion .panel-body {
  padding-top: 20px;
}
.ensembles .fluid-width-video-wrapper,
.about .fluid-width-video-wrapper {
  margin: 50px 0;
}
.ensembles .slick-slider,
.about .slick-slider {
  margin: 50px 0;
}
.ensembles .slick-slider .slick-slide,
.about .slick-slider .slick-slide {
  background-color: rgba(0,0,0,0.02);
}
.ensembles .slick-slider .slick-slide img,
.about .slick-slider .slick-slide img {
  margin: 0 auto;
}
.ensembles .slick-slider .slick-next,
.about .slick-slider .slick-next,
.ensembles .slick-slider .slick-prev,
.about .slick-slider .slick-prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 45px;
  width: 50%;
  height: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ensembles .slick-slider .slick-prev,
.about .slick-slider .slick-prev {
  left: 0 !important;
}
.ensembles .slick-slider .slick-prev:hover,
.about .slick-slider .slick-prev:hover {
  cursor: url("./img/slider-cursor-left.png") 20 0, w-resize;
}
.ensembles .slick-slider .slick-next,
.about .slick-slider .slick-next {
  left: auto;
  right: 0 !important;
}
.ensembles .slick-slider .slick-next:hover,
.about .slick-slider .slick-next:hover {
  cursor: url("./img/slider-cursor-right.png") 20 0, w-resize;
}
.ensembles .slick-dots,
.about .slick-dots {
  bottom: 20px;
  left: 40px;
  width: auto;
}
.ensembles .slick-dots li,
.about .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background-color: #fff;
}
.ensembles .slick-dots li:last-of-type,
.about .slick-dots li:last-of-type {
  margin-right: 0px;
}
.ensembles .slick-dots li.slick-active,
.about .slick-dots li.slick-active {
  background-color: #f64c62;
}
.ensembles .staff-members,
.about .staff-members {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.ensembles .staff-members .staff-member,
.about .staff-members .staff-member {
  margin: 20px 0;
  padding: 0 10px;
}
.ensembles .staff-members .staff-member .staff-member-image,
.about .staff-members .staff-member .staff-member-image {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.ensembles .staff-members .staff-member .staff-member-image img,
.about .staff-members .staff-member .staff-member-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
.ensembles .staff-members .staff-member .staff-member-name,
.about .staff-members .staff-member .staff-member-name {
  display: block;
  width: 100%;
  color: #f64c62;
  text-align: center;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
}
.ensembles .staff-members .staff-member .staff-member-job,
.about .staff-members .staff-member .staff-member-job {
  display: block;
  width: 100%;
  color: #4141af;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  line-height: 100%;
}
.ensembles .the-trustees,
.about .the-trustees {
  display: block;
  margin-left: -25px;
  margin-right: -25px;
}
.ensembles .the-trustees .the-trustee,
.about .the-trustees .the-trustee {
  margin: 20px 0;
  padding: 0 25px;
}
.ensembles .the-trustees .the-trustee .the-trustee-name,
.about .the-trustees .the-trustee .the-trustee-name {
  display: block;
  width: 100%;
  color: #f64c62;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.ensembles .the-trustees .the-trustee .the-trustee-job,
.about .the-trustees .the-trustee .the-trustee-job {
  display: block;
  width: 100%;
  color: #4141af;
  margin: 0;
  margin-top: 10px;
  font-size: 18px;
  line-height: 100%;
}
.ensembles .the-trustees .the-trustee .the-trustee-text,
.about .the-trustees .the-trustee .the-trustee-text {
  display: block;
  width: 100%;
  color: #4141af;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}
.ensembles .the-collaborators,
.about .the-collaborators {
  display: block;
  margin-left: -25px;
  margin-right: -25px;
}
.ensembles .the-collaborators .the-collaborator,
.about .the-collaborators .the-collaborator {
  margin: 20px 0 40px;
  padding: 0 25px;
}
.ensembles .the-collaborators .the-collaborator .the-collaborator-image,
.about .the-collaborators .the-collaborator .the-collaborator-image {
  display: block;
  margin: 0 0 20px;
  width: 175px;
  height: 175px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.ensembles .the-collaborators .the-collaborator .the-collaborator-image img,
.about .the-collaborators .the-collaborator .the-collaborator-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
.ensembles .the-collaborators .the-collaborator .the-collaborator-name,
.about .the-collaborators .the-collaborator .the-collaborator-name {
  display: block;
  width: 100%;
  color: $blue;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.ensembles .the-collaborators .the-collaborator .the-collaborator-job,
.about .the-collaborators .the-collaborator .the-collaborator-job {
  display: block;
  width: 100%;
  color: #4141af;
  margin: 0;
  margin-top: 10px;
  font-size: 18px;
  line-height: 100%;
}
.ensembles .the-collaborators .the-collaborator .the-collaborator-text,
.about .the-collaborators .the-collaborator .the-collaborator-text {
  display: block;
  width: 100%;
  color: #4141af;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}
.ensembles #funding .row,
.about #funding .row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ensembles #funding .row:before,
.about #funding .row:before {
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #4141af;
  position: absolute;
  top: 0;
  left: 30px;
}
.ensembles #funding .donation-block,
.about #funding .donation-block {
  display: block;
  padding: 20px;
  background-color: #363699;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 40px;
}
.ensembles #funding .donation-block p,
.about #funding .donation-block p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  max-width: 180px;
  margin: 0;
  font-weight: 600;
}
.ensembles #funding .donation-block .button.just-giving,
.about #funding .donation-block .button.just-giving {
  display: block;
  background-color: #6e76cb;
  color: #fff;
  margin: 20px 0 5px;
  width: 100%;
  height: 68px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("./img/just-giving-logo.svg");
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ensembles #related-content,
.about #related-content {
  padding-bottom: 40px;
}
.ensembles #related-content .row,
.about #related-content .row {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .ensembles .content-column iframe,
  .about .content-column iframe {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ensembles .main-section,
  .about .main-section {
    padding: 50px 0 0;
  }
  .ensembles .staff-members,
  .about .staff-members {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ensembles .staff-members .staff-member,
  .about .staff-members .staff-member {
    margin: 30px 0;
    padding: 0 15px;
  }
  .ensembles .staff-members .staff-member:nth-of-type(3n+1),
  .about .staff-members .staff-member:nth-of-type(3n+1) {
    clear: both;
  }
  .ensembles .staff-members .staff-member .staff-member-name,
  .about .staff-members .staff-member .staff-member-name {
    font-size: 15px;
  }
  .ensembles .staff-members .staff-member .staff-member-job,
  .about .staff-members .staff-member .staff-member-job {
    font-size: 15px;
  }
  .ensembles .the-trustees .the-trustee,
  .about .the-trustees .the-trustee {
    margin: 30px 0;
  }
  .ensembles .the-trustees .the-trustee:nth-of-type(2n+1),
  .about .the-trustees .the-trustee:nth-of-type(2n+1) {
    clear: both;
  }
  .ensembles .the-collaborators .the-collaborator,
  .about .the-collaborators .the-collaborator {
    margin: 40px 0;
  }
  .ensembles .the-collaborators .the-collaborator:nth-of-type(2n+1),
  .about .the-collaborators .the-collaborator:nth-of-type(2n+1) {
    clear: both;
  }
  .ensembles #funding .donation-block p,
  .about #funding .donation-block p {
    max-width: 100%;
  }
  .ensembles #funding .donation-block .button.just-giving,
  .about #funding .donation-block .button.just-giving {
    max-width: 250px;
  }
}
@media (min-width: 840px) {
  .ensembles #our-mission .row .tite-column,
  .about #our-mission .row .tite-column,
  .ensembles #charles-hazlewood .row .tite-column,
  .about #charles-hazlewood .row .tite-column,
  .ensembles #staff .row .tite-column,
  .about #staff .row .tite-column,
  .ensembles #trustees .row .tite-column,
  .about #trustees .row .tite-column,
  .ensembles #funding .row .tite-column,
  .about #funding .row .tite-column,
  .ensembles #the-british-paraorchestra .row .tite-column,
  .about #the-british-paraorchestra .row .tite-column,
  .ensembles #army-of-generals .row .tite-column,
  .about #army-of-generals .row .tite-column,
  .ensembles #charles-hazlewoods-collective .row .tite-column,
  .about #charles-hazlewoods-collective .row .tite-column,
  .ensembles #collaborators .row .tite-column,
  .about #collaborators .row .tite-column {
    padding-left: 0;
  }
  .ensembles #our-mission .row .content-column,
  .about #our-mission .row .content-column,
  .ensembles #charles-hazlewood .row .content-column,
  .about #charles-hazlewood .row .content-column,
  .ensembles #staff .row .content-column,
  .about #staff .row .content-column,
  .ensembles #trustees .row .content-column,
  .about #trustees .row .content-column,
  .ensembles #funding .row .content-column,
  .about #funding .row .content-column,
  .ensembles #the-british-paraorchestra .row .content-column,
  .about #the-british-paraorchestra .row .content-column,
  .ensembles #army-of-generals .row .content-column,
  .about #army-of-generals .row .content-column,
  .ensembles #charles-hazlewoods-collective .row .content-column,
  .about #charles-hazlewoods-collective .row .content-column,
  .ensembles #collaborators .row .content-column,
  .about #collaborators .row .content-column {
    padding-right: 0;
  }
  .ensembles #our-mission .row:before,
  .about #our-mission .row:before,
  .ensembles #charles-hazlewood .row:before,
  .about #charles-hazlewood .row:before,
  .ensembles #staff .row:before,
  .about #staff .row:before,
  .ensembles #trustees .row:before,
  .about #trustees .row:before,
  .ensembles #funding .row:before,
  .about #funding .row:before,
  .ensembles #the-british-paraorchestra .row:before,
  .about #the-british-paraorchestra .row:before,
  .ensembles #army-of-generals .row:before,
  .about #army-of-generals .row:before,
  .ensembles #charles-hazlewoods-collective .row:before,
  .about #charles-hazlewoods-collective .row:before,
  .ensembles #collaborators .row:before,
  .about #collaborators .row:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (min-width: 880px) {
  .ensembles #our-mission .row,
  .about #our-mission .row,
  .ensembles #charles-hazlewood .row,
  .about #charles-hazlewood .row,
  .ensembles #staff .row,
  .about #staff .row,
  .ensembles #trustees .row,
  .about #trustees .row,
  .ensembles #funding .row,
  .about #funding .row {
    padding-left: 0;
    padding-right: 0;
  }
  .ensembles #funding .row:before,
  .about #funding .row:before {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .ensembles .main-section,
  .about .main-section {
    padding: 60px 0 0;
  }
  .ensembles .row img,
  .about .row img {
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .ensembles #our-mission .row,
  .about #our-mission .row,
  .ensembles #charles-hazlewood .row,
  .about #charles-hazlewood .row,
  .ensembles #staff .row,
  .about #staff .row,
  .ensembles #trustees .row,
  .about #trustees .row,
  .ensembles #funding .row,
  .about #funding .row,
  .ensembles #the-british-paraorchestra .row,
  .about #the-british-paraorchestra .row,
  .ensembles #army-of-generals .row,
  .about #army-of-generals .row,
  .ensembles #charles-hazlewoods-collective .row,
  .about #charles-hazlewoods-collective .row,
  .ensembles #collaborators .row,
  .about #collaborators .row,
  .ensembles #related-content .row,
  .about #related-content .row {
    max-width: 1107px;
  }
  .ensembles #our-mission .row,
  .about #our-mission .row,
  .ensembles #charles-hazlewood .row,
  .about #charles-hazlewood .row,
  .ensembles #staff .row,
  .about #staff .row,
  .ensembles #trustees .row,
  .about #trustees .row,
  .ensembles #funding .row,
  .about #funding .row,
  .ensembles #the-british-paraorchestra .row,
  .about #the-british-paraorchestra .row,
  .ensembles #army-of-generals .row,
  .about #army-of-generals .row,
  .ensembles #charles-hazlewoods-collective .row,
  .about #charles-hazlewoods-collective .row,
  .ensembles #collaborators .row,
  .about #collaborators .row {
    padding: 0 30px;
  }
  .ensembles .staff-members,
  .about .staff-members {
    margin-left: -25px;
    margin-right: -25px;
  }
  .ensembles .staff-members .staff-member,
  .about .staff-members .staff-member {
    padding: 0 25px;
  }
  .ensembles .staff-members .staff-member .staff-member-name,
  .about .staff-members .staff-member .staff-member-name {
    font-size: 18px;
  }
  .ensembles .staff-members .staff-member .staff-member-job,
  .about .staff-members .staff-member .staff-member-job {
    font-size: 15px;
  }
  .ensembles .the-trustees .the-trustee .the-trustee-name,
  .about .the-trustees .the-trustee .the-trustee-name {
    font-size: 22px;
  }
  .ensembles .the-trustees .the-trustee .the-trustee-job,
  .about .the-trustees .the-trustee .the-trustee-job {
    font-size: 20px;
  }
  .ensembles .the-collaborators .the-collaborator .the-collaborator-name,
  .about .the-collaborators .the-collaborator .the-collaborator-name {
    font-size: 22px;
  }
  .ensembles .the-collaborators .the-collaborator .the-collaborator-job,
  .about .the-collaborators .the-collaborator .the-collaborator-job {
    font-size: 20px;
  }
  .ensembles #funding .row,
  .about #funding .row {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .ensembles #funding .row:before,
  .about #funding .row:before {
    width: calc(100% - 60px);
    left: 30px;
  }
  .ensembles #funding .row .donation-block,
  .about #funding .row .donation-block {
    display: inline-block;
    width: auto;
    padding: 30px;
  }
  .ensembles #funding .row .donation-block p,
  .about #funding .row .donation-block p,
  .ensembles #funding .row .donation-block .button.just-giving,
  .about #funding .row .donation-block .button.just-giving {
    display: inline-block;
    float: left;
  }
  .ensembles #funding .row .donation-block p,
  .about #funding .row .donation-block p {
    margin: 0;
    margin-right: 60px;
    line-height: 65px;
    font-size: 22px;
  }
  .ensembles #funding .row .donation-block .button.just-giving,
  .about #funding .row .donation-block .button.just-giving {
    margin: 0;
  }
  .ensembles #related-content,
  .about #related-content {
    padding-bottom: 70px;
  }
}
.access-settings {
  display: block;
  width: 100%;
  height: 100px;
  min-height: 100px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: -100px;
  background-color: #1c1c71;
  color: #fefbf3;
  transition: margin 0.5s, opacity 0s 0.5s;
  -moz-transition: margin 0.5s, opacity 0s 0.5s;
  -webkit-transition: margin 0.5s, opacity 0s 0.5s;
  -o-transition: margin 0.5s, opacity 0s 0.5s;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.access-settings.active {
  margin-top: 0;
  transition: margin 0.5s, opacity 0s;
  -moz-transition: margin 0.5s, opacity 0s;
  -webkit-transition: margin 0.5s, opacity 0s;
  -o-transition: margin 0.5s, opacity 0s;
}
.access-settings #text-case-toggle,
.access-settings #text-only-toggle {
  display: block;
  width: auto;
  height: auto;
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 280px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #fefbf3;
  font-family: 'gt_pressura', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0;
}
.access-settings #text-case-toggle span,
.access-settings #text-only-toggle span {
  display: inline-block;
  float: right;
  margin-left: 7px;
  font-family: 'gt_pressura', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-indent: 1px;
  border: 1px solid #fefbf3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.access-settings #text-case-toggle span:after,
.access-settings #text-only-toggle span:after {
  display: none;
}
.access-settings #text-case-toggle:focus,
.access-settings #text-only-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.access-settings #text-case-toggle.active span,
.access-settings #text-only-toggle.active span,
.access-settings #text-case-toggle:hover span,
.access-settings #text-only-toggle:hover span {
  color: #1c1c71;
  background-color: #2ccde5;
  border-color: #2ccde5;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.access-settings #text-only-toggle {
  right: 550px;
}
.access-settings #text-only-toggle span {
  font-family: 'fiascons' !important;
}
.access-settings .text-size-toggles {
  color: #fefbf3;
  width: auto;
  height: 35px;
  min-width: 200px;
  text-transform: uppercase;
  font-family: 'gt_pressura', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 25px;
  padding: 0 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.access-settings .text-size-toggles span {
  display: inline-block;
  width: auto;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.access-settings #text-size-one,
.access-settings #text-size-two,
.access-settings #text-size-three {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #fefbf3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  text-indent: 1px;
  color: #fefbf3;
  text-transform: uppercase;
  font-family: 'gt_pressura', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  overflow: hidden;
}
.access-settings #text-size-one span,
.access-settings #text-size-two span,
.access-settings #text-size-three span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  margin-top: -1px;
}
.access-settings #text-size-one span:after,
.access-settings #text-size-two span:after,
.access-settings #text-size-three span:after {
  display: none;
}
.access-settings #text-size-one:focus,
.access-settings #text-size-two:focus,
.access-settings #text-size-three:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.access-settings #text-size-one.active,
.access-settings #text-size-two.active,
.access-settings #text-size-three.active,
.access-settings #text-size-one:hover,
.access-settings #text-size-two:hover,
.access-settings #text-size-three:hover {
  color: #1c1c71;
  background-color: #2ccde5;
  border-color: #2ccde5;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.access-settings #text-size-one {
  font-size: 14px;
  text-indent: 0px;
}
.access-settings #text-size-one span {
  line-height: 35px;
}
.access-settings #text-size-two {
  font-size: 17px;
  text-indent: 0px;
}
.access-settings #text-size-two span {
  line-height: 32px;
}
.access-settings #text-size-three {
  font-size: 20px;
  text-indent: 1px;
}
.access-settings #text-size-three span {
  line-height: 29px;
}
.access-settings #mobile-access-close {
  display: none !important;
  width: auto;
  height: auto;
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 20px;
  text-align: left;
  color: #fefbf3;
  font-family: 'gt_pressura', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 43px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.access-settings #mobile-access-close span {
  display: inline-block;
  float: right;
  margin-left: 7px;
  font-family: 'fiascons' !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-indent: 1px;
  border: 1px solid #fefbf3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.access-settings #mobile-access-close:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.access-settings hr {
  display: none !important;
}
@media (max-width: 1200px) {
  .access-settings {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .access-settings.active {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .access-settings .inside {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 25px;
  }
  .access-settings #mobile-access-close {
    display: block !important;
  }
  .access-settings #text-case-toggle,
  .access-settings #text-only-toggle,
  .access-settings .text-size-toggles {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .access-settings hr {
    display: block !important;
    width: 100%;
    max-width: 570px;
    height: 0;
    border-bottom: 1px solid #c3c1e8;
    margin: 20px auto;
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  }
}
body.text-only img,
body.text-only video,
body.text-only #pause-video,
body.text-only #play-video,
body.text-only iframe,
body.text-only .author-image,
body.text-only #email-animation,
body.text-only .related-tile-image,
body.text-only .fluid-width-video-wrapper,
body.text-only .slick-slider-wrapper,
body.text-only .staff-member-image,
body.text-only .the-collaborator-image {
  display: none !important;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
body.text-only.blog .posts-wrapper .project-tile .project-image,
body.text-only.paged .posts-wrapper .project-tile .project-image {
  display: none !important;
}
body.text-only .project-image {
  visibility: hidden;
  pointer-events: none;
}
body.text-case-lower h1,
body.text-case-lower h2,
body.text-case-lower h3,
body.text-case-lower h4,
body.text-case-lower h5,
body.text-case-lower p,
body.text-case-lower a,
body.text-case-lower button,
body.text-case-lower span,
body.text-case-lower input[type="button"],
body.text-case-lower input[type="submit"] {
  text-transform: none !important;
}
body.text-size-medium .nav .page-nav.desktop .inner .menu .menu-item,
body.text-size-medium .nav .page-nav.desktop .inner #access-toggle,
body.text-size-medium .hero-large.video #play-video,
body.text-size-medium .hero-large.video #pause-video {
  font-size: 18px;
}
body.text-size-medium .hero-large .hero-slide h2 {
  font-size: 32px;
  line-height: 36px;
}
body.text-size-medium.blog .project-tile .project-content h2 {
  font-size: 32px;
  line-height: 38px;
}
body.text-size-medium.blog .project-tile .project-content p {
  font-size: 18px;
  line-height: 24px;
}
body.text-size-medium.home .post-slider .project-tile .project-content h2,
body.text-size-medium.projects .project-tile .project-content h2,
body.text-size-medium.blog .project-tile.pull-out .project-content h2 {
  font-size: 34px;
  line-height: 40px;
}
body.text-size-medium.home .post-slider .project-tile .project-content p,
body.text-size-medium.projects .project-tile .project-content p,
body.text-size-medium.blog .project-tile.pull-out .project-content p {
  font-size: 20px;
  line-height: 25px;
}
body.text-size-medium .title-section h1 {
  font-size: 37px;
  line-height: 41px;
}
body.text-size-medium h2.section-title {
  font-size: 27px;
  line-height: 35px;
}
body.text-size-medium .content-column p,
body.text-size-medium.single .post-content .content-wrapper p,
body.text-size-medium.contact-us .post-content .content-wrapper p,
body.text-size-medium.donate .post-content .content-wrapper p,
body.text-size-medium.privacy-and-cookies .post-content .content-wrapper p,
body.text-size-medium.accessibility-statement .post-content .content-wrapper p,
body.text-size-medium .content-wrapper ul,
body.text-size-medium .content-wrapper ol {
  font-size: 1.3em;
}
body.text-size-medium #signup h2 {
  font-size: 38px;
  line-height: 40px;
}
body.text-size-medium #signup p {
  font-size: 20px;
  line-height: 27px;
}
body.text-size-medium #funding-logos h4 {
  font-size: 20px;
  line-height: 27px;
}
body.text-size-medium blockquote p,
body.text-size-medium .quote p {
  font-size: 27px !important;
  line-height: 31px;
}
body.text-size-medium.single .post-content .post-author .right-side p {
  font-size: 17px;
  line-height: 24px;
}
body.text-size-medium.single .post-content .post-author .right-side p.author-name {
  font-size: 20px;
  line-height: 24px;
}
body.text-size-medium.about .staff-members .staff-member .staff-member-name,
body.text-size-medium.ensembles .staff-members .staff-member .staff-member-name {
  font-size: 20px;
}
body.text-size-medium.about .staff-members .staff-member .staff-member-job,
body.text-size-medium.ensembles .staff-members .staff-member .staff-member-job {
  font-size: 15px;
}
body.text-size-medium.about .the-trustees .the-trustee .the-trustee-name,
body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
  font-size: 24px;
}
body.text-size-medium.about .the-trustees .the-trustee .the-trustee-job,
body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
  font-size: 21px;
}
body.text-size-medium.about .the-trustees .the-trustee .the-trustee-text,
body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
  font-size: 19px;
  line-height: 26px;
}
@media (min-width: 768px) {
  body.text-size-medium.blog .project-tile .project-content h2 {
    font-size: 34px;
    line-height: 38px;
  }
  body.text-size-medium.blog .project-tile .project-content p {
    font-size: 19px;
    line-height: 25px;
  }
  body.text-size-medium.home .post-slider .project-tile .project-content h2,
  body.text-size-medium.projects .project-tile .project-content h2,
  body.text-size-medium.blog .project-tile.pull-out .project-content h2 {
    font-size: 40px;
    line-height: 39px;
  }
  body.text-size-medium.home .post-slider .project-tile .project-content p,
  body.text-size-medium.projects .project-tile .project-content p,
  body.text-size-medium.blog .project-tile.pull-out .project-content p {
    font-size: 22px;
    line-height: 26px;
  }
  body.text-size-medium #signup h2 {
    font-size: 40px;
    line-height: 54px;
  }
  body.text-size-medium #signup p {
    font-size: 22px;
    line-height: 28px;
  }
  body.text-size-medium #funding-logos h4 {
    font-size: 22px;
    line-height: 28px;
  }
  body.text-size-medium blockquote p,
  body.text-size-medium .quote p {
    font-size: 29px !important;
    line-height: 34px;
  }
  body.text-size-medium.about .staff-members .staff-member .staff-member-name,
  body.text-size-medium.ensembles .staff-members .staff-member .staff-member-name {
    font-size: 22px;
  }
  body.text-size-medium.about .staff-members .staff-member .staff-member-job,
  body.text-size-medium.ensembles .staff-members .staff-member .staff-member-job {
    font-size: 16px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-name,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
    font-size: 26px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-job,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
    font-size: 22px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-text,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  body.text-size-medium .hero-large .hero-slide h2 {
    font-size: 52px;
    line-height: 56px;
  }
  body.text-size-medium .title-section h1 {
    font-size: 59px;
    line-height: 62px;
  }
  body.text-size-medium h2.section-title {
    font-size: 35px;
    line-height: 37px;
  }
  body.text-size-medium .content-column p,
  body.text-size-medium.single .post-content .content-wrapper p,
  body.text-size-medium.contact-us .post-content .content-wrapper p,
  body.text-size-medium.donate .post-content .content-wrapper p,
  body.text-size-medium.privacy-and-cookies .post-content .content-wrapper p,
  body.text-size-medium.accessibility-statement .post-content .content-wrapper p,
  body.text-size-medium .content-wrapper ul,
  body.text-size-medium .content-wrapper ol {
    font-size: 1.4em;
  }
  body.text-size-medium.single .post-content .post-author .right-side p {
    font-size: 19px;
    line-height: 26px;
  }
  body.text-size-medium.single .post-content .post-author .right-side p.author-name {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  body.text-size-medium.about .staff-members .staff-member .staff-member-name,
  body.text-size-medium.ensembles .staff-members .staff-member .staff-member-name {
    font-size: 24px;
  }
  body.text-size-medium.about .staff-members .staff-member .staff-member-job,
  body.text-size-medium.ensembles .staff-members .staff-member .staff-member-job {
    font-size: 18px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-name,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
    font-size: 26px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-job,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
    font-size: 23px;
  }
  body.text-size-medium.about .the-trustees .the-trustee .the-trustee-text,
  body.text-size-medium.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  body.text-size-medium .hero-large .hero-slide h2 {
    font-size: 72px;
    line-height: 76px;
  }
  body.text-size-medium.blog .project-tile .project-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  body.text-size-medium.blog .project-tile .project-content p {
    font-size: 20px;
    line-height: 26px;
  }
  body.text-size-medium.home .post-slider .project-tile .project-content h2,
  body.text-size-medium.projects .project-tile .project-content h2,
  body.text-size-medium.blog .project-tile.pull-out .project-content h2 {
    font-size: 50px;
    line-height: 49px;
  }
  body.text-size-medium.home .post-slider .project-tile .project-content p,
  body.text-size-medium.projects .project-tile .project-content p,
  body.text-size-medium.blog .project-tile.pull-out .project-content p {
    font-size: 24px;
    line-height: 27px;
  }
  body.text-size-medium .title-section h1 {
    font-size: 69px;
    line-height: 72px;
  }
  body.text-size-medium h2.section-title {
    font-size: 45px;
    line-height: 44px;
  }
  body.text-size-medium .content-column p,
  body.text-size-medium.single .post-content .content-wrapper p,
  body.text-size-medium.contact-us .post-content .content-wrapper p,
  body.text-size-medium.donate .post-content .content-wrapper p,
  body.text-size-medium.privacy-and-cookies .post-content .content-wrapper p,
  body.text-size-medium.accessibility-statement .post-content .content-wrapper p,
  body.text-size-medium .content-wrapper ul,
  body.text-size-medium .content-wrapper ol {
    font-size: 1.5em;
  }
  body.text-size-medium #signup h2 {
    font-size: 50px;
    line-height: 54px;
  }
  body.text-size-medium #signup p {
    font-size: 24px;
    line-height: 28px;
  }
  body.text-size-medium #funding-logos h4 {
    font-size: 24px;
    line-height: 28px;
  }
  body.text-size-medium blockquote p,
  body.text-size-medium .quote p {
    font-size: 37px !important;
    line-height: 43px;
  }
}
@media (min-width: 1500px) {
  body.text-size-medium.blog .project-tile .project-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  body.text-size-medium.home .post-slider .project-tile .project-content h2,
  body.text-size-medium.projects .project-tile .project-content h2,
  body.text-size-medium.blog .project-tile.pull-out .project-content h2 {
    font-size: 70px;
    line-height: 69px;
  }
}
body.text-size-large .nav .page-nav.desktop .inner .menu .menu-item,
body.text-size-large .nav .page-nav.desktop .inner #access-toggle,
body.text-size-large .hero-large.video #play-video,
body.text-size-large .hero-large.video #pause-video {
  font-size: 20px;
}
body.text-size-large .hero-large .hero-slide h2 {
  font-size: 42px;
  line-height: 46px;
}
body.text-size-large.blog .project-tile .project-content h2 {
  font-size: 32px;
  line-height: 38px;
}
body.text-size-large.blog .project-tile .project-content p {
  font-size: 19px;
  line-height: 25px;
}
body.text-size-large.home .post-slider .project-tile .project-content h2,
body.text-size-large.projects .project-tile .project-content h2,
body.text-size-large.blog .project-tile.pull-out .project-content h2 {
  font-size: 44px;
  line-height: 50px;
}
body.text-size-large.home .post-slider .project-tile .project-content p,
body.text-size-large.projects .project-tile .project-content p,
body.text-size-large.blog .project-tile.pull-out .project-content p {
  font-size: 22px;
  line-height: 26px;
}
body.text-size-large .title-section h1 {
  font-size: 42px;
  line-height: 46px;
}
body.text-size-large h2.section-title {
  font-size: 32px;
  line-height: 40px;
}
body.text-size-large .content-column p,
body.text-size-large.single .post-content .content-wrapper p,
body.text-size-large.contact-us .post-content .content-wrapper p,
body.text-size-large.donate .post-content .content-wrapper p,
body.text-size-large.privacy-and-cookies .post-content .content-wrapper p,
body.text-size-large.accessibility-statement .post-content .content-wrapper p,
body.text-size-large .content-wrapper ul,
body.text-size-large .content-wrapper ol {
  font-size: 1.35em;
}
body.text-size-large #signup h2 {
  font-size: 40px;
  line-height: 54px;
}
body.text-size-large #signup p {
  font-size: 22px;
  line-height: 28px;
}
body.text-size-large #funding-logos h4 {
  font-size: 22px;
  line-height: 28px;
}
body.text-size-large blockquote p,
body.text-size-large .quote p {
  font-size: 29px !important;
  line-height: 34px;
}
body.text-size-large.single .post-content .post-author .right-side p {
  font-size: 19px;
  line-height: 26px;
}
body.text-size-large.single .post-content .post-author .right-side p.author-name {
  font-size: 22px;
  line-height: 26px;
}
body.text-size-large.about .staff-members .staff-member .staff-member-name,
body.text-size-large.ensembles .staff-members .staff-member .staff-member-name {
  font-size: 20px;
}
body.text-size-large.about .staff-members .staff-member .staff-member-job,
body.text-size-large.ensembles .staff-members .staff-member .staff-member-job {
  font-size: 15px;
}
body.text-size-large.about .the-trustees .the-trustee .the-trustee-name,
body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
  font-size: 24px;
}
body.text-size-large.about .the-trustees .the-trustee .the-trustee-job,
body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
  font-size: 21px;
}
body.text-size-large.about .the-trustees .the-trustee .the-trustee-text,
body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
  font-size: 19px;
  line-height: 26px;
}
@media (min-width: 768px) {
  body.text-size-large.blog .project-tile .project-content h2 {
    font-size: 34px;
    line-height: 38px;
  }
  body.text-size-large.blog .project-tile .project-content p {
    font-size: 20px;
    line-height: 26px;
  }
  body.text-size-large.home .post-slider .project-tile .project-content h2,
  body.text-size-large.projects .project-tile .project-content h2,
  body.text-size-large.blog .project-tile.pull-out .project-content h2 {
    font-size: 50px;
    line-height: 49px;
  }
  body.text-size-large.home .post-slider .project-tile .project-content p,
  body.text-size-large.projects .project-tile .project-content p,
  body.text-size-large.blog .project-tile.pull-out .project-content p {
    font-size: 24px;
    line-height: 27px;
  }
  body.text-size-large #signup h2 {
    font-size: 50px;
    line-height: 54px;
  }
  body.text-size-large #signup p {
    font-size: 24px;
    line-height: 28px;
  }
  body.text-size-large #funding-logos h4 {
    font-size: 24px;
    line-height: 28px;
  }
  body.text-size-large blockquote p,
  body.text-size-large .quote p {
    font-size: 37px !important;
    line-height: 43px;
  }
  body.text-size-large.about .staff-members .staff-member .staff-member-name,
  body.text-size-large.ensembles .staff-members .staff-member .staff-member-name {
    font-size: 22px;
  }
  body.text-size-large.about .staff-members .staff-member .staff-member-job,
  body.text-size-large.ensembles .staff-members .staff-member .staff-member-job {
    font-size: 16px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-name,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
    font-size: 26px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-job,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
    font-size: 22px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-text,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  body.text-size-large .hero-large .hero-slide h2 {
    font-size: 62px;
    line-height: 66px;
  }
  body.text-size-large .title-section h1 {
    font-size: 64px;
    line-height: 67px;
  }
  body.text-size-large h2.section-title {
    font-size: 40px;
    line-height: 42px;
    word-wrap: break-word;
    word-break: break-word;
  }
  body.text-size-large .content-column p,
  body.text-size-large.single .post-content .content-wrapper p,
  body.text-size-large.contact-us .post-content .content-wrapper p,
  body.text-size-large.donate .post-content .content-wrapper p,
  body.text-size-large.privacy-and-cookies .post-content .content-wrapper p,
  body.text-size-large.accessibility-statement .post-content .content-wrapper p,
  body.text-size-large .content-wrapper ul,
  body.text-size-large .content-wrapper ol {
    font-size: 1.45em;
  }
  body.text-size-large.single .post-content .post-author .right-side p {
    font-size: 21px;
    line-height: 28px;
  }
  body.text-size-large.single .post-content .post-author .right-side p.author-name {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  body.text-size-large.about .staff-members .staff-member .staff-member-name,
  body.text-size-large.ensembles .staff-members .staff-member .staff-member-name {
    font-size: 24px;
  }
  body.text-size-large.about .staff-members .staff-member .staff-member-job,
  body.text-size-large.ensembles .staff-members .staff-member .staff-member-job {
    font-size: 18px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-name,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-name {
    font-size: 26px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-job,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-job {
    font-size: 23px;
  }
  body.text-size-large.about .the-trustees .the-trustee .the-trustee-text,
  body.text-size-large.ensembles .the-collaborators .the-collaborator .the-collaborator-text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  body.text-size-large .hero-large .hero-slide h2 {
    font-size: 82px;
    line-height: 86px;
  }
  body.text-size-large.blog .project-tile .project-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  body.text-size-large.blog .project-tile .project-content p {
    font-size: 22px;
    line-height: 26px;
  }
  body.text-size-large.home .post-slider .project-tile .project-content h2,
  body.text-size-large.projects .project-tile .project-content h2,
  body.text-size-large.blog .project-tile.pull-out .project-content h2 {
    font-size: 60px;
    line-height: 59px;
  }
  body.text-size-large.home .post-slider .project-tile .project-content p,
  body.text-size-large.projects .project-tile .project-content p,
  body.text-size-large.blog .project-tile.pull-out .project-content p {
    font-size: 26px;
    line-height: 28px;
  }
  body.text-size-large .title-section h1 {
    font-size: 74px;
    line-height: 77px;
  }
  body.text-size-large h2.section-title {
    font-size: 50px;
    line-height: 49px;
  }
  body.text-size-large .content-column p,
  body.text-size-large.single .post-content .content-wrapper p,
  body.text-size-large.contact-us .post-content .content-wrapper p,
  body.text-size-large.donate .post-content .content-wrapper p,
  body.text-size-large.privacy-and-cookies .post-content .content-wrapper p,
  body.text-size-large.accessibility-statement .post-content .content-wrapper p,
  body.text-size-large .content-wrapper ul,
  body.text-size-large .content-wrapper ol {
    font-size: 1.54em;
  }
  body.text-size-large #signup h2 {
    font-size: 60px;
    line-height: 64px;
  }
  body.text-size-large #signup p {
    font-size: 26px;
    line-height: 29px;
  }
  body.text-size-large #funding-logos h4 {
    font-size: 26px;
    line-height: 29px;
  }
  body.text-size-large blockquote p,
  body.text-size-large .quote p {
    font-size: 42px !important;
    line-height: 48px;
  }
}
@media (min-width: 1500px) {
  body.text-size-large.blog .project-tile .project-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  body.text-size-large.home .post-slider .project-tile .project-content h2,
  body.text-size-large.projects .project-tile .project-content h2,
  body.text-size-large.blog .project-tile.pull-out .project-content h2 {
    font-size: 70px;
    line-height: 69px;
  }
}
#catapult-cookie-bar {
  bottom: 25px !important;
  right: 25px !important;
  font-family: 'gt_pressura', sans-serif;
  width: auto !important;
  max-width: 405px;
  font-size: 15px;
  line-height: 23px;
  margin-left: 25px;
}
#catapult-cookie-bar span {
  color: #c3c1e8;
}
#catapult-cookie-bar span.ctcc-left-side {
  margin-top: 0 !important;
}
#catapult-cookie-bar span.ctcc-right-side {
  margin-bottom: 0 !important;
}
#catapult-cookie-bar h3 {
  display: none;
}
#catapult-cookie-bar a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  border-bottom: 1px solid #c3c1e8;
  font-family: 'gt_pressura', sans-serif;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#catapult-cookie-bar a:hover {
  text-decoration: none;
  color: #f64c62 !important;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#catapult-cookie-bar button#catapultCookie {
  font-family: 'gt_pressura', sans-serif;
  color: #fff;
  font-size: 15px;
  height: auto;
  padding: 0;
  line-height: 23px;
  text-transform: none;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
#catapult-cookie-bar button#catapultCookie:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
#page-signup {
  display: block;
  width: 100%;
  max-width: 410px;
  margin: 50px auto 30px;
  padding: 0;
}
#page-signup p {
  font-size: 17px;
  line-height: 26px;
}
#page-signup .checkbox-wrapper {
  display: block;
  margin: 0 0 20px;
}
#page-signup .checkbox-wrapper p {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  float: right;
  text-align: left;
  width: auto;
  max-width: 220px;
  margin: 0;
}
#page-signup label:last-of-type {
  margin-bottom: 5px;
}
#page-signup label .asterisk {
  color: #f64c62;
}
#page-signup #mc_embed_signup {
  width: 100%;
  position: relative;
}
#page-signup #mc_embed_signup input {
  background-image: none;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  background-position: 96% center;
  background-repeat: no-repeat;
}
#page-signup #mc_embed_signup input.mce_inline_error {
  border-color: #f64c62;
  background-image: url("./img/exclamation-mark.png");
}
#page-signup input {
  display: block;
  margin: 5px auto 10px;
  width: 100%;
  max-width: 100%;
}
#page-signup input[type='checkbox'] {
  max-width: 18px;
  float: left;
}
#page-signup .button {
  width: auto;
  min-width: 131px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#signup {
  display: block;
  width: 100%;
  background-color: #fefbf3;
  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;
  flex-direction: column;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 60px 20px;
}
#signup #email-animation {
  background-color: transparent;
  width: 72px;
  height: 72px;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0 auto 20px;
}
#signup #mc_embed_signup {
  width: 100%;
  position: relative;
}
#signup #mc_embed_signup input.mce_inline_error {
  border-color: #f64c62;
  background-image: url("./img/exclamation-mark.png");
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  background-position: center 90%;
  background-repeat: no-repeat;
}
#signup input {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 320px;
}
#signup h2 {
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  max-width: 450px;
  text-transform: uppercase;
}
#signup p {
  font-size: 18px;
  line-height: 26px;
  max-width: 494px;
  margin: 0 auto 1em;
}
#signup .button {
  width: auto;
  min-width: 131px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (min-width: 375px) {
  #page-signup {
    padding: 0;
  }
  #page-signup .checkbox-wrapper p {
    max-width: 280px;
  }
}
@media (min-width: 480px) {
  #page-signup {
    padding: 0;
  }
  #page-signup .checkbox-wrapper p {
    max-width: 368px;
  }
}
@media (min-width: 768px) {
  #signup {
    padding: 40px 25px 60px;
  }
  #signup h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  #signup {
    padding: 80px 0;
  }
  #signup input {
    max-width: 320px;
    width: 320px;
  }
}
@media (min-width: 1400px) {
  #signup h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.three-columns {
  width: auto;
  margin: 0 20px;
}
.three-columns .column {
  margin: 40px 0;
}
.three-columns .three-col-image {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 20px;
}
.three-columns p {
  text-align: center;
  max-width: 350px;
  margin: 1em auto;
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .three-columns {
    margin: 0 25px;
  }
}
@media (min-width: 1200px) {
  .three-columns {
    margin: 0 120px;
  }
  .three-columns .column {
    margin: 0;
  }
  .three-columns .three-col-image {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }
  .three-columns p {
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .three-columns {
    margin: 0 150px;
  }
}
@media (min-width: 1700px) {
  .three-columns {
    margin: 0 300px;
  }
}
.two-columns {
  width: auto;
  margin: 0 20px;
  padding: 100px 0;
}
.two-columns .row {
  margin: 0;
}
.two-columns .column {
  margin: 20px 0;
  padding: 0;
}
.two-columns .two-col-image {
  margin-bottom: 30px;
}
.two-columns .col-sm-6 {
  padding: 0;
}
.two-columns .left-aligned .column-left {
  height: 0;
  padding-top: 60%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.two-columns .right-aligned .column-right {
  height: 0;
  padding-top: 60%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .two-columns {
    margin: 0 25px;
    padding: 50px 0;
  }
  .two-columns .row {
    padding: 50px 0;
  }
  .two-columns .left-aligned .column-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
  }
  .two-columns .right-aligned .column-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
  }
  .two-columns .col-sm-6.column-right {
    padding-left: 55px;
    float: right;
  }
  .two-columns .col-sm-6.column-left {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .two-columns {
    margin: 0 120px;
  }
  .two-columns .column {
    margin: 0;
  }
  .two-columns h3,
  .two-columns p {
    max-width: 360px;
  }
  .two-columns .two-col-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .two-columns h3,
  .two-columns p {
    max-width: 450px;
  }
}
.tabs-section {
  padding: 100px 20px;
}
.tabs-section #tabs {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.tabs-section #tabs .nav.nav-pills {
  margin: 0;
}
.tabs-section #tabs .nav.nav-pills li {
  margin: 0 !important;
}
.tabs-section #tabs .nav.nav-pills li:first-of-type a {
  border-left-color: #d8d8d8;
}
.tabs-section #tabs .nav.nav-pills li:last-of-type a {
  border-right-color: #d8d8d8;
}
.tabs-section #tabs .nav.nav-pills li a {
  width: 60px;
  height: 60px;
  color: #d8d8d8;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
}
.tabs-section #tabs .nav.nav-pills li a:after {
  display: none;
}
.tabs-section #tabs .nav.nav-pills li.active a {
  background-color: transparent;
  color: #4141af;
  width: auto;
  max-width: 150px;
}
.tabs-section #tabs .nav.nav-pills li:after {
  display: none;
}
.tabs-section #tabs .tab-content .tab-pane {
  width: 100%;
  height: auto;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
.tabs-section #tabs .tab-content .tab-pane p {
  font-size: 1em;
}
.tabs-section #tabs.with-background .nav.nav-pills li.active a {
  background-color: #f2f2f2;
}
.tabs-section #tabs.with-background .tab-content .tab-pane.active {
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .tabs-section #tabs .nav.nav-pills li a {
    width: 85px;
  }
}
@media (min-width: 1200px) {
  .tabs-section #tabs .nav.nav-pills li a {
    width: auto;
    max-width: 100%;
  }
  .tabs-section #tabs .nav.nav-pills li.active a {
    width: auto;
    max-width: 100%;
  }
  .tabs-section #tabs .tab-content .tab-pane p {
    font-size: 1.25em;
  }
}
.team-section .row {
  margin: 0 5px;
}
.team-section .row .team-tile {
  text-align: center;
  margin-bottom: 60px;
}
.team-section .row .team-tile .team-image {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 20px;
}
.team-section .row .team-tile .social-acnts {
  display: inline-block;
  font-family: 'fiascons' !important;
  color: #d8d8d8;
  width: auto;
  margin: 20px auto 0;
}
.team-section .row .team-tile .social-acnts .social-icons {
  display: inline-block;
  float: left;
  color: #d8d8d8;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  margin-left: 10px;
}
.team-section .row .team-tile .social-acnts .social-icons:first-of-type {
  margin-left: 0;
}
.team-section .row .team-tile .social-acnts .social-icons:hover {
  color: #f64c62;
  transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
}
.team-section .row .team-tile h4,
.team-section .row .team-tile p {
  width: auto;
  text-align: center;
}
.team-section .row .team-tile h4 {
  color: #4141af;
  font-weight: 400;
  margin-bottom: 0;
}
.team-section .row .team-tile p {
  color: #d8d8d8;
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}
.team-section.boxed {
  background-color: #f2f2f2;
}
.team-section.boxed .row .team-tile {
  padding-top: 130px;
}
.team-section.boxed .row .team-tile .team-content {
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 130px 20px 30px;
  margin-top: -130px;
}
.team-section.boxed .row .team-tile .team-image {
  margin-top: -130px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border: 4px solid #fff;
}
.team-section.square .row .team-tile {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-section.square .row .team-tile .team-image {
  display: inline-block;
  height: 0;
  padding-top: 100%;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.team-section.square .row .team-tile .team-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: flex-end;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 27px;
  text-align: left;
  z-index: 1;
  padding: 25px;
}
.team-section.square .row .team-tile .team-content:before {
  display: block;
  content: "";
  background: rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 70%, rgba(19,21,29,0.5) 90%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,21,29,0)), color-stop(70%, rgba(19,21,29,0.4)), color-stop(90%, rgba(19,21,29,0.5)));
  background: -webkit-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 70%, rgba(19,21,29,0.5) 90%);
  background: -o-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 70%, rgba(19,21,29,0.5) 90%);
  background: -ms-linear-gradient(top, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 70%, rgba(19,21,29,0.5) 90%);
  background: linear-gradient(to bottom, rgba(19,21,29,0) 0%, rgba(19,21,29,0.4) 70%, rgba(19,21,29,0.5) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-section.square .row .team-tile .team-content h4,
.team-section.square .row .team-tile .team-content p {
  color: #fff;
  text-align: left;
}
.team-section.square .row .team-tile .team-content p {
  line-height: 1.4em;
}
.team-section.square .row .team-tile .team-content .social-acnts {
  width: 100%;
  text-align: left;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .team-section .row {
    margin: 0 10px;
  }
  .team-section .row .team-tile:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .team-section .row .team-tile:nth-of-type(2n+1) {
    clear: none;
  }
  .team-section .row .team-tile:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .team-section .row {
    margin: 0 105px;
  }
}
.social-section {
  background-color: #f2f2f2;
}
.social-section .row {
  margin: 0 5px;
}
.social-section .row .social-tile {
  text-align: left;
  margin-bottom: 60px;
}
.social-section .row .social-tile .social-meta {
  padding: 25px;
  min-height: 22px;
  line-height: 22px;
  background-color: #fff;
}
.social-section .row .social-tile .social-meta a,
.social-section .row .social-tile .social-meta a:link {
  display: inline-block;
  float: left;
  color: #999;
}
.social-section .row .social-tile .social-meta img {
  display: inline-block;
  float: right;
  width: 22px;
  height: auto;
}
.social-section .row .social-tile .social-content {
  display: inline-block;
  padding: 10px 25px 25px;
  background-color: #fff;
}
.social-section .row .social-tile .social-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1da1f2;
}
.social-section .row .social-tile p {
  color: #4141af;
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1em;
}
.social-section .row .social-tile p a,
.social-section .row .social-tile p a:link {
  color: #4141af;
}
.social-section .row .social-tile p a:after,
.social-section .row .social-tile p a:link:after {
  display: none;
}
.social-section .row .social-tile img.emoji {
  height: 20px;
  width: auto;
  display: inline-block;
}
.social-section .row .social-tile.instagram p a,
.social-section .row .social-tile.instagram p a:link {
  color: #efb33d;
}
.social-section .row .social-tile.twitter p a,
.social-section .row .social-tile.twitter p a:link {
  color: #1565c0;
}
.social-section.square .row .social-tile {
  position: relative;
  margin-bottom: 30px;
}
.social-section.square .row .social-tile p {
  font-size: 1.25em;
  line-height: 1.4em;
}
.social-section.square .row .social-tile .social-meta {
  display: none;
}
.social-section.square .row .social-tile .social-image:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 27px;
  right: 40px;
  z-index: 1;
}
.social-section.square .row .social-tile.instagram .social-content {
  display: none;
}
.social-section.square .row .social-tile.instagram .social-image:after {
  content: "y";
}
.social-section.square .row .social-tile.twitter .social-content {
  position: absolute;
  width: auto;
  height: auto;
  top: 50px;
  left: 40px;
  right: 60px;
  bottom: 40px;
  padding: 0;
  background: transparent;
}
.social-section.square .row .social-tile.twitter .social-content p {
  color: #fff;
}
.social-section.square .row .social-tile.twitter .social-content a,
.social-section.square .row .social-tile.twitter .social-content a:link {
  color: #1565c0;
}
.social-section.square .row .social-tile.twitter .social-image:after {
  content: "z";
}
@media (min-width: 768px) {
  .social-section .row {
    margin: 0 10px;
  }
  .social-section .row .social-tile:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .social-section .row .social-tile:nth-of-type(2n+1) {
    clear: none;
  }
  .social-section .row .social-tile:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .social-section .row {
    margin: 0 105px;
  }
  .social-section .row .social-tile:nth-of-type(3n+1) {
    clear: none;
  }
  .social-section .row .social-tile:nth-of-type(4n+1) {
    clear: both;
  }
  .social-section.square .row .social-tile p {
    font-size: 0.93em;
  }
}
@media (min-width: 1600px) {
  .social-section.square .row .social-tile p {
    font-size: 1.1em;
  }
}
@media (min-width: 1800px) {
  .social-section.square .row .social-tile p {
    font-size: 1.25em;
  }
}
.post-slider {
  margin: 0;
  width: auto;
  padding: 100px 20px 125px;
  overflow: hidden;
  background-color: #fefbf3;
}
.post-slider .slick-list {
  overflow: visible;
}
.post-slider .tile {
  cursor: default;
  pointer-events: none;
}
.post-slider .tile.slick-slide {
  clear: none !important;
  min-height: auto;
  flex-direction: column;
  text-align: left;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}
.post-slider .tile.slick-slide .tile-image {
  width: 100%;
}
.post-slider .tile.slick-slide .tile-content p {
  margin-bottom: 0;
}
.post-slider .tile.slick-slide.slick-active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  cursor: pointer;
  pointer-events: auto;
}
.post-slider .slick-dots {
  bottom: -30px;
}
.post-slider .slick-prev:after,
.post-slider .slick-next:after {
  color: #262626;
}
.post-slider .slick-prev {
  left: -50px;
}
.post-slider .slick-next {
  right: -50px;
}
@media (min-width: 768px) {
  .post-slider {
    padding: 100px 25px 125px;
  }
}
@media (min-width: 1400px) {
  .post-slider {
    padding: 100px 120px 125px;
  }
}
.multi-media-carousel .carousel-wrapper {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.multi-media-carousel .carousel-wrapper .carousel-slide {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 15px;
  background-color: #262626;
  color: #fff;
}
.multi-media-carousel .carousel-wrapper .carousel-slide .media-container {
  display: inline-block;
  width: 100%;
  background-color: #d8d8d8;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.multi-media-carousel .carousel-wrapper .carousel-slide .media-container .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.multi-media-carousel .carousel-wrapper .carousel-slide .media-container .carousel-img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.multi-media-carousel .carousel-wrapper .carousel-slide .content-container {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.multi-media-carousel .carousel-wrapper .carousel-slide .content-container h4,
.multi-media-carousel .carousel-wrapper .carousel-slide .content-container p {
  color: #fff;
  text-align: left;
}
.multi-media-carousel .carousel-wrapper .carousel-slide .content-container p {
  font-size: 1em;
}
.multi-media-carousel .carousel-wrapper .carousel-nav-container {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 15px;
  right: 15px;
  font-family: 'fiascons' !important;
}
.multi-media-carousel .carousel-wrapper .carousel-nav-container .clay-slide-prev.carousel,
.multi-media-carousel .carousel-wrapper .carousel-nav-container .clay-slide-next.carousel {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  float: left;
  cursor: pointer;
}
@media (min-width: 768px) {
  .multi-media-carousel .carousel-wrapper {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .multi-media-carousel .carousel-wrapper .carousel-slide .media-container {
    width: 70%;
    padding-top: 39.4%;
  }
  .multi-media-carousel .carousel-wrapper .carousel-slide .content-container {
    width: 30%;
    float: right;
    padding: 0 15px 15px 15px;
  }
  .multi-media-carousel .carousel-wrapper .carousel-slide .content-container h4 {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .multi-media-carousel .carousel-wrapper {
    padding: 0 120px;
  }
  .multi-media-carousel .carousel-wrapper .carousel-nav-container {
    top: auto;
    bottom: 15px;
    right: 135px;
  }
}
@media (min-width: 768px) {
  .post-content {
    padding: 6em 0 0;
  }
}
.no-js {
  display: block;
}
.ie .slick-next {
  cursor: e-resize;
}
.ie .slick-prev {
  cursor: w-resize;
}
.ie .nav .page-nav.desktop .inner .language-button {
  display: block;
  height: 19px;
  margin-top: -1px;
}
.ie .nav .page-nav.desktop .inner .language-button .flag-img {
  display: block;
}
.ie .news #blog .row .news-post:hover .img-wrapper:after {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
